| Commit message (Collapse) | Author | Age |
|
|
|
| |
This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
|
|
|
|
|
|
| |
1. Add option to load global styles from luminaDesktop.conf
2. Fix up the default icon/menu size of the start menu and item icons.
3. Fix up a signal/slot mis-connect in the start menu.
|
|
|
|
|
| |
* Fix the pkg plist to account for it
* Add it to the default style list
|
|
|
|
|
| |
Also fix up the loading of favorites/mime_defaults from the luminaDesktop.conf,
Update the TrueOS default configuration file a bit.
|
|
|
|
| |
Also ensure the lumina-theme-engine uses the same versioning system.
|
|
|
|
| |
Also some random whitespace cleanup
|
|
|
|
|
|
| |
theme engine.
Also turn on the mouse cursor "loading" image again when launching an external process (for 3 seconds)
|
|
|
|
| |
Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
|
|
|
|
| |
at the top of the function
|
| |
|
| |
|
|
|
|
| |
QApplication instance.
|
| |
|
| |
|
|
|
|
| |
If the ${XDG_CONFIG_HOME}/lumina-mimeapps.list files exists, never re-write the default applications from the system configuration file rules.
|
|
|
|
| |
Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
|
|
|
|
|
|
|
|
| |
1) Turn on some themes by default (DarkGlass/Black)
2) Sync icon theme between desktop/lthemeengine
3) If DarkGlass/Black is for the desktop, automatically turn on the "darker" color scheme for applications within lthemeengine.
4) Ensure lumina-pdf is added as a default PDF viewer.
5) Change the wallpapers/interface for the TrueOS defaults.
|
|
|
|
| |
This will help identify if people are at the point where lumina-pdf and lumina-theme-engine are integrated or not.
|
| |
|
|
|
|
| |
Ensure the translation files are all in sync as well.
|
|
|
|
| |
to another on the first start of the desktop, and enable that migration for single-monitor arrangements.
|
|
|
|
| |
the new port files.
|
| |
|
|
|
|
| |
the recent 1.2.0 release.
|
| |
|
| |
|
|
|
|
| |
syntax when setting the default configuration for the primary monitor.
|
| |
|
|
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|