Commit Graph

6386 Commits

Author SHA1 Message Date
PySimpleGUI dc0a05a21e Fixed docstring for Titlebar Element (incorrectly said icon can be an ICO file) 2022-03-16 16:03:08 -04:00
PySimpleGUI e34a21ef04
Merge pull request #5279 from PySimpleGUI/Dev-latest
No longer generates an event if a File/Folder browse operation is can…
2022-03-16 11:18:18 -04:00
PySimpleGUI f801e7da73 No longer generates an event if a File/Folder browse operation is cancelled 2022-03-16 11:17:53 -04:00
PySimpleGUI ff95a6a8eb
Merge pull request #5278 from PySimpleGUI/Dev-latest
Allow file browse to generate events for disabled elements being filled
2022-03-16 10:55:36 -04:00
PySimpleGUI f64444e423 Allow file browse to generate events for disabled elements being filled 2022-03-16 10:55:23 -04:00
PySimpleGUI 0f875e2a20
Merge pull request #5277 from PySimpleGUI/Dev-latest
If an element is disabled, then don't generate events for it (specifi…
2022-03-16 10:12:14 -04:00
PySimpleGUI 47047700dd If an element is disabled, then don't generate events for it (specifically for Input element in this case) 2022-03-16 10:12:00 -04:00
PySimpleGUI be91c46e05
Merge pull request #5274 from PySimpleGUI/Dev-latest
Alias for perform_operation added - start_thread.  Added bind_return_…
2022-03-15 08:42:17 -04:00
PySimpleGUI 4065e0424e Alias for perform_operation added - start_thread. Added bind_return_key option to Spin element. 2022-03-15 08:42:04 -04:00
PySimpleGUI c59db9b5c0
Merge pull request #5266 from PySimpleGUI/Dev-latest
ButtonMenu.Click aliased added.  Debugger - automatically adds a time…
2022-03-11 13:56:34 -05:00
PySimpleGUI 37c3afc8ca ButtonMenu.Click aliased added. Debugger - automatically adds a timeout to read calls if a debug window is open. Still need to handle user-level multi-window support. 2022-03-11 13:56:18 -05:00
PySimpleGUI 170a44d563
Merge pull request #5263 from PySimpleGUI/Dev-latest
New Demo - Dual Axis bar chart
2022-03-10 08:25:43 -05:00
PySimpleGUI df0eba2c8b New Demo - Dual Axis bar chart 2022-03-10 08:25:24 -05:00
PySimpleGUI fc06ec69bd
Merge pull request #5259 from PySimpleGUI/Dev-latest
Fixed up the layout - simplified, use coding standard for key names
2022-03-08 10:17:13 -05:00
PySimpleGUI 44f00ccf43 Fixed up the layout - simplified, use coding standard for key names 2022-03-08 10:16:58 -05:00
PySimpleGUI 5ba5b949b0
Merge pull request #5257 from PySimpleGUI/Dev-latest
Reworked to use the newer PySimpleGUI constructs - save window positi…
2022-03-08 10:03:49 -05:00
PySimpleGUI 4670576430 Reworked to use the newer PySimpleGUI constructs - save window position, thread management, thread communications... it greatly simplified the code cutting the length considerably 2022-03-08 10:03:32 -05:00
PySimpleGUI 7b700d383f
Merge pull request #5255 from PySimpleGUI/Dev-latest
Dev latest
2022-03-07 16:06:48 -05:00
PySimpleGUI 64f7615a25 Added metric units option 2022-03-07 16:06:31 -05:00
PySimpleGUI 186b16e77a Addition of county to the Weather Desktop Widget 2022-03-07 15:25:41 -05:00
PySimpleGUI ea2988145f
Merge pull request #5251 from PySimpleGUI/Dev-latest
New Demo Program - Wordle GUI
2022-03-05 06:53:21 -05:00
PySimpleGUI 58e0b2c82c New Demo Program - Wordle GUI 2022-03-05 06:53:01 -05:00
PySimpleGUI 4c8abeeb40
Merge pull request #5250 from PySimpleGUI/Dev-latest
Dev latest
2022-03-05 06:18:27 -05:00
PySimpleGUI 3363fa48c0 Fixed simple typo 2022-03-05 06:18:05 -05:00
PySimpleGUI 223cd18964 Removed need for OpenCV and numpy. 2022-03-05 06:17:51 -05:00
PySimpleGUI 67d2fa0cac
Merge pull request #5241 from PySimpleGUI/Dev-latest
Updated User Settings INI Demo with more examples of class interface
2022-03-01 04:39:30 -05:00
PySimpleGUI 5b3c3e5375 Updated User Settings INI Demo with more examples of class interface 2022-03-01 04:39:16 -05:00
PySimpleGUI 6ad9011042
Merge pull request #5233 from PySimpleGUI/Dev-latest
Two new SYMBOL constants.  New Demo Program - Desktop Widget Handwrit…
2022-02-26 12:50:53 -05:00
PySimpleGUI 3fc4002401 Two new SYMBOL constants. New Demo Program - Desktop Widget Handwritten Digits 2022-02-26 12:50:31 -05:00
PySimpleGUI 93b2572d6f
Merge pull request #5232 from PySimpleGUI/Dev-latest
New Demo - Class wrapper
2022-02-26 07:26:50 -05:00
PySimpleGUI e29acb936e New Demo - Class wrapper 2022-02-26 07:26:31 -05:00
PySimpleGUI a4b06ee722
Merge pull request #5221 from PySimpleGUI/Dev-latest
Added tab to Open GitHub Issue GUI asking about how found PSG....The …
2022-02-22 13:13:32 -05:00
PySimpleGUI e6c1a14e9f Added tab to Open GitHub Issue GUI asking about how found PSG....The optional questions have been awesome to read! 2022-02-22 13:13:15 -05:00
PySimpleGUI 84f895af1f
Merge pull request #5220 from PySimpleGUI/Dev-latest
Enhancement - Addition of button_text to the ButtonMenu.update method.
2022-02-22 12:25:13 -05:00
PySimpleGUI ee2ccaba4c Enhancement - Addition of button_text to the ButtonMenu.update method. 2022-02-22 12:24:49 -05:00
PySimpleGUI 73e2630d8c
Merge pull request #5219 from PySimpleGUI/Dev-latest
Another Demo Program refresh...
2022-02-22 05:35:15 -05:00
PySimpleGUI 8155826734 Another Demo Program refresh... 2022-02-22 05:35:02 -05:00
PySimpleGUI e7e8501f0d
Merge pull request #5218 from PySimpleGUI/Dev-latest
More "Demo Program Catchup" updates.  Working through them bit by bit…
2022-02-22 05:20:17 -05:00
PySimpleGUI f1e0c7d03f More "Demo Program Catchup" updates. Working through them bit by bit..... 2022-02-22 05:20:03 -05:00
PySimpleGUI f27ddc64a3
Merge pull request #5216 from PySimpleGUI/Dev-latest
Getting more Demo Programs synced up.  New demo for VPush too
2022-02-21 14:12:31 -05:00
PySimpleGUI 1eb653d910 Getting more Demo Programs synced up. New demo for VPush too 2022-02-21 14:12:15 -05:00
PySimpleGUI e66b72ff13
Merge pull request #5213 from PySimpleGUI/Dev-latest
New coupon for next 30 days
2022-02-19 10:45:30 -05:00
PySimpleGUI 409846bd3f New coupon for next 30 days 2022-02-19 10:45:14 -05:00
PySimpleGUI 3306903bdd
Merge pull request #5212 from PySimpleGUI/Dev-latest
Unified the Demo Browser across GitHub and psgdemos PyPI release.
2022-02-19 09:19:43 -05:00
PySimpleGUI 10cce5e17b Unified the Demo Browser across GitHub and psgdemos PyPI release. 2022-02-19 09:19:28 -05:00
PySimpleGUI f6049e41f9
Merge pull request #5211 from PySimpleGUI/Dev-latest
Removed the "Edit Me (This Program)" button since it caused confusion…
2022-02-18 16:47:51 -05:00
PySimpleGUI 1dbc22c41e Removed the "Edit Me (This Program)" button since it caused confusion. Right click to choose "Edit me". Advanced mode is not on by default. Added PySimpleGUI version checking to warn about edit features 2022-02-18 13:59:10 -05:00
PySimpleGUI f15a38d123
Merge pull request #5210 from PySimpleGUI/Dev-latest
Cast the default for Checkbox to bool
2022-02-18 12:45:26 -05:00
PySimpleGUI 0d7187f1d2 Cast the default for Checkbox to bool 2022-02-18 12:45:13 -05:00
PySimpleGUI eb60f9988f
Merge pull request #5205 from PySimpleGUI/Dev-latest
More demo programs updates 🤦‍♂️ wow.....I thought for sure these were…
2022-02-16 19:52:00 -05:00