Commit Graph

  • 76d34616a6 Fixed display problem. Was getting bad colors. Enabled ability to run using either PSG or PSG-Qt by only changing import. MikeTheWatchGuy 2018-12-03 12:00:45 -0500
  • e715816bfd
    Merge pull request #843 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-03 09:56:23 -0500
  • ccfd556ab6 Version that works with tkinter or Qt. Only have to change the import. MikeTheWatchGuy 2018-12-03 09:53:04 -0500
  • 590fb06203
    Merge pull request #840 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 19:09:23 -0500
  • 55387cfb3a Save Last Message and Last Title shown in system tray MikeTheWatchGuy 2018-12-02 19:09:08 -0500
  • dbf5ca1270
    Merge pull request #837 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 15:18:50 -0500
  • e7ad6713ba Fixed release contents lists MikeTheWatchGuy 2018-12-02 15:18:30 -0500
  • 2966d2ab8c
    Merge pull request #836 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 15:14:28 -0500
  • 197702647a Fixed formatting MikeTheWatchGuy 2018-12-02 15:13:53 -0500
  • 483f4ae536
    Merge pull request #835 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 14:37:30 -0500
  • c371aa68eb Release 3.17.0 MikeTheWatchGuy 2018-12-02 14:28:52 -0500
  • c99fe44e20
    Merge pull request #834 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 12:33:37 -0500
  • a59dca250d Added ability to set padding on Frame and Tab elements, set border width for Frames MikeTheWatchGuy 2018-12-02 12:33:15 -0500
  • c66237b0e0
    Merge pull request #833 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 11:57:06 -0500
  • 1d61838e0f New row_height parameter for Table elements MikeTheWatchGuy 2018-12-02 11:56:45 -0500
  • 0793fd2316
    Merge pull request #830 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-02 10:27:39 -0500
  • 8130e9cdc8 Updated lots of new parameters and methods for Window and elements. Updated info on Events MikeTheWatchGuy 2018-12-02 10:27:11 -0500
  • 2e2fcf438b
    Merge pull request #828 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-01 22:36:34 -0500
  • 10095347c9 Background, text, and font settings in UPDATE for - Combobox, Listbox, Radio buttons, checkbox, spinner, multiline, output. Ability to get screen dim early MikeTheWatchGuy 2018-12-01 22:35:50 -0500
  • 052abec94e
    Merge pull request #827 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-01 21:40:40 -0500
  • 7c48fd709b Ability to update background color, text color, font for input element MikeTheWatchGuy 2018-12-01 21:40:24 -0500
  • 6225a34f0a Removed prints MikeTheWatchGuy 2018-12-01 18:30:51 -0500
  • c86bab397e
    Merge pull request #825 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-12-01 18:25:30 -0500
  • 579377e748 readonly/editable support for Combobox. Autocomplete feature for Qt Combobox MikeTheWatchGuy 2018-12-01 16:44:25 -0500
  • 8abca2ea6e Set Selection support in Input.Update. Detecting ENTER key in auto complete demo MikeTheWatchGuy 2018-12-01 16:05:40 -0500
  • 7e8e120fa1 Cleaned up code MikeTheWatchGuy 2018-12-01 15:58:41 -0500
  • a37583fb06 Another timeout change, make show button do nothing except refresh MikeTheWatchGuy 2018-12-01 15:49:39 -0500
  • 153c9a1b92 Added Listbox.Update(set_to_index) and Input.Update(select) MikeTheWatchGuy 2018-12-01 15:25:06 -0500
  • ce5c7eabf6 Made portable between tkinter and Qt MikeTheWatchGuy 2018-12-01 15:24:12 -0500
  • 6270a05eea Checking for keys in a more portable way. MikeTheWatchGuy 2018-12-01 14:37:35 -0500
  • 5dc2eb3cb0 Change to timeouts seems to fix the problems MikeTheWatchGuy 2018-12-01 14:00:39 -0500
  • 15a4db94db Removed first window timeout MikeTheWatchGuy 2018-11-30 14:04:05 -0500
  • a04babb479 New Floating Window demo - auto complete of input field MikeTheWatchGuy 2018-11-30 14:00:12 -0500
  • e9b357eb35 Doc update MikeTheWatchGuy 2018-11-30 13:46:47 -0500
  • bfc9a050d2 MULTIWINDOW support copied over from Qt to stop accidental None returns, new Input Update parm - select, MikeTheWatchGuy 2018-11-30 13:46:22 -0500
  • 9127d9fe58
    Merge pull request #822 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-30 12:27:23 -0500
  • 2b0a0bde78 set_to_index parm in ListBox, return values for MenuBar MikeTheWatchGuy 2018-11-30 12:27:05 -0500
  • 34b25f2406
    Merge pull request #821 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-30 11:09:52 -0500
  • ccb50eb430 Better constant definitions MikeTheWatchGuy 2018-11-30 11:09:20 -0500
  • ee929e4fe9 Launches programs like chrome. Note - will need to modify the paths MikeTheWatchGuy 2018-11-30 10:47:57 -0500
  • 468d8165cd
    Merge pull request #819 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-29 20:47:52 -0500
  • 9da1c91cda Copying Qt readme to docs folder MikeTheWatchGuy 2018-11-29 20:47:16 -0500
  • 3a6c84df63
    Merge pull request #818 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-29 19:36:53 -0500
  • b051b2645e Menu update capability for ButtonMenu element MikeTheWatchGuy 2018-11-29 19:36:35 -0500
  • 4fcdc24cc3
    Merge pull request #817 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-29 19:15:13 -0500
  • 740eba40cc Architecture doc initial checkin MikeTheWatchGuy 2018-11-29 19:14:52 -0500
  • e500c816d4
    Merge pull request #816 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-29 12:53:48 -0500
  • 0e28940809 Syntax error MikeTheWatchGuy 2018-11-29 12:53:24 -0500
  • 830485da5a Syntax error MikeTheWatchGuy 2018-11-29 12:53:05 -0500
  • 969685b68e
    Merge pull request #815 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-29 11:49:39 -0500
  • ff93dd92e7 New enable_events parm, Combobox update, Listbox update, Radio enable/disable, Menu updates! MikeTheWatchGuy 2018-11-29 11:48:43 -0500
  • 2629723e32 Menu keys! Menu updates! New enable_events parm for all elements MikeTheWatchGuy 2018-11-29 11:46:56 -0500
  • f98517bf24
    Merge pull request #811 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-28 22:30:33 -0500
  • 1fae711e08 0.19.0 docs MikeTheWatchGuy 2018-11-28 22:28:21 -0500
  • a797b0b59b
    Merge pull request #809 from M4cs/patch-1 MikeTheWatchGuy 2018-11-28 14:18:16 -0500
  • 83c4b0086f
    Update Demo_Desktop_Widget_CPU_Graph.py macsdev 2018-11-28 13:51:12 -0500
  • 0d722a08db
    Merge pull request #808 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-28 13:37:06 -0500
  • 4c584f28e9 Initial checkin MikeTheWatchGuy 2018-11-28 13:36:12 -0500
  • c42138fd91
    Merge pull request #806 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-28 10:23:52 -0500
  • c9ed11faeb Fixed no tooltips when keep on top, StatusBar - New Element, Disabled state for menu items MikeTheWatchGuy 2018-11-28 10:22:45 -0500
  • d71e714465
    Merge pull request #805 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-27 18:57:59 -0500
  • 21c3dd83f0 Added ability to disable menu items. Place '!' in front of menu item to disable. MikeTheWatchGuy 2018-11-27 18:56:16 -0500
  • 7b934eb3df
    Merge pull request #804 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-27 16:50:59 -0500
  • d1bc2a4b78 Added click_submits option for Image Elements MikeTheWatchGuy 2018-11-27 16:50:33 -0500
  • db165f52e7
    Merge pull request #803 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-27 16:15:10 -0500
  • 3ac62ec2bc Re-post of PDF version MikeTheWatchGuy 2018-11-27 15:52:02 -0500
  • 367aa3a1aa
    Merge pull request #802 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-27 14:26:59 -0500
  • f8a3d6dad2 GetScreenDimensions for Windows MikeTheWatchGuy 2018-11-27 14:26:36 -0500
  • 0be184e7f3
    Merge pull request #801 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-27 10:43:11 -0500
  • 2b50532d38 1.16.0 docs MikeTheWatchGuy 2018-11-27 10:15:55 -0500
  • 10626b4c7b
    Merge pull request #800 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 23:21:33 -0500
  • e00a9c8323 Better icon demonstration MikeTheWatchGuy 2018-11-26 23:20:53 -0500
  • 931550f363
    Merge pull request #799 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 23:05:37 -0500
  • 0c651c186c Release 0.18.0 Qt MikeTheWatchGuy 2018-11-26 23:05:07 -0500
  • eb94c47761
    Merge pull request #797 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 12:03:55 -0500
  • c8556d517f DEFAULT_TOOLTIP_OFFSET setting MikeTheWatchGuy 2018-11-26 12:03:12 -0500
  • 8aa7a9f8ba
    Merge pull request #794 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 08:51:49 -0500
  • 7aea76d5db location parm for PopupScrolled MikeTheWatchGuy 2018-11-26 08:51:28 -0500
  • 4fd7e7a7a4 Release 1.16.0 MikeTheWatchGuy 2018-11-26 08:51:12 -0500
  • d6a5685248
    Merge pull request #793 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 08:32:04 -0500
  • ebb4d20784 Element shortcut function, close window bug fixed in PopupScrolled. MikeTheWatchGuy 2018-11-26 08:31:40 -0500
  • c1d088d145
    Merge pull request #792 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-26 08:10:03 -0500
  • 22316651ad Tooltips for all Elements, Menu separators MikeTheWatchGuy 2018-11-26 08:09:45 -0500
  • a77d992b5d
    Merge pull request #788 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 21:53:02 -0500
  • 59f468f67b Tray icon definitions MikeTheWatchGuy 2018-11-25 21:50:06 -0500
  • d35760d650
    Merge pull request #787 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 19:21:52 -0500
  • b51e58e62d Demo program modelling the behavior of Windows programs that use the system tray MikeTheWatchGuy 2018-11-25 19:21:21 -0500
  • efb66aa33d Window Hide and UnHide methods MikeTheWatchGuy 2018-11-25 18:51:57 -0500
  • 0f302ef5a0 Oooopss!! Terrible change made reads fail. fixed.. Also removed text from Progress bar MikeTheWatchGuy 2018-11-25 18:30:41 -0500
  • 5361081892
    Merge pull request #786 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 16:40:15 -0500
  • d5cdcd724a Demo program on using the SystemTray MikeTheWatchGuy 2018-11-25 16:39:58 -0500
  • cefde74a2f
    Merge pull request #785 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 16:31:12 -0500
  • adb34a6371 Release 0.16.0 MikeTheWatchGuy 2018-11-25 16:30:59 -0500
  • ddfae6131a New ICON_ACTIVATED event for Tray Icon, better Tray/Window interaction management MikeTheWatchGuy 2018-11-25 16:08:48 -0500
  • 2f29ada293 Double click detection for SystemTray. Returned as an event MikeTheWatchGuy 2018-11-25 15:28:22 -0500
  • 9feb5be8b2
    Merge pull request #784 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 11:47:33 -0500
  • bca3fd18ee Message clicked events returned MikeTheWatchGuy 2018-11-25 11:47:12 -0500
  • cd1327e1e2 Tool tip support for SystemTray... very nice MikeTheWatchGuy 2018-11-25 11:33:02 -0500
  • 852321a158
    Merge pull request #783 from MikeTheWatchGuy/Dev-latest MikeTheWatchGuy 2018-11-25 10:18:12 -0500
  • f207d4cc21 Made more portable by removing window element_padding parameter MikeTheWatchGuy 2018-11-25 10:17:53 -0500