Commit graph

44 commits

Author SHA1 Message Date
Dpeta
97fe88989c
Replace deprecated inspect.getargspec with inspect.getfullargspec
Python 3.11 removes inspect.getargspec completely.
2023-05-04 20:21:35 +02:00
Dpeta
b644055dc0
Use dict literal instead of call to dict() in toasts.py 2023-05-03 19:29:09 +02:00
Dpeta
2398b5a626
Remove most unnecessary str() typecasts. 2023-02-19 21:10:35 +01:00
Dpeta
9ec4dbd088
Apply the following pylint messages:
- use-list-literal
 - use-dict-literal
 - consider-using-in
 - consider-using-from-import
2023-02-14 19:55:23 +01:00
Dpeta
e233a86436
Enforce select pylint messages 2023-02-13 20:26:05 +01:00
Dpeta
7e782fd5b2
Run lints through black 2023-02-13 01:34:13 +01:00
Dpeta
c1dd4bd23c
Fix remaining pylint errors. (and disable a few sillies...) 2023-02-13 01:21:14 +01:00
Dpeta
f3cacb849b
Updated black run 2023-02-09 20:52:26 +01:00
Dpeta
5b6d5d153f
Run all scripts through "pyupgrade --py38-plus" 2023-01-14 23:02:08 +01:00
Dpeta
fc08a442fa Add command-line options to pyinstaller.py for automated building, finish pyqt5 multimedia sound, fix incorrect arguments in pyinstaller.py+setup.py 2022-10-08 14:30:56 +02:00
MiguelX413
a51e4dd69e
Reformat codebase (#97)
* Reformat codebase with black

* Create black.yml and add black style badge to README.md
2022-10-07 22:51:40 +02:00
Dpeta
ef0898e8c7 getopt --> argparse, redid logging, code cleanup 2022-09-06 13:26:14 +02:00
Dpeta
a2ce2d09e4 PyQt5 fallback 2022-08-19 13:12:58 +02:00
Dpeta
b90c258604 Miscellaneous fixes/changes incl. loadingscreen fix (v2.4.1) 2022-07-05 21:45:16 +02:00
Dpeta
96efc351f5 :"3 2022-06-30 10:15:06 +02:00
Dpeta
4e2035408c Error when failing to join memo, services notices, no toast icon fill by default 2022-06-30 09:59:34 +02:00
Dpeta
2576be41aa PyQt5 --> PyQt6 💚 2022-06-27 04:18:37 +02:00
Dpeta
082c0c9c2b 🧹🪣 Mostly pyflakes recommendations. 2022-04-11 05:57:13 +02:00
Dpeta
9d0f074bbe Changes to imports, contants, shebang, luaquirks, pynotify, oyoyo.
- Removed unnecessary imports.
    - Reorganized import order.
    - Removed legacy import conditions.
    - Added python3 shebang to pesterchum.py
    - Set QString to always be str, Python 2 is not supported.
    - Depreciated luaquirks.
    - Added ValueError to write exception block
    - Set "pynotify" to always be none, even if pynotify succesfully imported, since pynotify implementation is broken.
2022-03-20 00:48:19 +01:00
unknown
2fced8122e Attempt at fixing up logging 2021-12-01 18:29:17 +01:00
Dpeta
ad2c79d0c6 Test for possible mac crash fix 2021-11-29 23:09:32 +01:00
Dpeta
1fd62ef404 Fileconfig + proper handlers for logging module 2021-08-10 22:45:48 +02:00
BuildTools
7fdd7f3bd9 Changed some depreciated functions & imports 2021-04-22 17:42:24 +02:00
BuildTools
1aa4e65c7d Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
BuildTools
90be0894fb Preparation for building :) 2021-03-24 22:34:55 +01:00
BuildTools
0f1e15032b toast fix (referenced from original repo) 2021-03-24 19:20:47 +01:00
Dpeta
475b849049 1/9 2021-03-23 22:36:43 +01:00
karxi
d653af0fa4 Revert "Port code to PyQt5"
This reverts commit abe9342c4f.

That is to say, it reverts the PyQt5 port.
2016-11-13 01:14:39 -05:00
karxi
5d839aae47 Revert "python 2 to 3 first shot"
This reverts commit 7bc57b8b7d.

Practically speaking, this reverts the Python 3 changes, since they're
broken.
2016-11-13 01:12:58 -05:00
illuminatedwax
7bc57b8b7d python 2 to 3 first shot 2014-10-29 02:57:49 -05:00
illuminatedwax
abe9342c4f Port code to PyQt5 2014-10-29 01:06:21 -05:00
Kiooeht
e16965e771 Fix thing with inspect on non-python function for libnotify 2013-02-25 21:52:38 -08:00
Stephen Dranger
24fbb6c7d3 str() -> unicode()
Conflicts:

	pesterchum.py
2011-12-20 19:06:23 -08:00
Kiooeht
daf9ceca49 Fix spelling mistakes. "avaliable" != "available" 2011-09-12 21:18:18 -07:00
Kiooeht
2799a66acb Bug fix: Don't infinite loop on notifications with too many characters without a space 2011-08-29 10:28:41 -07:00
Kiooeht
5ffed58756 Stop overriding StaysOnTop hint with ToolTip hint 2011-08-29 02:28:29 -07:00
Kiooeht
5e80c42a33 Temporary Bug fix: If on Windows, don't force always on top 2011-08-29 02:13:49 -07:00
Kiooeht
6267fc071c Toasts: Don't raise a whole bunch, just window hint to always be on top 2011-08-29 01:54:41 -07:00
Kiooeht
a3d15b5eaa Toasts, deal with top or bottom taskbar 2011-08-27 14:19:39 -07:00
Kiooeht
d9a742d90c Completed Toast Notifications. Includes all options, working custom toast 2011-08-27 11:00:25 -07:00
Kiooeht
84447d128b Toast Machine updates:
Options avaliable to users.
  Make twmn avaliable.
TODO:
  Default Pester toast style.
  Detect if twmn installed.
2011-08-25 05:30:43 -07:00
Kiooeht
b9ca2569ce Minimizable userlist in memos 2011-08-21 16:49:31 -07:00
Kiooeht
100e40c0bf Check if pynotify installed, don't break if not.
Fixes #3
2011-08-20 02:01:11 -07:00
Kiooeht
f7e3b9ffe5 Completed Toast Machine
TODO: Roll own toasts, make them actually show up for an amount of time
2011-08-16 00:27:28 -07:00