aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LDesktopPluginSpace.cpp
Commit message (Collapse)AuthorAge
* Add the ability to use a "directory" as the target for desktop wallpapers. ↵Ken Moore2017-10-27
| | | | Will automatically open that directory and randomly pick an image from from within it for the wallpaper.
* Fix a few places where /net/ files are still checked for existance ↵Ken Moore2017-10-26
| | | | (pauses/delays the session init)
* Fix up the desktop plugin "move" operation so it saves the proper grid ↵Ken Moore2017-05-31
| | | | coordinates for next session.
* Finally fix the desktop plugin location management system.Ken Moore2017-04-29
| | | | Now it is properly doing calcuations in the right coordinate frame again, and saving/loading the better metrics for re-placing the items in the same place between different desktop sessions.
* Track down and fix a really weird Fluxbox bug:Ken Moore2017-02-28
| | | | It looks like the newer version does not like the window workspace assignment to be "-1" any more, it starts to lose it's mind and treat windows really weird now. Just use workspace 0 instead for now, and hope that Fluxbox continues to respect the window "sticky" settings for the forseeable future.
* Try to fix the tiling high-DPI wallpaper issue.Ken Moore2017-02-03
|
* Fix the "sticky" status on the wallpaper widgets.Ken Moore2016-10-24
|
* Large update/refactor of desktop widgets.Ken Moore2016-10-18
| | | | This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
* 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)
* 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