Commit Graph

6104 Commits

Author SHA1 Message Date
MikeTheWatchGuy e2385939c7
Delete readme.md 2018-08-03 19:00:21 -04:00
MikeTheWatchGuy a8b8e146a0 Removeed rst docs from docs folder 2018-08-03 18:56:30 -04:00
MikeTheWatchGuy 089c6124b8 Updated screenshots
Fresh screenshots so that the flatter buttons are in the readme.
Changed all SG. to sg.
2018-08-03 18:40:54 -04:00
MikeTheWatchGuy 71a60dd809 Removed f-string 2018-08-03 16:45:51 -04:00
MikeTheWatchGuy 1b19c4e546 Removed format literal string 2018-08-03 12:35:46 -04:00
MikeTheWatchGuy 46858be048 index.rst 2018-08-02 22:48:05 -04:00
MikeTheWatchGuy 525020c84c README.rst addition 2018-08-02 22:25:33 -04:00
MikeTheWatchGuy 1affeb2905 removed 2018-08-02 22:25:13 -04:00
MikeTheWatchGuy 8cba6a865f readme.rst addition 2018-08-02 22:22:32 -04:00
MikeTheWatchGuy e5b7fd4fc2 remove docs 2018-08-02 22:21:32 -04:00
MikeTheWatchGuy 3848284f7d Added readme.rst to docs 2018-08-02 20:54:10 -04:00
MikeTheWatchGuy 1aa7081e45 Credit to Fredrik Lundhl
For his work on tkinter
2018-08-02 12:59:54 -04:00
MikeTheWatchGuy 3066a1c099 Pi Robotics Demo / Design Pattern 2018-07-31 10:53:55 -04:00
MikeTheWatchGuy b41f65dc65 Realtime Button addition 2018-07-31 09:28:12 -04:00
MikeTheWatchGuy bf0c09ac05 Demo of Realtime Buttons
Remote control demo using Realtime Buttons
2018-07-31 00:01:07 -04:00
MikeTheWatchGuy e4a9f80489 Realtime Buttons
New type of button, the realtime button, allows buttons to be 'polled'.  They register as pushed as soon as the button goes down versus click which happens when you release the button.
2018-07-30 23:50:52 -04:00
MikeTheWatchGuy 9386ec8fc1 Window location global setting
Added ability to change the default location of the window from centered to any value.
2018-07-30 17:00:42 -04:00
MikeTheWatchGuy 499433badd Design description 2018-07-30 15:18:36 -04:00
MikeTheWatchGuy bbc6a555f9 Readme updates
Python3 requirement spelled out
2018-07-30 10:12:12 -04:00
MikeTheWatchGuy 418027adfb Better poll loop 2018-07-29 09:11:51 -04:00
MikeTheWatchGuy 2629d23ac1 More/better comments
A design recipe for Non-blocking forms
2018-07-29 08:57:28 -04:00
MikeTheWatchGuy e9ac588ab8 Element Docstrings
Added Docstrings to the elements... it's a start
2018-07-28 14:41:56 -04:00
MikeTheWatchGuy b51cf2b355 Fix for Pi
Was using Python feature that caused errors on Pi running 3.4.
2018-07-28 06:45:39 -04:00
MikeTheWatchGuy d1b1452079 Removed autosize text setting
Required for 2.6.
2018-07-27 15:58:59 -04:00
MikeTheWatchGuy 05caecc600 RELEASE 2.6 2018-07-27 15:52:59 -04:00
MikeTheWatchGuy 2c0afe8fb8 Small tweaks for 2.6 2018-07-27 15:50:14 -04:00
MikeTheWatchGuy 4895ab61f2 RELEASE 2.6
New setting for Button Element sizing.  System-wide DEFAULT_AUTO_SIZE_BUTTONS.  Can also be set at the form level.
This will greatly compact code.
2018-07-27 15:45:38 -04:00
MikeTheWatchGuy 60173f9b6c RELEASE 2.5
Background colors.  Readme for 2.5
2018-07-26 19:53:17 -04:00
MikeTheWatchGuy bce8382d6e Remove renamed files 2018-07-25 07:38:20 -04:00
MikeTheWatchGuy 2109bdbc97 Renamed demo files, new demo of tabbed forms
Changed filenames to remove spaces so will be easier to work with on Linux.
2018-07-25 06:40:14 -04:00
MikeTheWatchGuy 13d99dcd75 Tabbed forms example and explanation 2018-07-24 17:44:23 -04:00
MikeTheWatchGuy a723b6f463 Button Image example 2018-07-24 17:15:47 -04:00
MikeTheWatchGuy 892adf86ee readme 2018-07-24 17:09:41 -04:00
MikeTheWatchGuy 5af691c029 Logo 2018-07-24 17:02:58 -04:00
MikeTheWatchGuy d12d9af99a Updated logo 2018-07-24 17:01:11 -04:00
MikeTheWatchGuy a89f838a40 Removed 2018-07-24 16:21:09 -04:00
MikeTheWatchGuy a9266a22a7 Initial Checkin 2018-07-24 16:19:29 -04:00
MikeTheWatchGuy d9d548747b Readme update for version 2.4 features. Button images 2018-07-24 15:52:14 -04:00
MikeTheWatchGuy efa5b5fc6b Minor change 2018-07-24 14:13:12 -04:00
MikeTheWatchGuy b7eb946027 RELEASE 2.4 (early)
Wasn't building correctly on Raspberry Pi and wanted to correct it quickly.  Am not paracticing  good source code management!
2018-07-24 14:12:39 -04:00
MikeTheWatchGuy 8e329e7690 Removed F-string
Oops, and f-string creaped in
2018-07-24 12:20:34 -04:00
MikeTheWatchGuy e2f9f5c834 Readme 2018-07-24 00:07:07 -04:00
MikeTheWatchGuy b88483bb76 Readme update
More on Listbox and Slider.  SimpleGUI Print function for debug output.
2018-07-24 00:05:01 -04:00
MikeTheWatchGuy 9bc4eddce6 Forgot to add Listbox and Slider to feature list! 2018-07-23 18:33:49 -04:00
MikeTheWatchGuy c6b0f4111a New picture of all widgets 2018-07-23 15:20:41 -04:00
MikeTheWatchGuy f3bee1687e 2.3 Release
Large change to ReadMe and Recipes.  Some functions renamed or a new name was created, leaving legacy name in place... for now.  As long as docs steer people in the direction of the new names it'll be ok
2018-07-23 15:14:34 -04:00
MikeTheWatchGuy f6f02b6f2b
Update readme.md 2018-07-23 10:21:26 -04:00
MikeTheWatchGuy fce4d45472
Update readme.md 2018-07-23 10:18:59 -04:00
MikeTheWatchGuy 528a0250ad
Update readme.md 2018-07-23 10:17:19 -04:00
MikeTheWatchGuy f52b977728
Update readme.md 2018-07-23 10:15:45 -04:00