| Commit message (Collapse) | Author | Age |
|
|
|
| |
The lockscreen prompt is disabled at the moment while testing some input detection mechanisms (unlock button just always works without verifying password)
|
| |
|
|
|
|
| |
Also fix a couple icons (add new options to look for)
|
|
|
|
|
| |
Turn off the in-search stop detection for the start menu. Might be causing a race condition between the mutex locks and the processEvents calls.
This might make the search populate a bit slower, but should never hang up in the middle of a search.
|
|
|
|
| |
Seems to fix it here, although I get a little bit of graphical artifacting while replacing the app menu items.
|
|
|
|
| |
This should make it generic enough to support all XDG icon themes.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window.
|
| |
|
|
|
|
| |
(pauses/delays the session init)
|
|
|
|
| |
"ExternalProcess" class can provide a better way of doing that on a per-process basis.
|
| |
|
| |
|
| |
|
|
|
|
| |
file/list changes*.
|
|
|
|
|
|
| |
battery plugin.
Also, add a green background to the battery plugin when the charge is 100% and still plugged in.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
the new changes.
|
| |
|
|
|
|
|
|
| |
This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far).
This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
|
|
|
|
| |
start menu.
|
|
|
|
| |
results).
|
| |
|
|
|
|
| |
menu is closed right away.
|
|
|
|
| |
invalid application listed in the users favorites when the start button is clicked.
|
|
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
|