Commit Graph

2805 Commits

Author SHA1 Message Date
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
MikeTheWatchGuy 73f8efc36c
Merge pull request #1813 from PySimpleGUI/Dev-latest
New Demo Program - Show an ASCII animation using your webcam & OpenCV
2019-08-15 09:19:44 -04:00
MikeTheWatchGuy 879f3f55b9 New Demo Program - Show an ASCII animation using your webcam & OpenCV 2019-08-15 09:19:23 -04:00
MikeTheWatchGuy 1110b7973e
Merge pull request #1808 from PySimpleGUI/Dev-latest
Checking into Dev Branch.... accidentally checked directly into Master …
2019-08-13 16:55:08 -04:00
MikeTheWatchGuy 4c155d79e7 Checking into Dev Branch.... accidently checked directly into Master previously! 2019-08-13 16:54:17 -04:00
MikeTheWatchGuy e3ad4949b1 Merge branch 'master' of https://github.com/MikeTheWatchGuy/PySimpleGUI 2019-08-13 16:48:27 -04:00
MikeTheWatchGuy c3d9195d8b Two new OpenCV demos and one updated to show import for Qt 2019-08-13 16:48:23 -04:00
MikeTheWatchGuy efbe7257e2
Merge pull request #1807 from PySimpleGUI/Dev-latest
Fixed argv bug.  Doh!
2019-08-13 15:10:50 -04:00
MikeTheWatchGuy 7d541255e6 Fixed argv bug. Doh! 2019-08-13 15:09:48 -04:00
MikeTheWatchGuy 393cb930bb
Merge pull request #1803 from PySimpleGUI/Dev-latest
New Graph methods - SendFigureToBack, BringFigureToFront
2019-08-11 12:30:40 -04:00
MikeTheWatchGuy ce6d6a5468 New Graph methods - SendFigureToBack, BringFigureToFront 2019-08-11 12:30:23 -04:00
MikeTheWatchGuy 5417e6bd74
Merge pull request #1802 from PySimpleGUI/Dev-latest
New Demo Program that shows how to use an Graph Element to display  O…
2019-08-11 08:13:57 -04:00
MikeTheWatchGuy c98720e02c New Demo Program that shows how to use an Graph Element to display OpenCV stream 2019-08-11 08:13:39 -04:00
MikeTheWatchGuy 7c0d2329a6
Merge pull request #1801 from PySimpleGUI/Dev-latest
Lots of doc updates. The recent Tab and TabGroup changes
2019-08-10 22:44:34 -04:00
MikeTheWatchGuy 28c7c35ac0 Lots of doc updates. The recent Tab and TabGroup changes 2019-08-10 22:44:14 -04:00
MikeTheWatchGuy 1234f1cc6f
Merge pull request #1800 from PySimpleGUI/Dev-latest
Dev latest
2019-08-10 17:17:52 -04:00
MikeTheWatchGuy 39fdf072a4 Bumped version 2019-08-10 17:17:33 -04:00
MikeTheWatchGuy 8782494c87 New methods that are replacing some hastily added ones - TabGroup.Get, Tab.Select, Combo.Get, background colors for non-scrollable columns 2019-08-10 17:16:43 -04:00
MikeTheWatchGuy c3fb2f1c1f
Merge pull request #1797 from PySimpleGUI/Dev-latest
Latest parts of the readme and the creator tools updated
2019-08-08 16:47:39 -04:00
MikeTheWatchGuy 2b0de7217f Latest parts of the readme and the creator tools updated 2019-08-08 16:47:15 -04:00
MikeTheWatchGuy cad420723c
Merge pull request #1796 from PySimpleGUI/Dev-latest
Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex
2019-08-08 16:28:24 -04:00
MikeTheWatchGuy 0e7e72b56d Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex 2019-08-08 16:27:32 -04:00
MikeTheWatchGuy 2f2b2de9b8
Merge pull request #1795 from PySimpleGUI/Dev-latest
Addition of TabGroup.GetCurrentIndex to tkinter port.  Renamed in Qt …
2019-08-08 16:23:17 -04:00
MikeTheWatchGuy 7dda23eef3 Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port 2019-08-08 16:22:54 -04:00
MikeTheWatchGuy 9db1b9ab04
Merge pull request #1793 from PySimpleGUI/Dev-latest
Dev latest
2019-08-07 19:46:18 -04:00
MikeTheWatchGuy 6b050707f9 Ver bump 2019-08-07 19:45:55 -04:00
MikeTheWatchGuy 0976b05ba1 Finally a fix for Column sizes?????? YES! 2019-08-07 19:45:17 -04:00
MikeTheWatchGuy 29a1743104
Merge pull request #1792 from PySimpleGUI/Dev-latest
Addition of SelectTab and GetCurrent methods to the TabGroup Element
2019-08-07 19:25:11 -04:00
MikeTheWatchGuy 3f752f9c0d Addition of SelectTab and GetCurrent methods to the TabGroup Element 2019-08-07 19:24:43 -04:00
MikeTheWatchGuy 5c13dc9fa9
Merge pull request #1791 from PySimpleGUI/Dev-latest
Finally THE Fix that enables multiple windows to work right!
2019-08-07 19:19:19 -04:00
MikeTheWatchGuy ee9dbbaf2b Finally THE Fix that enables multiple windows to work right! 2019-08-07 19:18:41 -04:00
MikeTheWatchGuy 29eb6ca43b
Merge pull request #1789 from PySimpleGUI/Dev-latest
Better display of version number
2019-08-06 19:13:40 -04:00
MikeTheWatchGuy 2dc0e3aa68 Better display of version number 2019-08-06 19:13:18 -04:00
MikeTheWatchGuy f5eed75717
Merge pull request #1788 from PySimpleGUI/Dev-latest
Fix suggested by the Remi project so that multiple connections will w…
2019-08-06 19:09:07 -04:00
MikeTheWatchGuy 31fc5acb8a Fix suggested by the Remi project so that multiple connections will work properly, plus some additional code that was already being worked on 2019-08-06 19:08:46 -04:00
MikeTheWatchGuy ca019f1292
Merge pull request #1787 from PySimpleGUI/Dev-latest
More doc work....
2019-08-05 17:37:40 -04:00
MikeTheWatchGuy 345b91c7f8 More doc work.... 2019-08-05 17:37:21 -04:00
MikeTheWatchGuy a850d23d3a
Merge pull request #1786 from PySimpleGUI/Dev-latest
More documentation... specifically on the Graph Element (plus others)
2019-08-05 16:58:40 -04:00
MikeTheWatchGuy d6458df5ab More documentation... specifically on the Graph Element (plus others) 2019-08-05 16:58:20 -04:00
PySimpleGUI f4267808db
Merge pull request #1784 from PySimpleGUI/Dev-latest
Graph Element drag mouse button UP events changed. Returns key+UP for…
2019-08-05 14:39:02 -04:00
MikeTheWatchGuy 332a47754a Graph Element drag mouse button UP events changed. Returns key+UP for drag event when mouse is released 2019-08-05 14:38:42 -04:00
PySimpleGUI 4bcfbec1d8 Update issue templates 2019-08-04 16:54:36 -04:00
PySimpleGUI b24899a1ff Update issue templates 2019-08-04 16:50:07 -04:00
PySimpleGUI f142bdd16f Update issue templates 2019-08-04 16:49:13 -04:00
MikeTheWatchGuy f2b2fa18b5
Merge pull request #1783 from PySimpleGUI/Dev-latest
RELEASE 4.1
2019-08-04 15:11:22 -04:00
MikeTheWatchGuy 8f5472c40b RELEASE 4.1 2019-08-04 15:04:16 -04:00
MikeTheWatchGuy c64f835e37
Merge pull request #1781 from PySimpleGUI/Dev-latest
Docstrings, Warnings added to Window so that bad titles and bad layou…
2019-08-04 13:50:26 -04:00
MikeTheWatchGuy 0b839ccb70 Docstrings, Warnings added to Window so that bad titles and bad layout types are warned. It's crude but will be helpful. Also first time using this warnings module. Hope it's OK! New Demo Program - invisible elements shows using a column for visibility 2019-08-04 13:50:06 -04:00
MikeTheWatchGuy 13356d14d6
Merge pull request #1773 from PySimpleGUI/Dev-latest
Forgot docstring for text_location
2019-08-02 07:24:05 -04:00