aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Merge pull request #155 from harcobbit/issue/11400Ken Moore2015-09-11
| |\
| | * Forget delete 2 unused variablesCarlos Bohórquez2015-09-11
| | * Static variables not needed nowCarlos Bohórquez2015-09-11
| | * Several changesCarlos Bohórquez2015-09-11
| | * Solves issue 11400Carlos Bohórquez2015-09-10
* | | Add the option for wallpaper layout/format to lumina-config.Ken Moore2015-09-11
* | | Add various formatting options for the background wallpaper: center, [top/bot...Ken Moore2015-09-11
|/ /
* | Add a quick app for testing system tray events - this is in the new "dev-tool...Ken Moore2015-09-10
* | Add the new systemstart panel plugin to lumin-config.Ken Moore2015-09-10
* | Couple minor adjustments to the lumina-wm window routines.Ken Moore2015-09-10
* | Adjust the name within the lumina-info app registration file - no need to hav...Ken Moore2015-09-10
* | Add come fixes to libLumina to work with the new systemstart plugin, and adju...Ken Moore2015-09-10
* | Add a new panel plugin: systemstartKen Moore2015-09-10
|/
* Merge pull request #154 from harcobbit/issue/11233Ken Moore2015-09-09
|\
| * Solves issue 11233Carlos Bohórquez2015-09-09
|/
* Update the dependencies/project to include the Qt5-Concurrent build module (n...Ken Moore2015-09-09
* Add a new function to LuminaOS: systemPerformingUpdates()Ken Moore2015-09-09
* Make sure that drag events only happen with left/right mouse clicks, and clea...Ken Moore2015-09-09
* Make sure that when the last browser is closed a new one is created pointing ...Ken Moore2015-09-09
* Make sure to run the user-input dir path through the input fix/replacement ro...Ken Moore2015-09-09
* Fix a bug in the ~ replacement routine.Ken Moore2015-09-09
* Merge pull request #152 from harcobbit/issue/11232Ken Moore2015-09-09
|\
| * Solves issue 11232Carlos Bohórquez2015-09-08
* | Merge pull request #153 from harcobbit/issue/11073Ken Moore2015-09-09
|\ \ | |/ |/|
| * Avoid follow symlinks for size information.Carlos Bohórquez2015-09-08
| * Solves the issue 11073Carlos Bohórquez2015-09-08
* | Make sure that the removal verification dialog puts the list of items in the ...Ken Moore2015-09-08
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-09-08
|\ \
| * \ Merge pull request #151 from mneumann/dragonfly2Ken Moore2015-09-08
| |\ \ | | |/ | |/|
| | * Battery charging state is 0 not 2.Michael Neumann2015-09-06
| | * Use sysctl(3) to retrieve most info instead of executing sysctl(8)Michael Neumann2015-09-06
| |/
* / Fix up the "back" functionality for mouse4 clicks.Ken Moore2015-09-08
|/
* Quick fix to the libLumina project file to ensure all the colors/themes get i...Ken Moore2015-09-04
* Commit some more work on lumina-wm:Ken Moore2015-09-04
* Clean out all the old XLib functions which were commented out, and start addi...Ken Moore2015-09-04
* Add some mobile banners to the artwork directory. Thanks to Jennifer Rosenbur...Ken Moore2015-09-03
* Add a quick check to ensure that a panel number is never less than zero.Ken Moore2015-09-02
* Couple minor adjustments:Ken Moore2015-09-02
* Add support for the mouse "back" button (normally Mouse4, but may be set thro...Ken Moore2015-08-31
* Completely overhaul lumina-fileinfo so that it is just a front-end to the XDG...Ken Moore2015-08-31
* Add a new "PathToAbsolute()" function to LuminaUtils for converting a possibl...Ken Moore2015-08-31
* Fix an issues with possible seg-faults when saving a *.desktop structure to f...Ken Moore2015-08-31
* Make sure the *pointer* to the XDGDesktop structure is constant, not the stru...Ken Moore2015-08-31
* Change the DEBUG define in DirData.h to DIR_DEBUG: leave the DEBUG variables ...Ken Moore2015-08-30
* Oops, forgot to have the link automatically open the web browser.Ken Moore2015-08-28
* Update lumina-info with a link to the website and the PC-BSD bug tracker.Ken Moore2015-08-28
* Another minor increase in speed from the dir loader: only processEvents every...Ken Moore2015-08-28
* Make the processEvents() call only happen every 10 items loaded - this makes ...Ken Moore2015-08-28
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-28
|\
| * Split RPM .spec file into 32-bit and 64-bit versions for easier mantainence.Jesse Smith2015-08-28
bgstack15