~lxle/unofficial/+git/trunk:qt5/1.0.0

Last commit made on 2016-08-30
Get this branch:
git clone -b qt5/1.0.0 https://git.launchpad.net/~lxle/unofficial/+git/trunk

Branch merges

Branch information

Name:
qt5/1.0.0
Repository:
lp:~lxle/unofficial/+git/trunk

Recent commits

e7442fa... by Ken Moore <email address hidden>

Add a special case check to the cursor theme settings - don't allow "default" to be set as the cursor theme (causes a conflict due to how we save the setting as the "default" theme - it can't inherit itself).

0ec9afb... by Ken Moore <email address hidden>

Make sure that <QStringList> is included explicitly within the ScreenSettings class - some compilers complain about this.

d3a4075... by Ken Moore <email address hidden>

Add a special rule for Fedora (untested): L_ETCDIR=/etc (if otherwise unset)

12452ef... by Ken Moore <email address hidden>

Oops - NOW the OS-detect.pri file is fixed for the LIBPREFIX variable (also commented out the debugging message from earlier).

eab7619... by Ken Moore <email address hidden>

Fix a bug in the OS-detect.pri file where the LIBPREFIX was not getting used properly.

264512c... by Ken Moore <email address hidden>

Turn the "lte" symlink into a relative symlink rather than an absolute symlink (some package systems complain about the absolute paths).

37c83e4... by Ken Moore <email address hidden>

Tag version 1.0.0-Release in source.

63955b1... by Ken Moore <email address hidden>

Fix a small typo in a disabled line in luminaDesktop.conf (so if people uncomment it to use the settings it will be valid).

4714fcf... by Ken Moore <email address hidden>

Merge branch 'master' of github.com:trueos/lumina

5bdbd7f... by Ken Moore <email address hidden>

Add a simple check to the panel update routine to verify that the "_NET_WM_STICKY" flag is set on the panel at update time, and re-request that flag if not.