62 Commits

Author SHA1 Message Date
Martin Fitzpatrick
b74592ea41 Add versions for PySide6, PyQt6 & PySide2.
Break down examples into module files to make easier to read. Use
full-definitions on Enums (PyQt6 compatible, better documenting).
Add fixes for Qt6 versions & some general bugfixes.
2024-02-19 13:36:32 +01:00
Martin Fitzpatrick
38118a64a4
Merge pull request #30 from l3gacyb3ta/29-save-crash-patch
re: A fix for issue #29.
2024-02-13 21:47:03 +01:00
Martin Fitzpatrick
fc6e6d214a
Merge pull request #36 from besnoi/patch-1
[Fix] Save File Bug
2024-02-13 21:46:17 +01:00
Martin Fitzpatrick
a69ee46839
Merge pull request #25 from oborshch/browser
Update browser_tabbed.py
2024-02-13 21:45:51 +01:00
Martin Fitzpatrick
aa7b993b3a
Merge pull request #24 from meramsey/patch-1
Add Title/tooltip change/update browser_tabbed.py
2024-02-13 21:45:31 +01:00
Martin Fitzpatrick
9b71c8a1ac
Merge pull request #17 from mzurzolo/master
[Fix] Missing dependencies for browser and browser_tabbed projects
2024-02-13 21:44:18 +01:00
Martin Fitzpatrick
14a846e60e
Merge pull request #28 from timgates42/bugfix_typo_necessary
docs: fix simple typo, neccessary -> necessary
2023-01-23 11:03:50 +01:00
Neir Besnoi
3eaabc125d
[Fix] Save File Bug
Added double semicolons where needed #typofix
2022-08-05 14:19:31 +05:30
Martin Fitzpatrick
aaf6038ab4
Merge pull request #34 from TarunavBA/patch-1
Update README.md
2021-11-12 13:17:17 +01:00
Tarunav BA
fb35b4ae43
Update README.md
I think I fixed a typo. It isn't forecase it is forecast
2021-11-12 13:29:16 +05:30
Gitea
3bba4447bb re: A fix for issue #29.
Rewrote save_file and made a new function (save_html) to accommodate the 
new asnyc toHtml function.
2021-02-24 17:43:00 -05:00
Tim Gates
ef9f3015c2
docs: fix simple typo, neccessary -> necessary
There is a small typo in wordprocessor/wordprocessor.py.

Should read `necessary` rather than `neccessary`.
2020-12-28 12:01:32 +11:00
Alex Borsch
ed4b429de2
Update browser.py
some addition
2020-09-30 22:40:15 +03:00
Alex Borsch
e65ec8b70d
Update browser_tabbed.py
add reload shorcuts
2020-09-30 20:49:34 +03:00
WhatTheServer
b8c8cbaa44
Update browser_tabbed.py
Added tab Title/ tooltip support change. Noticed this missing and got this working on mine with the above mods and figured I'd share this upstream. Thanks for the awesome examples and code.
2020-09-14 23:31:16 -04:00
Martin Fitzpatrick
20b3f89f2e
Fix file extensions 2020-05-20 15:24:06 +02:00
Martin Fitzpatrick
64a6cc8ae1 ... 2020-05-20 14:57:29 +02:00
Martin Fitzpatrick
deda7bd3b2 Remove debug statements. 2020-05-20 14:56:20 +02:00
Martin Fitzpatrick
757153fde0
Fix time calculation. 2020-05-20 14:29:49 +02:00
Martin Fitzpatrick
002f0f800b Modify Piecasso for building with PyInstaller. 2020-04-08 16:19:07 +02:00
Mike Zurzolo
4dc342460a Added PyQtWebEngine to the browser and browser_tabbed requirements.txt 2019-10-02 08:34:53 -04:00
Martin Fitzpatrick
dfc4bbf4b9 Add installer spec. 2019-07-27 23:27:21 +02:00
Martin Fitzpatrick
ec275faf03 Add two new apps. 2019-07-27 21:56:29 +02:00
Martin Fitzpatrick
9e1cd8129a ... 2019-06-16 12:22:31 +02:00
Martin Fitzpatrick
72c8b2d034 Update link. 2019-05-28 00:41:46 +02:00
Martin Fitzpatrick
533858d145 Update links to https://www.learnpyqt.com 2019-05-28 00:14:42 +02:00
Martin Fitzpatrick
d2fc34d8d5 Merge branch 'master' of https://github.com/mfitzp/15-minute-apps 2019-05-28 00:12:30 +02:00
Martin Fitzpatrick
1252abeaaf Update links to https://www.learnpyqt.com 2019-05-28 00:11:53 +02:00
Martin Fitzpatrick
97ebdf84f4
Merge pull request #5 from liuqun/master
calculator: Fix up typos
2019-02-13 22:27:52 +01:00
Martin Fitzpatrick
626f32c9a1
Merge pull request #12 from mexchip/CloseCalculator
calculator: fixes window not closing with the Exit menu
2019-02-13 22:26:30 +01:00
José Jorge
ca2bb1c6c1 calculator: fixes window not closing with the Exit menu 2018-10-15 21:04:07 -05:00
刘群
fe77caf2f0 Fix up typos: FIle->File 2018-06-05 14:31:43 +08:00
Martin Fitzpatrick
b99eb33031 README.md edit 2018-02-21 09:14:10 +01:00
Martin Fitzpatrick
48707371b4 Documentation updates. 2018-02-20 17:21:50 +01:00
Martin Fitzpatrick
d36f8c47c2 solitaire: Fix end animation offscreen bug. 2018-02-20 13:47:06 +01:00
Martin Fitzpatrick
a54970a75e Addition to solitaire writeup. 2018-02-19 22:22:46 +01:00
Martin Fitzpatrick
7ca39a4623 solitaire: fix bouncing and animation. 2018-02-19 22:15:57 +01:00
Martin Fitzpatrick
655347985a Add some getting started instructions to main README.md 2018-02-19 21:56:07 +01:00
Martin Fitzpatrick
63191b010f Add per-app requirements.txt files for pip install. 2018-02-19 21:53:09 +01:00
Martin Fitzpatrick
7352f1ea21 ... 2018-02-19 21:43:05 +01:00
Martin Fitzpatrick
72552cf075 ... 2018-02-19 21:42:16 +01:00
Martin Fitzpatrick
1727c5160e Add license file. 2018-02-19 21:35:53 +01:00
Martin Fitzpatrick
a23fc8fdec Fix image links in README.md. 2018-02-19 21:34:38 +01:00
Martin Fitzpatrick
e3991e7830 Initial draft of all README.md files. 2018-02-19 21:25:25 +01:00
Martin Fitzpatrick
68f92c0584 Update README.md with image links. 2018-02-19 20:34:51 +01:00
Martin Fitzpatrick
7dd1c41454 Add screenshot as jpg. 2018-02-19 20:34:47 +01:00
Martin Fitzpatrick
ed81874cf2 Delete mainwindow.ui.autosave 2018-02-19 20:12:35 +01:00
Martin Fitzpatrick
1596e82b9d Add more README.md for calculator, currency, minesweeper. 2018-02-19 17:11:17 +01:00
Martin Fitzpatrick
d28e747616 Rename screenshots consistently. 2018-02-19 16:13:13 +01:00
Martin Fitzpatrick
a165bbcf28 solitaire: Add README.md 2018-02-19 02:41:47 +01:00