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

Last commit made on 2017-11-28
Get this branch:
git clone -b qt5/1.4.0 https://git.launchpad.net/~lxle/unofficial/+git/trunk

Branch merges

Branch information

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

Recent commits

b0a6109... by =?utf-8?q?Andreas_M=C3=BCller?= <email address hidden>

i18n: fix out of tree build

Fixes e.g:

| /bin/sh: line 0: cd: i18n: No such file or directory
| Makefile:955: recipe for target 'install_dotrans' failed
| make[3]: *** [install_dotrans] Error 1

Signed-off-by: Andreas Müller <email address hidden>

14f4ac2... by =?utf-8?q?Andreas_M=C3=BCller?= <email address hidden>

manpages: fix out of tree install

Fixes e.g:
| gzip: lumina-info.1: No such file or directory

Signed-off-by: Andreas Müller <email address hidden>

5d955a2... by =?utf-8?q?Andreas_M=C3=BCller?= <email address hidden>

lumina-desktop.pro: fix out of tree installation

Fixes:
| cp: cannot stat 'defaults/desktop-background.jpg': No such file or directory

Signed-off-by: Andreas Müller <email address hidden>

814dd85... by Kjell Tore Ullavik <email address hidden>

Fix right click crash when qsudo is not installed.

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

Fix the TrueOS update detection flag location.

39ca2a6... by Ken Moore <email address hidden>

Update README.md

Quick fix of the minimum Qt version for lumina-core

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

Quick adjustment for the finding of icons.
Only use the fallback icon *after* the more expansive routine also fails.

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

Do not have the main lumina-pdf window grab the keyboard.
This breaks the consistency of keyboard shortcuts between presentation mode and normal viewing, but the up/down arrows will properly scroll the window now if a partial-page view mode is selected.

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

Make sure the window list get updated *as soon as* the workspace changes.

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

Cleanup a little bit of lthemeengine
1. Ensure setting paths are converted to absolute paths before comparisons
2. Get rid of the buttonbox in mainwindow and replace it with a couple toolbuttons with icons (same functionality)