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

Last commit made on 2015-09-20
Get this branch:
git clone -b qt5/0.8.6 https://git.launchpad.net/~lxle/unofficial/+git/trunk

Branch merges

Branch information

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

Recent commits

b92c5c9... by Joe Maloney <email address hidden>

Update lumina versions

7a9c389... by Ken Moore <email address hidden>

Tag version 0.8.6-Release

1b78923... by Ken Moore <email address hidden>

Add "DESTDIR" build option support to the Lumina project files (needed for Fedora packaging).
Also convert the last X11 usage in LPanel over to XCB

20805c6... by Ken Moore <email address hidden>

Oops, fix a typo in the LDesktop conversion to XCB

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

Move all the X11 usage in LDesktop.cpp to XCB

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

Convert a few more X11 functions to XCB - almost done....

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

Change the QSplashScreen for the lumina-open OSD to a simple QLabel (makes it faster to load/show - preventing the issues with QSplashScreen and particular GPU drivers).

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

Fix up the issues with some apps which re-configure the Xsession/screens to match their own internal specifications. On single-screen setups it works fine now, but on multi-screen setups the app does not seem to return the xsettings back to their original specs properly (Tested with OpenArena and MegaMario). This may result in the screen being "flipped" or placed on different monitors after closing the app.

9f1a99d... by Ken Moore <email address hidden>

Final fix for the line find/replace functionality in luminaDesktop.conf parsing - needed to explicitly use a QREgExp with wildcard matching rules (verified that it works properly).

7cfcc0e... by Ken Moore <email address hidden>

Oops, make sure that any new duplicate session setting overwrites the previous setting.