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
Joe R
fc34af4289
Fixed error when clicking an empty search list.
2022-08-09 20:57:37 -04:00
Joe R
8bbf3bbebe
Revamped the status bar functionality - better design and cleaner options list.
2022-07-17 09:22:38 -04:00
Joe R
90f79aa68b
Reduced extra window padding on the player options window.
2022-05-31 20:52:05 -04:00
Joe R
dba9e4442b
Added hint button to the toolbar.
2022-05-28 15:30:21 -04:00
Joe R
c8003f0e14
Fixed initial display when selecting fonts.
2022-04-01 20:52:13 -04:00
Joe R
44e0e2d6e3
Take into account title bar when determining tree window locations.
2022-03-07 18:10:10 -05:00
Joe R
bbaeb54266
Added ttkthemes support
2022-02-20 11:20:49 -05:00
Joe R
bc8eb4270c
Updated size of progression graph to fit larger statistics window.
2022-01-18 20:21:47 -05:00
Joe R
052fd0b78d
Added Stripped Deck game category.
2022-01-08 10:34:33 -05:00
Joe R
ca57b37aab
Game/cardset/table tile search functionality.
2021-12-22 20:30:04 -05:00
Joe R
99bc75f4c1
Selected date format is saved and persists.
2021-11-26 19:13:02 -05:00
Joe R
7f7c710973
Added date format option to statistics.
2021-11-23 22:30:26 -05:00
Joe R
d6ca9c9e25
Fix for issue #226 .
2021-10-11 21:45:52 -04:00
Joe R
513962b8f3
Refactor of dialog geometry logic.
2021-10-09 15:47:20 -04:00
Joe R
13d34238e2
Fixed window/tree scaling on smaller screens.
2021-09-09 20:09:29 -04:00
Joe R
2e9f242ce8
Failsafe to account for missing cardsets in playable preview.
2021-09-06 10:07:49 -04:00
Joe R
e927d60a25
Playable preview now loads and uses cardsets of the correct type for each game.
2021-09-01 18:54:45 -04:00
Joe R
e9b36e10c9
Sorted imports.
2021-08-14 18:48:06 -04:00
Joe R
0fb76d00fc
Better organization in table tile selection window.
2021-08-14 18:42:48 -04:00
Joe R
896454d1e4
Added Preserve aspect ratio option to the menu.
2021-08-05 17:29:15 -04:00
Joe R
92e562b4f8
Improved scaling of cardsets window for smaller screens.
2021-07-18 10:53:42 -04:00
Joe R
bff44bebce
Fixed crash when selecting cardset without PIL.
2021-07-10 13:33:20 -04:00
Joe R
e9b0675884
Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock).
2021-06-26 11:00:39 -04:00
Joe R
5aa9071893
Improved playable preview display for large monitors and when working with high resolution cardsets.
2021-06-20 15:45:39 -04:00
Joe R
080b0043e3
Updated compatible cardset check to run when selecting cardsets.
2021-06-13 19:08:14 -04:00
Joe R
c416d42a96
Removed deal animation from preview and combined game select options.
2021-06-08 21:54:15 -04:00
Joe R
84617c5083
Added King's Secrets game.
2021-05-28 23:06:08 -04:00
Joe R
58a31f8abb
Added enable/disable music option.
2021-05-03 23:33:19 -04:00
Joe R
0e1ecd1c1e
Enhanced higher resolution cardset support.
2021-04-25 13:46:53 -04:00
Joe R
dba55c20fd
Split spread stacks logic from auto-scale logic.
2021-04-25 08:51:04 +03:00
Guillaumegaillard
5876134d11
Make auto_scale spread non-talon stacks on canvas
...
make card size, scale and canvas changes independent
check scale x after change cardset
2020-11-23 16:26:22 +02:00
Shlomi Fish
7da41a93be
Allow to swap the mouse keys using the ini file.
...
See: https://sourceforge.net/p/pysolfc/discussion/503708/thread/5d77434ff8/
" PySolFC / Discussion / Open Discussion: Any way to remap mouse buttons? "
We may not have covered all the affected calls to bind().
2020-10-19 18:18:13 +03:00
Shlomi Fish
934db8da3b
cleanup the last commit
...
Merge an identical if/else and indent comments
2020-10-19 15:00:24 +03:00
cardset
c6811cca29
Info/Settings Sliders Moved
...
Moved Offset Sliders to the same place as Scale Sliders. I think that makes more sense in operation and overview. It also avoids that wrong values could be saved
2020-10-19 09:14:43 +02:00
Shlomi Fish
95a0d7d007
refactor/modernize the calls to open()
...
use "with", flags
2020-10-06 18:43:15 +03:00
Shlomi Fish
3de9955879
try2fix flake 8 tests [travis/etc.]
2020-06-17 20:53:11 +03:00
Juhani Numminen
dc86d9338d
Work around Playable Preview launching unresponsive help window
2020-03-02 14:38:49 +02:00