Commit graph

5807 commits

Author SHA1 Message Date
PySimpleGUI
f435629d9a Simple change to test git 2021-03-01 15:25:54 -05:00
PySimpleGUI
f1a3cbb3d8
Merge pull request #3985 from PySimpleGUI/Dev-latest
Cleaning up demos so local changes get rolled in.  Old demos removed.…
2021-03-01 07:00:01 -05:00
PySimpleGUI
0ec79ce4b4 Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway 2021-03-01 06:59:36 -05:00
PySimpleGUI
f83227ab3c
Merge pull request #3984 from PySimpleGUI/Dev-latest
Added OptionMenu element, cleaned up TabGroup layout.
2021-03-01 05:45:12 -05:00
PySimpleGUI
724d6ae7a9 Added OptionMenu element, cleaned up TabGroup layout. 2021-03-01 05:44:40 -05:00
PySimpleGUI
27aa2ffb04
Merge pull request #3982 from PySimpleGUI/Dev-latest
Removed extra read
2021-03-01 04:27:45 -05:00
PySimpleGUI
4491798db2 Removed extra read 2021-03-01 04:27:26 -05:00
PySimpleGUI
8c01860696
Merge pull request #3979 from PySimpleGUI/Dev-latest
Addition of Thonny to editor strings, fix in button color conversion …
2021-02-28 15:29:15 -05:00
PySimpleGUI
3613701c11 Addition of Thonny to editor strings, fix in button color conversion code. 2021-02-28 15:28:58 -05:00
PySimpleGUI
2b7024762a
Merge pull request #3977 from PySimpleGUI/Dev-latest
Happy emojis, internal error popup stays open after launching user's …
2021-02-28 10:32:34 -05:00
PySimpleGUI
59842c5ddd Happy emojis, internal error popup stays open after launching user's IDE so error remains visible, auto-fill the editor launch string when user fills in the editor (10 IDEs are supported) 2021-02-28 10:32:18 -05:00
PySimpleGUI
370fee1f7b
Merge pull request #3975 from PySimpleGUI/Dev-latest
more button color fixups, tooltips for editor strings
2021-02-27 20:04:21 -05:00
PySimpleGUI
41afd70ca7 more button color fixups, tooltips for editor strings 2021-02-27 20:04:05 -05:00
PySimpleGUI
be5b906c02
Merge pull request #3974 from PySimpleGUI/Dev-latest
removed debug info that was in a popup, renamed an emoji
2021-02-27 17:34:46 -05:00
PySimpleGUI
cad426da41 removed debug info that was in a popup, renamed an emoji 2021-02-27 17:31:40 -05:00
PySimpleGUI
91a79095ac
Merge pull request #3973 from PySimpleGUI/Dev-latest
Dev latest
2021-02-27 13:17:14 -05:00
PySimpleGUI
47069358b3 Addition of the execute_editor code but not used at this point. 2021-02-27 13:16:54 -05:00
PySimpleGUI
0856ce3fcd Key errors no long raised by default. You can change this easily. Needed so that editor can be launched instead of crashing. 2021-02-27 13:16:27 -05:00
PySimpleGUI
aee6021945
Merge pull request #3971 from PySimpleGUI/Dev-latest
Frist Exec functions added - need to test on Linux before releasing w…
2021-02-27 11:14:44 -05:00
PySimpleGUI
31433e75a2 Frist Exec functions added - need to test on Linux before releasing widely. 2021-02-27 11:13:43 -05:00
PySimpleGUI
7967d5ba8d
Merge pull request #3970 from PySimpleGUI/Dev-latest
Support for Exec APIs.  New Error Message for Keys... many more are c…
2021-02-27 08:25:14 -05:00
PySimpleGUI
685965411f Support for Exec APIs. New Error Message for Keys... many more are coming! :-) 2021-02-27 08:24:56 -05:00
PySimpleGUI
2b045ee4dc
Merge pull request #3969 from PySimpleGUI/Dev-latest
Make backwards compatible (again)
2021-02-27 08:18:35 -05:00
PySimpleGUI
aadcf3a772 Make backwards compatible (again) 2021-02-27 08:18:20 -05:00
PySimpleGUI
1df325616c
Merge pull request #3968 from PySimpleGUI/Dev-latest
Dev latest
2021-02-27 07:34:34 -05:00
PySimpleGUI
8c653861f7 Cleanup demo browser 2021-02-27 07:34:00 -05:00
PySimpleGUI
d627c2246d Unified Demo & Project Browsers - now uses the new PySimpleGUI Exec APIs to launch everything 2021-02-27 07:32:51 -05:00
PySimpleGUI
45df3d393f
Merge pull request #3966 from PySimpleGUI/Dev-latest
Debug Print auto refreshes the multiline now. Addition of start of th…
2021-02-26 13:15:02 -05:00
PySimpleGUI
10db88a88d Debug Print auto refreshes the multiline now. Addition of start of the "EXEC" APIs. Added execute_editor and execute_command_subprocess (BETA) 2021-02-26 13:14:43 -05:00
PySimpleGUI
2317a31b66
Merge pull request #3965 from PySimpleGUI/Dev-latest
Button Colors reworked considerably. Better error checks. Can specify…
2021-02-26 12:17:02 -05:00
PySimpleGUI
287e8a6668 Button Colors reworked considerably. Better error checks. Can specify a single color, etc. Addition of new EMOJIS!! Happy release adds happy ones too! Removed commented out f-strings so seaches for them will find none (not allowed in 3.4) 2021-02-26 12:16:40 -05:00
PySimpleGUI
dabc2de49d
Merge pull request #3964 from PySimpleGUI/Dev-latest
Demo of the IGNORE setting when disabling buttons.
2021-02-25 19:25:54 -05:00
PySimpleGUI
7fc79d8470 Demo of the IGNORE setting when disabling buttons. 2021-02-25 19:25:34 -05:00
PySimpleGUI
1ab6853579
Merge pull request #3963 from PySimpleGUI/Dev-latest
BUTTON_DISABLED_MEANS_IGNORE setting for disabled parameter.  Causes …
2021-02-25 19:18:01 -05:00
PySimpleGUI
433da2b9fa BUTTON_DISABLED_MEANS_IGNORE setting for disabled parameter. Causes button to not generate events. 2021-02-25 19:17:40 -05:00
PySimpleGUI
eae4ad28a2
Merge pull request #3960 from PySimpleGUI/Dev-latest
Added call to tkroot.update when closing windows. Was needed on Linux…
2021-02-25 13:55:48 -05:00
PySimpleGUI
62deb3aa0b Added call to tkroot.update when closing windows. Was needed on Linux to close a debug print window for some weird reason 2021-02-25 13:55:26 -05:00
PySimpleGUI
603b8f9e64
Merge pull request #3958 from PySimpleGUI/Dev-latest
Disable modal windows entirely for Macs
2021-02-24 17:20:26 -05:00
PySimpleGUI
7aa031741e Disable modal windows entirely for Macs 2021-02-24 17:20:10 -05:00
PySimpleGUI
babbb9b360
Merge pull request #3957 from PySimpleGUI/Dev-latest
Merged with the "Project Browser" so now only 1 program.
2021-02-24 12:59:45 -05:00
PySimpleGUI
a2598828a1 Merged with the "Project Browser" so now only 1 program. 2021-02-24 12:59:02 -05:00
PySimpleGUI
d8ad329b85
Merge pull request #3956 from PySimpleGUI/Dev-latest
Advanced mode so will have a single demo browser now.  Will delete th…
2021-02-24 12:54:55 -05:00
PySimpleGUI
c88fdc8d2c Advanced mode so will have a single demo browser now. Will delete this one shortly. 2021-02-24 12:54:36 -05:00
PySimpleGUI
f781b514df
Update PySimpleGUIQt.py
Not sure why there is a bad import at the top. Manually fixing it.
2021-02-24 12:49:21 -05:00
PySimpleGUI
6bc3a15d73
Merge pull request #3954 from PySimpleGUI/Dev-latest
Check for disabled button in button callbacks.  Set TRANSPARENT_BUTTO…
2021-02-23 15:12:12 -05:00
PySimpleGUI
b06127b397 Check for disabled button in button callbacks. Set TRANSPARENT_BUTTON_COLOR when theme changes (not recommended to use, but in case someone is then this is correct way to update), fixes for 3.4 syntax errors, fix for race condition that tried to close a window set to None 2021-02-23 15:11:49 -05:00
PySimpleGUI
9f43706398
Merge pull request #3944 from PySimpleGUI/Dev-latest
Trying to fix the problem with bullet points on ReadTheDocs
2021-02-21 11:27:57 -05:00
PySimpleGUI
f6c2756c6c Trying to fix the problem with bullet points on ReadTheDocs 2021-02-21 11:27:43 -05:00
PySimpleGUI
4ab140f8de
Merge pull request #3943 from PySimpleGUI/Dev-latest
One more Linux change.... invoke using python3 rather than python
2021-02-21 10:51:57 -05:00
PySimpleGUI
375dba6071 One more Linux change.... invoke using python3 rather than python 2021-02-21 10:51:01 -05:00