aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a bug with Lumina-DE segfaulting during wakeup on some specificKris Moore2016-02-06
* Change the icon used for the "show desktop" plugin to match the icon the plug...Ken Moore2016-02-05
* Convert the ZFS snapshot timestamp label into a button with a dropdown menu o...Ken Moore2016-02-05
* A few small fixes to lumina-desktop:Ken Moore2016-02-05
* Cleanup lumina-config a bit:Ken Moore2016-02-05
* Tinker with the resizeMenu class to try and bypass a bug in Qt 5.5.1 (QWidget...Ken Moore2016-02-04
* Clean up the thumbnail loading routine a bit more in lumina-fm. Due to the mu...Ken Moore2016-02-04
* When moving a screen left/right, don't change the resolution (same physical m...Ken Moore2016-02-04
* Cleanup how the ~/Desktop/* shortcuts are removed a bit. Now it catches these...Ken Moore2016-02-04
* Quick patch to skip the desktop removal routine if the number of available X ...Ken Moore2016-02-04
* Fix a bug linking when an older libLumina is installed on theKris Moore2016-02-03
* Merge pull request #178 from harcobbit/masterKen Moore2016-02-03
|\
| * Fix one typo. Using delete with new [] is undefined.Carlos Bohórquez2016-02-02
|/
* Disable the quickwidget desktop plugin. The QML embedding systems are still n...Ken Moore2016-02-02
* Bump the copyright year to -2016 in the LICENSE files.Ken Moore2016-02-02
* Change the $${PRO_FILE_PWD} variable to just $${PWD}. This seems to fix path ...Ken Moore2016-02-02
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-02-02
|\
| * Merge pull request #177 from codersean/masterKen Moore2016-02-02
| |\
| | * Added menu items for various functionality that was already availableSean Long2016-02-01
| | * Generally in GUI's menu items that popup a window show '...' at the endSean Long2016-02-01
| |/
| * Ken changed theming to be more specific for Lumina on my system so I can begi...JoshDW192016-02-01
* | Add a few more built-in Qt paths to the OS-detect file, and commit a bit more...Ken Moore2016-02-02
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-01-18
|\
| * Update the Roadmap for LuminaJosh2016-01-18
* | Adjust the Linux/Fedora build options a bit: Now Linux systems will use /usr ...Ken Moore2016-01-18
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-01-11
|\
| * Merge pull request #175 from kilobyte/masterKen Moore2016-01-08
| |\
| | * debian: add missing build-dependency on libqt5svg5.Adam Borowski2016-01-02
* | | Large cleanup of the Lumina project files and OS-detection/support systems.Ken Moore2016-01-11
|/ /
* | Start the work of abstracting out the OS-detection/build system from the indi...Ken Moore2016-01-08
* | Setup the dialog to use for file operation errors as the scroll dialog (in ca...Ken Moore2016-01-05
|/
* Make sure to round the generated panel size to the nearest pixel rather than ...Ken Moore2015-12-28
* Remove the "Browse Files" link from the application menu (does not fit well h...Ken Moore2015-12-28
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-12-28
|\
| * Merge pull request #173 from Conan-Kudo/rpmpkgspecKen Moore2015-12-28
| |\
| | * Massive refactor of Fedora/CentOS RPM specNeal Gompa (ニール・ゴンパ)2015-12-23
| |/
| * Fix up the loading of theme colors on first-run. Also find/fix a typo in the ...Ken Moore2015-12-17
* | Fix a bug with the snap session selection when other options were also selected.Ken Moore2015-12-28
|/
* Adjust the initial Lumina theming a bit: Use the "bora_black" fluxbox theme, ...Ken Moore2015-12-17
* Add a better watcher/change fallback for ensuring that no files are removed f...Ken Moore2015-12-16
* Update the default Lumina setting on non-PCBSD systems a bit.Ken Moore2015-12-16
* Make the Fluxbox theme listing case-insensitive.Ken Moore2015-12-16
* Add support for single-file Fluxbox themes.Ken Moore2015-12-16
* Fix a bug where the "+" in the Qt display was not getting replaced with a space.Ken Moore2015-12-11
* Add the size hints to libLumina X11, and enable the usage of it within teh WM.Ken Moore2015-12-08
* Ensure that when a desktop item opens it's context menu it hides the main des...Ken Moore2015-12-04
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-12-03
|\
| * Merge pull request #169 from krytarowski/netbsd-1Ken Moore2015-12-03
| |\
| | * Preliminary NetBSD supportKamil Rytarowski2015-12-01
* | | Replace the "KeyCatch" dialog with a QKeySequenceEdit (added in Qt 5.2). The ...Ken Moore2015-12-03
|/ /
bgstack15