Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup the icon loading routines for battery status. | Ken Moore | 2018-04-27 |
| | | | | This should make it generic enough to support all XDG icon themes. | ||
* | Add an additional OS-specific network device type parser. | Ken Moore | 2018-01-12 |
| | |||
* | Fix up a couple more things: | Ken Moore | 2017-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 Moore | 2017-12-04 |
| | |||
* | Quick adjustment for the finding of icons. | Ken Moore | 2017-11-21 |
| | | | | Only use the fallback icon *after* the more expansive routine also fails. | ||
* | Adjust the logout dialog size. | Ken Moore | 2017-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 Moore | 2017-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 Moore | 2017-11-14 |
| | |||
* | fix height for start menu | q5sys | 2017-11-03 |
| | |||
* | fix start menu width | q5sys | 2017-11-03 |
| | |||
* | add bool to battery sound alert | q5sys | 2017-10-31 |
| | |||
* | Fix a few places where /net/ files are still checked for existance ↵ | Ken Moore | 2017-10-26 |
| | | | | (pauses/delays the session init) | ||
* | Fix up the icon sync on theme change, and change the icon for ↵ | Ken Moore | 2017-09-18 |
| | | | | lumina-mediaplayer to one that exists in more themes | ||
* | Turn off the mouse override cursor when launching apps. The new ↵ | Ken Moore | 2017-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 arise | ZackaryWelch | 2017-09-07 |
| | |||
* | Added translations to menu buttons and the panel settings dialogue | ZackaryWelch | 2017-08-15 |
| | |||
* | Fix the clock width detection/setting. Had a typo in the delimiter.... | Ken Moore | 2017-08-14 |
| | |||
* | fix for clock minimum width | q5sys | 2017-08-04 |
| | |||
* | get basic user defined sound enabled | q5sys | 2017-08-03 |
| | |||
* | Added more missing icons | ZackaryWelch | 2017-07-17 |
| | |||
* | Changed brightness icon | ZackaryWelch | 2017-07-17 |
| | |||
* | Make the taskmanager panel plugin icon-only when in vertical orientation mode. | Ken Moore | 2017-06-13 |
| | |||
* | Re-sync the translation files with the latest sources. | Ken Moore | 2017-06-07 |
| | |||
* | Another quick adjustment to the clock plugin sizing routine - seems to be ↵ | Ken Moore | 2017-05-31 |
| | | | | working fine now. | ||
* | Fix up the size limitations on the clock plugin for the panel | Ken Moore | 2017-05-31 |
| | |||
* | Adjust a couple size measurements so they work better across both normal and ↵ | Ken Moore | 2017-05-26 |
| | | | | high-DPI screens. | ||
* | Get the icon cache system all setup for the bulk of the desktop icons ↵ | Ken Moore | 2017-05-26 |
| | | | | (application menus, etc). Now we are starting to see the better performance from this system... :-) | ||
* | Summary: | fjs-github | 2017-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 Moore | 2017-05-09 |
| | | | | match what is used in lumina-config. | ||
* | Clean up some margins on the clock for the horizontal orientation. | Ken Moore | 2017-05-04 |
| | |||
* | Fix up the high-DPI scaling of the system tray icons. | Ken Moore | 2017-05-03 |
| | |||
* | Update SysMenuQuick.ui | Ken Moore | 2017-05-02 |
| | | | Fix some leftover whitespace. | ||
* | Clean up some text on various UI's: | Ken Moore | 2017-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 Moore | 2017-05-01 |
| | | | | date/time formats. | ||
* | Fix up the pixellation of the system tray icons on high DPI screens with the ↵ | Ken Moore | 2017-04-28 |
| | | | | Qt5 auto-scaling set. | ||
* | Clean up the automatic DPI scaling support in Lumina. | Ken Moore | 2017-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 Moore | 2017-04-27 |
| | |||
* | Fix up the icons used for the battery notifications. | Ken Moore | 2017-04-14 |
| | |||
* | add commented out method for icon size in vertical taskmanager | q5sys | 2017-04-09 |
| | |||
* | add alarm panel-plugin | q5sys | 2017-03-09 |
| | |||
* | Add missing call to this->setText(). | Arnar Mar Sig | 2017-02-02 |
| | |||
* | Remove calls to setToolButtonStyle() from LTaskButton. | Arnar Mar Sig | 2017-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 Moore | 2016-12-23 |
| | | | | tinkering with it) | ||
* | Clean up some vertical-panel issues with the clock plugin and the system tray. | Ken Moore | 2016-12-23 |
| | |||
* | Make sure the clock plugin for the panel adjusts to account for 1 or 2 lines ↵ | Ken Moore | 2016-12-22 |
| | | | | of text depending on size limitations. | ||
* | Update the applauncher panel plugin to be able to auto-complete paths to ↵ | Ken Moore | 2016-12-19 |
| | | | | .desktop files. | ||
* | Make the start menu open faster by only loading the favorites *when the ↵ | Ken Moore | 2016-12-02 |
| | | | | file/list changes*. | ||
* | Unify the icons used for battery indications within the start menu and ↵ | Ken Moore | 2016-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 Moore | 2016-11-11 |
| | |||
* | Add a new panel plugin: | Ken Moore | 2016-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. |