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

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

Branch merges

Branch information

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

Recent commits

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

Add a check for the existence of the log dir before starting the processes.

87e3920... by Ken Moore <email address hidden>

Have lumina-screenshot use the current window stacking order for determining which window is under the mouse click (in the case of layered windows at the click point).

10ed6f0... by Ken Moore <email address hidden>

Update LuminaUtils.cpp

Tag version 0.9.0-Release.

644e61d... by Ken Moore <email address hidden>

Make the "quicksave" option in lumina-screenshot a bit more flexible with regard to which dir the screenshot is saved.

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

Adjust the single-replace logic in lumina-textedit. Have it replace the current selection match, and find the next one (don't replace the next one until the user can see it highlighted first).

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

Fix a geometry calculation for panel placements on X monitors which are not aligned with the y=0 axis for the top of the monitor.

44c29bd... by Ken Moore <email address hidden>

Change the image selection box to a partially-transparent grey (good for any image type)

8cfb004... by Ken Moore <email address hidden>

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

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

Completely change how lumina-screenshot shows the image a bit. Now it is all QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk.

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

Have lumina listen to the X root window property changes directly - and update the screen numbers/geometries 50ms after the WM changes the _NET_DESKTOP_GEOMETRY or _NET_WORKAREA properties on it. This bypasses a bug in the QDesktopWidget class where it might not send out the changed() signals when something really did change (noticed this in virtualbox instances in particular).