quassel.git
15 years agoFix crash on end of backlog (cf. BR 248)
Manuel Nickschas [Wed, 20 Aug 2008 00:07:17 +0000 (02:07 +0200)]
Fix crash on end of backlog (cf. BR 248)

15 years agoIntroducing lazy word wrap calc.
Marcus Eggenberger [Mon, 25 Aug 2008 13:11:19 +0000 (15:11 +0200)]
Introducing lazy word wrap calc.
 - faster message processing
 - less mem consumption unless you really visit all buffers
 - slightly slower buffer switch if you visit that buffer the first time

15 years agospeed improvement to checkForHighlight (non longer uses QSettings itself)
Marcus Eggenberger [Fri, 22 Aug 2008 16:11:46 +0000 (18:11 +0200)]
speed improvement to checkForHighlight (non longer uses QSettings itself)

15 years agoFixing BR #256
Marcus Eggenberger [Fri, 22 Aug 2008 15:00:22 +0000 (17:00 +0200)]
Fixing BR #256

15 years agochatmonitor shows own messages again (per default) (configurable via context menu)
Marcus Eggenberger [Fri, 22 Aug 2008 14:23:36 +0000 (16:23 +0200)]
chatmonitor shows own messages again (per default) (configurable via context menu)

15 years agoInternal stuff only.
Marcus Eggenberger [Fri, 22 Aug 2008 13:24:03 +0000 (15:24 +0200)]
Internal stuff only.
You can now register a slot for settings changes using:
  Settings::notify(const QString &key, QObject *receiver, const char *slot)

15 years agoStart a new local selection immediately when clicking after selecting globally
Manuel Nickschas [Wed, 20 Aug 2008 14:11:13 +0000 (16:11 +0200)]
Start a new local selection immediately when clicking after selecting globally

15 years agoFixing the remaining crash that might have happened while selecting
Manuel Nickschas [Wed, 20 Aug 2008 14:01:54 +0000 (16:01 +0200)]
Fixing the remaining crash that might have happened while selecting

15 years agoCleanups, tweaks and fixes
Manuel Nickschas [Mon, 18 Aug 2008 23:16:06 +0000 (01:16 +0200)]
Cleanups, tweaks and fixes

15 years agoUse inheritance for handling the different ChatItem types
Manuel Nickschas [Mon, 18 Aug 2008 22:09:47 +0000 (00:09 +0200)]
Use inheritance for handling the different ChatItem types

15 years agoChatScene now properly react on aboutToRemoveRows(), which should improve stability...
Marcus Eggenberger [Mon, 18 Aug 2008 18:37:06 +0000 (20:37 +0200)]
ChatScene now properly react on aboutToRemoveRows(), which should improve stability for the chatmonitor after disconnects.
Also hopefully fixing backlog replay which was borked in some channels.

15 years agoEscape % in channel names
Manuel Nickschas [Mon, 18 Aug 2008 14:08:29 +0000 (16:08 +0200)]
Escape % in channel names

15 years agoIgnore whitespace in join handler (cf. Bug #290)
Manuel Nickschas [Mon, 18 Aug 2008 13:30:36 +0000 (15:30 +0200)]
Ignore whitespace in join handler (cf. Bug #290)

Thanks to xAFFE for providing the patch!

15 years agoreverting the backlog request to how it was in the old chatwidget
Marcus Eggenberger [Mon, 18 Aug 2008 12:31:57 +0000 (14:31 +0200)]
reverting the backlog request to how it was in the old chatwidget

15 years agoCorrectly resize ChatView height on disconnect
Manuel Nickschas [Mon, 18 Aug 2008 06:48:54 +0000 (08:48 +0200)]
Correctly resize ChatView height on disconnect

15 years agoImprove ChatMonitorFilter to use Message::Backlog rather than the timestamp
Manuel Nickschas [Mon, 18 Aug 2008 06:43:30 +0000 (08:43 +0200)]
Improve ChatMonitorFilter to use Message::Backlog rather than the timestamp

Also makes the ChatMonitor work correctly after reconnect.

15 years ago(Try to) fix RPATH issues
Manuel Nickschas [Sun, 17 Aug 2008 23:15:21 +0000 (01:15 +0200)]
(Try to) fix RPATH issues

See https://bugs.gentoo.org/show_bug.cgi?id=224901
Will test if that makes Portage happy after pushing this commit :)

15 years agoDisable settings for away-on-detach as it hasn't been implemented yet
Manuel Nickschas [Sun, 17 Aug 2008 22:14:09 +0000 (00:14 +0200)]
Disable settings for away-on-detach as it hasn't been implemented yet

15 years agoBump client/core protocol version, since internal structures have changed
Manuel Nickschas [Sun, 17 Aug 2008 22:06:49 +0000 (00:06 +0200)]
Bump client/core protocol version, since internal structures have changed

15 years agoIntroducing Network::requestSetNetworkInfo() to simplify client-side updates
Manuel Nickschas [Sun, 17 Aug 2008 22:04:42 +0000 (00:04 +0200)]
Introducing Network::requestSetNetworkInfo() to simplify client-side updates

15 years agoUse SyncableObject::requestUpdate() for updating Identities
Manuel Nickschas [Sun, 17 Aug 2008 20:19:29 +0000 (22:19 +0200)]
Use SyncableObject::requestUpdate() for updating Identities

This makes things a bit cleaner and spares us another custom signal between
client and core.

15 years agoWhitespace
Manuel Nickschas [Sun, 17 Aug 2008 20:06:24 +0000 (22:06 +0200)]
Whitespace

15 years agoAdding detach-away settings to identities, removing unneeded crap. Probably breaks...
Manuel Nickschas [Wed, 13 Aug 2008 22:15:05 +0000 (00:15 +0200)]
Adding detach-away settings to identities, removing unneeded crap. Probably breaks protocol.

15 years agomake quassel compile in deploy mode again (mac os x only)
Marcus Eggenberger [Sun, 17 Aug 2008 20:39:12 +0000 (22:39 +0200)]
make quassel compile in deploy mode again (mac os x only)

15 years agoStandard Roles should be the same in MessageModel and in Qt
Manuel Nickschas [Sat, 16 Aug 2008 22:04:53 +0000 (00:04 +0200)]
Standard Roles should be the same in MessageModel and in Qt

15 years agoAdding a Q_ASSERT to see if that catches the remaining selection segfaults
Manuel Nickschas [Sat, 16 Aug 2008 21:35:12 +0000 (23:35 +0200)]
Adding a Q_ASSERT to see if that catches the remaining selection segfaults

15 years agofixing pull / rebase aftermath
Marcus Eggenberger [Sat, 16 Aug 2008 18:40:21 +0000 (20:40 +0200)]
fixing pull / rebase aftermath

15 years agoIntroducing search in the chatview. See views -> show search bar
Marcus Eggenberger [Sat, 16 Aug 2008 18:23:56 +0000 (20:23 +0200)]
Introducing search in the chatview. See views -> show search bar
Known issues:
 - fixed color
 - cannot make the view scroll to a result (buttons are disabled)
 - no shortcuts
 - doesn't react on newly inserted messages

15 years agoIntroduce discardable LayoutData
Manuel Nickschas [Fri, 15 Aug 2008 14:55:40 +0000 (16:55 +0200)]
Introduce discardable LayoutData

15 years agoClean indentation
Manuel Nickschas [Fri, 15 Aug 2008 14:20:49 +0000 (16:20 +0200)]
Clean indentation

15 years agoClipboard will no longer be randomly overwritten with an empty string
Manuel Nickschas [Fri, 15 Aug 2008 12:56:14 +0000 (14:56 +0200)]
Clipboard will no longer be randomly overwritten with an empty string

15 years agoFix superfluous QString() usage and provide proper plural support
Manuel Nickschas [Fri, 15 Aug 2008 11:55:39 +0000 (13:55 +0200)]
Fix superfluous QString() usage and provide proper plural support

15 years ago Maintenance French Translation
ZRegis [Sat, 9 Aug 2008 20:58:47 +0000 (22:58 +0200)]
Maintenance French Translation

15 years ago Maintenance French Translation
ZRegis [Wed, 6 Aug 2008 09:03:49 +0000 (11:03 +0200)]
Maintenance French Translation

15 years ago Add more string to translate
ZRegis [Wed, 6 Aug 2008 08:59:19 +0000 (10:59 +0200)]
Add more string to translate

15 years agosecondsToString() correct year calculation, remove double spaces
Daniel Albers [Thu, 14 Aug 2008 22:01:19 +0000 (00:01 +0200)]
secondsToString() correct year calculation, remove double spaces

15 years agoQuassel dumps now a human readable stacktrace to ${PWD}/Quassel-Crash-yyyyMMdd-hhmm...
Marcus Eggenberger [Thu, 14 Aug 2008 11:06:23 +0000 (13:06 +0200)]
Quassel dumps now a human readable stacktrace to ${PWD}/Quassel-Crash-yyyyMMdd-hhmm.log on crash (currently *NIX only)

15 years agoRemove bogus warning
Manuel Nickschas [Wed, 13 Aug 2008 18:17:09 +0000 (20:17 +0200)]
Remove bogus warning

Let's hope nobody calls setCurrentBuffer() with an unknown (but valid) BufferId,
as I don't know what will happen then :)

An invalid BufferId is actually perfectly OK, since this just hides the ChatView then.

15 years agoAvoid duplicate messages
Manuel Nickschas [Wed, 6 Aug 2008 23:49:59 +0000 (01:49 +0200)]
Avoid duplicate messages

15 years agoadded session management
Jonas Heese [Wed, 13 Aug 2008 14:49:58 +0000 (16:49 +0200)]
added session management

15 years agoFix doubleclicks in empty spaces in ChatMonitorView as well, thanks al_!
Manuel Nickschas [Wed, 13 Aug 2008 12:33:44 +0000 (14:33 +0200)]
Fix doubleclicks in empty spaces in ChatMonitorView as well, thanks al_!

15 years agoMaking ChatItems in the first column full-height. Also fixes BR #272.
Manuel Nickschas [Wed, 13 Aug 2008 12:14:21 +0000 (14:14 +0200)]
Making ChatItems in the first column full-height. Also fixes BR #272.

15 years agoCorrectly handle selections while new ChatLines are being inserted
Manuel Nickschas [Wed, 13 Aug 2008 10:23:30 +0000 (12:23 +0200)]
Correctly handle selections while new ChatLines are being inserted

This should fix most selection-based crashes. Had one caused by something else,
but couldn't reproduce yet. Backtraces welcome :)

15 years agoRework selections to make them not fail with weird button combinations
Manuel Nickschas [Mon, 11 Aug 2008 21:56:45 +0000 (23:56 +0200)]
Rework selections to make them not fail with weird button combinations

15 years agoDo no longer react to right mouse button presses
Manuel Nickschas [Mon, 11 Aug 2008 19:20:41 +0000 (21:20 +0200)]
Do no longer react to right mouse button presses

15 years agofixing the creating of new buffers in the client. bye bye Client::buffer(BufferId)
Marcus Eggenberger [Tue, 12 Aug 2008 22:23:07 +0000 (00:23 +0200)]
fixing the creating of new buffers in the client. bye bye Client::buffer(BufferId)

15 years agomessage marker is now a thin line and no longer displayed when the new message is...
Marcus Eggenberger [Tue, 12 Aug 2008 21:32:25 +0000 (23:32 +0200)]
message marker is now a thin line and no longer displayed when the new message is from us. color can be configured via color settings -> chatview -> message

15 years agofixing a compile warning in windows
Marcus Eggenberger [Tue, 12 Aug 2008 20:13:24 +0000 (22:13 +0200)]
fixing a compile warning in windows

15 years agothe new chatwidget now highlights the first new message since your last visit (curren...
Marcus Eggenberger [Tue, 12 Aug 2008 16:39:05 +0000 (18:39 +0200)]
the new chatwidget now highlights the first new message since your last visit (currently hardcoded color)

15 years agoContinuing my personal crusade against Buffer.
Marcus Eggenberger [Tue, 12 Aug 2008 15:10:37 +0000 (17:10 +0200)]
Continuing my personal crusade against Buffer.
 - activity changes are now handled purely in the NetworkModel
 - Sput: I can only hope for you that there are no conflicts with your local repo :)

15 years agothe alias engine can now expand nicks to their hostnames
Marcus Eggenberger [Mon, 11 Aug 2008 19:49:24 +0000 (21:49 +0200)]
the alias engine can now expand nicks to their hostnames

15 years agoBring back notifications (again...)
Manuel Nickschas [Mon, 11 Aug 2008 16:47:34 +0000 (18:47 +0200)]
Bring back notifications (again...)

Adds a new flag Message::Backlog that indicates that a message was received during
backlog replay, and which is also set after notifications have been processed the first
time for that message to avoid multiple process runs (possible if multiple ChatViews let
that message through their filters).

15 years agofixing strange looking CTCP ACTIONs (/me style message) in the chat monitor
Marcus Eggenberger [Mon, 11 Aug 2008 16:24:15 +0000 (18:24 +0200)]
fixing strange looking CTCP ACTIONs (/me style message) in the chat monitor

15 years agostop the chat monitor from stealing unhandled double click events
Marcus Eggenberger [Mon, 11 Aug 2008 15:28:54 +0000 (17:28 +0200)]
stop the chat monitor from stealing unhandled double click events

15 years agofixes, cleanup and other improvements... Now I know how a GC feels ;)
Marcus Eggenberger [Mon, 11 Aug 2008 14:54:22 +0000 (16:54 +0200)]
fixes, cleanup and other improvements... Now I know how a GC feels ;)

15 years agofixing a bug where newly added bufferviews are not shown in the dialog
Marcus Eggenberger [Mon, 11 Aug 2008 14:01:16 +0000 (16:01 +0200)]
fixing a bug where newly added bufferviews are not shown in the dialog

15 years agoonly show dbus settings if dbus is available
Marcus Eggenberger [Mon, 11 Aug 2008 13:12:50 +0000 (15:12 +0200)]
only show dbus settings if dbus is available

15 years agoFixing BR # 204 - double click on the sender column in the chatmonitor to switch...
Marcus Eggenberger [Mon, 11 Aug 2008 12:34:59 +0000 (14:34 +0200)]
Fixing BR # 204 - double click on the sender column in the chatmonitor to switch to that buffer

15 years agofixing BR #261 (making fields removable from the chatmonitor). Changes effect current...
Marcus Eggenberger [Mon, 11 Aug 2008 11:28:47 +0000 (13:28 +0200)]
fixing BR #261 (making fields removable from the chatmonitor). Changes effect currently only new messages as the ChatViews don't treat dataChanged() properly

15 years agoBring back dynamic backlog fetching (move scrollbar slider to the very top to get...
Manuel Nickschas [Sun, 10 Aug 2008 22:32:15 +0000 (00:32 +0200)]
Bring back dynamic backlog fetching (move scrollbar slider to the very top to get more lines)

15 years agoFixing BR #199 introduce /back as alias for unaway
Marcus Eggenberger [Sun, 10 Aug 2008 16:38:45 +0000 (18:38 +0200)]
Fixing BR #199 introduce /back as alias for unaway

15 years agoFixed a bug where the client would not initialize channel and user metadata
Marcus Eggenberger [Sun, 10 Aug 2008 16:20:25 +0000 (18:20 +0200)]
Fixed a bug where the client would not initialize channel and user metadata
Symptom: channels being disabled though new chatlines were received

15 years ago/j and /join only prepend # when channel names start with letters or numbers
Daniel Albers [Mon, 4 Aug 2008 10:04:58 +0000 (12:04 +0200)]
/j and /join only prepend # when channel names start with letters or numbers

15 years agousing a shared buffer for QTextBoundaryFinder
Marcus Eggenberger [Sun, 10 Aug 2008 12:53:05 +0000 (14:53 +0200)]
using a shared buffer for QTextBoundaryFinder

15 years agofixing BR #264 (core crash after join)
Marcus Eggenberger [Sun, 10 Aug 2008 11:59:36 +0000 (13:59 +0200)]
fixing BR #264 (core crash after join)

15 years agoRevert "fixing BR #264 (core crash after join)"
Marcus Eggenberger [Sun, 10 Aug 2008 11:58:40 +0000 (13:58 +0200)]
Revert "fixing BR #264 (core crash after join)"

This reverts commit ce4dc5d6d32af97589c15529f67f15218c381488.

15 years agofixing BR #264 (core crash after join)
Marcus Eggenberger [Sun, 10 Aug 2008 11:40:53 +0000 (13:40 +0200)]
fixing BR #264 (core crash after join)

15 years agofixing empty chatlines on mac os (hopefully on windows too). This looks very much...
Marcus Eggenberger [Sat, 9 Aug 2008 16:47:53 +0000 (18:47 +0200)]
fixing empty chatlines on mac os (hopefully on windows too). This looks very much like a Qt Bug

15 years agoFixing end-of-line detection in the wordwrap finder.
Manuel Nickschas [Sat, 9 Aug 2008 15:05:14 +0000 (17:05 +0200)]
Fixing end-of-line detection in the wordwrap finder.

This fixes blank lines for me, but I'd still be surprised if that fixes the issues
on Mac and Windows too, since those seem to be unrelated to this bug. Please test anyway
and report...

15 years agofixing BR #250 (no oper status on new channels)
Marcus Eggenberger [Sat, 9 Aug 2008 14:47:40 +0000 (16:47 +0200)]
fixing BR #250 (no oper status on new channels)

15 years agofixing segfaults on part if the part results in an empty category (BR #232)
Marcus Eggenberger [Sat, 9 Aug 2008 14:38:00 +0000 (16:38 +0200)]
fixing segfaults on part if the part results in an empty category (BR #232)

15 years agoremoving deprecated core user settings
Marcus Eggenberger [Fri, 8 Aug 2008 12:33:17 +0000 (14:33 +0200)]
removing deprecated core user settings

15 years agofurther speed upgrade for settings
Marcus Eggenberger [Fri, 8 Aug 2008 09:29:52 +0000 (11:29 +0200)]
further speed upgrade for settings

15 years agointroducing autocached settings
Marcus Eggenberger [Thu, 7 Aug 2008 17:08:04 +0000 (19:08 +0200)]
introducing autocached settings

15 years agoDisplay and update message processing progress
Manuel Nickschas [Thu, 7 Aug 2008 00:41:51 +0000 (02:41 +0200)]
Display and update message processing progress

15 years agoAdd MessageProcessor progress widget to MainWin's status bar
Manuel Nickschas [Thu, 7 Aug 2008 00:21:20 +0000 (02:21 +0200)]
Add MessageProcessor progress widget to MainWin's status bar

15 years agoFix display of chained mIRC color codes
Manuel Nickschas [Wed, 6 Aug 2008 23:21:38 +0000 (01:21 +0200)]
Fix display of chained mIRC color codes

15 years agoReset the MessageProcessor on disconnect
Manuel Nickschas [Wed, 6 Aug 2008 22:37:32 +0000 (00:37 +0200)]
Reset the MessageProcessor on disconnect

15 years agoEnable plain old QTimer-based asynchronous message processing. More fancy stuff will...
Manuel Nickschas [Wed, 6 Aug 2008 20:51:26 +0000 (22:51 +0200)]
Enable plain old QTimer-based asynchronous message processing. More fancy stuff will follow later ;-)

15 years agoMove checkForHighlight() from Client to QtUiMessageProcessor.
Manuel Nickschas [Wed, 6 Aug 2008 19:50:50 +0000 (21:50 +0200)]
Move checkForHighlight() from Client to QtUiMessageProcessor.

15 years agoMake use of QtUiMessageProcessor. For now, we just directly layout the messages as...
Manuel Nickschas [Wed, 6 Aug 2008 19:45:10 +0000 (21:45 +0200)]
Make use of QtUiMessageProcessor. For now, we just directly layout the messages as we used to.

15 years agoIntroduce AbstractMessageProcessor and its specialization QtUiMessageProcessor.
Manuel Nickschas [Wed, 6 Aug 2008 19:43:59 +0000 (21:43 +0200)]
Introduce AbstractMessageProcessor and its specialization QtUiMessageProcessor.

Its task is to create ChatLineModelItems from Messages, which currently happens in Client.
As this is too slow, we will once again process incoming messages, in particular backlog
packages, asynchronously. Externalizing this and abstracting it away from Client will
facilite this. Also the specialization in QtUi will allow us to use GUI features, which will
be particularly handy for determining if we can do font rendering outside the GUI thread.

15 years agowarnings--
Manuel Nickschas [Wed, 6 Aug 2008 15:56:57 +0000 (17:56 +0200)]
warnings--

15 years agoIntroduce QtUiStyleSettings and make highlight color configurable again
Manuel Nickschas [Wed, 6 Aug 2008 15:50:35 +0000 (17:50 +0200)]
Introduce QtUiStyleSettings and make highlight color configurable again

15 years agoConsolidate UiStyleSettings into uisettings.h
Manuel Nickschas [Wed, 6 Aug 2008 15:23:10 +0000 (17:23 +0200)]
Consolidate UiStyleSettings into uisettings.h

15 years agoFixed URL recognizer to not endlessly loop anymore
Manuel Nickschas [Wed, 6 Aug 2008 14:59:45 +0000 (16:59 +0200)]
Fixed URL recognizer to not endlessly loop anymore

15 years agoFix typo
Manuel Nickschas [Wed, 6 Aug 2008 01:16:20 +0000 (03:16 +0200)]
Fix typo

15 years agoApply colors to BufferView and NickView again
Manuel Nickschas [Wed, 6 Aug 2008 01:14:17 +0000 (03:14 +0200)]
Apply colors to BufferView and NickView again

15 years agoDisable unused color settings in ColorSettingsPage
Manuel Nickschas [Wed, 6 Aug 2008 00:58:20 +0000 (02:58 +0200)]
Disable unused color settings in ColorSettingsPage

15 years agoAdd migration code that removes obsolete style settings
Manuel Nickschas [Wed, 6 Aug 2008 00:53:07 +0000 (02:53 +0200)]
Add migration code that removes obsolete style settings

15 years agoLoad default formats correctly in all cases
Manuel Nickschas [Wed, 6 Aug 2008 00:33:02 +0000 (02:33 +0200)]
Load default formats correctly in all cases

15 years agoClean up ColorSettingsPage and make it store stuff correctly
Manuel Nickschas [Wed, 6 Aug 2008 00:32:14 +0000 (02:32 +0200)]
Clean up ColorSettingsPage and make it store stuff correctly

15 years agoFix mIRC colors
Manuel Nickschas [Tue, 5 Aug 2008 22:08:58 +0000 (00:08 +0200)]
Fix mIRC colors

15 years agopersitentmodelindexes--
Marcus Eggenberger [Tue, 5 Aug 2008 14:35:27 +0000 (16:35 +0200)]
persitentmodelindexes--

15 years agoMaintenance French Translation
ZRegis [Sat, 2 Aug 2008 17:44:20 +0000 (19:44 +0200)]
Maintenance French Translation

15 years agoFix missing translation strings
ZRegis [Sat, 2 Aug 2008 17:43:55 +0000 (19:43 +0200)]
Fix missing translation strings

15 years agoUpdate other translation files to allow heuristic fonctionality providing more transl...
ZRegis [Sat, 2 Aug 2008 17:04:22 +0000 (19:04 +0200)]
Update other translation files to allow heuristic fonctionality providing more translated text.

15 years agoMaintenance French Translation without missing Qt main translation.
ZRegis [Sat, 2 Aug 2008 16:58:03 +0000 (18:58 +0200)]
Maintenance French Translation without missing Qt main translation.

15 years agoFix URL regexp to not include whitespace anymore
Manuel Nickschas [Tue, 5 Aug 2008 11:02:53 +0000 (13:02 +0200)]
Fix URL regexp to not include whitespace anymore

15 years agoTemporarily disable notifications again.
Manuel Nickschas [Mon, 4 Aug 2008 22:14:00 +0000 (00:14 +0200)]
Temporarily disable notifications again.

Current implementation causes trouble because it's called for backlog replay
as well. Probably need some other way.