Commit graph

725 commits

Author SHA1 Message Date
PySimpleGUI
ec78bd3327 Updated to work with 3.1.1 2019-09-19 11:24:40 -04:00
PySimpleGUI
ec1380f5a8
Merge pull request #1989 from PySimpleGUI/Dev-latest
cleanup to more recent constructs
2019-09-18 20:16:04 -04:00
PySimpleGUI
7e972b5277 cleanup to more recent constructs 2019-09-18 20:15:45 -04:00
PySimpleGUI
96438e10d6
Merge pull request #1988 from PySimpleGUI/Dev-latest
Updated to work with Matplotlib 3.1.1
2019-09-18 20:08:18 -04:00
PySimpleGUI
ef138509ac Updated to work with Matplotlib 3.1.1 2019-09-18 20:07:57 -04:00
PySimpleGUI
a3b6b973e2
Merge pull request #1971 from PySimpleGUI/Dev-latest
New demo program to enable you to quickly test out the different look…
2019-09-14 20:25:35 -04:00
MikeTheWatchGuy
f0f4dcb92e New demo program to enable you to quickly test out the different look and feel settings 2019-09-14 20:25:17 -04:00
PySimpleGUI
e8f8d16e5a
Merge pull request #1969 from PySimpleGUI/Dev-latest
New demo program - demonstrates how to make a "rubber band" rectangle…
2019-09-14 11:36:41 -04:00
MikeTheWatchGuy
9e62a74af5 New demo program - demonstrates how to make a "rubber band" rectangle where you click and drag to draw it 2019-09-14 11:36:20 -04:00
PySimpleGUI
e98912e0cc
Merge pull request #1939 from PySimpleGUI/Dev-latest
New demo program that shows how to use Graph Element to draw a visual…
2019-09-07 09:20:26 -04:00
MikeTheWatchGuy
7c723133e0 New demo program that shows how to use Graph Element to draw a visualizer for sorts 2019-09-07 09:20:07 -04:00
PySimpleGUI
cd9d4c34be
Merge pull request #1927 from PySimpleGUI/Dev-latest
Moved print to event loop
2019-09-05 10:27:39 -04:00
MikeTheWatchGuy
221d376f10 Moved print to event loop 2019-09-05 10:27:19 -04:00
PySimpleGUI
5f27da5a8d
Merge pull request #1923 from PySimpleGUI/Dev-latest
Initial checkin
2019-09-04 16:39:24 -04:00
MikeTheWatchGuy
221e0ab88e Initial checkin 2019-09-04 16:39:01 -04:00
PySimpleGUI
bc8bfa9bf8
Merge pull request #1921 from PySimpleGUI/Dev-latest
Multiple Choice Test generated layout added
2019-09-04 12:06:33 -04:00
MikeTheWatchGuy
6b62636b65 Multiple Choice Test generated layout added 2019-09-04 12:06:07 -04:00
PySimpleGUI
472895e894
Merge pull request #1896 from PySimpleGUI/Dev-latest
Added tooltip to main screen.  Fixed importing WRONG PSG... was impor…
2019-08-29 16:44:40 -04:00
MikeTheWatchGuy
28f43bd020 Added tooltip to main screen. Fixed importing WRONG PSG... was importing Qt when should have been plain PSG. 2019-08-29 16:44:23 -04:00
PySimpleGUI
7c1191ea59
Merge pull request #1895 from PySimpleGUI/Dev-latest
Changed stop functionality
2019-08-29 15:57:35 -04:00
MikeTheWatchGuy
9d9aa5e2d8 Changed stop functionality 2019-08-29 15:57:14 -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
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
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
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
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
4c155d79e7 Checking into Dev Branch.... accidently checked directly into Master previously! 2019-08-13 16:54:17 -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
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
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
8bf4b87fc7
Merge pull request #1709 from PySimpleGUI/Dev-latest
Added an example of setting text coloir to white with red background.
2019-07-19 22:33:14 -04:00
MikeTheWatchGuy
60fb9c2ac3 Added an example of setting text coloir to white with red background. 2019-07-19 22:32:46 -04:00
MikeTheWatchGuy
288af8288e
Merge pull request #1707 from PySimpleGUI/Dev-latest
Support for Table Updates for colors (individual row colors and alter…
2019-07-19 22:23:21 -04:00
MikeTheWatchGuy
b49e17d665 Support for Table Updates for colors (individual row colors and alternating row color) 2019-07-19 22:22:49 -04:00
MikeTheWatchGuy
a4d6b4bf0d
Merge pull request #1703 from PySimpleGUI/Dev-latest
Addition of user generated toggle button - Thank you ncotrb
2019-07-19 17:04:54 -04:00
MikeTheWatchGuy
313d35b177 Addition of user generated toggle button - Thank you ncotrb 2019-07-19 17:04:24 -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