aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins
Commit message (Collapse)AuthorAge
* Fix up the detection of icons for windows.Ken Moore2020-04-06
| | | | Add another layer of fallback icon as well
* 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)
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
|
* 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.
* Make sure that the start menu is "activated" when opened so that it always ↵Ken Moore2019-03-08
| | | | has keyboard focus.
* Two fixes for icons:Ken Moore2019-02-28
| | | | | | | 1. Fix invalid *.desktop registrations where the Icon field is a relative filename WITH an extension. Icons from the theme are supposed to be name only (no extension), while absolute file paths are supposed to include the extension. 2. Fix up the detection/usage of non-theme icons within LFileInfo. Also add a simple icon() function for LFileInfo to handle the 3 different types of icon file returns.
* Make sure the applauncher panel plugin uses the same LFileInfo class as ↵Ken Moore2019-01-27
| | | | other tools.
* 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.
* Some minor cleanup. Nothing much changedKen Moore2018-10-02
|
* Just a bunch of whitespace fixesKen Moore2018-10-01
|
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
| | | | This should make it generic enough to support all XDG icon themes.
* Add an additional OS-specific network device type parser.Ken Moore2018-01-12
|
* 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.
* Fix up the battery notification system.Ken Moore2017-12-04
|
* Quick adjustment for the finding of icons.Ken Moore2017-11-21
| | | | Only use the fallback icon *after* the more expansive routine also fails.
* Adjust the logout dialog size.Ken Moore2017-11-20
| | | | Also add the current workspace to the panel button for the workspace switcher.
* 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 height for start menuq5sys2017-11-03
|
* fix start menu widthq5sys2017-11-03
|
* add bool to battery sound alertq5sys2017-10-31
|
* Fix a few places where /net/ files are still checked for existance ↵Ken Moore2017-10-26
| | | | (pauses/delays the session init)
* Fix up the icon sync on theme change, and change the icon for ↵Ken Moore2017-09-18
| | | | lumina-mediaplayer to one that exists in more themes
* 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.
* Set default tooltip to be translateable in case issues ariseZackaryWelch2017-09-07
|
* Added translations to menu buttons and the panel settings dialogueZackaryWelch2017-08-15
|
* Fix the clock width detection/setting. Had a typo in the delimiter....Ken Moore2017-08-14
|
* 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
|
bgstack15