aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins
Commit message (Collapse)AuthorAge
...
* Fix up the icons used for the battery notifications.Ken Moore2017-04-14
|
* add commented out method for icon size in vertical taskmanagerq5sys2017-04-09
|
* add alarm panel-pluginq5sys2017-03-09
|
* Add missing call to this->setText().Arnar Mar Sig2017-02-02
|
* Remove calls to setToolButtonStyle() from LTaskButton.Arnar Mar Sig2017-02-02
| | | | | | Add calls to setToolButtonStyle() when LTaskButton is created. LTaskManagerPlugin::OrientationChange() already has calls to set the button style when orientation is changed, but this is overwritten in LTaskButton::UpdateButton().
* Oops - forgot to add the new RotateToolButton file (not used yet - still ↵Ken Moore2016-12-23
| | | | tinkering with it)
* Clean up some vertical-panel issues with the clock plugin and the system tray.Ken Moore2016-12-23
|
* Make sure the clock plugin for the panel adjusts to account for 1 or 2 lines ↵Ken Moore2016-12-22
| | | | of text depending on size limitations.
* Update the applauncher panel plugin to be able to auto-complete paths to ↵Ken Moore2016-12-19
| | | | .desktop files.
* 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.
* Oops - forgot to add some files to the previous commits.Ken Moore2016-11-11
|
* Add a new panel plugin:Ken Moore2016-11-10
| | | | "audioplayer": This is panel-based implementation of the desktop plugin with the same name. Allows the user to load/play audio files directly from the desktop session without loading any external applications.
* 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)
* Convert the ResizeMenu class into it's own files:Ken Moore2016-11-03
| | | | | 1) Add a new .pri for loading just that class (works stand-alone) 2) Setup the lumina-desktop to use the new build framework for including that class.
* Fix up the stylesheet for the battery monitor. Don't change any properties ↵Ken Moore2016-10-19
| | | | other than the background color based on battery level.
* Adjust the icon for the battery notifications a bit.Ken Moore2016-10-18
| | | | | | 1) for the "low" battery icon, move it down to the 5-20% range instead of 20-50%. 2) When battery is between 0-5%, change the background color of the icon to red in addition to the "warning" battery icon. 3) Play an audio file when the battery drops to the 0-5% range( <Lumina Share directory>/low-battery.ogg), if the file exists.
* 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.
* 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.
* Add a quick existance check to the userbutton plugin when adding favorites ↵Ken Moore2016-08-02
| | | | to the menu.
* Hide duplicate entries in the desktopbar plugin (Desktop/Favorites can be ↵Ken Moore2016-07-28
| | | | pointing to same file).
* Ensure that Desktop files which are symlinks to known favorites do not show ↵Ken Moore2016-07-19
| | | | up as duplicates within the "favorites" tab in the user menu.
* Fix a crash within the userbutton plugin which would happen after clearing ↵Ken Moore2016-07-06
| | | | out one of the scroll areas.
* Add options for grouped windows in the task manager:Ken Moore2016-06-29
| | | | | | Show All Windows Minimize All Windows Close All Windows
* Commit some WIP (but disabled) to get the panels using the compositing WM ↵Ken Moore2016-06-28
| | | | for transparency effects (issues with xcompmgr at the moment?).
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* 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)
* 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
|
* A few changes:Ken Moore2016-06-13
| | | | | | 1) Cleanup a compile warning in LDesktopBackground.cpp 2) Ensure the desktop re-themes when the theme changes (another leftover from changing the binary name) 3) Setup the appmenu and userbutton panel plugin to try and register themselves as "Start buttons" for the purpose of keyboard shortcuts opening them on demand.
* Get the lumina desktop all setup with a registration system for ↵Ken Moore2016-06-11
| | | | start-menu-like plugins to determine whether they should respond to a show command, and setup all the systemstart plugins to use this system (will expand later to the appmenu and userbutton plugins as well).
* Ensure a more uniform size for task manager buttons.Ken Moore2016-06-10
|
* Change to using the "start-here-lumina" icon instead, "start-here" was ↵Ken Moore2016-06-10
| | | | already taken.
* Change the app menu and start menu button icon to use "start-here" as the ↵Ken Moore2016-06-10
| | | | primary icon, and the lumina icon as the fallback.
* Have the lock button in the start menu use the "LaunchItem()" functio so the ↵Ken Moore2016-05-20
| | | | menu is closed right away.
* Skip windows with SKIP_TASKBAR state in task managerHenry Hu2016-05-13
|
* 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