diff options
| author | 2008-10-18 18:41:13 +0000 | |
|---|---|---|
| committer | 2008-10-18 18:41:13 +0000 | |
| commit | 3e8c7d247735b0b731656ede5e13ea4f969d2e20 (patch) | |
| tree | 8de4c7bb146a25a8ef3301cddb9f073754135f6c | |
| parent | cleaned some code in the tals; added doxygen comments (diff) | |
| download | KVIrc-3e8c7d247735b0b731656ede5e13ea4f969d2e20.tar.gz KVIrc-3e8c7d247735b0b731656ede5e13ea4f969d2e20.tar.bz2 KVIrc-3e8c7d247735b0b731656ede5e13ea4f969d2e20.zip | |
updated TODOs
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2760 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | TODO | 35 | ||||
| -rw-r--r-- | TODO-Qt4 | 2 | ||||
| -rw-r--r-- | TODO-doxygen | 2 |
3 files changed, 1 insertions, 38 deletions
@@ -1,50 +1,15 @@ Update TODO file, if something is implemented, it should be removed in the TODO file. Mantain TODO file as clear as possible -- Pragma should read this file :D - Events, events, events. There are lots of them pending (see TODO.Events). - Multiple identities (and identity associations for servers) -- Port the speech module! - /timer as a module - It would be cool if KVIrc could to delete old log files automatically (configurable, of course), to avoid disk ocupation. For example, delete (or move to trash) 15-days old log files automatically (configurable by user). - html colored logs (with icons ? configurable with an option) -- Check away status from the /WHO message ? (this would involve requesting WHO often) -- Handle more uncommon channel modes in the channel mode box ? SHould get the available modes from RPL_ISUPPORT and show them in the box -- On-line charset guessing: - KviWindow should have the possibility of setting a KVI_CHARSET_AUTO - The KviWindow::decodeText() should contain an algorithm that - would use the best "guess" charset based on the window output - history , the actually detected charset and the text to decode - - /charset ISO-8859-15 -- When user clicks search in the help window there should be some kind of - notification when the search starts... The way it is now you can't tell if the - search button even worked, until the search process is finished -- Channel mode-field - The channel mode field should be dynamical, it should be able to change width according to what it needs, - today it's way too long. -- Userlist - The userlist should be dynamical after how many characters the server lets you use in a nickname, today it's - way too wide, this makes it look ugly. -- Text-hints - Text hints doesn't dissapear after changing desktop under KDE, and you have to change back to the - desktop where KVIrc is to remove the hint. - CService support We already have nickserv support, why not CService/X support? This should be much much easier to implement as it's only on one net (Undernet), and with a static host and command that never changes, we only need to specify password. -- Option to save & restore sessions (session = opened irc connections, channels & queries) -- Group messages: - * Add predefined groups - - As kvirc3 now supports the ability to send msg's to more than one person at - a time, I would have liked to see - a way of making predefined groups. For example if I often send the same msg - to both user1, user3, user9 and - user31, then I would like to add these to a group called "Friends", and then - just do a "/gquery Friends hi :) what's up?" - -- Add commands for playing PCM WAV files (using the DCC voice code). @@ -12,8 +12,6 @@ src/kvirc/ui: All MDI stuff will be reworked to use Qt subsystem See branches/kvirc/qt-mdi/ src/modules - iograph - all excluded by #if - notifier <-done, needs fixing theme <-done, needs fixing (dynamic tooltip) diff --git a/TODO-doxygen b/TODO-doxygen index b7c67979b..7851a0729 100644 --- a/TODO-doxygen +++ b/TODO-doxygen @@ -39,7 +39,7 @@ net/kvi_http.h net/kvi_socket.h tal/kvi_tal_windowstate.h tal/kvi_tal_scrollview.h -tal/kvi_tal_treewidget.h +tal/kvi_tal_treewidget.h - incomplete tal/kvi_tal_tablewidget.h tal/kvi_tal_tooltip.h tal/kvi_tal_tabdialog.h |
