Commit graph

118 commits

Author SHA1 Message Date
arcaneAgilmente
78666ce904
Menu Fixes + IRC help (#7) 2021-02-21 15:40:03 +00:00
karxi
5c09439b46 Alternate version checking code 2017-01-21 21:14:21 -05:00
karxi
76b42eed2b Add vim modelines for Markdown formatting 2017-01-20 13:19:34 -05:00
karxi
b53d3e5e49 Minor TODO changes 2017-01-20 13:04:27 -05:00
karxi
195b59f29e Make Ctrl+Alt+w pipe widget information to console
The key combination used for this is likely to change. See
ConsoleWindow.designateCurrentWidget() for precisely what this does and
means.

Essentially, mousing over something (with the console open) and hitting
that combination of keys will give information on the GUI element the user
had the mouse over at the time (if any), via the console.

It also tells you what the stylesheet looks like, if it has one; if it
doesn't have one, it looks for one on the object's parents, posting that
instead if applicable.

The last selected widget is stored in CONSOLE.selected_widget - it can
be modified directly from there.

More features and detailed information may come in the future.
2017-01-10 19:53:26 -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
1989915405 Allowed consecutive memo joins (comma-separated) 2017-01-02 14:14:57 -05:00
karxi
1cf0926e9f Minor source cleanup, pending rewrites 2017-01-02 13:49:54 -05:00
karxi
b04e2e8ba0 Fix text-align on several themes.
Specifically: dad, danceofthorns, johntierchum, sbahj, strifekind
Also updated TODO.mkdn and *very* slightly adjusted README.mkdn.
2017-01-01 17:28:17 -05:00
karxi
e657138dad Formatting consistency for README and TODO. 2016-12-23 12:53:21 -05:00
karxi
c99f865765 Minor change to avoid GitHub formatting error 2016-12-23 07:35:39 -05:00
karxi
5884abb80f README and TODO cleanup/reorganization
This is a bit of a process, and neither file is done. It will take a bit
of time for me to finish sorting everything out and finish rewriting
README.mkdn.
2016-12-23 07:21:41 -05:00
karxi
3362ea864e Updated the TODO list...this should be the last
Apologies for the fiddling - Markdown syntax is a little finicky.
It should be good for now.
2016-12-23 02:17:54 -05:00
karxi
01b7dfa40e Updated TODO list...again 2016-12-23 02:16:12 -05:00
karxi
f4d2782269 Updated TODO list. 2016-12-23 02:13:13 -05:00
karxi
106cd93b5d Updated TODO list. 2016-12-23 02:12:16 -05:00
karxi
a1e4b365c1 Updated TODO list. 2016-12-23 02:09:58 -05:00
karxi
cddbafb11c Updated the TODO list. 2016-12-22 17:37:09 -05:00
karxi
8ae3c92231 Tentative initial README update. 2016-12-22 17:27:33 -05:00
karxi
ec9e07f7e7 Minor changes for when the console is done 2016-12-13 13:08:36 -05:00
karxi
4d48bdb98a Disabled version checking until I can rewrite the code for it and prevent it from causing problems. 2016-12-10 22:34:03 -05:00
karxi
54b42e0189 Minor idle cleanup 2016-12-10 20:38:24 -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
daeaa74f61 Allowed lexer to use shorter hex codes for colors; shouldn't break compatibility 2016-12-09 04:46:30 -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
51cc7abc12 Made CTRL+PGUP/PGDN switch tabs. 2016-12-05 09:58:12 -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
99bd9ddca8 Initial attempt at moving away from pygame. 2016-11-19 14:55:00 -05:00
karxi
eee0e3bd91 Fixed an OOC bug, made OOC detection stricter while doing that. 2016-11-19 13:39:56 -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
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
e333b774ef TODO and Changelog update 2012-03-13 21:27:11 -07:00
Kiooeht
e84805e3f0 Merge branch 'master' of github.com:kiooeht/pesterchum
Conflicts:
	TODO.mkdn
2012-02-03 00:32:38 -08:00
Kiooeht
e0b80292e6 Bug fix: Move hidden chums when deleting group 2012-02-03 00:30:48 -08:00
Kiooeht
7c16736cab Merge TODO 2012-02-02 15:06:24 -08:00
Kiooeht
e32520ded6 TODO update 2012-01-21 17:56:36 -08:00
Kiooeht
8a29d64b32 Bug fix: memo case insensitive for userlist and modes 2012-01-20 12:51:03 -08:00
Kiooeht
5015ac3979 TODO update, remove superfluous code that may cause problems on old PyQt
versions
2012-01-20 12:47:53 -08:00
Kiooeht
5d46a91d98 Direct pester a handle without adding as chum 2012-01-04 17:36:47 -08:00
Kiooeht
85207715ab Don't completely require pygame. Changelog update 2011-12-04 22:30:16 -08:00
Kiooeht
e9e97ab49c Manually rearrange chumroll 2011-11-25 18:45:20 -08:00
Kiooeht
d525790897 Separate convo and memo tabbed/untabbed 2011-11-07 19:44:17 -08:00
Kiooeht
6dacc4c4de Refresh theme button 2011-11-07 18:07:06 -08:00
Kiooeht
2513d6c8b1 Trollian themed toast + longer toast wait 2011-11-04 01:21:46 -07:00
Kiooeht
afcee93a2d Billiards 2011-11-04 00:36:51 -07:00
Stephen Dranger
9c2e8918c4 group improvements 2011-10-24 19:24:40 -05:00