Commit Graph

1671 Commits

Author SHA1 Message Date
MikeTheWatchGuy 3e1c07698e
Merge pull request #939 from MikeTheWatchGuy/Dev-latest
New demo program that demonstrates using Panes
2018-12-15 15:18:52 -05:00
MikeTheWatchGuy 57ab7d2e0f New demo program that demonstrates using Panes 2018-12-15 15:18:11 -05:00
MikeTheWatchGuy b1d3a52a4d
Merge pull request #938 from MikeTheWatchGuy/Dev-latest
Update PySimpleGUIQt.py
2018-12-15 13:49:15 -05:00
MikeTheWatchGuy 612ae10b75 Update PySimpleGUIQt.py 2018-12-15 13:48:54 -05:00
MikeTheWatchGuy e4c03575e8
Merge pull request #934 from mborus/patch-1
[Qt] Fix: Show tray message without defining an icon
2018-12-15 13:48:36 -05:00
MikeTheWatchGuy 589ee63b9f
Merge pull request #937 from MikeTheWatchGuy/Dev-latest
Spinner - add protection against bad key being provided
2018-12-15 13:43:02 -05:00
MikeTheWatchGuy 11c80fb755 Spinner - add protection against bad key being provided 2018-12-15 13:42:26 -05:00
MikeTheWatchGuy 738a4ffe25
Merge pull request #936 from MikeTheWatchGuy/Dev-latest
Changed Spinner Element from a range to a list of strings (like the t…
2018-12-15 13:39:42 -05:00
MikeTheWatchGuy 39d11bb5aa Changed Spinner Element from a range to a list of strings (like the tkinter version) 2018-12-15 13:39:23 -05:00
mborus ed654aae17
Fix: Show tray message without defining an icon
Calling self.TrayIcon.showMessage without an icon file gives this error (at least on Windows7 64bit / python3.7.1 64bit) 

TypeError: 'PySide2.QtWidgets.QSystemTrayIcon.showMessage' called with wrong argument types:
  PySide2.QtWidgets.QSystemTrayIcon.showMessage(str, str, int)
Supported signatures:
  PySide2.QtWidgets.QSystemTrayIcon.showMessage(unicode, unicode, PySide2.QtWidgets.QSystemTrayIcon.MessageIcon = QSystemTrayIcon.Information, int = 10000)
  PySide2.QtWidgets.QSystemTrayIcon.showMessage(unicode, unicode, PySide2.QtGui.QIcon, int = 10000)

Passing an empty QIcon() fixes the problem for me.
2018-12-15 11:34:57 +01:00
MikeTheWatchGuy 1e1926cdc0
Merge pull request #933 from MikeTheWatchGuy/Dev-latest
Added close button hint setting if disable close set
2018-12-14 23:46:41 -05:00
MikeTheWatchGuy 541e03e2f1 Added close button hint setting if disable close set 2018-12-14 23:46:18 -05:00
MikeTheWatchGuy a88c3b2a73
Merge pull request #931 from MikeTheWatchGuy/Dev-latest
New do_not_reroute_stdout parameter for Print/EasyPrint
2018-12-14 23:19:30 -05:00
MikeTheWatchGuy 04771f05cf New do_not_reroute_stdout parameter for Print/EasyPrint 2018-12-14 23:18:49 -05:00
MikeTheWatchGuy bb86374b09
Merge pull request #930 from MikeTheWatchGuy/Dev-latest
Maximize is also now disabled when minimize is disabled on a Window
2018-12-14 22:49:54 -05:00
MikeTheWatchGuy a6d272d447 Maximize is also now disabled when minimize is disabled on a Window 2018-12-14 22:49:19 -05:00
MikeTheWatchGuy 04550ee7c9
Merge pull request #929 from MikeTheWatchGuy/Dev-latest
Pane Element - border_width parameter
2018-12-14 18:27:31 -05:00
MikeTheWatchGuy f256b4331a Pane Element - border_width parameter 2018-12-14 18:25:47 -05:00
MikeTheWatchGuy 79bbbef368
Merge pull request #928 from MikeTheWatchGuy/Dev-latest
Fix for accidental rename of  element to pane
2018-12-14 17:21:26 -05:00
MikeTheWatchGuy c376e1b13a Fix for accidental rename of element to pane 2018-12-14 17:21:06 -05:00
MikeTheWatchGuy f8f7613aa9
Merge pull request #927 from MikeTheWatchGuy/Dev-latest
Ability to make Columns within Panes visible and invisible.  Support …
2018-12-14 17:07:39 -05:00
MikeTheWatchGuy a66b0b07b0 Ability to make Columns within Panes visible and invisible. Support for changing handle_size. 2018-12-14 17:07:00 -05:00
MikeTheWatchGuy 52cb2e6fba
Merge pull request #926 from MikeTheWatchGuy/Dev-latest
Pane Element - Relief support
2018-12-14 15:48:48 -05:00
MikeTheWatchGuy 08778536c6 Pane Element - Relief support 2018-12-14 15:48:32 -05:00
MikeTheWatchGuy 125c9eea1e
Merge pull request #925 from MikeTheWatchGuy/Dev-latest
More features for the Pane Element.. Can read values now.
2018-12-14 15:39:05 -05:00
MikeTheWatchGuy a47c8ec40e More features for the Pane Element.. Can read values now. 2018-12-14 15:38:28 -05:00
MikeTheWatchGuy 57f4cfb894
Merge pull request #923 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-14 13:33:04 -05:00
MikeTheWatchGuy a845a6778b Window.BringToFront() implemented. Fix for element Update that uses colors 2018-12-14 13:32:19 -05:00
MikeTheWatchGuy a49bbd2834 NEW Paned Element 2018-12-14 12:29:31 -05:00
MikeTheWatchGuy 0f0002746e
Merge pull request #922 from MikeTheWatchGuy/Dev-latest
Implemented the BringToFront method of Window class
2018-12-13 22:49:54 -05:00
MikeTheWatchGuy 707d709841 Implemented the BringToFront method of Window class 2018-12-13 22:49:36 -05:00
MikeTheWatchGuy 3e5afd661d
Merge pull request #921 from MikeTheWatchGuy/Dev-latest
New parameter - disable_minimize for Windows will disable minimize bu…
2018-12-13 21:38:01 -05:00
MikeTheWatchGuy f4a43b6eb5 New parameter - disable_minimize for Windows will disable minimize button 2018-12-13 21:37:28 -05:00
MikeTheWatchGuy 1f309058e6
Merge pull request #920 from MikeTheWatchGuy/Dev-latest
Disable close now works
2018-12-13 21:19:15 -05:00
MikeTheWatchGuy 32b68cdd46 Disable close now works 2018-12-13 21:18:55 -05:00
MikeTheWatchGuy 39c07291b7
Merge pull request #919 from MikeTheWatchGuy/Dev-latest
Information on default focus
2018-12-13 15:58:48 -05:00
MikeTheWatchGuy 9838256952 Information on default focus 2018-12-13 15:53:01 -05:00
MikeTheWatchGuy 5fbca66f69
Merge pull request #918 from MikeTheWatchGuy/Dev-latest
Changed combobox's selected background to gray50
2018-12-13 14:33:18 -05:00
MikeTheWatchGuy ce77a48a02 Changed combobox's selected background to gray50 2018-12-13 14:32:20 -05:00
MikeTheWatchGuy 87c3ba03f7
Merge pull request #916 from MikeTheWatchGuy/Dev-latest
Ability to abort computer to computer game
2018-12-13 11:10:19 -05:00
MikeTheWatchGuy 51e616e004 3.19.2 2018-12-13 11:09:53 -05:00
MikeTheWatchGuy 58e794e281 3.19.1 - Flatten button If border depth==0 no highlights 2018-12-13 10:22:07 -05:00
MikeTheWatchGuy 21debfac4d Ability to abort computer to computer game 2018-12-13 09:19:54 -05:00
MikeTheWatchGuy 281d4f0daf
Merge pull request #915 from MikeTheWatchGuy/Dev-latest
Removed more code that's not needed
2018-12-13 09:11:21 -05:00
MikeTheWatchGuy 66ededa8de Removed more code that's not needed 2018-12-13 09:10:55 -05:00
MikeTheWatchGuy 73dcc1f0a2
Merge pull request #913 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-12 22:21:04 -05:00
MikeTheWatchGuy 1c5161fb56 MORE fixes to Combobox Style Sheets 2018-12-12 22:20:40 -05:00
MikeTheWatchGuy 542c39a76c Initial checkin 2018-12-12 21:08:48 -05:00
MikeTheWatchGuy f63a385bad
Merge pull request #911 from MikeTheWatchGuy/Dev-latest
New demo program - Uno card game
2018-12-12 18:13:04 -05:00
MikeTheWatchGuy 9bb4264e66 New demo program - Uno card game 2018-12-12 18:12:47 -05:00