aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* add checksum for OpenBSD (this is in fact a copy of the code from freeBSD)william2015-03-13
* Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
* Make the XDG Exec= field code substitutions a bit more robust for missing fie...Ken Moore2015-03-12
* Tweak the fallback behavior of the %c field code replacement routine for a *....Ken Moore2015-03-12
* Clean up some of the Lumina theme watcher usage (add a 1/2 second delay after...Ken Moore2015-03-12
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...Ken Moore2015-03-11
* Convert the windowImage routine to XCB from XLib, and set the desktop (system...Ken Moore2015-03-11
* Add a new XCB-based function for fetching the _NET_WM_ICON information as a Q...Ken Moore2015-03-11
* Oops, apparently I forgot the line which copies a *.desktop "Path=" value int...Ken Moore2015-03-04
* Disable the shutdown/restart buttons on PC-BSD systems if the system is in th...Ken Moore2015-03-02
* Update how lumina-open detects applications which are registered on the syste...Ken Moore2015-02-27
* allow to list different type of mounted systems: mfs, nfs, ...william os4y2015-02-22
* fix for ExternalDevices on OpenBSDwilliam os4y2015-02-22
* Make sure that the second round of mimetype filters is performed case-insensi...Ken Moore2015-02-19
* Clean up the XGD mime-types detection routine quite a but. Now it should be m...Ken Moore2015-02-19
* Now tag 0.8.3-devel on the master branch (in preparation for the next version)Ken Moore2015-02-18
* Make sure to kill any leftover windows that did not close properly during the...Ken Moore2015-02-18
* Final fix for the default Lumina theme.Ken Moore2015-02-18
* Update the Lumina-default theme file a bit more.Ken Moore2015-02-18
* Clean up a few things in Lumina:Ken Moore2015-02-17
* Another couple small fixes for the default lumina theme.Ken Moore2015-02-09
* Oops, forgot to add the new Lumina theme definitions into the "None" theme (s...Ken Moore2015-02-05
* Finish cleaning up that last bits of hard-coded stylesheets, and tie them in ...Ken Moore2015-02-05
* Clean up the default theme template a bit more, and remove some leftover styl...Ken Moore2015-02-04
* Update all the other Lumina color schemes to work with their respective wallp...Ken Moore2015-02-03
* Update the Lumina-Purple color scheme to work better with the purple Lumina w...Ken Moore2015-02-03
* Update the Lumina-Red color scheme. Now it works quite well as a darker theme...Ken Moore2015-02-03
* Find/fix a couple other issues with the themes files.Ken Moore2015-02-03
* Add a new PC-BSD (version 10.x) color scheme for the Lumina DesktopKen Moore2015-02-03
* Update the theme files that are included with Lumina (much nicer now).Ken Moore2015-02-03
* Make sure that the font-family declaration is set off within quotes when asse...Ken Moore2015-02-02
* Add the ability for the distribution defaults to use just the name of the sys...Ken Moore2015-01-28
* string change in LuminaOS-Debian / qt5ct instead of qtconfigChristopher Roy Bratusek2015-01-28
* Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, c...Ken Moore2015-01-28
* Add a new function to all LuminaOS files: OSName()Ken Moore2015-01-28
* Make sure to convert any tab characters into spaces before parsing the output...Ken Moore2015-01-26
* fix device detection in generic LuminaOS-LinuxChristopher Roy Bratusek2015-01-23
* fixup device detection in LuminaOS-DebianChristopher Roy Bratusek2015-01-23
* add LuminaOS-DebianChristopher Roy Bratusek2015-01-23
* Merge pull request #39 from ajacoutot/openbsdKen Moore2015-01-23
|\
| * several OpenBSD improvementsAntoine Jacoutot2015-01-23
* | Also read /etc/luminaDesktop.conf.Antoine Jacoutot2015-01-23
|/
* Finish committing the last of the new distribution defaults framework. Also a...Ken Moore2015-01-21
* Update the themes that are included within Lumina.Ken Moore2015-01-19
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
* Update the Lumina-default theme template to work properly with Qt5.Ken Moore2015-01-05
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...Ken Moore2015-01-05
* Add support for the LIBPREFIX qmake variable for all the project files. This ...Ken Moore2015-01-03
* Make sure that the system encoding is loaded with QTextCodec before doing any...Ken Moore2015-01-02
bgstack15