aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp
Commit message (Collapse)AuthorAge
* Get the screensaver system up and running.Ken Moore2020-05-04
| | | | The lockscreen prompt is disabled at the moment while testing some input detection mechanisms (unlock button just always works without verifying password)
* Fix the brightness icon againKen Moore2020-01-31
|
* Fix the desktop/plugin screen detection (raw geom, not available).Ken Moore2020-01-31
| | | | Also fix a couple icons (add new options to look for)
* A tiny bit of cleanup.Ken Moore2019-04-03
| | | | | 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.
* Try to fix the start menu search lockup.Ken Moore2019-01-26
| | | | Seems to fix it here, although I get a little bit of graphical artifacting while replacing the app menu items.
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
| | | | This should make it generic enough to support all XDG icon themes.
* Fix up a couple more things:Ken Moore2017-12-07
| | | | | | 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.
* Get rid of the updates available dialog/prompt in Lumina.Ken Moore2017-11-17
| | | | Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window.
* Fix up some initial startmenu sizing.Ken Moore2017-11-14
|
* Fix a few places where /net/ files are still checked for existance ↵Ken Moore2017-10-26
| | | | (pauses/delays the session init)
* Turn off the mouse override cursor when launching apps. The new ↵Ken Moore2017-09-08
| | | | "ExternalProcess" class can provide a better way of doing that on a per-process basis.
* Added translations to menu buttons and the panel settings dialogueZackaryWelch2017-08-15
|
* Changed brightness iconZackaryWelch2017-07-17
|
* Fix up the icons used for the battery notifications.Ken Moore2017-04-14
|
* Make the start menu open faster by only loading the favorites *when the ↵Ken Moore2016-12-02
| | | | file/list changes*.
* Unify the icons used for battery indications within the start menu and ↵Ken Moore2016-11-30
| | | | | | battery plugin. Also, add a green background to the battery plugin when the charge is 100% and still plugged in.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 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)
* Fix the painting issue with the favorites area on the start menu with all ↵Ken Moore2016-09-23
| | | | the new changes.
* Clean up a bit of the start menu/button.Ken Moore2016-09-23
|
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | 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).
* Add in the pending updates detection for the shutdown/reboot options in the ↵Ken Moore2016-08-23
| | | | start menu.
* make the new start menu search a bit more responsive (in case of lots of ↵Ken Moore2016-06-15
| | | | results).
* Add the ability to search for apps/utilities directly within the start menu.Ken Moore2016-06-15
|
* Have the lock button in the start menu use the "LaunchItem()" functio so the ↵Ken Moore2016-05-20
| | | | menu is closed right away.
* Fix a desktop crash which only seems to happen if you have an existing, but ↵Ken Moore2016-05-11
| | | | invalid application listed in the users favorites when the start button is clicked.
* 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