Skip to content

Tags: lumina-desktop/lumina

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #797 from lumina-desktop/1.6.2

1.6.2

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #769 from lumina-desktop/lumina-icons

Default Theme for Lumina

v1.6.0

Toggle v1.6.0's commit message
Tag version 1.6.0

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update desktop-utils.pro

Remove old utilities from the desktop-utils.pro file.
lumina-calculator and lumina-pdf are in their own repositories now(lumina-desktop/lumina-calculator, lumina-desktop/lumina-pdf)

v1.4.0-p1

Toggle v1.4.0-p1's commit message
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 protected]>

v1.4.0

Toggle v1.4.0's commit message
Quick adjustment for the finding of icons.

Only use the fallback icon *after* the more expansive routine also fails.

v1.3.0-p1

Toggle v1.3.0-p1's commit message
Have the lumina-fm "browserWidget" show the "name" property of XDG de…

…sktop entries rather than the filename.

v1.3.0

Toggle v1.3.0's commit message
Bump the version number in the FreeBSD port-generator script.

v1.2.0-p1

Toggle v1.2.0-p1's commit message
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

v1.2.0

Toggle v1.2.0's commit message
Fix the __linux__ ifdef. Needed to be all lowercase.