Commit Graph

2876 Commits

Author SHA1 Message Date
MikeTheWatchGuy ae48656c64 Major update to docs! 2019-07-12 16:21:02 -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
MikeTheWatchGuy 87e5bbb486
Merge pull request #1676 from PySimpleGUI/Dev-latest
FINALLY completed the Window class doc strings!
2019-07-10 17:16:14 -04:00
MikeTheWatchGuy af461df1a0 FINALLY completed the Window class doc strings! 2019-07-10 17:15:51 -04:00
MikeTheWatchGuy 69342202b2
Merge pull request #1675 from PySimpleGUI/Dev-latest
More docstrings, renamed functions
2019-07-10 15:12:34 -04:00
MikeTheWatchGuy 007c23494b More docstrings, renamed functions 2019-07-10 15:12:16 -04:00
MikeTheWatchGuy 294102b360
Merge pull request #1673 from PySimpleGUI/Dev-latest
Changed how image is created before updating the Image Element. Now i…
2019-07-09 14:14:51 -04:00
MikeTheWatchGuy 462a4f4385 Changed how image is created before updating the Image Element. Now is 1 line of code. 2019-07-09 14:14:27 -04:00
MikeTheWatchGuy decb5c520e
Merge pull request #1672 from PySimpleGUI/Dev-latest
Multithreaded for doing long tasks Demo
2019-07-09 13:09:45 -04:00
MikeTheWatchGuy 474917b50b Multithreaded for doing long tasks Demo 2019-07-09 13:09:25 -04:00
MikeTheWatchGuy 08f0febf4d
Merge pull request #1671 from PySimpleGUI/Dev-latest
Made slider active. Moving it causes video playback to begin at new …
2019-07-08 18:36:19 -04:00
MikeTheWatchGuy b16782c39d Made slider active. Moving it causes video playbcack to begin at new location indicated by slider. Cleaned up code a little. 2019-07-08 18:35:47 -04:00
MikeTheWatchGuy 0457b86964
Merge pull request #1667 from PySimpleGUI/Dev-latest
Dev latest
2019-07-06 14:49:52 -04:00
MikeTheWatchGuy 8037c4eb91 More Docstring Work - concentrated on Window class 2019-07-06 14:49:22 -04:00
MikeTheWatchGuy dab3f1f1f3 LOTS of new doc strings. Renamed some functions to begin with _. Window.Show, ReadNonBlocking, Added giant licensing info 2019-07-06 11:51:03 -04:00
MikeTheWatchGuy d16fa56df3
Merge pull request #1663 from PySimpleGUI/Dev-latest
New option ENABLE_TK_WINDOWS. If True, will not use hidden master win…
2019-07-04 10:57:15 -04:00
MikeTheWatchGuy 9adb0e3691 New option ENABLE_TK_WINDOWS. If True, will not use hidden master window. Had to add a lot of try statements to get it to work 2019-07-04 10:56:53 -04:00
MikeTheWatchGuy 6711ffb1dd
Merge pull request #1660 from PySimpleGUI/Dev-latest
Allow set_to_index in the Listbox.Update call to be both an int and a…
2019-07-03 17:40:52 -04:00
MikeTheWatchGuy 28175a99e6 Allow set_to_index in the Listbox.Update call to be both an int and a list. Also officially added "Warnings" using the "Warnings" package. 2019-07-03 17:40:23 -04:00
MikeTheWatchGuy 19cb027e7b
Merge pull request #1656 from PySimpleGUI/Dev-latest
LOTS of doc strings.  Newest readme based on doc strings
2019-07-02 19:10:31 -04:00
MikeTheWatchGuy b9614eef9f LOTS of doc strings. Newest readme based on doc strings 2019-07-02 19:10:12 -04:00
MikeTheWatchGuy 0e29b59ad0
Merge pull request #1649 from PySimpleGUI/Dev-latest
Newly generated documents from the latest 4.1.0.3 code and latest doc…
2019-06-29 11:25:40 -04:00
MikeTheWatchGuy 78e35619ff Newly generated documents from the latest 4.1.0.3 code and latest doc generator 2019-06-29 11:23:06 -04:00
MikeTheWatchGuy bdd7b255cb
Merge pull request #1648 from PySimpleGUI/Dev-latest
Finished Input Tesxt doc strings. Removed the Up Arrow character from…
2019-06-28 21:21:49 -04:00
MikeTheWatchGuy 8220b8c9e2 Finished Input Tesxt doc strings. Removed the Up Arrow character from comments. 2019-06-28 21:21:27 -04:00
MikeTheWatchGuy 4aebfe6095
Merge pull request #1647 from PySimpleGUI/Dev-latest
Fix for crash when opening window twice with ComboBoxes
2019-06-28 16:56:51 -04:00
MikeTheWatchGuy 7499d3f989 Fix for crash when opening window twice with ComboBoxes 2019-06-28 16:56:25 -04:00
MikeTheWatchGuy 8478b97037
Merge pull request #1645 from PySimpleGUI/Dev-latest
Filled in doc strings (much more to go!)
2019-06-27 23:54:59 -04:00
MikeTheWatchGuy 1290b01d60 Filled in doc strings (much more to go!) 2019-06-27 23:54:36 -04:00
MikeTheWatchGuy 6a8032062d
Merge pull request #1643 from kreegahbundolo/master
Made PyGame integration work on Linux by changing the SDL_VIDEODRIVER setting.
2019-06-27 20:42:47 -04:00
MikeTheWatchGuy dd341d6c73
Merge pull request #1644 from PySimpleGUI/Dev-latest
NEW Pong program that ONLY uses PySimpleGUI calls. Previously cheated…
2019-06-27 18:20:20 -04:00
MikeTheWatchGuy 94ac5b33eb NEW Pong program that ONLY uses PySimpleGUI calls. Previously cheated and worked directly with Canvas in tkinter. Not anymore! Also runs on PySimpleGUIWeb and should run on PySimpleGUIQt soon 2019-06-27 18:19:57 -04:00
Åge Strand f7db14f842 Made it work on Linux by changing the SDL_VIDEODRIVER setting. 2019-06-27 09:13:40 +02:00
MikeTheWatchGuy a1c29f6b48
Merge pull request #1642 from PySimpleGUI/Dev-latest
More docstring changes!!!
2019-06-26 22:09:50 -04:00
MikeTheWatchGuy 4601d62f47 More docstring changes!!! 2019-06-26 22:09:28 -04:00
MikeTheWatchGuy 8ab6506de8
Merge pull request #1637 from PySimpleGUI/Dev-latest
Removed ambiguous variable.  Made a simulated GPIO class if platform …
2019-06-26 11:44:22 -04:00
MikeTheWatchGuy 52a7c0a0a3 Removed ambigious variable. Made a simulated GPIO class if platform is windows. 2019-06-26 11:43:36 -04:00
MikeTheWatchGuy b32e62c28a
Merge pull request #1636 from PySimpleGUI/Dev-latest
Dev latest
2019-06-26 11:13:19 -04:00
MikeTheWatchGuy ad100b8e75 Changed bad if statements that were using 'is' and made '==' instead. 2019-06-26 11:09:42 -04:00
MikeTheWatchGuy e59b0060b6
Merge pull request #1631 from cclauss/identity-is-not-equality-in-python
Use ==/!= to compare str literals
2019-06-25 21:10:12 -04:00
MikeTheWatchGuy 23dfb5f7cc Delete index_worked.md 2019-06-25 21:06:42 -04:00
MikeTheWatchGuy c5493079be
Merge pull request #1580 from novel-yet-trivial/patch-1
fix python2 tkinter import
2019-06-25 20:05:04 -04:00
cclauss b2ba8acb34 Use ==/!= to compare str literals 2019-06-25 23:01:02 +02:00
MikeTheWatchGuy 6680820360
Merge pull request #1628 from PySimpleGUI/Dev-latest
Bumped version by 1 more digit so that it's 4 digits long. When posti…
2019-06-25 13:12:10 -04:00
MikeTheWatchGuy 7acfad658a Bumped version by 1 more digit so that it's 4 digits long. When posting to PyPI, will post only 3 digits 2019-06-25 13:11:48 -04:00
MikeTheWatchGuy 8a48d404f8
Merge pull request #1627 from PySimpleGUI/Dev-latest
Refresh of System Tray Issue Watcher running on Wx.
2019-06-25 13:07:56 -04:00
MikeTheWatchGuy 0be9e54183 Refresh of System Tray Issue Watcher running on Wx. 2019-06-25 13:07:23 -04:00
MikeTheWatchGuy b75c04eaf1 Refresh of the Issue Watcher Wx based system tray demo 2019-06-25 13:06:13 -04:00
MikeTheWatchGuy e36266ae38
Merge pull request #1625 from cclauss/patch-1
import time for access to time.time() on line 94
2019-06-25 12:55:55 -04:00