Commit graph

784 commits

Author SHA1 Message Date
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
daeaa74f61 Allowed lexer to use shorter hex codes for colors; shouldn't break compatibility 2016-12-09 04:46:30 -05:00
karxi
dd0d306acb Fixed a bug that prevented the quirk testing window from actually testing quirks. 2016-12-07 17:40:37 -05:00
karxi
0c2ef90f94 Fixed a bug that prevented the quirk testing window from actually testing quirks. 2016-12-07 17:21:53 -05:00
karxi
c019e45c7a Lexer modifications. Still not quite ready for primetime - incoming messages use the old one. 2016-12-06 20:04:19 -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
61bd147b06 Minor sound work. 2016-12-03 00:27:34 -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
e40aac88ac Another small parser fix. 2016-11-29 05:43:01 -05:00
karxi
b09870bb03 Another small parser fix. 2016-11-29 05:31:41 -05:00
karxi
7e521c0019 Small parser fix. 2016-11-28 19:44:10 -05:00
karxi
8b81900ec5 Error wrapper, since this is a mess. This way of doing things will be relegated to another class soon. 2016-11-19 16:20:19 -05:00
karxi
1610cd15de Bugfix. 2016-11-19 16:18:16 -05:00
karxi
99bd9ddca8 Initial attempt at moving away from pygame. 2016-11-19 14:55:00 -05:00
karxi
eadf433d80 Brought into line with the other code. 2016-11-19 13:49:40 -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
6a34f769ed TODO notes. There's always more waiting. 2016-11-18 03:31:56 -05:00
karxi
b864b4bf47 TODO notes. There's always more waiting. 2016-11-18 02:35:54 -05:00
karxi
ed38d54e82 Made it possible to import pesterchum without it trying to run conventionally. 2016-11-13 20:29:27 -05:00
karxi
bf0bf78696 Added framework/a better way to determine message length. 2016-11-13 19:54:41 -05:00
karxi
88b6acbf5a Editing the Windows BAT. 2016-11-13 19:06:35 -05:00
karxi
6013ceed60 Added a (temporary) way to run Pesterchum from the repository, assuming one has Python installed. 2016-11-13 19:02:01 -05:00
karxi
ca50342e88 Disabled bold, italics and underline recognition due to lack of use/common version differences. 2016-11-13 17:14:24 -05:00
karxi
5d7933f998 Another IDLE message fix. 2016-11-13 01:44:05 -05:00
karxi
d3b95ebff1 Made the "www." URL detection less grab-happy.
It shouldn't keep trying to match on things like "Awwww...." now.
2016-11-13 01:40:20 -05:00
karxi
904ed79826 Fixed a bug involving IDLE messages and case-insensitivity. 2016-11-13 01:34:29 -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
b78e14dc7e finally got rid of pygame 2014-11-05 22:41:14 -06: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
illuminatedwax
f2a482b241 Merge pull request #130 from kiooeht/master
merge in kiooeht
2014-10-15 02:10:05 -05:00
Kiooeht
186aab8163 Fix for passwd.js not existing 2014-03-17 23:07:26 -07:00
Kiooeht
5310d86248 Fix not sending PESTERCHUM:BEGIN to anyone 2014-01-18 01:25:27 -08:00
Kiooeht
1a2ddcf553 Auto-join memos 2014-01-12 17:50:01 -08:00
Kiooeht
f63d224c66 Don't save empty NickServ passwords 2014-01-12 17:49:18 -08:00
Kiooeht
db9caf210e Auto-identify with NickServ 2014-01-12 00:21:23 -08:00
Kiooeht
ecade05310 Use bot name definitions instead of hardcoded names 2014-01-11 23:42:39 -08:00
Kiooeht
525b2b1bf8 Dont' toast messages from base bots 2014-01-11 23:33:33 -08:00
Kiooeht
7dbe1e37d2 Changelog update 2014-01-11 00:20:33 -08:00
Kiooeht
be901f46e8 Bug fix: Don't close program when closing a window while main window is
minimized
2014-01-11 00:19:14 -08:00
Kiooeht
e29791402d Fix toast notifications to not require sound be on 2014-01-10 22:59:28 -08:00
Kiooeht
cab2412284 Merge branch 'MultipleMemoSelection' of https://github.com/brachyonic/pesterchum into brachyonic-MultipleMemoSelection 2013-02-25 22:13:12 -08:00