Commit graph

204 commits

Author SHA1 Message Date
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
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
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
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
52a7c0a0a3 Removed ambigious variable. Made a simulated GPIO class if platform is windows. 2019-06-26 11:43:36 -04:00
MikeTheWatchGuy
ad100b8e75 Changed bad if statements that were using 'is' and made '==' instead. 2019-06-26 11:09:42 -04:00
MikeTheWatchGuy
4f0cc1936b Initial check-in 2019-06-22 10:59:24 -04:00
MikeTheWatchGuy
c99e2e7e76 Removed the Range demo of progress meter iterable 2019-06-19 20:56:50 -04:00
MikeTheWatchGuy
6a7954b9a7 Addition of wrapper for OneLineProgressMeter 2019-06-19 20:31:12 -04:00
MikeTheWatchGuy
f5be1f023d Performs an intial read so that list has entries when first shown. 2019-06-12 11:23:47 -04:00
MikeTheWatchGuy
8446549e7b A bit more commenting 2019-06-10 20:22:57 -04:00
MikeTheWatchGuy
87f4330dcf Added Manually Updated example. New comments, PEP8 func names. 2019-06-10 20:15:37 -04:00
MikeTheWatchGuy
858d73febf Release 3.38, 1.38 2019-06-10 10:01:14 -04:00
MikeTheWatchGuy
f55bad148b Fix for wrapping text element correctly. Demo program updates. 2019-06-04 10:17:04 -04:00
MikeTheWatchGuy
cfce279303 New Demos to show off debuggers! Renamed one demo program 2019-06-01 21:34:03 -04:00
MikeTheWatchGuy
f2ac7d37bb Rework of Demo Debugger Integration + New Demo Debugger Button (experimental only) 2019-06-01 20:48:55 -04:00
MikeTheWatchGuy
dcc4e86b9a Made the debugger launchable from a button 2019-05-25 12:34:33 -04:00
MikeTheWatchGuy
2c01c06580 Added window close at end to cleanup 2019-05-25 12:09:37 -04:00
MikeTheWatchGuy
9ab44d7e48 More Comments 2019-05-25 11:43:11 -04:00
MikeTheWatchGuy
4d756d58cb Refresh of debugger 2019-05-24 23:52:35 -04:00
MikeTheWatchGuy
cf02da33c9 Added missing init call 2019-05-24 22:28:39 -04:00