~romibi/quassel/+git/trunk:fix-tray-blinking-with-kde

Last commit made on 2018-02-02
Get this branch:
git clone -b fix-tray-blinking-with-kde https://git.launchpad.net/~romibi/quassel/+git/trunk

Branch merges

Branch information

Name:
fix-tray-blinking-with-kde
Repository:
lp:~romibi/quassel/+git/trunk

Recent commits

4443c3f... by R. M. Bislin

Tray-Blinking even with KDE

bbdaa4d... by R. M. Bislin

Re-enable Trayicon blinking with Snore

738f543... by Daniel Albers

Explicitly disable printing signatures when running git

Make sure version parsing doesn't fail when a signed commit is at the tip and
log.showsignature is enabled.

0167e8a... by Sven Anderson

core: Add SQLite backlog idx: bufferid, messageid

Connecting to the core with a big sqlite storage (>500MB) can become
extremely slow or even time out. Adding an index over the tuples
(bufferid, messageid) speeds up the connection significantly, because
at connection time a lot of queries over these two values are
processed.

Modified by @digitalcircuit from original commit to add a new schema
upgrade.

Closes GH-313 and GH-244.

310218c... by Manuel Nickschas

Only enable sender prefix option if the core supports the feature

Closes GH-309.

f353bed... by Manuel Nickschas

Minor cleanups

53861fa... by Janne Koschinski <email address hidden>

Implement UI and serialization logic for sender modes

30fa961... by Janne Koschinski <email address hidden>

Replace Protocol::Handler enum with enum class

71d3d0d... by Manuel Nickschas

Minor cleanups for core-side highlight feature

Also remove some accidental fallthroughs, and fix the Qt4 build.

Closes GH-303.

8fe8acc... by Janne Koschinski <email address hidden>

Store the HighlightNickType as int instead of custom enum