aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LDesktop.cpp
Commit message (Expand)AuthorAge
* Change a lot of "delete" calls on QWidgets to the safer "->deleteLater()" Qt ...Ken Moore2016-02-12
* Cleanup how the ~/Desktop/* shortcuts are removed a bit. Now it catches these...Ken Moore2016-02-04
* Ensure that when a desktop item opens it's context menu it hides the main des...Ken Moore2015-12-04
* Fix up the context menu actions for the desktop a bit.Ken Moore2015-12-02
* Re-do the "App Menu" plugin a bit. Now it uses a self-contained menu with a "...Ken Moore2015-12-01
* Adjust the main lumina-desktop session a bit:Ken Moore2015-12-01
* Unify some text in various menus: "Browse Files" for instance.Ken Moore2015-11-24
* Add a scaling rule for the desktop plugin grid size:Ken Moore2015-10-19
* Convert the grid used for the desktop plugin system a little bit:Ken Moore2015-10-16
* Finish cleaning up the new desktop icon upscaling routines so that an app ico...Ken Moore2015-10-13
* A bit more cleanup of the new desktop icons:Ken Moore2015-10-13
* Another batch of small fixes:Ken Moore2015-10-07
* Couple more updates for lumina-desktop:Ken Moore2015-10-07
* Commit the 3rd iteration of the desktop plugin container system.Ken Moore2015-10-07
* Add various formatting options for the background wallpaper: center, [top/bot...Ken Moore2015-09-11
* Oops, make sure that applauncher/desktop icon check is run before deleting th...Ken Moore2015-08-20
* Add an additional option to desktop plugins where additional cleanup routines...Ken Moore2015-08-20
* Oops, fix a typo in the LDesktop conversion to XCBKen Moore2015-07-31
* Move all the X11 usage in LDesktop.cpp to XCBKen Moore2015-07-31
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* Make sure that all the interface elements in lumina-desktop actively re-load ...Ken Moore2015-07-22
* Commit some quick fixes:Ken Moore2015-07-17
* Final cleanup of debugging messages and temporary changes prior to release. A...Ken Moore2015-07-10
* Ok, NOW the desktop plugins layout methodology is consistent/reliable. Had to...Ken Moore2015-07-10
* Finish cleaning up the arrangement/placement of desktop plugins with the new ...Ken Moore2015-07-09
* Remove the old "forcing" of a panel with particular settings on the default/f...Ken Moore2015-07-09
* Fix up the clipping/sizing issues with the applauncher desktop icons.Ken Moore2015-07-08
* Update how the desktop icons (applaunchers or desktopview) are created/arrang...Ken Moore2015-07-08
* Clean up the desktop plugin/container interactions quite a bit to ensure cons...Ken Moore2015-06-20
* Disable some debugging and fix up the context menu on the applauncher plugins.Ken Moore2015-06-14
* Re-work quite a bit of the background procedures for desktop plugins and watc...Ken Moore2015-06-14
* Finish up the desktop re-scaling routines for ensure the same interface if yo...Ken Moore2015-06-05
* Fix the random issue with desktop crashes when removing a desktop plugin (onl...Ken Moore2015-05-23
* Add the ability to set solid-color backgrounds within Lumina, and add this op...Ken Moore2015-05-20
* Fix/Fix a couple important bugs before announcing 0.8.4-release:Ken Moore2015-04-30
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Add the ability for panels to now occupy a percentage of the screen side, wit...Ken Moore2015-04-25
* Oops, accidentally committed a change to the desktop init process (reverted b...Ken Moore2015-04-24
* Before activating the panel on mouse-over, save the ID of the currently activ...Ken Moore2015-04-24
* Update a bunch of icons in the desktop session, and also add a few abilities ...Ken Moore2015-03-12
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings...Ken Moore2015-02-25
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
* Remove some temporary debugging statements.Ken Moore2015-02-17
* Fix some panel interactions.Ken Moore2015-02-17
* Quick fix for the desktop plugins system: too many different lock flags causi...Ken Moore2015-01-21
* Add a completely new background method for a distributor to set per-system de...Ken Moore2015-01-21
* Oops, missed resetting one of the lock flags in the desktop.Ken Moore2015-01-19
* Fix a lockfile violation in the desktop plugin removal process. Now there is ...Ken Moore2015-01-19
* Fix a bug with removing desktop plugins.Ken Moore2015-01-15
bgstack15