File: /src/channel.cpp
103 commits found

TimeRevisionRepliesAuthorMessageWednesday, 30. August 2006
23:175790620heinFix /aback.
23:08579061274heinSome added consistency and redundancy for updating the nickname comboboxes in status and channel tabs. May fix the problem argonel has been reporting.
22:495790570heinUnbreak setting keys on a virgin channel via the mode button.
22:125790520hein* Refresh modes before showing the Channel Settings Dialog, so it doesn't continue to believe operations were success- ful when they weren't. * Don't allow setting empty keys.
18:075789780heinPatch-up to fix ircview context menus stopping to work when the respective users leave the channel. All that code is pretty ugly and needs to be rewritten.


TimeRevisionRepliesAuthorMessageTuesday, 29. August 2006
17:095785790heinDon't show unnecessary horizontal scrollbars. BUG:128432
15:105785330hein* Small fix for channel input line's getting disabled, but not re-enabled. Missed line from r578462. * Simplify channel splitter synchronization code.
11:585784620heinRevert disabling the input boxes in disconnected state, as the widget for some reason continues to accept text input anyhow, and apparently some people need to send output during connect.
11:555784570heinMake CTCP input box command and context menu action behave consistently. BUG:133169


TimeRevisionRepliesAuthorMessageSaturday, 26. August 2006
21:495775140argoneluse global command char for the clear, part and cycle commands instead of requiring '/'
17:355774290argonelallow moving focus through the nickname box BUG:133032
01:255772710heinMake the Channel List a toggle action ...


TimeRevisionRepliesAuthorMessageFriday, 25. August 2006
20:475772042046heinMake all custom fonts optional.
01:155768690heinMake the context menu kickban actions use the shiny new /kickban command we added a while ago - less code dupli- cation ...
01:115768680hein* Make addNotify() use server group IDs instead of names, too. * Small fix for tab bar insertion behavior of DCC Chat tabs. * Small cleanup bit in ViewContainer.


TimeRevisionRepliesAuthorMessageThursday, 24. August 2006
18:155767350heinDisable channel link and user link context menus in status, channel and query tabs when the connection goes down, and disable the relevant items in the general query context menu, too.
17:275767200heinDisable input boxes of status, query and channel tabs, and purge nicklists of channels, when the connection quits.
06:395764550argonelImplement a new method of breaking up texts that are too long to send in one message. - text displayed in the window matches what is sent to the server - works only for channels and queries - should work with all supported encodings, but this will need heavy testing - multibyte especially - patch includes lots of debugging lines, change the KV macros to kdDebug to enable


TimeRevisionRepliesAuthorMessageWednesday, 23. August 2006
22:495763660heinUse network IDs instead of names in the methods to update the Add-to-Watch-List context menu action. Fixes (2) and (3) in bug #132891, which were caused by my code imitating Dario's other WatchList API, which for some very strange reason uses names to identify networks and thus breaks in various ways.


TimeRevisionRepliesAuthorMessageTuesday, 22. August 2006
19:595760000heinManage the Ignore/Unignore warning dialogs in the Warning Dialogs preferences.


TimeRevisionRepliesAuthorMessageMonday, 21. August 2006
19:365756170hein* Fix lack of in-line spell checking for DCC Chat tabs. * Clean up in-line spell check handling quite a bit.


TimeRevisionRepliesAuthorMessageSunday, 20. August 2006
18:565750820heinFix nicklist column resize mess.
18:055750620psnOnly one of autoUserhost and autoWho is needed


TimeRevisionRepliesAuthorMessageThursday, 17. August 2006
03:155737190heinBehold, the Commit of Doom! Although I prefer to think of it as the Commit of Bliss. In any case, it's massive (diffstat < 10k lines). Here goes: - Implement a tree list as a vertical alternative to the tab bar, supporting all cosmetic and interactive features of the tab bar, including, but not limited to, text notifications, LEDs, (hover) close buttons with delayed activation, context menus, drag'n'drop, and mouse wheel events. Plus a few tricks of its own. - Refactor KonversationMainWindow: The view management duties are now performed by the new ViewContainer class, which internally abstracts the differences be- tween the two tab switching widgets. All of that code has seen major cleanups. Also, the status bar management is now happening - mostly rewritten, too - in the new KonversationStatusBar class. - Cleanup all around. - Delete obsolete class DccTransferHandler. - Delete obsolete class Popup. - Delete obsolete class KonviSqueezedTextLabel. - Fix status bar not being reset correctly when the last view is closed. - Fix the status bar temp text not being cleared when the window loses focus or the cursor leaves the window after a link is launched. - Don't set allow empty temp texts to be set in the status bar. - Fix the "No answer from server for ..." lag text interfering with the status bar temp text mechanic by using the proper API to set it. - Improve consistency of status bar lag label updating to avoid the UI jumping around too much. - Hide the info and lag status bar labels until text is set for the first time. - Fix the "DCC Status" and "Channel List" panels leaving the status bar info label empty. - Reset the status bar properly when the last view is closed. - Tweak the grouping behavior for "Channel List" and "Raw Log" tabs. - Fix change of the general UI font not being propagated down to the various types of tabs. - Fix changes of the iconset not being applied to tab bar close icons. - Fix the name of the "Watched Nicks Online" tab changing under certain circum- stances. - Fix Reconnect action not being updated on /disconnect. - Fix Reconnect action not always working. - Fix "Hide Nicklist" action not being disabled when the current view doesn't actually have a nick list. - Fix the menu bar shown/hidden state not being saved across sessions. - Show the "Show Menubar" action as the first item in the IRCView context menu when the menu bar is hidden, as is established good practice among KDE applications. - Distribute actions in the menus a little better. - Make the ban list and other channel settings easier to find by adding an action to open the Channel Settings dialog to the "Window" menu as well as the IRCView context menu of channel tabs. BUG:132099 - Fix switching off notifications for a tab not unsetting active notification. - Fix server tabs not preserving their on/off notification state across sessions. BUG:132091 - Change the names of various actions temporarily when the (modal) shortcuts dialog is opened. Toggle actions are prefixed with "Toggle", since the list lacks the context in which they're understood as toggle actions. The insert actions are prefixed with "Insert". And the context-adaptive actions ("Open Logfile for ...") are stripped of their context. BUG:132092 - Disable the "Close All Open Queries" action when there are no open queries. - Fix the "Close All Open Queries" action not actually closing all open queries. BUG:131858 - Don't focus Url Catcher when the "Open URL Catcher" action is triggered the second time. A toggle action isn't tri-state. BUG:132097 - Don't add bookmarks to the action collection (i.e. to the list of short- cuts) when the bookmark menu is opened. BUG:132284 - Update rough changelog. - Bump build number. (PS.: You will need to do a 'make -f Makefile.cvs' in order to build this successfully out of an existing checkout.)


TimeRevisionRepliesAuthorMessageSunday, 06. August 2006
22:065704810hein* Add "Add to Watched Nicks" item to nick context menus. BUG:131702 * Some cleanup and reshuffling in the context menus. * Wait for it, wait for it ... changelog, build number.
16:345704020hein- Add Unignore nicklist context menu item. - Show Ignore/Unignore nicklist context menu items only if applicable. - Concat multiple ignores/unignores from the nicklist context menu into one operation. - Cleanup in Channel:popupCommand(). - The usual changelog, build number dance ... BUG:93460
15:335703760argonelhook the topiclabel inputfilter up and use the correct classname


TimeRevisionRepliesAuthorMessageWednesday, 26. July 2006
18:285666900heinLet's do some housekeeping: * Fix most of the 300+ quality control issues reported at EBN. The remaining items are mostly false positives (Qt4 checks, broken spell checking). * Clean out some obsolete includes. * Remove obsolete search dialog code. * Bump build number. * Update rough changelog.


TimeRevisionRepliesAuthorMessageMonday, 24. July 2006
16:525658600klingRefresh the NickListView in Channel::updateAppearance(). This makes toggling "show real names next to nicknames" have immediate effect.


TimeRevisionRepliesAuthorMessageThursday, 06. July 2006
21:295592530psnFix bug 121748: heavy disk seeking when resizing the user list


TimeRevisionRepliesAuthorMessageTuesday, 04. July 2006
09:055578770psnLet's use a bit less cpu while idle


TimeRevisionRepliesAuthorMessageMonday, 03. July 2006
23:105577720heinAvoid showing empty parenthesis in channel messages.
22:515577650psnHandle the case when there's no colon before the names
09:585574460psnClean up the code a bit and provide some hints for the translators
07:435574080psnFix bug 124133: Crash if window is hidden while connecting to servers/channels. Thanks Eduardo Habkost for the patch
00:005573430psnAllow completion of own nick


TimeRevisionRepliesAuthorMessageSaturday, 01. July 2006
22:095569160heinFix clash between the chan regex and colored text (sigh).
21:345569050heinMake the context menus for links in the topic label and the ircview consistent where applicable.
20:135568870psnselect the item that's double clicked so that it's actually used when executing the command
18:485568700hein* Don't accept drops of ircview user and channel links in nicklist items, as the resulting DCC transfer cannot succeed. * Bump build number.


TimeRevisionRepliesAuthorMessageTuesday, 27. June 2006
19:245555420psnFix completion when oldPos > pos (and hopefully correctly this time)


TimeRevisionRepliesAuthorMessageMonday, 26. June 2006
13:445551460psnShow name with & correctly in the menu


TimeRevisionRepliesAuthorMessageSunday, 25. June 2006
13:235548290psnChange the check for pos < oldpos
11:395547920psnDon't promote own nick
11:395547920psnDon't promote own nick
08:545547600psnTake the pattern we're trying to complete into account


TimeRevisionRepliesAuthorMessageSaturday, 24. June 2006
23:425547190psnDon't care about the case when sorting
23:275547170psn* Implement nick timestamp for cycle mode nick completion * Fix sorting for complition box nick completion * Remove some stale code
21:575547070psnOk it seems I misunderstood bug 129708 so here is another try at implementing it. This time using a timestamp for each nick. Btw the current code for handling nicks sucks...


TimeRevisionRepliesAuthorMessageFriday, 23. June 2006
20:145543500psn* put the last completion first in the list... although just pressing tab should be faster :) * also move some of the functions in the file so that the classes doesn't get mixed BUG:129708


TimeRevisionRepliesAuthorMessageTuesday, 20. June 2006
11:035531910heinFix typos in channel mode descriptions. BUG:129478


TimeRevisionRepliesAuthorMessageWednesday, 07. June 2006
11:315490870heinRemove debug code now that #128301 is closed.


TimeRevisionRepliesAuthorMessageSunday, 04. June 2006
16:385481230heinFix clash between channel and URL regular expressions.


TimeRevisionRepliesAuthorMessageSaturday, 03. June 2006
20:365479098658hein* Completely remove automaticRequest from the equation. * Bump version number.


TimeRevisionRepliesAuthorMessageFriday, 02. June 2006
17:525475980hein* Add another NAMES fix and some fairly verbose debug output. * Bump build number.
16:275475800heinFix nick count in status bar.
13:205475230hein* Fix infinite loop in nicklist assembly. * Improve duplication handling in NAMES processing. * Avoid nicklist flicker.


TimeRevisionRepliesAuthorMessageTuesday, 30. May 2006
18:415466870hein* Only allow one instance of the channel options dialog to be opened to avoid all sorts of undesirable outcomes (read: crashes). * Update rough changelog.
15:495466200hein* Simplify NAMES handling and fix potential race conditions. * Remove unused KonversationApplication::quitKonversation(). * Update rough changelog. * Bump build number.


TimeRevisionRepliesAuthorMessageFriday, 28. April 2006
22:405352390psnPossible fix for crash on start up


TimeRevisionRepliesAuthorMessageSunday, 02. April 2006
00:035254250dgpCheck for oldPos > pos only when completion mode is 'c' or completion will behave inconsistently.
23:295254200dgpAdd dirty workaround to avoid crashing when nick completion is called and oldPos > pos.


TimeRevisionRepliesAuthorMessageMonday, 20. March 2006
16:325207460heinDespite reports to the contrary, the topic and nicklist splitters are not the same, nor are they to be treated as such. So say we all!


TimeRevisionRepliesAuthorMessageThursday, 23. February 2006
17:585128420abatiannireset colors and other text markup at the end of part/quit/kick reasons.


TimeRevisionRepliesAuthorMessageTuesday, 21. February 2006
12:175119710abatianniquick buttons can now be added and removed, even deleted completely at runtime


TimeRevisionRepliesAuthorMessageSaturday, 11. February 2006
16:315084180psn* Fix --enable-final * Add a find previous button to the search bar


TimeRevisionRepliesAuthorMessageWednesday, 01. February 2006
16:245046520argonelsquelch unnecessary nick changes


TimeRevisionRepliesAuthorMessageTuesday, 31. January 2006
08:155040510hein* Merge ban list support. Patch by Michael Kreitzer. * Bump build number, version number.


TimeRevisionRepliesAuthorMessageFriday, 27. January 2006
16:085029580hein* Remove some stale debug code. * Update changelog.


TimeRevisionRepliesAuthorMessageTuesday, 24. January 2006
18:395020670abatiannifix a potential i18n() problem


TimeRevisionRepliesAuthorMessageThursday, 19. January 2006
02:244999350heinSynchronize splitters across all channel tabs again. Since we have no facilities to remember them on a per-channel basis, it doesn't make sense to handle them seperately and simply safe the last change to become the default for all channels.
02:134999340heinFix splitter initialization bugs.


TimeRevisionRepliesAuthorMessageWednesday, 18. January 2006
16:004997660johnfluxTurn off spell checking when you switch away from a tab. This stops the rather nasty bug of each ktextedit making another instance of ispell, with the end result of having as many ispell instances as channels.


TimeRevisionRepliesAuthorMessageTuesday, 17. January 2006
03:094991380johnfluxFix bug in statusline reflecting url in topic
03:054991370johnfluxIf you enable or disable spell checking then its set for all channels and across all sessions
00:514991210hein* Implement a context menu for channel links in the IRCView. * Have a go at hooking up link hover in the topic label to the status bar. Debug output indicates it does in fact call setText on the status bar label correctly, but for some reason the label is not painting.


TimeRevisionRepliesAuthorMessageSunday, 15. January 2006
18:574986020heinMinor correction accomodating highly strange size reporting in the vertSplitter.
18:514986000heinApply the same fix to the topic splitter.
18:444985950hein* Significantly clean up Channel's splitter handling. I think I'll like the diffstat on this one. * Make splitter show/hide action global.
17:384985570abatiannidon't attempt to show/hide nick list if nothing has changed


TimeRevisionRepliesAuthorMessageSaturday, 14. January 2006
15:094980420abatiannishow/hide hostmasks in nick list now works at runtime
14:374980280abatianniQuick buttons, topic, channel modes and nickname box now update at runtime on preferences apply, removed lots of old code from server.cpp
00:584978640abatianniBUG:88533 - make multi line aliases work, use %n as separator


TimeRevisionRepliesAuthorMessageWednesday, 11. January 2006
07:214967460heinReplaced hard-coded channel join taskbar notification with a KNotify event. Gets rid of the last unconfigurable taskbar flash notification that users have been complaining about.
03:494967150argonelclear modes on rejoin BUG:113327


TimeRevisionRepliesAuthorMessageTuesday, 10. January 2006
19:104965680abatianniadded halfop control to nicklist popup


TimeRevisionRepliesAuthorMessageMonday, 09. January 2006
20:464961530abatianniFix bug 119805: State of nick list show/hide is now saved


TimeRevisionRepliesAuthorMessageSaturday, 07. January 2006
14:074952440hein* Implement warning dialog for closing of channel tabs. * Fix UI bugs in Behavior -> Connection.
07:044951270hein* Minor layout improvement in join, part, quit and kick display. * Avoid showing empty set of parenthesis in above messages.


TimeRevisionRepliesAuthorMessageFriday, 06. January 2006
04:454947320heinMinor cosmetic changes to the join messages.
04:424947310heinImplement /disconnect and more importantly /reconnect as requested by users: /reconnect disconnects from and then reconnects to the respective server, or, if the connection is already severed, simply reconnects.
02:134947200abatiannireturn focus to input line after changing nicks via combo box


TimeRevisionRepliesAuthorMessageThursday, 05. January 2006
20:034946260heinReplace function call- and iterator-based propagation of appearance changes with signals & slots. Removes updateFonts() from Server and significantly shrinks appearanceChanged() in Mainwindow. Rename appearanceChanged() to updateAppearance(), consistent with new updateAppearance() slots in Channel, Query, Statuspanel and Rawlog.
02:234944450heinCorrectly update widget colors when KDE tells us to. BUG:118397


TimeRevisionRepliesAuthorMessageWednesday, 04. January 2006
21:344943940abatianniquick bttons now can be edited, moved around and saved. updating at runtime is yet untested


TimeRevisionRepliesAuthorMessageWednesday, 21. December 2005
20:274904420abatiannireworked the topic history and editor a little to show changed time and have a preview
19:054904110abatiannifix topic history fill-up by simply requesting /topic


TimeRevisionRepliesAuthorMessageTuesday, 20. December 2005
18:094900850abatiannire-teach konvi how to count ops
23:214898670abatianniadded support for unrealircd founder and admin mode chars, some whitespace adjustments (made by kdevelop)


TimeRevisionRepliesAuthorMessageFriday, 02. December 2005
18:084850640psnDon't highlight own join messages