Commit Graph

3453 Commits

Author SHA1 Message Date
MikeTheWatchGuy c30afc1749
Merge pull request #1858 from PySimpleGUI/Dev-latest
LOTS of new error checks. Warning if trying to "re-use" layout, All E…
2019-08-22 01:23:28 -04:00
MikeTheWatchGuy 979da6faab LOTS of new error checks. Warning if trying to "re-use" layout, All Element.Update methods checked for unfinalized windows. 2019-08-22 01:23:07 -04:00
MikeTheWatchGuy 0c151b464f
Merge pull request #1857 from PySimpleGUI/Dev-latest
Dev latest
2019-08-21 23:16:55 -04:00
MikeTheWatchGuy c63ecbfd08 Corrected version number for the patch. 2019-08-21 23:16:29 -04:00
MikeTheWatchGuy d239bb582b New Listbox parameter - no_scrollbar. If True then no scrollbar wiill be added to the Widget. 2019-08-21 23:14:56 -04:00
MikeTheWatchGuy 0e1a079255
Merge pull request #1856 from PySimpleGUI/Dev-latest
Dev latest
2019-08-21 19:45:39 -04:00
MikeTheWatchGuy 5227126ef1 Fix in Get 2019-08-21 19:45:18 -04:00
MikeTheWatchGuy 5149a2c2a6 Added Table.Get method 2019-08-21 19:44:30 -04:00
MikeTheWatchGuy f5e4410b14
Merge pull request #1854 from PySimpleGUI/Dev-latest
Dev latest
2019-08-21 18:35:38 -04:00
MikeTheWatchGuy 48e81e72f2 Added ParentRowFrame to elements to MAYBE aid in better visibility changes 2019-08-21 18:35:04 -04:00
MikeTheWatchGuy 7383be254f Ability to "call an element" 2019-08-21 18:34:12 -04:00
MikeTheWatchGuy bd42001803 Added finalize parm to Window, PEP8 names for Window methods, ability to "call" an element 2019-08-21 18:33:51 -04:00
MikeTheWatchGuy 7b578bdbf5 Added finalize parameter to Window 2019-08-21 18:27:24 -04:00
MikeTheWatchGuy e086c3f3c9
Merge pull request #1853 from PySimpleGUI/Dev-latest
Added dummy Window.visibility_changed method because it exists in PyS…
2019-08-21 17:19:56 -04:00
MikeTheWatchGuy 99748374b1 Added dummy Window.visibility_changed method because it exists in PySimpleGUIQt. Fixed debugger popout 2019-08-21 17:19:25 -04:00
MikeTheWatchGuy 466aa4ec39
Merge pull request #1851 from PySimpleGUI/Dev-latest
Removed SetFocus from all Elements except for the base Element class.…
2019-08-20 16:21:53 -04:00
MikeTheWatchGuy e68fb12145 Removed SetFocus from all Elements except for the base Element class. MOVED all of the PEP8 renaming to inside each class 2019-08-20 16:21:17 -04:00
MikeTheWatchGuy 178d193bda
Merge pull request #1849 from PySimpleGUI/Dev-latest
Removed some funcs people shouldn't be calling
2019-08-20 15:22:05 -04:00
MikeTheWatchGuy b2c304e3d0 Removed some funcs people shouldn't be calling 2019-08-20 15:20:32 -04:00
MikeTheWatchGuy 0162d2ec0b
Merge pull request #1848 from PySimpleGUI/Dev-latest
PEP8-ify!!!  All of the user accessable methods and funcs now have a …
2019-08-20 15:12:22 -04:00
MikeTheWatchGuy 054690d5b4 PEP8-ify!!! All of the user accessable methods and funcs now have a lower-case version! Wild how it's done 2019-08-20 15:11:46 -04:00
MikeTheWatchGuy c9e65dc034
Merge pull request #1847 from PySimpleGUI/Dev-latest
The 4.2 release readme components
2019-08-20 13:47:25 -04:00
MikeTheWatchGuy f8cd8c86b1 The 4.2 release readme components 2019-08-20 13:46:28 -04:00
MikeTheWatchGuy 87fcdd7c76
Merge pull request #1841 from PySimpleGUI/Dev-latest
OFFICIAL 4.2.0 Release!
2019-08-19 18:50:55 -04:00
MikeTheWatchGuy 31f7183891 OFFICIAL 4.2.0 Release! 2019-08-19 17:14:34 -04:00
MikeTheWatchGuy fc1cf5a2af
Merge pull request #1839 from PySimpleGUI/Dev-latest
Dev latest
2019-08-19 13:23:11 -04:00
MikeTheWatchGuy 6a69aa44a0 HUGE 2.7 update. It's finally caught up to the 4.0 level of 3.x port 2019-08-19 13:22:47 -04:00
MikeTheWatchGuy 75d46987dd Doc strings, finalize parameter in Window element, fix for not using initial_folder for PopupGetFile 2019-08-19 13:21:34 -04:00
MikeTheWatchGuy 6732693185
Merge pull request #1833 from PySimpleGUI/Dev-latest
Fixed missing return types in Docstrings for pre-defined buttons
2019-08-18 20:01:53 -04:00
MikeTheWatchGuy 88dc9408a6 Fixed missing return types in Docstrings for pre-defined buttons 2019-08-18 20:01:33 -04:00
MikeTheWatchGuy 4b09f6a066
Merge pull request #1832 from PySimpleGUI/Dev-latest
Added __call__ method to Elements. WOW!  Removed many of the __del__ …
2019-08-18 16:11:20 -04:00
MikeTheWatchGuy 593a64225c Added __call__ method to Elements. WOW! Removed many of the __del__ methods. Hope it doesn't BREAK BADLY! 2019-08-18 16:10:49 -04:00
MikeTheWatchGuy 85bac9b8da
Merge pull request #1831 from PySimpleGUI/Dev-latest
BIG CHANGE - Moved ALL call references but popups to the very bottom …
2019-08-18 15:26:27 -04:00
MikeTheWatchGuy a1743c84c7 BIG CHANGE - Moved ALL call references but popups to the very bottom of section 2019-08-18 15:23:21 -04:00
MikeTheWatchGuy 9e7c1e14ca
Merge pull request #1828 from PySimpleGUI/Dev-latest
New Demo - Design Patterns for Layout Generation
2019-08-17 17:00:33 -04:00
MikeTheWatchGuy 0cb17f2a31 New Demo - Design Patterns for Layout Generation 2019-08-17 17:00:10 -04:00
MikeTheWatchGuy 5cb39d5b47
Merge pull request #1826 from PySimpleGUI/Dev-latest
New capability! __getitem__ added to all ports of PySimpleGUI.  Enabl…
2019-08-17 11:03:54 -04:00
MikeTheWatchGuy 40abc2e20a New capability! __getitem__ added to all ports of PySimpleGUI. Enables skipping the FindElement call 2019-08-17 11:03:36 -04:00
MikeTheWatchGuy c8826bc9f4
Merge pull request #1824 from PySimpleGUI/Dev-latest
Dev latest
2019-08-16 19:06:18 -04:00
MikeTheWatchGuy fa6f4cc1ce Removed some whitespace 2019-08-16 19:05:53 -04:00
MikeTheWatchGuy 22a6634331 Added `Tearoff ` property to Element to stop crash if trying to use a submenu in a right click menu. Fixup of some docstrings that were causing issues 2019-08-16 19:05:18 -04:00
MikeTheWatchGuy 65dd8360bf
Merge pull request #1822 from PySimpleGUI/Dev-latest
Make more generic by adding USING_QT variable. Removed * unpacking!  …
2019-08-16 11:52:15 -04:00
MikeTheWatchGuy 392d224ef1 Make more generic by adding USING_QT variable. Removed * unpacking! New layout technique 2019-08-16 11:51:49 -04:00
MikeTheWatchGuy 8434b0be40
Merge pull request #1821 from PySimpleGUI/Dev-latest
Dev latest
2019-08-16 11:31:42 -04:00
MikeTheWatchGuy 027f458837 Made a "catch all" for find element with focus so that any element can be checked 2019-08-16 11:31:21 -04:00
MikeTheWatchGuy 5b1f8cdbca Fix for window.FindElementWithForux - wasn't checking listboxes 2019-08-16 11:26:36 -04:00
MikeTheWatchGuy baebc08780
Merge pull request #1819 from PySimpleGUI/Dev-latest
Comments on installatation
2019-08-16 10:48:46 -04:00
MikeTheWatchGuy c4d149f5c3 Comments on installataion 2019-08-15 22:18:51 -04:00
MikeTheWatchGuy 276a53f048
Merge pull request #1816 from PySimpleGUI/Dev-latest
Added controls at bottom to adjust key parameters.  Added back the tit…
2019-08-15 19:36:58 -04:00
MikeTheWatchGuy 652c24c17c Added controls at bottom to adjust key paramters. Added back the titlebar so an use slider 2019-08-15 19:36:32 -04:00