Commit graph

42 commits

Author SHA1 Message Date
anne
0345409ad2 fix filename handling 2023-05-30 01:56:02 +02:00
Dpeta
d1e4bdb7dc
Fix opening a log without having one selected raising an exception. 2023-02-28 23:52:46 +01:00
Dpeta
2398b5a626
Remove most unnecessary str() typecasts. 2023-02-19 21:10:35 +01:00
Dpeta
f3cacb849b
Updated black run 2023-02-09 20:52:26 +01:00
Dpeta
30569d4a95
Run autoflake 2023-01-14 23:05:38 +01:00
Dpeta
5b6d5d153f
Run all scripts through "pyupgrade --py38-plus" 2023-01-14 23:02:08 +01:00
Dpeta
340ef73380 Minor linting 2022-11-17 08:42:10 +01: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
b549645a50 replaced sys.modules checks with try: PyQt6, except: PyQt5 2022-09-01 06:55:08 +02:00
Dpeta
a2ce2d09e4 PyQt5 fallback 2022-08-19 13:12:58 +02:00
Dpeta
39aaa1a49f .pos() --> .position().toPoint() & ver. 2022-07-08 10:54:22 +02:00
Dpeta
b18d4c9aee further pyqt6 changes, version, linux/macos color fix 2022-06-29 01:50:08 +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
BuildTools
7fdd7f3bd9 Changed some depreciated functions & imports 2021-04-22 17:42:24 +02:00
BuildTools
0f8ead8dc4 Fixed "Could not parse stylesheet" 2021-03-24 21:03:49 +01:00
BuildTools
a6c4a7ed98 Fixed pesterlog crash 2021-03-24 21:01:17 +01:00
Dpeta
475b849049 1/9 2021-03-23 22:36:43 +01:00
BuildTools
6be0487b6c Commented out "Submit to Pesterchum QDB". 2021-02-22 18:36:13 +01:00
BuildTools
b148b8cddf Commented out pesterchum qdb since it's down. 2021-02-22 18:29:38 +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
Stephen Dranger
24fbb6c7d3 str() -> unicode()
Conflicts:

	pesterchum.py
2011-12-20 19:06:23 -08:00
Kiooeht
3de6d8b397 Use data directory on all OSs 2011-11-28 21:15:19 -08:00
Kiooeht
491e5d73c3 Bug fix: Logviewer got broke by ostools 2011-08-16 00:56:54 -07:00
Lexi
98b681fa56 Created ostools module to unify OSX integration and made everything use it. 2011-08-11 09:17:53 +01:00
Kiooeht
e580fc4b11 Button for logs directory 2011-07-23 14:53:05 -07:00
Kiooeht
fd6f267180 Option for turning off animations (to avoid lagging) 2011-05-13 13:39:52 -07:00
Kiooeht
1ee3472bb6 Improve log search 2011-05-13 12:24:35 -07:00
Kiooeht
a05cbb858c Logviewer log search 2011-05-12 04:54:19 -07:00
Kiooeht
4883197a6f Chum search for logs 2011-05-12 03:47:22 -07:00
Kiooeht
c9737f7f63 Pesterchum QDB button in log viewer 2011-04-21 01:08:04 -07:00
Kiooeht
fd0375f14f Option to view pesterlog from conversation window 2011-04-15 02:45:10 -07:00
Kiooeht
74d86bd7df Make logviewer compliant with @links 2011-04-14 00:43:45 -07:00
Kiooeht
d43312a639 Re-add original Chum groups
Conflicts:

	TODO
	pesterchum.py
2011-04-14 00:04:33 -07:00
illuminatedwax
a19e5d1df5 merges, bugfixes 2011-04-08 02:39:19 -05:00
Kiooeht
a5cce9acfc Chum groups! 2011-03-29 00:02:42 -07:00
Kiooeht
b81c2517c3 Handle urls and memos correctly in logviewer. 2011-03-17 18:26:35 -07:00
Kiooeht
f01874bcfa Changed list of logs to tree 2011-03-15 21:33:17 -07:00
Kiooeht
fbbcd8d923 Log viewer, complete with all pesterlogs, memo logs, colors, images, etc. 2011-03-13 23:29:45 -07:00