aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins
Commit message (Expand)AuthorAge
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
* A tiny bit of cleanup.Ken Moore2019-04-03
* Make sure that the start menu is "activated" when opened so that it always ha...Ken Moore2019-03-08
* Two fixes for icons:Ken Moore2019-02-28
* Make sure the applauncher panel plugin uses the same LFileInfo class as other...Ken Moore2019-01-27
* Try to fix the start menu search lockup.Ken Moore2019-01-26
* 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
* Add an additional OS-specific network device type parser.Ken Moore2018-01-12
* Fix up a couple more things:Ken Moore2017-12-07
* Fix up the battery notification system.Ken Moore2017-12-04
* Quick adjustment for the finding of icons.Ken Moore2017-11-21
* Adjust the logout dialog size.Ken Moore2017-11-20
* Get rid of the updates available dialog/prompt in Lumina.Ken Moore2017-11-17
* 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 (pauses/de...Ken Moore2017-10-26
* Fix up the icon sync on theme change, and change the icon for lumina-mediapla...Ken Moore2017-09-18
* Turn off the mouse override cursor when launching apps. The new "ExternalProc...Ken Moore2017-09-08
* 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 wor...Ken Moore2017-05-31
* 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
* Get the icon cache system all setup for the bulk of the desktop icons (applic...Ken Moore2017-05-26
* Summary:fjs-github2017-05-11
* Also adjust the icon that is used for the desktopswitcher panel plugin to mat...Ken Moore2017-05-09
* 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
* Clean up some text on various UI's:Ken Moore2017-05-02
* Fix up the auto-resizing of the clock on the panel when changing the date/tim...Ken Moore2017-05-01
* Fix up the pixellation of the system tray icons on high DPI screens with the ...Ken Moore2017-04-28
* Clean up the automatic DPI scaling support in Lumina.Ken Moore2017-04-28
* 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
bgstack15