1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

278 commits

Author SHA1 Message Date
Joe R
69c1440b2b Improve display details of cardset info window 2025-03-14 19:21:14 -04:00
Joe R
e7e9f0ff87 Configure topmost dialogs to not stay on top when PySol loses focus 2025-03-06 22:38:13 -05:00
Joe R
cadf8b2084 Fix some controls being unselectable by tab 2025-02-18 19:16:04 -05:00
Joe R
054c0f0368 Enable log for demo games 2025-01-28 23:32:15 -05:00
Joe R
0cdd06ddad Add the ability to sort the log 2025-01-09 18:58:16 -05:00
Joe R
5d1ed621e3 Allow resizing of log and comments windows 2025-01-06 18:28:00 -05:00
Joe R
cafdafe047 Add topmost logic to solver dialog 2024-12-24 22:39:45 -05:00
Joe R
d7d9bb3ea6 Add option to clear filters 2024-11-16 11:40:32 -05:00
Alexandre Detiste
f360600fcd
finish removing dependency on six (#403)
* finish removing dependency on six

* fix tkinter.FileDialog

* fix filedialog <> FileDialog
2024-10-22 18:11:32 -04:00
Joe R
3778ab2c1f Fix mismatched log frames 2024-10-18 18:53:30 -04:00
Joe R
41c17c74f3 Switch the session log to being the default tab on the log window 2024-10-15 18:47:57 -04:00
Alexandre Detiste
dd16750d5f
import tkinter directly (#383)
* import tkinter directly

* linter

* linter
2024-09-21 17:10:10 -04:00
Alexandre Detiste
148f189a74
trim usage of six (#382)
This is artisanal manual craftwork :-)

     def mDone(self, button):
         if button == 0:        # "OK" or double click
-            if isinstance(self.tree.selection_key, six.string_types):
-                self.key = str(self.tree.selection_key)
-            else:
-                self.key = self.tree.selection_key
+            self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
Joe R
792fbca78a Add option to replay a specific game/deal from the log 2024-09-06 22:45:08 -04:00
Joe R
166025313b Update search field verbiage for clarity 2024-08-04 21:19:58 -04:00
Joe R
18f8e3e32b Track size of table tiles and add option to search them by size 2024-08-04 20:23:42 -04:00
Joe R
13c611949d Make verbiage consistent on select windows 2024-07-13 17:23:03 -04:00
Joe R
90ffaeb2d1 Fixed resetting of cardset on cancelling select game. 2024-06-07 19:11:23 -04:00
Joe R
7ef3b1d359 Added search option for compatible cardsets. 2024-05-31 20:32:20 -04:00
Joe R
66d2eaba5f Moved cardset change fix to cancel button. 2024-05-16 17:34:03 -04:00
Joe R
a14eef2b60 Fixed bug where the preview can partially change the main game cardset. 2024-05-12 22:32:17 -04:00
Joe R
d9d02d47ca Added category to the tree for games with jokers. 2024-03-21 18:28:01 -04:00
Joe R
d3a4548f69 Option to filter by game subcategory/cardset subtype. 2024-03-15 23:07:33 -04:00
Joe R
9e90157d3e Added recent and favorite games filters to advanced search. 2024-02-11 11:10:18 -05:00
Joe R
c835bc09aa Moved card size options to a new tab, for better experience on smaller monitors. 2023-12-30 09:40:48 -05:00
Joe R
069c8e8a7b Fixed bug with the preview using the wrong cardset after loading one with a subtype. 2023-11-26 12:02:40 -05:00
Joe R
7e43859ad6 Separated table tiles into 4K and normal resolution. 2023-10-29 11:20:09 -04:00
Joe R
7741fa7dcc Do not show "Uncategorized" cardsets list if all cardsets have been categorized. 2023-10-14 15:14:09 -04:00
Joe R
a28aaeeb4f Added show full picture option for puzzle type games. 2023-09-27 20:04:12 -04:00
Joe R
df95421d91 Set up cardsets advanced search to only show options that are registered. 2023-09-05 17:26:40 -04:00
Joe R
b30334410b Moved startup splash screen option to the spash screen itself, so it's easier to know how to disable it. 2023-09-03 19:27:06 -04:00
Joe R
13a29b34ea
Version 7 of the cardset format with subtype and joker support. (#330) 2023-08-11 20:30:29 -04:00
Joe R
8098843e1e Fixed spacing issue. 2023-06-29 22:57:22 -04:00
Joe R
7808c546e8 Added option to search games by games played/won/lost. 2023-06-29 22:37:30 -04:00
Joe R
3a37c1157d Added face-down flip assist option. 2023-05-18 18:54:37 -04:00
Joe R
de3e8cc3f8 Expanded the solid color list in the table tile selection window. 2023-05-12 21:48:55 -04:00
Joe R
4d0fb6942f Made sorting of games/cardsets/table tile lists case-insensitive. 2023-03-29 17:37:04 -04:00
Joe R
147cefba91 Checking canvas size against .99 to reduce chance of infinite loop. 2022-10-02 15:41:03 -04:00
Joe R
18c3549f66 Fixed error in statistics sorting. 2022-09-26 22:34:01 -04:00
Joe R
8cef44437b Updated localization files. 2022-09-26 21:06:29 -04:00
Joe R
425573060f Better verbiage for time and move statistics. 2022-09-26 20:08:42 -04:00
Joe R
53bb15b373 Fixed the select game and cardset windows after adding scaling options. 2022-09-19 23:49:23 -04:00
Joe R
3fd823b2f5 Option to select image scaling method, as discussed in issue #275. 2022-09-19 22:26:44 -04:00
Joe R
3451b6b113 Blocked typing into advanced search dropdowns. 2022-09-16 23:28:09 -04:00
Joe R
a39251f5a5 Scaled select windows to main window size. 2022-09-16 22:16:31 -04:00
Joe R
6fbcc1186e Updated confirm discard game verbiage (as per issue #270). 2022-09-08 17:56:20 -04:00
Joe R
df4a9b021e Prevented the scroll bar help info from expanding the window. 2022-08-29 17:19:59 -04:00
Joe R
c00e73d2d7 Added game search options for PySol versions and popular games. 2022-08-22 17:55:30 -04:00
Joe R
d2c59377dc Advanced search feature. 2022-08-13 12:22:17 -04:00
Joe R
99ae5c39bb Added/fixed variable redeals category in the game selection tree. 2022-08-11 19:33:10 -04:00