Dpeta
39aaa1a49f
.pos() --> .position().toPoint() & ver.
2022-07-08 10:54:22 +02:00
Dpeta
2576be41aa
PyQt5 --> PyQt6 💚
2022-06-27 04:18:37 +02:00
Dpeta
fe53f1bf7b
Explicitly set color since default differs on some platforms
2022-04-17 14:21:08 +02:00
Dpeta
082c0c9c2b
🧹 🪣 Mostly pyflakes recommendations.
2022-04-11 05:57:13 +02:00
Dpeta
fb955f5980
Fixed logviewer from memo/convo
2022-03-23 18:38:59 +01:00
Dpeta
a82d460da4
Fixed smiley-related file descriptor/handle leak ( hopefully. . . . ;w; )
2022-03-23 05:10:06 +01: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
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
02c0b9e47b
Fixes for botnames, chumroll & dm colors.
2021-04-16 15:37:38 +02:00
BuildTools
254e0532b6
Fixed issue with memo stylesheets (ty pyqt5 </3)
2021-04-12 14:50:20 +02:00
BuildTools
eb8a3e7df8
A lot of theme-related things.
2021-04-11 00:16:53 +02:00
Dpeta
4ae5f7d25d
Made it so handle and ident are passed to _max_msg_len
2021-04-04 06:03:50 +02:00
BuildTools
c4808063b1
"Fixed" crash when closing certain windows.
...
Only seemed to happen on mac and linux installations with older versions of
glibc.
2021-04-02 17:19:18 +02: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
karxi
bf68bc5911
Minor organization shifts
2017-03-07 22:28:15 -05:00
karxi
3a1581a27a
Made PgUp/PgDown pass to super again
2017-01-09 05:20:48 -05:00
karxi
dcab587f33
Fix text area implicit scrolling
2017-01-09 02:25:49 -05:00
karxi
c1d03887b4
Update various UI aspects
...
Minor menu/UI tweaks, with the addition of some shortcuts.
Reconnecting in the middle of typing shouldn't kill the whole client
now.
It still needs to account for the "reconnecting" window (this will
likely be made to loop back into the query window for now).
2017-01-09 01:18:59 -05:00
karxi
c7755899a3
Make right-clicked tabs open convo context menus
2017-01-02 16:02:53 -05:00
karxi
9f6ee05d43
Fixed idle messages (again)
2017-01-02 13:46:42 -05:00
karxi
dabd2b46c1
Added a rudimentary console for easier interaction with Pesterchum's code. Still WIP.
2016-12-22 15:29:13 -05:00
karxi
0b36b45ddb
Fixed some mistakes pertaining to Pesterchum's inheritance structure.
2016-12-22 11:19:16 -05:00
karxi
951c6681fa
Cleanup and type realignment. I'll be working on adjusting the Pester/Memo frames.
2016-12-21 18:26:26 -05:00
karxi
5c9615cd4c
Fixed some bugs pertaining to bot detection. Later, this should be unified (when the class structure is readjusted) or at least turned into a proper mix-in.
2016-12-19 20:23:45 -05:00
karxi
54b42e0189
Minor idle cleanup
2016-12-10 20:38:24 -05:00
karxi
7b018e0906
Minor idle cleanup
2016-12-10 19:49:58 -05:00
karxi
e8de29b1db
Fixed IDLE, stopped it from IDLING at NickServ and co.
2016-12-09 19:41:11 -05:00
karxi
6efac5cd07
Separated the idle timer from the idle checkbox. Having the latter active doesn't break the former, and the former won't deactivate the latter when you come back.
2016-12-09 07:55:03 -05:00
karxi
02e1e0e012
Inverted tab change direction for pgup/dn - I have a feeling the old one would be irritating.
2016-12-05 10:22:51 -05:00
karxi
c1dad65f56
Minor cleanup.
2016-12-05 10:17:03 -05:00
karxi
13c2e85cff
Minor cleanup.
2016-12-05 10:07:26 -05:00
karxi
51cc7abc12
Made CTRL+PGUP/PGDN switch tabs.
2016-12-05 09:58:12 -05:00
karxi
8336efbab7
Fixed notification muting. It now highlights the tab (and tray icon) properly.
2016-12-03 00:29:26 -05:00
karxi
7531260d8f
Removed a little bit of debug output.
2016-12-01 04:41:56 -05:00
karxi
75e99db77e
Added option to mute and enable highlights/beeps on a PER-MEMO/CHUM basis. It's in the right-click menu, near the OOC toggle.
2016-11-30 07:20:15 -05:00
karxi
3a48cf204b
General cleanup. Stopped using older 'except Error, var' syntax.
2016-11-29 15:20:41 -05:00
karxi
eee0e3bd91
Fixed an OOC bug, made OOC detection stricter while doing that.
2016-11-19 13:39:56 -05:00
karxi
876e06f217
Merged in some new lexer code. Older code will be phased out over time.
...
This code should split things more neatly than the current Pesterchum
code, thus fixing a number of irritating bugs. Ideally, when finished,
it will be easier and cleaner to work with as well.
2016-11-18 03:37:22 -05:00
karxi
5d7933f998
Another IDLE message fix.
2016-11-13 01:44:05 -05: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
oakwhiz
5db1906767
Userlist search function + Improved hyperlink support
...
Hyperlinks must be preceded by a space.
FTP and Magnet hyperlinks are now supported.
The userlist now features a type-to-search function.
2012-06-04 09:43:56 -07:00
Kiooeht
646e6414ae
Recognize www. as links
2011-12-23 22:15:22 -08:00
Stephen Dranger
f05f6c845b
added OOC mode, also fixed a small bug with animations that i made
2011-09-15 19:05:07 -05:00
Stephen Dranger
ca6190ea00
fixed animations. also added caching to animations, this might help with the slowdown?
2011-09-15 09:32:02 -05:00