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

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

Branch merges

Branch information

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

Recent commits

01bfb64... by Ken Moore <email address hidden>

Fix/Fix a couple important bugs before announcing 0.8.4-release:
1) Desktop plugins are not getting removed.
 - This appears to be a bug in Qt 5.4.1 from what I can tell (any window buttons in the QMdiSubWindow are non-responsive), but for the moment the user can right-click on the plugin titlebar and select "close" from the menu for the same effect. I have fixed a couple edge cases/situations where forcibly closing/removing a desktop plugin will crash the session (it behaves properly in all situations now from my testing).
2) Disable the panel location limitations in lumina-config since with the new lenght settings it is possible to place panels in any location now (such as two panels on the top - one pinned left and the other pinned right).
3) Fix up the desktop plugin area calculations so they properly handle panels in any configuration.
4) If the desktop area was re-configured, go through and adjust the location/sizing of any desktop plugins (to ensure that they are all within the available space - use the grid alignment procedure).

3e0b3c9... by Ken Moore <email address hidden>

Rename the lumina-wm directory to lumina-wm-INCOMPLETE so people know it is not ready yet. Also update the readme with the information about the new release.

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

Add the "file:" flag to the beginning of any local file in lumina-open if the app specifically asks for a URL.

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

Move the timer to launch the startup applications into the session itself (instead of main.cpp). This should prevent the random occasions when that timer never seems to go off.

833acc3... by Ken Moore <email address hidden>

Tag version 0.8.4-Release in preparation for branching.

6d39518... by Ken Moore <email address hidden>

Update the system window a bit and how it is used in the session. Now there is only a single system window per session, and it is simply shown/hidden as necesary. This allow it to become visible *much* faster than creating the window from scratch every time.

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

Final fix for the new panel window-reactivation routine: only re-activate the window if it is still visible on the screen

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

Add a button to the userbutton "home dir" section for starting a search of the selected directory. Also enable the use of lumina-fileinfo for *any* file within the desktopview plugin.

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

Finish up the conversion of lumina-fm to the new favorites system. Now it is completely ready.

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

Remove the "TabBarAutoHide" usage in lumina-fileinfo for now. Apparently that is new as of Qt 5.4, and some platforms (OpenBSD) do not have that version yet.