Commit Graph

253 Commits

Author SHA1 Message Date
MikeTheWatchGuy d5cdcd724a Demo program on using the SystemTray 2018-11-25 16:39:58 -05:00
MikeTheWatchGuy adb34a6371 Release 0.16.0 2018-11-25 16:30:59 -05:00
MikeTheWatchGuy ddfae6131a New ICON_ACTIVATED event for Tray Icon, better Tray/Window interaction management 2018-11-25 16:08:48 -05:00
MikeTheWatchGuy 2f29ada293 Double click detection for SystemTray. Returned as an event 2018-11-25 15:28:22 -05:00
MikeTheWatchGuy bca3fd18ee Message clicked events returned 2018-11-25 11:47:12 -05:00
MikeTheWatchGuy cd1327e1e2 Tool tip support for SystemTray... very nice 2018-11-25 11:33:02 -05:00
MikeTheWatchGuy f207d4cc21 Made more portable by removing window element_padding parameter 2018-11-25 10:17:53 -05:00
MikeTheWatchGuy 522cfa0aaf More element padding... works better with Window padding values now, Issue watcher app update 2018-11-25 10:07:17 -05:00
MikeTheWatchGuy a2e44da1c9 Menu keys! 2018-11-25 08:47:38 -05:00
MikeTheWatchGuy b121202771 0.15.0 PySimpleGUIQt 2018-11-24 21:33:27 -05:00
MikeTheWatchGuy 07ea28d3df Demo of the new System Tray feature 2018-11-24 21:22:48 -05:00
MikeTheWatchGuy 8dacad01d1 More SystemTray support 2018-11-24 21:07:37 -05:00
MikeTheWatchGuy f67c5a8a47 Support for windows in conjunction with System Tray Icon feature 2018-11-24 19:53:06 -05:00
MikeTheWatchGuy 4318df99e4 Bug in menu setup 2018-11-24 19:24:23 -05:00
MikeTheWatchGuy 8bc3487da8 New Demo - System Tray Icon with Menus!!! 2018-11-24 19:09:46 -05:00
MikeTheWatchGuy ba3dcbf9b4 NEW System Tray feature!! 2018-11-24 18:59:49 -05:00
MikeTheWatchGuy 05b1043758 Border depth support, Refresh of demo programs, 2018-11-24 17:52:31 -05:00
MikeTheWatchGuy 623002b523 Qt 0.14.0 2018-11-24 08:21:14 -05:00
MikeTheWatchGuy e3790e2529 Fixed window sizing problems. Fixed popup sizing (was too big) 2018-11-23 16:49:36 -05:00
MikeTheWatchGuy af60a978c7 NEW ELEMENT - Button Menu! Tick mark location for Slider using Reliefs, Correct (TIGHT) padding for elements, 2018-11-23 15:27:51 -05:00
MikeTheWatchGuy 6876b4359a Expanded font capabilities. Underline, italic, bold, etc. Fix for bad return values for PopupGetFile. Better field sizing, password char support 2018-11-22 15:48:08 -05:00
MikeTheWatchGuy 4733988a15 InputText password char, another mult-window fix 2018-11-22 11:30:40 -05:00
MikeTheWatchGuy 327c48d428 0.13.0 2018-11-22 08:01:04 -05:00
MikeTheWatchGuy d62b1980d9 Fix for falsely generating a timeout event on reads (more multiwindow code), 2018-11-21 19:52:59 -05:00
MikeTheWatchGuy 40820576d7 Support for InputText focus set and get. Default text works correctly now, Frame styles for Text Elements (sunken, etc), DEMO touch keyboard 2018-11-21 18:20:01 -05:00
MikeTheWatchGuy 0098c8873e Support for filetypes and initial folder for PopupGetFile, PopupGetFolder and the Browse buttons 2018-11-21 15:15:12 -05:00
MikeTheWatchGuy 3fad4cb7ef Fix for combobox number of visible items. 2018-11-21 12:32:49 -05:00
MikeTheWatchGuy cf30e09da1 Chaneges sizes to be portable 2018-11-21 10:34:53 -05:00
MikeTheWatchGuy ef36a16cbb More changes for multiple windows. New QT Demo program - GitHub scraper, fix for titles in PopupNoWait 2018-11-21 10:27:40 -05:00
MikeTheWatchGuy 0763fcf254 0.12.0, restructure folders, multi-window design patterns 2018-11-20 12:43:05 -05:00
MikeTheWatchGuy 9035b9ed79 Better window handlging. Fix for image behind window, new layout Demo program 2018-11-17 20:05:37 -05:00
MikeTheWatchGuy 4243b1dc17 Fix for Debug Window 2018-11-16 16:39:10 -05:00
MikeTheWatchGuy 41d49d307d openCV Demo port! Raw and Base64 image support, text justification, tkinter size convert. 2018-11-16 11:22:37 -05:00
MikeTheWatchGuy fd53b79fdb Can use BOTH PyQt5 and PySide2 2018-11-13 15:00:35 -05:00
MikeTheWatchGuy 1a29393e8c Automatic conversion from tkinter size to pixels, Better multi-window support, Auto-close feature for windows 2018-11-13 12:59:02 -05:00
MikeTheWatchGuy 3b63c8213c 0.9.0 Alpha Release 2018-11-12 16:04:54 -05:00
MikeTheWatchGuy d85a76c933 Trees! The beginnings of the Tree Element... even has "icons" this time 2018-11-11 17:30:09 -05:00
MikeTheWatchGuy c45ad588de Tabs! 2018-11-11 16:20:31 -05:00
MikeTheWatchGuy 51deed0ea4 Fix for popups not closing... CButton in general was broken! 2018-11-11 14:42:44 -05:00
MikeTheWatchGuy b72b98e87b Graph Element, Alternative Font support 2018-11-11 13:39:37 -05:00
MikeTheWatchGuy 829ececa2c Updated Readme 2018-11-10 20:22:53 -05:00
MikeTheWatchGuy 156f6b3e0f Update the contents of Table Element 2018-11-10 17:32:24 -05:00
MikeTheWatchGuy e78ae0424a Table - change_submits parameter, Slider enable/disable, update. 2018-11-10 17:26:59 -05:00
MikeTheWatchGuy 418ef2ec8b NEW Feature - Background images for windows 2018-11-10 15:41:38 -05:00
MikeTheWatchGuy 03229f9418 Timeouts! Button color settings when updating / disabling button fixed 2018-11-10 13:09:39 -05:00
MikeTheWatchGuy 96a30fd76b Removed Mac Look and Feel restriction. change_submits callbacks for lots of elements! 2018-11-09 15:06:01 -05:00
MikeTheWatchGuy 4ea12a6336 change_submits for Dial Element 2018-11-09 13:46:36 -05:00
MikeTheWatchGuy 99e2c450f6 Can read tables! 2018-11-09 11:00:43 -05:00
MikeTheWatchGuy 5f8b316e28 Table Element support 2018-11-09 10:08:42 -05:00
MikeTheWatchGuy 377a338481 Grab Anywhere for windows works! 2018-11-09 09:12:47 -05:00
MikeTheWatchGuy 5ee602b980 Button Tooltips 2018-11-08 18:18:28 -05:00
MikeTheWatchGuy f92a592c0c Non-blocking reads!! Fix for listbox returning too few values 2018-11-08 18:05:17 -05:00
MikeTheWatchGuy 645482b3c6 Renamed to new PySimpleGUIQt name.... this time for sure 2018-11-08 15:13:53 -05:00