quassel.git
13 years agoremove merge fragments from hu.po + ru.po 0.6
Daniel Albers [Tue, 28 Sep 2010 10:33:17 +0000 (12:33 +0200)]
remove merge fragments from hu.po + ru.po

13 years agoBump version.inc for release 0.6.3
Manuel Nickschas [Tue, 21 Sep 2010 09:53:31 +0000 (11:53 +0200)]
Bump version.inc for release

13 years agoFixing issues with multiple CTCP requests in one message
Marcus Eggenberger [Sun, 5 Sep 2010 19:41:19 +0000 (21:41 +0200)]
Fixing issues with multiple CTCP requests in one message

 If we receive multiple CTCP requests in one PRIVMSG we now answer with
 one packed NOTICE containing all CTCP replies. This fixes a possible
 DoS Attack rendering Quassels IRC connection useless. Upgrading is
 strongly recommended. Thanks to Jima for reporting and supporting.

13 years agoProperly reject invalid handshake data
Manuel Nickschas [Tue, 21 Sep 2010 06:46:55 +0000 (08:46 +0200)]
Properly reject invalid handshake data

Currently, if a client attempts to configure a core's storage backend
even though it is already configured, the core will ignore the attempt
silently (e.g. the existing storage backends will simply drop the request,
but the client also won't receive an error message). This can never happen
unless you use an alternative client with a buggy handshake sequence though,
since quasselclient checks if the core is already configured beforehand.

Nonetheless, it makes sense to properly error out from the core side, just in case
we're getting new storage backends in the future that don't properly check this,
or alternative clients which might be confused by not receiving an error when they should.

Thanks to JodaZ for pointing this out.

13 years agoBump version.inc for release 0.6.2
Manuel Nickschas [Sun, 5 Sep 2010 09:11:17 +0000 (11:11 +0200)]
Bump version.inc for release

13 years agoCheck if the notifications client supports actions
Manuel Nickschas [Sun, 5 Sep 2010 10:04:37 +0000 (12:04 +0200)]
Check if the notifications client supports actions

Ubuntu's notification system doesn't support actions and shows fugly popups
in case apps still define them. So we check for the capability and disable actions
if they're not supported.

Needless to mention that the Quassel team heartily recommends using a notification daemon
that is action-enabled for added value.

13 years agoFix wordwrap when using Qt > 4.6.3
Manuel Nickschas [Tue, 22 Jun 2010 17:34:58 +0000 (19:34 +0200)]
Fix wordwrap when using Qt > 4.6.3

Qt changed the behavior of QTextBoundaryFinder in commit e6ac173, to make it more
consistent and to fix a bug in QtWebkit (cf. https://bugs.webkit.org/show_bug.cgi?id=31076).

Unfortunately this means we have to remove our wordwrap workaround for newer versions of Qt,
so we're adding a runtime version check for that. Please note that if you're using a 4.7 snapshot
that's too old, you'll have broken wordwrap now. Upgrade Qt.

13 years agofix translations translating SASL with SSL
Daniel Albers [Thu, 19 Aug 2010 18:43:37 +0000 (20:43 +0200)]
fix translations translating SASL with SSL

13 years agowrite correct version in mac-bundle;
Martin Mayer [Wed, 11 Aug 2010 21:20:37 +0000 (23:20 +0200)]
write correct version in mac-bundle;
fixes #833

13 years agomerge launchpad translations from master
Daniel Albers [Wed, 11 Aug 2010 22:23:50 +0000 (00:23 +0200)]
merge launchpad translations from master

13 years agomerge translations from master, update .pot
Daniel Albers [Wed, 11 Aug 2010 21:36:10 +0000 (23:36 +0200)]
merge translations from master, update .pot

13 years agoimproved ctcp handler method, fixes #1011
Johannes Huber [Wed, 11 Aug 2010 01:19:38 +0000 (03:19 +0200)]
improved ctcp handler method, fixes #1011
do not add space in ctcp handler method pack if message is empty

13 years agoRemove deprecated manageusers.py script
Manuel Nickschas [Wed, 11 Aug 2010 14:34:10 +0000 (16:34 +0200)]
Remove deprecated manageusers.py script

Use quasselcore --adduser and friends instead.

13 years agoForce parsing of PREFIX in RPL_ISUPPORT. Fixes #936
Hendrik Leppkes [Tue, 27 Jul 2010 13:50:33 +0000 (15:50 +0200)]
Force parsing of PREFIX in RPL_ISUPPORT. Fixes #936

In some cases the automatic parsing of PREFIX was actually
triggered before RPL_ISUPPORT was actually received. In this case
the internal prefix configuration would only contain the default
modes, and not the network specific modes, which would cause
custom modes to be ignored completly.

This patch forces the parsing of PREFIX directly after RPL_ISUPPORT
was received, and the data is available.

13 years agothis should fix buffer merging with Postgres backend
Marcus Eggenberger [Fri, 16 Jul 2010 19:44:17 +0000 (21:44 +0200)]
this should fix buffer merging with Postgres backend

13 years agoFix crash when encountering a topic with HTML tags
Manuel Nickschas [Sun, 11 Jul 2010 05:52:22 +0000 (07:52 +0200)]
Fix crash when encountering a topic with HTML tags

13 years agoMake ActionCollection load and save custom shortcuts
Manuel Nickschas [Mon, 31 May 2010 15:45:40 +0000 (17:45 +0200)]
Make ActionCollection load and save custom shortcuts

This implements {read|write}Settings() for ActionCollection. It also fixes the
bug that custom shortcuts wouldn't be loaded again when using KDE.

13 years agoMake "Restore from defaults" work for single settingspages
Manuel Nickschas [Mon, 31 May 2010 14:22:31 +0000 (16:22 +0200)]
Make "Restore from defaults" work for single settingspages

Nobody ever noticed that this was b0rked in SettingsPageDlg...

13 years agoFixes #746 - Quassel unsets default modes set by server upon first connect
Marcus Eggenberger [Thu, 13 May 2010 12:03:42 +0000 (14:03 +0200)]
Fixes #746 - Quassel unsets default modes set by server upon first connect
Quassel now uses a saner approach and only keeps track of the mode changes you
really issued and also were confirmed by the server.
You can reset the auto restore modes via "/mode -reset". This command gives
currently no userfeedback as it would introduce new strings and this patch
is intended to be backported.

13 years agofixes #940 - Problem with +foo-Channels
Marcus Eggenberger [Fri, 30 Apr 2010 16:28:04 +0000 (18:28 +0200)]
fixes #940 - Problem with +foo-Channels

13 years agofixes #903 - Odd umode case can make user disappear from nick list
Marcus Eggenberger [Fri, 30 Apr 2010 15:56:18 +0000 (17:56 +0200)]
fixes #903 - Odd umode case can make user disappear from nick list

13 years agoFixes #913 - Core backlog download does not start until main window is unhidden
Marcus Eggenberger [Sat, 24 Apr 2010 22:11:57 +0000 (00:11 +0200)]
Fixes #913 - Core backlog download does not start until main window is unhidden

13 years agoBufferViewOverlay now correctly respects filtering of buffer types
Marcus Eggenberger [Mon, 12 Apr 2010 18:36:00 +0000 (20:36 +0200)]
BufferViewOverlay now correctly respects filtering of buffer types

13 years agol10n: Introduced a Japanese translation.
democtezuma [Mon, 3 May 2010 07:47:41 +0000 (07:47 +0000)]
l10n: Introduced a Japanese translation.

New status: 102 messages complete with 4 fuzzies and 754 untranslated.

Transmitted-via: Transifex (www.transifex.net).

13 years agoFix #959: SQLite -> PostgreSQL migration
Jens Arnold [Tue, 4 May 2010 17:27:43 +0000 (19:27 +0200)]
Fix #959: SQLite -> PostgreSQL migration

13 years ago.desktop files are not executables
Manuel Nickschas [Mon, 3 May 2010 07:46:44 +0000 (09:46 +0200)]
.desktop files are not executables

13 years agol10n: Updates to Ukrainian (uk) translation
Yuri Chornoivan [Sun, 18 Apr 2010 14:52:39 +0000 (14:52 +0000)]
l10n: Updates to Ukrainian (uk) translation

Transmitted-via: Transifex (www.transifex.net)

13 years agotranslate string in user tooltip, fixes #953
Johannes Huber [Fri, 23 Apr 2010 11:46:03 +0000 (13:46 +0200)]
translate string in user tooltip, fixes #953

13 years agocheck empty args for cmds join+query, fixes #831
Johannes Huber [Thu, 22 Apr 2010 18:56:22 +0000 (20:56 +0200)]
check empty args for cmds join+query, fixes #831

14 years agoFix build and indentation
Manuel Nickschas [Mon, 19 Apr 2010 09:58:17 +0000 (11:58 +0200)]
Fix build and indentation

14 years agoRevert "fixed compilation on mingw w64 x64"
Manuel Nickschas [Mon, 19 Apr 2010 09:59:39 +0000 (11:59 +0200)]
Revert "fixed compilation on mingw w64 x64"

Bug in mingw, not in Quassel

This reverts commit 84ab26a21ada566a9e60ad6d41b881eb2450dd85.

14 years agoBump version.inc for release 0.6.1
Manuel Nickschas [Fri, 16 Apr 2010 15:44:13 +0000 (17:44 +0200)]
Bump version.inc for release

14 years agofixed compilation on mingw w64 x64
Patrick von Reth [Fri, 16 Apr 2010 08:41:04 +0000 (10:41 +0200)]
fixed compilation on mingw w64 x64

14 years agoremoved win32.o
Patrick von Reth [Fri, 16 Apr 2010 08:54:16 +0000 (10:54 +0200)]
removed win32.o

14 years agoadded generation of the ming resource win32.o out of win32.rc on build time
Patrick von Reth [Fri, 16 Apr 2010 08:12:53 +0000 (10:12 +0200)]
added generation of the ming resource win32.o out of win32.rc on build time

14 years agoDon't crash on startup
Manuel Nickschas [Thu, 15 Apr 2010 13:18:04 +0000 (15:18 +0200)]
Don't crash on startup

14 years agoenforce usage of SQLite in Monolithic mode
Marcus Eggenberger [Thu, 15 Apr 2010 12:31:51 +0000 (14:31 +0200)]
enforce usage of SQLite in Monolithic mode

14 years agoPrepare ChangeLog for release 0.6.0
Manuel Nickschas [Wed, 14 Apr 2010 09:39:30 +0000 (11:39 +0200)]
Prepare ChangeLog for release

14 years agoBump version.inc for release
Manuel Nickschas [Wed, 14 Apr 2010 09:29:30 +0000 (11:29 +0200)]
Bump version.inc for release

14 years agoFix tray icon behavior for non-KDE StatusNotifier
Manuel Nickschas [Wed, 14 Apr 2010 07:41:02 +0000 (09:41 +0200)]
Fix tray icon behavior for non-KDE StatusNotifier

Our workaround for QSystemTrayIcon activation misbehavior (clicking the bubble
should NOT send two activation signals!) fails when using StatusNotifier instead,
but only if KDE integration is disabled (wtf?). Turns out we don't get mouse events
from the notifier then.

Solution: only enable workaround when using the legacy tray icon.

14 years agoManual .po file fixes
Daniel Albers [Tue, 13 Apr 2010 22:12:34 +0000 (00:12 +0200)]
Manual .po file fixes

14 years agoUpdate translations
Daniel Albers [Tue, 13 Apr 2010 20:46:42 +0000 (22:46 +0200)]
Update translations

14 years agoReplace tab characters by 8 spaces
Manuel Nickschas [Tue, 13 Apr 2010 21:38:22 +0000 (23:38 +0200)]
Replace tab characters by 8 spaces

Our layout engine can't properly handle tabs (and it's doubtful how they should be handled
anyway on random pastes), and it breaks while trying. So now we replace tabs by 8 spaces.

Note that Konversation (and probably some others) currently sends a \t for the "italics" format.
This is non-standard and not very consistent across clients, so I chose to not have a tab trigger italics.
So for pastes, we show something mostly correct, while italic text sent from Konversation will cause
some whitespace instead. I think that's a better tradeoff than the other way round (showing italics
when tabs are pasted).

14 years agoClose notifications on other connected clients as well
Manuel Nickschas [Tue, 13 Apr 2010 21:18:22 +0000 (23:18 +0200)]
Close notifications on other connected clients as well

Client now emits a bufferMarkedAsRead() signal that is used for triggering
the closing of notifications. This is synced between clients.

This requires both uptodate clients and core and will spam your log with warnings
if one is too old (but continue to work like it used to). "Too old" means "does not
contain this commit", i.e. a 0.6.0 client will work fine with a git master core and
the other way round, but earlier versions won't.

14 years agoStop RFC-violating IRC servers from crashing quassel
Manuel Nickschas [Tue, 13 Apr 2010 20:04:55 +0000 (22:04 +0200)]
Stop RFC-violating IRC servers from crashing quassel

Seriously, '%' is not allowed in nicknames. But who cares about RFCs...

Escaping this now in the nickname as well, and additionally prevent the style engine
from hanging itself if it still encounters an unescaped % (even though that can't happen now
anymore). Thanks to ricky26 for the heads up and a patch.

Fixes #946, fixes #947

14 years agoStop blinking of tray icon on first click
Manuel Nickschas [Tue, 13 Apr 2010 20:01:52 +0000 (22:01 +0200)]
Stop blinking of tray icon on first click

Users have requested that the icon stop blinking after the first highlight has been
activated, even if there are more highlights pending.
If this change causes an uproar in the community, I think we'll make it an option...

14 years agoFix visibility issues with StatusNotifier
Manuel Nickschas [Tue, 13 Apr 2010 15:03:46 +0000 (17:03 +0200)]
Fix visibility issues with StatusNotifier

Properly handle registration on DBus according to the "Show tray icon" setting. Also,
clean up a isVisible() and isSystemTrayAvailable() a bit across the hierarchy.

Fixes #930.

14 years agoAdd Portuguese to LINGUAS
Manuel Nickschas [Mon, 12 Apr 2010 10:13:54 +0000 (12:13 +0200)]
Add Portuguese to LINGUAS

14 years agoSome minor fixes
[Sun, 4 Apr 2010 06:42:42 +0000 (07:42 +0100)]
Some minor fixes

14 years agoFinish portuguese translation
[Sun, 4 Apr 2010 06:38:45 +0000 (07:38 +0100)]
Finish portuguese translation

14 years agoAdd portuguese translation
[Sun, 4 Apr 2010 01:17:39 +0000 (02:17 +0100)]
Add portuguese translation

14 years agoMeh, initialize variables not only for one ctor
Manuel Nickschas [Sat, 3 Apr 2010 16:01:45 +0000 (18:01 +0200)]
Meh, initialize variables not only for one ctor

14 years agoDon't link to libindicate-qt when we disable Ayatana support
Manuel Nickschas [Thu, 1 Apr 2010 11:35:18 +0000 (13:35 +0200)]
Don't link to libindicate-qt when we disable Ayatana support

Looks like the CMake variables are set by some other package...

14 years agoWe hate uninitialized values
Manuel Nickschas [Wed, 31 Mar 2010 18:58:50 +0000 (20:58 +0200)]
We hate uninitialized values

Valgrind rocks.

14 years agoImport Launchpad translations
Daniel Albers [Mon, 29 Mar 2010 10:28:50 +0000 (12:28 +0200)]
Import Launchpad translations

14 years agoAdd translations to .desktop files
Daniel Albers [Mon, 15 Mar 2010 23:42:26 +0000 (00:42 +0100)]
Add translations to .desktop files

intltool-prepare && for i in data/*.in; do intltool-merge -d po $i ${i%%.in}; done

14 years agol10n: Updates to German (de) translation
m4yer [Mon, 8 Mar 2010 12:40:00 +0000 (12:40 +0000)]
l10n: Updates to German (de) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agoChecking whether a initSetMethod exists before bluntly invoking it. (fixes a new...
Marcus Eggenberger [Sat, 20 Mar 2010 16:03:42 +0000 (17:03 +0100)]
Checking whether a initSetMethod exists before bluntly invoking it. (fixes a new warning in Qt 4.7)

14 years agoDon't declare QVariant as a meta type if it's already known
Manuel Nickschas [Thu, 18 Mar 2010 13:12:41 +0000 (14:12 +0100)]
Don't declare QVariant as a meta type if it's already known

Prevents a crash with Qt >= 4.7, since this version starts declaring QVariant as a metatype
itself. Older versions, for some bizarre reason, didn't.

14 years agosanificating and decrashificating the TopicWidget
Marcus Eggenberger [Fri, 12 Mar 2010 12:07:21 +0000 (13:07 +0100)]
sanificating and decrashificating the TopicWidget

14 years agoImport Launchpad translation updates
Daniel Albers [Thu, 11 Mar 2010 00:33:07 +0000 (01:33 +0100)]
Import Launchpad translation updates

14 years agofixes 898
Thomas Mueller [Thu, 21 Jan 2010 21:24:16 +0000 (22:24 +0100)]
fixes 898

14 years agoMessages with redirection flag set (all messages that allow client side redirection...
Marcus Eggenberger [Thu, 11 Mar 2010 16:31:39 +0000 (17:31 +0100)]
Messages with redirection flag set (all messages that allow client side redirection) will no longer trigger a buffer creation

14 years agopermanently ignored (HardStrictness) messages can no longer trigger a buffer creation
Marcus Eggenberger [Thu, 11 Mar 2010 16:02:29 +0000 (17:02 +0100)]
permanently ignored (HardStrictness) messages can no longer trigger a buffer creation

14 years agoMake Quassel work with Qt 4.5 again
Marcus Eggenberger [Thu, 11 Mar 2010 14:03:12 +0000 (15:03 +0100)]
Make Quassel work with Qt 4.5 again

14 years agoMake keyboard shortcuts independent from translations
Daniel Albers [Tue, 9 Mar 2010 23:33:01 +0000 (00:33 +0100)]
Make keyboard shortcuts independent from translations

14 years agocleanup
Dirk Rettschlag [Tue, 9 Mar 2010 11:35:52 +0000 (12:35 +0100)]
cleanup

14 years agofixed height of inputline to match the rest of the inputwidget
Dirk Rettschlag [Mon, 8 Mar 2010 12:39:31 +0000 (13:39 +0100)]
fixed height of inputline to match the rest of the inputwidget

14 years agobetter height for nick combobox and style button
Dirk Rettschlag [Mon, 8 Mar 2010 12:32:09 +0000 (13:32 +0100)]
better height for nick combobox and style button

14 years agoProperly clean up after disconnecting
Manuel Nickschas [Tue, 9 Mar 2010 18:37:44 +0000 (19:37 +0100)]
Properly clean up after disconnecting

Mainly this fixes a crash on reconnect, because ToolBarActionProvider didn't clean
up its state after disconnecting. Now the relevant classes have slots for connecting
and disconnecting that can be reimplemented if necessary.

A better solution is probably polling Client's state rather than using slots, but for
now this should be ok.

14 years agoAlready disconnect on Solid::Network::Disconnecting
Manuel Nickschas [Tue, 9 Mar 2010 18:36:27 +0000 (19:36 +0100)]
Already disconnect on Solid::Network::Disconnecting

Not sure if this state is ever reached (as most solid disconnections occur after
the network is already down), but if it does, it gives us a chance to cleanly
take down the sockets etc. before being offline.

14 years agoRevert "sort languages in settings"
Manuel Nickschas [Sun, 7 Mar 2010 18:44:29 +0000 (19:44 +0100)]
Revert "sort languages in settings"

Needs a more thorough fix to make saving/loading work properly

This reverts commit f3ba0cb0bed3967a9ef46763b6179bf27aaa6d06.

14 years agoBump inxi version to 1.4.8
Manuel Nickschas [Sun, 7 Mar 2010 17:04:29 +0000 (18:04 +0100)]
Bump inxi version to 1.4.8

14 years agofix trayicon-tooltip for linux
Manuel Nickschas [Sun, 7 Mar 2010 17:02:30 +0000 (18:02 +0100)]
fix trayicon-tooltip for linux

14 years agosort languages in settings
Dirk Rettschlag [Thu, 4 Mar 2010 17:31:21 +0000 (18:31 +0100)]
sort languages in settings

14 years agofixes #929
Johannes Huber [Fri, 5 Mar 2010 00:41:30 +0000 (01:41 +0100)]
fixes #929

14 years agoignore font styles of custom input widget fonts
Dirk Rettschlag [Fri, 5 Mar 2010 11:10:05 +0000 (12:10 +0100)]
ignore font styles of custom input widget fonts

14 years agofix trayicon-tooltip for mac and win
Martin Mayer [Fri, 5 Mar 2010 13:26:36 +0000 (14:26 +0100)]
fix trayicon-tooltip for mac and win

14 years agoAllow the creation of win32 debug builds.
Hendrik Leppkes [Sat, 6 Mar 2010 09:55:56 +0000 (10:55 +0100)]
Allow the creation of win32 debug builds.

14 years agoFix Danish translation
Daniel Albers [Sun, 7 Mar 2010 15:05:03 +0000 (16:05 +0100)]
Fix Danish translation

14 years agoAdding users and changing passwords needs a configured core.
Michael Groh [Thu, 4 Mar 2010 09:59:38 +0000 (10:59 +0100)]
Adding users and changing passwords needs a configured core.
Fixing bug #924

14 years agofixed multiline paste again
Dirk Rettschlag [Thu, 4 Mar 2010 10:28:25 +0000 (11:28 +0100)]
fixed multiline paste again

14 years agoFix genversion error in unclean build directories
Daniel Albers [Thu, 4 Mar 2010 08:43:01 +0000 (09:43 +0100)]
Fix genversion error in unclean build directories

14 years agoBump version.inc for release 0.6-rc1
Manuel Nickschas [Wed, 3 Mar 2010 16:30:56 +0000 (17:30 +0100)]
Bump version.inc for release

14 years agoUpdate ChangeLog
Manuel Nickschas [Wed, 3 Mar 2010 16:05:44 +0000 (17:05 +0100)]
Update ChangeLog

14 years agoRemove hover-event-related asserts that would sometimes trigger
Manuel Nickschas [Wed, 3 Mar 2010 15:00:00 +0000 (16:00 +0100)]
Remove hover-event-related asserts that would sometimes trigger

Need to investigate properly why sometimes we don't get enter/leave in pairs.

14 years agoSelect the first buffer on connect
Manuel Nickschas [Wed, 3 Mar 2010 14:51:34 +0000 (15:51 +0100)]
Select the first buffer on connect

This will show the first valid buffer on connect (usually the status
buffer) instead of the giant Quassel logo. Users are confused if they don't
see login messages on startup.

14 years agoShow all existing BufferViews if we don't have a layout to restore
Manuel Nickschas [Wed, 3 Mar 2010 14:50:05 +0000 (15:50 +0100)]
Show all existing BufferViews if we don't have a layout to restore

Also fixes the problem that All Chats wouldn't be shown by default when
setting up a new mono client.

14 years agoOnly store last used buffer if it is valid
Sebastian Goth [Wed, 3 Mar 2010 13:37:28 +0000 (14:37 +0100)]
Only store last used buffer if it is valid

14 years agoPreselect last used buffer at startup
Sebastian Goth [Wed, 3 Mar 2010 13:15:38 +0000 (14:15 +0100)]
Preselect last used buffer at startup

14 years agol10n: Updates to German (de) translation
brot [Wed, 3 Mar 2010 10:14:58 +0000 (10:14 +0000)]
l10n: Updates to German (de) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agoProperly migrate the internal core account from 0.5 to 0.6
Manuel Nickschas [Wed, 3 Mar 2010 13:02:25 +0000 (14:02 +0100)]
Properly migrate the internal core account from 0.5 to 0.6

14 years agoUpdate quassel.pot
Daniel Albers [Wed, 3 Mar 2010 09:52:03 +0000 (10:52 +0100)]
Update quassel.pot

14 years agoImport Transiflex translations de, fi, sv
Daniel Albers [Tue, 2 Mar 2010 01:22:11 +0000 (01:22 +0000)]
Import Transiflex translations de, fi, sv

Thanks to:
  Daniel Nylander <po@danielnylander.se>
  mikuu <pinaatti@gmail.com>
  neufeind <transifex@stefan-neufeind.de>

14 years agoImport Launchpad/Rosetta translations
Daniel Albers [Wed, 3 Mar 2010 09:35:44 +0000 (10:35 +0100)]
Import Launchpad/Rosetta translations

14 years agoAdd j0hu to AboutDlg, promote al
Manuel Nickschas [Wed, 3 Mar 2010 02:45:58 +0000 (03:45 +0100)]
Add j0hu to AboutDlg, promote al

14 years agodebug--
Manuel Nickschas [Wed, 3 Mar 2010 02:40:48 +0000 (03:40 +0100)]
debug--

14 years agoadded max count to delete confirm dialog
Johannes Huber [Tue, 2 Mar 2010 21:14:41 +0000 (22:14 +0100)]
added max count to delete confirm dialog

14 years agoadded pwd input to join channel dlg
Johannes Huber [Tue, 2 Mar 2010 02:18:00 +0000 (03:18 +0100)]
added pwd input to join channel dlg

14 years agoupdate search results when fetching backlog
Daniel Albers [Mon, 1 Mar 2010 21:28:48 +0000 (22:28 +0100)]
update search results when fetching backlog

Introduces the signal MessageModel::finishedBacklogFetch(BufferId)