Commit Graph

2946 Commits

Author SHA1 Message Date
MikeTheWatchGuy 1d193651fe Fix for file types conversion. Must not have ';;' on the end of the last item. 2019-08-29 14:36:10 -04:00
PySimpleGUI 31bac3652a
Merge pull request #1892 from PySimpleGUI/Dev-latest
Fixed focus inside containers problem
2019-08-29 11:19:53 -04:00
MikeTheWatchGuy d48b444734 Fixed focus inside containers problem 2019-08-29 11:19:30 -04:00
PySimpleGUI e231dc1a01
Merge pull request #1891 from PySimpleGUI/Dev-latest
Dev latest
2019-08-29 10:17:58 -04:00
MikeTheWatchGuy 29a9a4201a Converts Window title into a string and removed the check for string that wasn't working 2019-08-29 10:17:35 -04:00
MikeTheWatchGuy 7f30da5c94 Added Output.Get method. Tabs/TabGroup expand when resizing 2019-08-29 10:15:34 -04:00
PySimpleGUI 780a19f3a9
Merge pull request #1885 from PySimpleGUI/Dev-latest
Fix for Tree element not returning keys.  Was really messed up. ROWS …
2019-08-27 14:02:34 -04:00
MikeTheWatchGuy 2935e3d067 Fix for Tree element not returning keys. Was really messed up. ROWS are expanded now for Frame, Col, multiline, input, output, tab, tabgroup 2019-08-27 14:02:10 -04:00
PySimpleGUI 79dcafa85f
Merge pull request #1882 from PySimpleGUI/Dev-latest
Dev latest
2019-08-26 19:12:33 -04:00
MikeTheWatchGuy 76f64b7d02 Changed version up to another release number 2019-08-26 19:12:02 -04:00
MikeTheWatchGuy 9050d97391 PEP8 Bindings! New character to pixel conversion for multiline type of elements. Removed the __del__ methods and other unneeded code. Renamed some private methods & functions to start with _, 2019-08-26 19:10:40 -04:00
PySimpleGUI 13c5f600f5
Merge pull request #1879 from PySimpleGUI/Dev-latest
Added a screenshot to the readme
2019-08-25 08:54:11 -04:00
MikeTheWatchGuy 7dd9d019a8 Added a screenshot to the readme 2019-08-25 08:53:50 -04:00
PySimpleGUI 09e3c18bd8
Merge pull request #1877 from PySimpleGUI/Dev-latest
Made release number all numeric
2019-08-24 22:18:13 -04:00
MikeTheWatchGuy d37dc46492 Made release number all numeric 2019-08-24 22:17:55 -04:00
PySimpleGUI 13eedeb898
Merge pull request #1876 from PySimpleGUI/Dev-latest
Changed version number to be all numeric
2019-08-24 22:12:02 -04:00
MikeTheWatchGuy ecf1880df6 Changed version number to be all numeric 2019-08-24 22:11:45 -04:00
PySimpleGUI f1f8acc122
Merge pull request #1875 from PySimpleGUI/Dev-latest
Experimenting to see if can pip install from the GitHub itself
2019-08-24 22:06:25 -04:00
MikeTheWatchGuy cb8bd20b41 Experimenting to see if can pip install from the GitHub itself 2019-08-24 22:06:06 -04:00
PySimpleGUI 38213f8c4e
Merge pull request #1874 from PySimpleGUI/Dev-latest
Added Table.Get as a dummy function as to match the new Get method in…
2019-08-24 18:29:48 -04:00
MikeTheWatchGuy 0b3c93fe5c Added Table.Get as a dummy function as to match the new Get method in the Qt port. Returns the last table provided. Editing is not yet available. 2019-08-24 18:29:28 -04:00
PySimpleGUI 69fa40980d
Merge pull request #1873 from PySimpleGUI/Dev-latest
Table Element - Fix for columns going nuts when getting near the head…
2019-08-24 17:59:55 -04:00
MikeTheWatchGuy d3da31110f Table Element - Fix for columns going nuts when getting near the headers with a mouse! PLEASE be fixed! 2019-08-24 17:59:35 -04:00
PySimpleGUI 631fb775d9
Merge pull request #1872 from PySimpleGUI/Dev-latest
Removed the F-bomb because kids the source. If icon loads fail, defau…
2019-08-23 21:48:11 -04:00
MikeTheWatchGuy 7a8dfa2eb3 Removed the F-bomb because kids the source. If icon loads fail, default to built-in icon 2019-08-23 21:47:47 -04:00
PySimpleGUI e59eb90df9
Merge pull request #1871 from PySimpleGUI/Dev-latest
Added the "Layouts" section
2019-08-23 20:05:37 -04:00
MikeTheWatchGuy 0a197b200b Added the "Layouts" section 2019-08-23 20:05:13 -04:00
PySimpleGUI b2d47ac8df
Merge pull request #1870 from PySimpleGUI/Dev-latest
Changed Input.Update to move the cursor to the end if updating the va…
2019-08-23 13:58:33 -04:00
MikeTheWatchGuy 4cbbe51992 Changed Input.Update to move the cursor to the end if updating the values 2019-08-23 13:58:11 -04:00
PySimpleGUI 0b44c71080
Merge pull request #1865 from PySimpleGUI/Dev-latest
Dev latest
2019-08-22 17:52:11 -04:00
MikeTheWatchGuy 475333227b Docs for 4.3.0 Release 2019-08-22 17:51:14 -04:00
MikeTheWatchGuy 628f4170e7 4.3.0 RELEASE 2019-08-22 17:50:43 -04:00
PySimpleGUI ea9aaf5c04
Merge pull request #1864 from PySimpleGUI/Dev-latest
Dev latest
2019-08-22 16:36:47 -04:00
MikeTheWatchGuy 769ae81746 Fixed layout issues. Made Column element special. It can have a justification specified on it 2019-08-22 16:36:27 -04:00
MikeTheWatchGuy f76cfcdceb New parameter for Columns - justification. Justifies the Column and the row it's on to this setting 2019-08-22 16:05:40 -04:00
PySimpleGUI dc1addf9b0
Merge pull request #1863 from PySimpleGUI/Dev-latest
Forgot to bump version
2019-08-22 13:22:06 -04:00
MikeTheWatchGuy 30ab03859c Forgot to bump version 2019-08-22 13:21:46 -04:00
PySimpleGUI 6176fe3ade
Merge pull request #1862 from PySimpleGUI/Dev-latest
Chagned center_elements to element_justification
2019-08-22 13:12:02 -04:00
MikeTheWatchGuy 7a1d010959 Chagned center_elements to element_justification 2019-08-22 13:11:42 -04:00
MikeTheWatchGuy 28340a7d5c
Merge pull request #1860 from PySimpleGUI/Dev-latest
NEW Sizer Element
2019-08-22 12:21:00 -04:00
MikeTheWatchGuy 7379d0bf62 NEW Sizer Element 2019-08-22 12:20:39 -04:00
MikeTheWatchGuy 2dc3f27c25
Merge pull request #1859 from PySimpleGUI/Dev-latest
NEW center_elements parm for Window, column, frame and tab
2019-08-22 11:58:47 -04:00
MikeTheWatchGuy 96c56b64fa NEW center_elements parm for Window, column, frame and tab 2019-08-22 11:58:23 -04:00
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