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

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

Branch merges

Branch information

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

Recent commits

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

Add a new compile-time option: NO_XINPUT
This can be used to disable the usage of the xcb/xinput.h class, since some OS's seem to not have it for some reason. Note that this option will make the input device management page in lumina-config unavailable on that operating system.
Example: qmake CONFIG+=NO_XINPUT

9569c05... by Ken Moore <email address hidden>

Fix the __linux__ ifdef. Needed to be all lowercase.

80d5647... by Ken Moore <email address hidden>

Re-sync the translation files with the sources.

2f55604... by Ken Moore <email address hidden>

Update README.md

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

Update README.md

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

Update README.md

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

Tag version 1.2.0 in the source tree.

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

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

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

Block off the SIGINFO/SIGUSR1 section with __Linux__ definition checks. This should fix compiling on Linux systems which do not have the SIGINFO signal defined.

7e055f2... by JT Pennington <email address hidden>

fix missing ;