~romibi/quassel/+git/trunk:fix-travis-osx-deploy-WIP

Last commit made on 2017-12-24
Get this branch:
git clone -b fix-travis-osx-deploy-WIP https://git.launchpad.net/~romibi/quassel/+git/trunk

Branch merges

Branch information

Name:
fix-travis-osx-deploy-WIP
Repository:
lp:~romibi/quassel/+git/trunk

Recent commits

6282e60... by R. M. Bislin

Update .travis.yml

b4d08d7... by R. M. Bislin

Enable Sonnet on Travis OSX

9f8fb3d... by R. M. Bislin

Support Deploying KF5 Libs

4cd35cd... by R. M. Bislin

Fix OSX compile and deploy

Set additional compile flag
Fix FindLdap.cmake for OSX
Fix DMG creation (sometimes fails if no volume size is provided)

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.