Commit graph

173 commits

Author SHA1 Message Date
MikeTheWatchGuy
6267f25354
Merge pull request #1734 from PySimpleGUI/Dev-latest
Added default icon to System Tray if none is set by user.
2019-07-24 14:34:56 -04:00
MikeTheWatchGuy
fad0d69682 Added default icon to System Tray if none is set by user. 2019-07-24 14:34:34 -04:00
MikeTheWatchGuy
373e49f45d
Merge pull request #1733 from PySimpleGUI/Dev-latest
Added ability to set default selected values for Listbox element
2019-07-24 09:42:06 -04:00
MikeTheWatchGuy
8b9bc0e22b Added ability to set default selected values for Listbox element 2019-07-24 09:41:44 -04:00
MikeTheWatchGuy
0a12b701d4
Merge pull request #1732 from PySimpleGUI/Dev-latest
Dev latest
2019-07-24 08:29:02 -04:00
MikeTheWatchGuy
bdf0fab6bd Forgot versio bump 2019-07-24 08:28:39 -04:00
MikeTheWatchGuy
e4fae9ba65 Fixed missing key in PopupGetText 2019-07-24 08:28:01 -04:00
MikeTheWatchGuy
4b0cfccbcc
Merge pull request #1727 from PySimpleGUI/Dev-latest
Fix for Table.Update losing the table's headers.  Fix for problem whe…
2019-07-23 20:29:00 -04:00
MikeTheWatchGuy
07c6e665f6 Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key 2019-07-23 20:28:42 -04:00
MikeTheWatchGuy
290c7948bd
Merge pull request #1688 from PySimpleGUI/Dev-latest
Fix bug that crashes code if 2 keys are the same.
2019-07-15 18:05:51 -04:00
MikeTheWatchGuy
0fbee9dde6 Fix bug that crashes code if 2 keys are the same. 2019-07-15 18:05:27 -04:00
MikeTheWatchGuy
48ab0a511d
Merge pull request #1681 from PySimpleGUI/Dev-latest
Added Radio Button enable_events code. Will get event when radio sele…
2019-07-12 14:56:10 -04:00
MikeTheWatchGuy
be6ef83563 Added Radio Button enable_events code. Will get event when radio selected now. 2019-07-12 14:55:41 -04:00
cclauss
b2ba8acb34 Use ==/!= to compare str literals 2019-06-25 23:01:02 +02:00
MikeTheWatchGuy
b78fc60115 Listbox, Combobox, Spinner returns values supplied to it instead of strings. 2019-06-23 12:30:42 -04:00
MikeTheWatchGuy
a24b5c6001 ComboBox can now contain any kind of item. Actual items returned, not a string version of item. 2019-06-22 12:02:31 -04:00
MikeTheWatchGuy
882002a0a6 Added Versio #, Added self.Widget to all Elements, Pixel to Chars cutoff changed from 12 to 15, new Button.Click() method cross ported, New Graph Methods RelocateFigure, DrawRectangle, use Find Element dictionary use, FindElementWithFocus added, Style Changes to Graph Element, newer test harness 2019-06-21 14:37:11 -04:00
MikeTheWatchGuy
6fef817ce4 Warning about PyQt5 2019-06-18 21:06:46 -04:00
MikeTheWatchGuy
d6a528672f PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-05-29 09:03:36 -04:00
MikeTheWatchGuy
ffaba464aa Release 0.26 type fixed. Removed version from front off file. 2019-04-24 13:55:06 -04:00
MikeTheWatchGuy
83e38e793a Fix for System Tray .Close. Should be calling self.Hide. 2019-04-24 13:54:12 -04:00
MikeTheWatchGuy
cb36472a9a PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:46 -04:00
MikeTheWatchGuy
fbf6bf9644 Implemented the Erase method for Graph Element 2019-04-20 18:45:24 -04:00
MikeTheWatchGuy
2fdb70b4dc Mass release of all ports 2019-04-16 11:19:57 -04:00
MikeTheWatchGuy
03e6310834 Mass update for Window Layout Change 2019-04-11 18:20:26 -04:00
MikeTheWatchGuy
ebaeef97b4 Relese 0.25.0 2019-04-05 15:20:43 -04:00
MikeTheWatchGuy
9d9d563477 Support for Window icon being filename or BASE64! 2019-04-04 14:38:46 -04:00
MikeTheWatchGuy
3feae16aed Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest 2019-04-02 11:37:22 -04:00
MikeTheWatchGuy
816a7341c5 New shortcut functions Button - B, Btn, Butt. InputText - I. Button Text converted to string when initialized 2019-04-02 11:37:16 -04:00
MikeTheWatchGuy
0ca7116a1a PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-04-01 17:18:12 -04:00
MikeTheWatchGuy
36cb34a3ad Release 0.24.0 2019-03-23 16:55:22 -04:00
MikeTheWatchGuy
0c24818249 PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-03-23 15:44:38 -04:00
MikeTheWatchGuy
0747441df6 BIG CHANGE do_not_clear defaults to TRUE now :-) Enjoy! 2019-03-21 08:42:56 -04:00
MikeTheWatchGuy
9497ae5e03 Fix for crashing when Updating a table, got KeyEventsEnabled attribute error 2019-03-19 18:45:56 -04:00
MikeTheWatchGuy
7a01747e43 Demo Tree Element initial upload 2019-03-19 17:21:05 -04:00
MikeTheWatchGuy
09c3403f1a Fix for unable to Update Tree Element 2019-03-19 17:14:11 -04:00
MikeTheWatchGuy
9494a4572f Demo of Tables for Qt 2019-03-19 11:38:49 -04:00
MikeTheWatchGuy
4131da5f6e Cookbook and Readme Updates 2019-03-15 14:23:53 -04:00
MikeTheWatchGuy
bed651be17 Release 0.23.0 2019-03-08 10:55:28 -05:00
MikeTheWatchGuy
660ca9c330 Initial checkin 2019-02-26 09:54:36 -05:00
MikeTheWatchGuy
51ce329dea Fixed for WindowFlags crassh when using the pyside2 version 5.12.1 2019-02-25 14:03:15 -05:00
MikeTheWatchGuy
85dfc451a9 OneLineProgressMeter with text updates 2019-02-18 20:10:21 -05:00
MikeTheWatchGuy
ef0465b3ff Fix for unable to set bold and text color at same time, changed text to pixel scaling from 10,25 to 10,35 2019-02-01 17:45:49 -05:00
MikeTheWatchGuy
9ca72f32ed Tree Element - no longer puts an entry for the Root node (mimics tkinter) 2019-01-11 10:39:46 -05:00
MikeTheWatchGuy
3c3523c656 remove print 2019-01-11 09:57:22 -05:00
MikeTheWatchGuy
cb33cd7701 Base64 logo, Event when tab changes, icon for Trees can be base64 2019-01-11 09:56:37 -05:00
MikeTheWatchGuy
c6967ef8ed Implemented checkbox.Get() method, Correctly named output.Update method. Was not spelled correctly 2019-01-04 17:00:22 -05:00
MikeTheWatchGuy
3748454b7d Release 3.21 2018-12-28 21:16:45 -05:00
MikeTheWatchGuy
5058542795 Window.Maximize() method 2018-12-28 16:26:27 -05:00
MikeTheWatchGuy
4bf42ef6b4 Fix for unable to set bar color in one line progress meter 2018-12-27 09:09:26 -05:00