quassel.git
13 years agoAdapt the stylesheets and the stylesheet generator to the new markerline
Manuel Nickschas [Wed, 16 Jun 2010 16:14:49 +0000 (18:14 +0200)]
Adapt the stylesheets and the stylesheet generator to the new markerline

The markerline now supports a fully styled brush rather than just reading the color
and enforcing a gradient.

In order to get the same look as before, we adapt the stylesheets we ship and also write
out an appropriate gradient definition in settings.qss.

Note that, as always in QSS, the gradient is normalized between (0,0) and (1,1).

13 years agoRefactor the markerline into a proper QGraphicsWidget
Manuel Nickschas [Wed, 16 Jun 2010 15:21:21 +0000 (17:21 +0200)]
Refactor the markerline into a proper QGraphicsWidget

Unitl now, ChatLines would check if they're the one supposed to display the markerline
for every paintEvent, and the one appropriate would draw it then. Besides being inefficient,
this also caused trouble with the more flexible markerline stuff introduced recently.

Now the markerline is a proper QGraphicsWidget. It can be fully styled via a brush property:

Palette {
  marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 red, stop: 0.1 transparent);
}

This lets it look identical to the "old" markerline and is hence the default now. Note that the
height of the markerline object is equal to a single line of text (so this is the area you get
to play in), unless the brush is set to a solid color, in which case it's a simple line 1px wide.
This makes it look acceptable when using an older stylesheet.

This commit also fixes a crash introduced with the markerline rewrite a few weeks ago.

13 years agoSet QSS-parsed gradients' coordinate system to ObjectBoundingMode
Manuel Nickschas [Wed, 16 Jun 2010 14:21:52 +0000 (16:21 +0200)]
Set QSS-parsed gradients' coordinate system to ObjectBoundingMode

In this mode, gradient coordinates are relative to the bounding rect of the object
to be drawn. Thus, gradients can be specified between (0,0) and (1,1) in stylesheets
and will do The Right Thing™ regardless of the object's size.
This is also what Qt uses for its widgets.

13 years agoBump required Qt version for the client (and monolithic) to 4.6.0
Manuel Nickschas [Tue, 15 Jun 2010 21:32:33 +0000 (23:32 +0200)]
Bump required Qt version for the client (and monolithic) to 4.6.0

The dep for core only will stay at Qt 4.4.0 for now. This should suit users that tend
to run older distros on their servers.

13 years agoconstify
Manuel Nickschas [Tue, 15 Jun 2010 21:31:46 +0000 (23:31 +0200)]
constify

13 years agoAdd missing #include for Mac
Manuel Nickschas [Wed, 2 Jun 2010 15:54:30 +0000 (17:54 +0200)]
Add missing #include for Mac

If depending on Carbon/Carbon.h proves to be a problem, we could also hardcode the unicode
sequences for Mac's special keys. So if Carbon.h isn't present on any Mac used to build
Quassel on, please poke me.

13 years agoFix keysequence strings for Mac again
Manuel Nickschas [Wed, 2 Jun 2010 14:18:06 +0000 (16:18 +0200)]
Fix keysequence strings for Mac again

Qt actually offers QKeySequence::NativeText to do Mac special casing for toString().
So it makes sense to use that. We now also simulate Qt's behavior for modifier names, that is,
on Mac those will be unicode symbols and no '+' is set between keys. Also the order should be
the commonly used one now (I hope).

13 years agoFix modifier names for Mac
Manuel Nickschas [Wed, 2 Jun 2010 12:57:25 +0000 (14:57 +0200)]
Fix modifier names for Mac

13 years agoAdd missing icons
Manuel Nickschas [Tue, 1 Jun 2010 01:10:40 +0000 (03:10 +0200)]
Add missing icons

13 years agoKill JumpKeyHandler and replace it by proper action shortcuts
Manuel Nickschas [Mon, 31 May 2010 22:53:55 +0000 (00:53 +0200)]
Kill JumpKeyHandler and replace it by proper action shortcuts

The so-called "RTS Shortcuts" (now called "Quick Access") were until now implemented through
JumpKeyHandler, which installed event filters in appropriate widgets. Instead, we can just as
well use normal actions and simplify the code (which showed its age anyway).

As a bonus, the Quick Access shortcuts are now configurable!

13 years agoMake shortcut categories work
Manuel Nickschas [Mon, 31 May 2010 22:45:12 +0000 (00:45 +0200)]
Make shortcut categories work

We now support translateable titles for ActionCollections, and also support
multiple collections in KDE-integrated Quassel (this did work for !KDE already).

13 years agoFix chatline caching on resize
Manuel Nickschas [Mon, 31 May 2010 20:16:25 +0000 (22:16 +0200)]
Fix chatline caching on resize

This fixes drawing errors when resizing columns.

Also this commit removes some compiler warnings due to overlapping method names.

13 years agoAllow configuration of shortcuts for platforms other than KDE
Manuel Nickschas [Mon, 31 May 2010 17:28:25 +0000 (19:28 +0200)]
Allow configuration of shortcuts for platforms other than KDE

This adds a shortcuts configuration dialog for Quassel without KDE integration.

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 agoMake the 16x16 version actually be 16x16
Manuel Nickschas [Mon, 24 May 2010 13:53:41 +0000 (15:53 +0200)]
Make the 16x16 version actually be 16x16

13 years agoLet's try out another highlight icon for the tray animation
Manuel Nickschas [Mon, 24 May 2010 13:37:18 +0000 (15:37 +0200)]
Let's try out another highlight icon for the tray animation

Made by Alexandre Freitas at the Multimedia sprint in Randa. Thanks a lot!

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 agoIntroducing global away
Marcus Eggenberger [Wed, 12 May 2010 20:00:03 +0000 (22:00 +0200)]
Introducing global away
 - "/away -all <msg>" marks you away on all connected networks
 - "/away -all" removes away state on all connected networks

13 years agoCache ChatLine layout data for visible chatlines
Manuel Nickschas [Tue, 11 May 2010 20:56:02 +0000 (22:56 +0200)]
Cache ChatLine layout data for visible chatlines

Up to now, we've computed e.g. the text layout for a chatline on the fly. This
happens surprisingly often, for example whenever the mouse is moved. As a result,
moving the mouse (among other things) caused high CPU load.

We now cache such data within the chatitems until the chatline goes out of view, in
which case the cache is cleared in order to not waste space needlessly.

Fixes #954.

13 years agoupdate Italian translation
Marco Paolone [Mon, 3 May 2010 18:12:00 +0000 (20:12 +0200)]
update Italian translation

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 agosort languages in settings V2
Dirk Rettschlag [Mon, 8 Mar 2010 11:46:11 +0000 (12:46 +0100)]
sort languages in settings V2

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 agoHandle /query and /join without args nicely
Sebastian Goth [Wed, 28 Apr 2010 17:16:36 +0000 (19:16 +0200)]
Handle /query and /join without args nicely

Adapts MR84 to the refactored ClientUserInputHandler
Thanks johu for the initial fix!

Fixes #831 and renders MR84 obsolete.

13 years agoClientUserInputHandler is now a BasicHandler
Sebastian Goth [Wed, 28 Apr 2010 16:27:06 +0000 (18:27 +0200)]
ClientUserInputHandler is now a BasicHandler

Allows easier implementation of new client handlers and
reuses existing handler code.

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 agoInitialize variable
Manuel Nickschas [Sat, 1 May 2010 16:50:15 +0000 (18:50 +0200)]
Initialize variable

13 years agoemacs bindings: added default case to be consistend
Rüdiger Sonderfeld [Tue, 9 Mar 2010 19:59:06 +0000 (20:59 +0100)]
emacs bindings: added default case to be consistend

13 years agoemacs bindings: added M-t (transpose words)
Rüdiger Sonderfeld [Tue, 9 Mar 2010 19:57:46 +0000 (20:57 +0100)]
emacs bindings: added M-t (transpose words)

13 years agoemacs bindings: added M-u/l/c (upper/lower/capitalize word)
Rüdiger Sonderfeld [Tue, 9 Mar 2010 19:57:26 +0000 (20:57 +0100)]
emacs bindings: added M-u/l/c (upper/lower/capitalize word)

13 years agoemacs bindings: added M-d (kill word)
Rüdiger Sonderfeld [Tue, 9 Mar 2010 19:56:40 +0000 (20:56 +0100)]
emacs bindings: added M-d (kill word)

13 years agoemacs bindings: Allow Alt as Modifier key
Rüdiger Sonderfeld [Tue, 9 Mar 2010 19:55:20 +0000 (20:55 +0100)]
emacs bindings: Allow Alt as Modifier key

13 years agoremoved C-left/right bindings (already available).
Rüdiger Sonderfeld [Tue, 9 Mar 2010 15:49:57 +0000 (16:49 +0100)]
removed C-left/right bindings (already available).

13 years agoadded basic support for Emacs style key bindings
Rüdiger Sonderfeld [Tue, 9 Mar 2010 15:12:16 +0000 (16:12 +0100)]
added basic support for Emacs style key bindings

13 years agoImprove marker line behavior; allow manual setting (Ctrl+R)
Manuel Nickschas [Mon, 26 Apr 2010 19:11:29 +0000 (21:11 +0200)]
Improve marker line behavior; allow manual setting (Ctrl+R)

The marker line will now be set to the bottom of the current chatview rather than
to the very bottom of the chatview when it makes sense. So if you didn't scroll all
the way down, and switch channels, you can start off where you left reading.

Also there's now an option to disable the automatic setting of the marker line completely.
Using Ctrl+R, you can manually set the marker line to the bottom of the ChatView.

This requires a recent core (older cores will still work, but only show the old behavior).

13 years agoProperly handle synced marker lines
Manuel Nickschas [Sat, 1 May 2010 15:58:46 +0000 (17:58 +0200)]
Properly handle synced marker lines

This reacts to changes from the NetworkModel, and also properly redraws
the marker line on change. Also, you can hide the line now.

13 years agoProvide some new accessors for Chat{View|Scene}
Manuel Nickschas [Sat, 1 May 2010 15:57:52 +0000 (17:57 +0200)]
Provide some new accessors for Chat{View|Scene}

This allows accessing the currently visible ChatLines in a view, and
a ChatLine by MsgId in a scene.

13 years agoDon't let the inputline eat application shortcuts
Manuel Nickschas [Sat, 1 May 2010 15:35:28 +0000 (17:35 +0200)]
Don't let the inputline eat application shortcuts

We'd like to use Ctrl+R and possibly others for actions, but KTextEdit
eats it (without using it, in fact). So now we check the application shortcuts
and prevent them from being used by KTextEdit if we have them defined.

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

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 08:53:17 +0000 (10:53 +0200)]
Revert "fixed compilation on mingw w64 x64"

Bug in mingw, not in Quassel

This reverts commit 4399dbf3410f95bc7554c5506ab431508c6d5d14.

14 years agoSync ChangeLog with 0.6
Manuel Nickschas [Wed, 14 Apr 2010 09:39:30 +0000 (11:39 +0200)]
Sync ChangeLog with 0.6

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 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 agoRevert "Reset the BufferViewFilter after setting a new config"
Manuel Nickschas [Mon, 5 Apr 2010 19:58:18 +0000 (21:58 +0200)]
Revert "Reset the BufferViewFilter after setting a new config"

No, doesn't fix #663. Also it has side effects with Qt 4.7 and some other bugs.
So bringing back the old workaround *sigh*

This reverts commit 617a3966941742a4e235af440d3665d0274354a8.

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 translations for new languages from Launchpad
Daniel Albers [Mon, 29 Mar 2010 11:19:21 +0000 (13:19 +0200)]
Import translations for new languages from Launchpad

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 agoReset the BufferViewFilter after setting a new config
Manuel Nickschas [Sun, 14 Mar 2010 12:51:02 +0000 (13:51 +0100)]
Reset the BufferViewFilter after setting a new config

I'm not sure why, but somehow BufferView crashes in rare occasions because of invalid modelindexes
if we don't reset the BufferModel after setting its config. This is even true if we haven't set
a source model before, so an attached View couldn't even get any invalid indexes in the first
place. Anyway, it stops Quassel from crashing here, so I shouldn't complain, I guess.

This hopefully fixes #663, the Heisenbug that has haunted us for a long time now. At least for me.

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 "Remove the workaround for the #663 Heisenbug again"
Manuel Nickschas [Tue, 9 Mar 2010 08:26:53 +0000 (09:26 +0100)]
Revert "Remove the workaround for the #663 Heisenbug again"

Looks like I can finally (yay) reproduce this bug myself, which means that a) it's
still around, b) no need to let users suffer from random crashes. So putting back
the workaround for the general populace makes sense for now.

This reverts commit 9f1d8fb3b3e6e40b39953094ed3f833dd7aee53b.

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

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

This reverts commit 60ecc5b5f5d7e93cc3d5ec72412d1ab50cf63191.

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 agoRemove the workaround for the #663 Heisenbug again
Manuel Nickschas [Sun, 7 Mar 2010 12:07:02 +0000 (13:07 +0100)]
Remove the workaround for the #663 Heisenbug again

The workaround is fugly and has side-effects. We need to check if the systray crash is still
present with current Qt and Quassel versions, thus I disable the workaround in master.

Please report any crashes that look similar to the backtraces in bug 663.

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