|
|
| 22:38 | 576841 | 6495 | hein | * Make auto-reconnect preference apply at runtime.
* Remove preference to auto-rejoin channels as disabling it had
no effect anyway and it's too late to implement it for the up-
coming release.
* Small improvement to auto-join vs. re-join channels behavior:
rejoin on iteration, too, if we were connected and in channels
before.
| |
| 06:39 | 576455 | 0 | argonel | Implement 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
| |
|
|
| 22:37 | 576363 | 0 | hein | Recreate a previous away state (message and all) on reconnect.
Personally I always found it very annoying it didn't do that,
especially since we never reset the UI anyway, so this makes
it not lie to boot.
| |
| 21:53 | 576349 | 0 | hein | Properly quit from the server on /disconnect and /reconnect
(and related GUI actions) instead of just yanking the socket.
Let's hope this doesn't break too much ...
| |
|
|
| 20:32 | 576016 | 0 | psn | * Fix @-symbol in WHO and WHOIS responses
* Fix escaping of < and >
| |
| 18:42 | 575981 | 0 | hein | Remove even more, even deader code.
| |
|
|
| 01:38 | 574740 | 0 | hein | * Reconnect an existing disconnected network connection when the user
tries to connect to a network from the server list dialog instead of
failing.
* Ask what to do when trying to connect to a different server in a
network than the current server of an active network connection from
the server list dialog.
| |
|
|
| 21:04 | 574682 | 0 | hein | Fix quick connect auto-joining the channels of the network
the server is recognized as being part of. This is a pile-on
patch fix; we need to refactor this to look better when we
have more time to spare (but we knew that already).
BUG:121768
| |
|
|
| 03:15 | 573719 | 0 | hein | Behold, 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.)
| |
|
|
| 10:39 | 573225 | 0 | shin | * simplify the interface of DccTransfer
* now the DCC finished message shows the file name simply | |
|
|
| 21:45 | 573107 | 0 | shin | add a DCC SEND notification message: notify user when the receiver accepts a transfer.
CCBUG: 132094 | |
|
|
| 17:51 | 570433 | 0 | hein | * Make IRCView contextmenu Ignore/Unignore actions consistent with
the nicklist.
* Re-add unbelievably hackish identify-on-nickserv-complaint-after-
nickchange code that I removed in r570292, but retain the fix for
duplicated identify attempts from that commit.
| |
|
|
| 18:28 | 566690 | 0 | hein | Let'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.
| |
|
|
| 22:33 | 557757 | 0 | hein | Update auto-join channel list on reconnect, catching any
in-flight changes.
| |
|
|
| 17:05 | 557196 | 0 | psn | Split the lag calculation away from the ison code.
| |
| 08:10 | 557027 | 0 | psn | * Use a QTimer to handle the connection timeout instead of using the lag as the lag can get high if we keep the server busy.
* Don't rejoin autojoin channels on /motd
| |
|
|
| 20:36 | 547909 | 8658 | hein | * Completely remove automaticRequest from the equation.
* Bump version number.
| |
|
|
| 15:49 | 546620 | 0 | hein | * Simplify NAMES handling and fix potential race conditions.
* Remove unused KonversationApplication::quitKonversation().
* Update rough changelog.
* Bump build number.
| |
|
|
| 16:13 | 531916 | 0 | hein | * Don't auto-join channels twice.
* Simplify auto-join and auto-commands code.
| |
| 15:33 | 531897 | 0 | hein | * Fix per-network auto-connect "Commands". Triggered by RPL_ENDOFMOTD
or ERR_NOMOTD now, just before channel auto-join.
* Update rough changelog.
| |
|
|
| 04:17 | 505855 | 0 | shin | there is no need to include dcctransfer.h in server.h
| |
|
|
| 18:45 | 504993 | 0 | psn | Let's see if this fixes enable-final
| |
|
|
| 08:15 | 504051 | 0 | hein | * Merge ban list support. Patch by Michael Kreitzer.
* Bump build number, version number.
| |
|
|
| 19:38 | 499439 | 0 | hein | Correctly insert away remember line in all channel and query
tabs of the affected server(s), rather than putting them all
in the front view.
| |
|
|
| 21:04 | 498670 | 0 | cartman | fix blowfish on freenode, yeah!
| |
| 20:55 | 498668 | 0 | cartman | someone can't spell, hehe
| |
|
|
| 14:37 | 498028 | 0 | abatianni | Quick buttons, topic, channel modes and nickname box now update at runtime on preferences apply, removed lots of old code from server.cpp | |
|
|
| 03:21 | 496714 | 0 | hein | * Cleaned out legacy server config parsing code.
* Prevent addition of nameless networks.
* Land Server List dialog redesign:
- Remove 'Group' property.
- Populate tree with servers as children of networks and hook
up buttons respectively. Networks retain expanded/collapsed
state.
- Fix server list sorting to match actual order of addition
and thus auto-connect sequence.
- Add new networks behind the last item in the list, resulting
in the user interface actually matching the application
behavior.
- Improve behavior of button actions.
- Improved error messages on deletion.
* Update changelog, bump revision number.
More to come ...
| |
|
|
| 22:36 | 496675 | 0 | psn | Don't start incomingTimer while we process a message
| |
|
|
| 08:02 | 495133 | 0 | hein | Have /topic <channel> make a honest attempt at retrieving <channel>'s
topic regardless of whether or not we are on <channel>.
Some ircds will not allow us to do that, which is why we implemented
442 (ERR_NOTONCHANNEL) allowing us to fail gracefully (i.e. with a
pretty and localizable error message).
BUG:112074
| |
|
|
| 04:42 | 494731 | 0 | hein | Implement /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.
| |
| 00:57 | 494709 | 0 | hein | Add support for '/dns nick' to resolve the host of <nick> using
the local nameserver. Reverse-resolve will be added later.
| |
|
|
| 20:03 | 494626 | 0 | hein | Replace 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.
| |