aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Expand)AuthorAge
...
* Split the background coloration of the desktop items into a separate style file.Ken Moore2018-08-27
* A few fixes for Lumina:Ken Moore2018-08-22
* update trident dark colorsq5sys2018-07-10
* Rip out the initialization of drag and drop on applauncher desktop plugins.Ken Moore2018-06-07
* Remove the xscreensaver return code check, apparently it is now erratic regar...Ken Moore2018-06-07
* Get more of the tray icon reading put together.Ken Moore2018-06-06
* Fix up the crash on resize.Ken Moore2018-06-05
* Try to get the window resizes working.Ken Moore2018-06-05
* Get the window movement working, and mouse cursor changes on mouseover workin...Ken Moore2018-06-05
* Fix up the window frame borders.Ken Moore2018-06-05
* Get the panels/plugins updating appropriately when the settings file changes.Ken Moore2018-06-05
* Fix the compositing force flag. Missed one of the if setting checks earlier.Ken Moore2018-06-05
* Add a quick option to allow forcing compositing on when starting up lumina.Ken Moore2018-06-05
* Create README.mdKen Moore2018-05-24
* Add the NativeEmbedWidget.h file to git (forgot to include previously)Ken Moore2018-05-23
* A little bit of cleanup for Lumina 1, try to get better detection of when the...Ken Moore2018-05-23
* Merge pull request #583 from rodlie/slackwareKen Moore2018-05-21
|\
| * OS: Support suspend on SlackwareOle-André Rodlie2018-05-11
* | Merge pull request #584 from rodlie/mediaKen Moore2018-05-21
|\ \
| * | desktop: support /run/media (user removable devices)Ole-André Rodlie2018-05-11
| |/
* | Get more of the system status indicators up and running properly.Ken Moore2018-05-16
* | Add another plugin:Ken Moore2018-05-16
* | Get the Clock plugin all finished up.Ken Moore2018-05-16
* | Always enable the hybrid xrender/glx backend for compton.Ken Moore2018-05-16
* | Get the Clock plugin cleaned up a bit so it better supports multi-line panels.Ken Moore2018-05-15
* | Get the plugin system working with the panels.Ken Moore2018-05-15
* | Quick update for LuminaOS-FreeBSD.Ken Moore2018-05-15
* | Quick update for some of the Lumina unified files. Getting plugins ready to go.Ken Moore2018-05-15
* | Get the screen reservation work finished up and committed.Ken Moore2018-05-13
|/
* Fix up the icons for lumina-fmKen Moore2018-05-02
* Add a new color theme: trident-darkKen Moore2018-04-30
* Switch the icon used for the cancel button in the logout dialog.Ken Moore2018-04-30
* Make sure the libreoffice icons are no longer bypassed. Use the ones in the c...Ken Moore2018-04-27
* Turn off the libreoffice icon fix for non-material-design icon themes.Ken Moore2018-04-27
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
* Commit a bunch more work on the Lumina 2 screen reservations.Ken Moore2018-04-26
* Fix up the loading of *.desktop icons via LFileInfoKen Moore2018-04-26
* Fix up the audio chimes routines:Ken Moore2018-04-24
* Add a bunch more ZFS integrations into LFileInfo:Ken Moore2018-04-23
* Clean up the default fluxbox key bindings:Ken Moore2018-04-17
* Cleanup where icons get installed:Ken Moore2018-04-17
* Fix up the detection of icons in LFileInfo.Ken Moore2018-04-17
* Fix up the clipboard persistance.Ken Moore2018-04-17
* Merge pull request #571 from rodlie/lthemeengine_qss_orderKen Moore2018-04-16
|\
| * lthemeengine: fix qss orderOle-André Rodlie2018-04-14
* | Merge pull request #574 from rodlie/lumina-desktop_add_clipboard_supportKen Moore2018-04-16
|\ \
| * | lumina-desktop: add basic clipboard supportOle-André Rodlie2018-04-14
| |/
* | Merge pull request #570 from rodlie/lthemeengine_fix_dirsKen Moore2018-04-16
|\ \
| * | lthemeengine: check if dirs ends with "/" in stylesheet/color path, this fixe...Ole-André Rodlie2018-04-14
| |/
* | Merge pull request #569 from rodlie/lthemeengine-qtplugin_includeKen Moore2018-04-16
|\ \
bgstack15