aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins
Commit message (Collapse)AuthorAge
* fix for clock minimum widthq5sys2017-08-04
|
* get basic user defined sound enabledq5sys2017-08-03
|
* Added more missing iconsZackaryWelch2017-07-17
|
* Changed brightness iconZackaryWelch2017-07-17
|
* Make the taskmanager panel plugin icon-only when in vertical orientation mode.Ken Moore2017-06-13
|
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Another quick adjustment to the clock plugin sizing routine - seems to be ↵Ken Moore2017-05-31
| | | | working fine now.
* Fix up the size limitations on the clock plugin for the panelKen Moore2017-05-31
|
* Adjust a couple size measurements so they work better across both normal and ↵Ken Moore2017-05-26
| | | | high-DPI screens.
* Get the icon cache system all setup for the bulk of the desktop icons ↵Ken Moore2017-05-26
| | | | (application menus, etc). Now we are starting to see the better performance from this system... :-)
* Summary:fjs-github2017-05-11
| | | | | | | | | | | | | | | | | | | | The workspace information wasn't getting updated in the workspace-switcher-panel-plugin(wsp) when the workspace was changed via keyboard-shortcut, for example <ctrl-F2> etc. Specifically, the tooltip for the wsp would show the incorrect number for the current workspace. Details: The wsp menu always did indicate the correct workspace number because the user has to click on the wsp to display the menu. The click-action sends a signal which updates the workspace info in the menu. But, the tooltip doesn't necessarily display the correct workspace number unless the user clicks on a workspace in the menu. To reproduce the problem: 1. The current workspace is workspace 1. 2. Change to a different workspace via keyboard-shortcut, for example <ctrl-F2>. 3. Mouse-hover over the wsp and the tooltip displays the previous workspace number which is incorrect. Code Changes: The code changes are small and limited to the two source files in the desktopswitcher subdir.
* Also adjust the icon that is used for the desktopswitcher panel plugin to ↵Ken Moore2017-05-09
| | | | match what is used in lumina-config.
* Clean up some margins on the clock for the horizontal orientation.Ken Moore2017-05-04
|
* Fix up the high-DPI scaling of the system tray icons.Ken Moore2017-05-03
|
* Update SysMenuQuick.uiKen Moore2017-05-02
| | | Fix some leftover whitespace.
* Clean up some text on various UI's:Ken Moore2017-05-02
| | | | | 1) Unify the terminology for all the "leave" options (power off, restart, log out) 2) Remove some superfluous text from the system dashboard plugin menu.
* Fix up the auto-resizing of the clock on the panel when changing the ↵Ken Moore2017-05-01
| | | | date/time formats.
* Fix up the pixellation of the system tray icons on high DPI screens with the ↵Ken Moore2017-04-28
| | | | Qt5 auto-scaling set.
* Clean up the automatic DPI scaling support in Lumina.Ken Moore2017-04-28
| | | | This needs to be set for applications, but not the desktop itself (since there are so many pixel-specific calculations that need to be performed).
* Fix up the battery icons when charging.Ken Moore2017-04-27
|
* 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)
bgstack15