aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/themes
Commit message (Collapse)AuthorAge
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
| | | | | | | | | | 1) Fix up the desktopbar plugin to work with the new file locations for configs. 2) Fix up the replacement of the "~/" prefix on a file path with the users home dir. 3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories. 4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options). 5) Another couple tweaks for the Glass theme. 6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins. 7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs)
* Another update to the Glass theme. I think this theme is just about done now.Ken Moore2016-06-16
|
* Another few fixes for the new Glass theme.Ken Moore2016-06-15
|
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Add a new theme template: GlassKen Moore2016-05-06
| | | | This will apply glass-like effects to the desktop icons/panels. (other plugins not themed differently yet)
* Adds a class name for settingsmenu.cpp. Add a slight margin on qmenu objects.JoshDW192016-04-26
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
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.
bgstack15