Commit Graph

4335 Commits

Author SHA1 Message Date
PySimpleGUI ba01cb31c5 Changed adding key and saving behavior for User Settings. 2020-11-12 20:31:25 -05:00
PySimpleGUI 34183ce46e
Merge pull request #3609 from PySimpleGUI/Dev-latest
Added UserSettings delete item interface... makes interface look much…
2020-11-12 18:35:26 -05:00
PySimpleGUI de5783cdb7 Added UserSettings delete item interface... makes interface look much more like a dictionary by allowing syntax ---> del settings['item'] 2020-11-12 18:35:07 -05:00
PySimpleGUI c90205160f
Merge pull request #3608 from PySimpleGUI/Dev-latest
Renamed UserSettings singleton variable. Added _ to UserSettings.comp…
2020-11-12 18:08:27 -05:00
PySimpleGUI 9611a4fd08 Renamed UserSettings singleton variable. Added _ to UserSettings.compute_filename to make it private. 2020-11-12 18:08:09 -05:00
PySimpleGUI 05928ef70b
Merge pull request #3607 from PySimpleGUI/Dev-latest
Added option for enabling the Mac no_titlebar patch (err... hack)
2020-11-12 17:19:42 -05:00
PySimpleGUI d53fdcbfc8 Added option for enabling the Mac no_titlebar patch (err... hack) 2020-11-12 17:18:52 -05:00
PySimpleGUI 1d7ce6a8f9
Merge pull request #3603 from PySimpleGUI/Dev-latest
Window.read() check to see if queued thread event prior to doing anyt…
2020-11-11 15:34:22 -05:00
PySimpleGUI 3e1a24671c Window.read() check to see if queued thread event prior to doing anything else. 2020-11-11 15:34:00 -05:00
PySimpleGUI 89f3d127fd
Merge pull request #3602 from PySimpleGUI/Dev-latest
Multline docstring fix for stderr
2020-11-11 11:39:35 -05:00
PySimpleGUI a131e53c2a Multline docstring fix for stderr 2020-11-11 11:38:52 -05:00
PySimpleGUI f33efc5cee
Merge pull request #3601 from PySimpleGUI/Dev-latest
Added readme to docs folder so that readthedocs will pick it up.
2020-11-11 10:04:31 -05:00
PySimpleGUI 6be471e8af Added readme to docs folder so that readthedocs will pick it up. 2020-11-11 10:04:13 -05:00
PySimpleGUI 31437e00f5
Merge pull request #3600 from PySimpleGUI/Dev-latest
Initial check-in of multi-threaded & multi-window write_event_value c…
2020-11-11 09:44:21 -05:00
PySimpleGUI 3f9a296987 Initial check-in of multi-threaded & multi-window write_event_value call. 2020-11-11 09:43:59 -05:00
PySimpleGUI b8e9f86bcf
Merge pull request #3597 from PySimpleGUI/Dev-latest
Check event_values thread Queue first in read_all_windows
2020-11-10 14:36:49 -05:00
PySimpleGUI 4d42356103 Check event_values thread Queue first in read_all_windows 2020-11-10 14:36:28 -05:00
PySimpleGUI 5bba7cd22b
Merge pull request #3593 from PySimpleGUI/Dev-latest
Added color paramters for ButtonMenu. Can now set colors like recentl…
2020-11-09 10:59:07 -05:00
PySimpleGUI 160ed35e13 Added color paramters for ButtonMenu. Can now set colors like recently added to MenuBar 2020-11-09 10:58:50 -05:00
PySimpleGUI 5bdd08e46d
Merge pull request #3592 from PySimpleGUI/Dev-latest
Menubar colors
2020-11-09 08:41:49 -05:00
PySimpleGUI f97bb3ade2 Menubar colors 2020-11-09 08:41:29 -05:00
PySimpleGUI 56f8949757
Merge pull request #3589 from PySimpleGUI/Dev-latest
Renamed UserSettings get_entry and set_entry to just get and set like…
2020-11-08 11:03:52 -05:00
PySimpleGUI ba552e31bd Renamed UserSettings get_entry and set_entry to just get and set like dictionaries. 2020-11-08 11:03:34 -05:00
PySimpleGUI e135571a34
Merge pull request #3588 from PySimpleGUI/Dev-latest
User Setting fix for initial load
2020-11-08 10:04:01 -05:00
PySimpleGUI 43a26779f3 User Setting fix for initial load 2020-11-08 10:03:43 -05:00
PySimpleGUI 850175f9ef
Merge pull request #3587 from PySimpleGUI/Dev-latest
Added UserSettings.set_default_value().  Added more docstrings.
2020-11-08 09:00:50 -05:00
PySimpleGUI bf086ebdb6 Added UserSettings.set_default_value(). Added more docstrings. 2020-11-08 09:00:28 -05:00
PySimpleGUI a4744c149a
Merge pull request #3584 from PySimpleGUI/Dev-latest
Opened up the UserSettings object for users
2020-11-07 12:58:39 -05:00
PySimpleGUI 397137e455 Opened up the UserSettings object for users 2020-11-07 12:57:53 -05:00
PySimpleGUI 07907b6872
Merge pull request #3582 from PySimpleGUI/Dev-latest
Added readonly option to Spin.  Added default_extension to FileSaveAs…
2020-11-06 14:51:18 -05:00
PySimpleGUI 658534c82a Added readonly option to Spin. Added default_extension to FileSaveAs button. Now behaves like the popup_get_file. Defaults to '' so should have no impact on existing code. 2020-11-06 14:50:55 -05:00
PySimpleGUI 8d098a8f24
Merge pull request #3579 from PySimpleGUI/Dev-latest
Fixed Spin.get not returning correct type
2020-11-06 09:53:30 -05:00
PySimpleGUI 2aee4aae59 Fixed Spin.get not returning corrct type 2020-11-06 09:52:43 -05:00
PySimpleGUI c8dabfbc88
Merge pull request #3573 from PySimpleGUI/Dev-latest
New demo - center a column in the window
2020-11-03 11:11:43 -05:00
PySimpleGUI 81daafb613 New demo - center a column in the window 2020-11-03 11:11:22 -05:00
PySimpleGUI ecdfffa6ac
Merge pull request #3572 from PySimpleGUI/Dev-latest
added get_stylesheet and set_stylesheet.  Worked on Frames with littl…
2020-11-02 16:18:56 -05:00
PySimpleGUI ad1cbe81e8 added get_stylesheet and set_stylesheet. Worked on Frames with little success 2020-11-02 16:18:37 -05:00
PySimpleGUI 563725d523
Merge pull request #3570 from PySimpleGUI/Dev-latest
Remove line per suggested
2020-11-02 08:34:51 -05:00
PySimpleGUI 30b95a72fb Remove line per suggested 2020-11-02 08:34:33 -05:00
PySimpleGUI 489a2ffd3c
Merge pull request #3567 from PySimpleGUI/Dev-latest
Renamed Styles class and member variable.  QtStyle and qt_styles are …
2020-11-01 15:45:54 -05:00
PySimpleGUI a62b9d8f92 Renamed Styles class and member variable. QtStyle and qt_styles are now used. Added margin to elements that were missing it. 2020-11-01 15:45:31 -05:00
PySimpleGUI 4a17c242b8
Merge pull request #3566 from PySimpleGUI/Dev-latest
Updates generously provided by @okajun35 !  (THANK YOU SO VERY MUCH)
2020-11-01 12:12:02 -05:00
PySimpleGUI ea96f74e8f Updates generously provided by @okajun35 ! (THANK YOU SO VERY MUCH) 2020-11-01 12:11:41 -05:00
PySimpleGUI bae0142a4a
Merge pull request #3565 from PySimpleGUI/Dev-latest
Patch for no titlebar on Mac - EXPERIMENTAL!
2020-11-01 11:47:33 -05:00
PySimpleGUI 86c1647b87 Patch for no titlebar on Mac - EXPERIMENTAL! 2020-11-01 11:45:14 -05:00
PySimpleGUI 30010255c9
Merge pull request #3564 from PySimpleGUI/Dev-latest
Align elements on center across rows
2020-10-31 16:21:05 -04:00
PySimpleGUI 63d9451cc2 Align elements on center across rows 2020-10-31 16:20:47 -04:00
PySimpleGUI dce834b6ce
Merge pull request #3563 from PySimpleGUI/Dev-latest
Huge Styles Update.  Reworked how text is wrapped in popup so that it…
2020-10-31 15:38:24 -04:00
PySimpleGUI c4df53acdb Huge Styles Update. Reworked how text is wrapped in popup so that it's the same as tkinterj port. Copied over themes from tkinter port. 2020-10-31 15:37:57 -04:00
PySimpleGUI 91f1f5bac4
Merge pull request #3562 from PySimpleGUI/Dev-latest
Changed so that Linux version works the same as Windows
2020-10-30 18:18:46 -04:00