aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-22
|\
| * Fix up the adjustment of new windows to account for the frame (in the vertica...Ken Moore2015-06-20
* | Ensure that "Lumina" is used for the XDG registrations instead of "LUMINA" (p...Ken Moore2015-06-22
|/
* Adjust the new window adjustment routine a bit - make it use the center of th...Ken Moore2015-06-20
* Add a new function to luminaX11: WindowFrameGeometry() - returns the sizes of...Ken Moore2015-06-20
* Clean up the desktop plugin/container interactions quite a bit to ensure cons...Ken Moore2015-06-20
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-20
|\
| * Merge pull request #130 from pcbsd/linuxKen Moore2015-06-19
| |\
| | * Minor change to audio to make volume adjustment more tolerant.Jesse Smith2015-06-18
* | | Fix a bug in the writeFile() function when passed an empty list of text. This...Ken Moore2015-06-20
|/ /
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-18
|\ \
| * | Merge pull request #129 from pcbsd/linuxKen Moore2015-06-18
| |\|
| | * Fixed selecting Linux template.Jesse Smith2015-06-17
| |/
* | Add a checkbox for allowing the auto-creation of desktop icons on each indivi...Ken Moore2015-06-18
* | Add a quick verification to the favorites system to ensure that the directory...Ken Moore2015-06-18
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-15
|\
| * Merge pull request #128 from Nanolx/masterKen Moore2015-06-12
| |\
| | * Debian updates:Christopher Roy Bratusek2015-06-12
| |/
* | Disable some debugging and fix up the context menu on the applauncher plugins.Ken Moore2015-06-14
* | Re-work quite a bit of the background procedures for desktop plugins and watc...Ken Moore2015-06-14
|/
* Add a QtQuick sample plugin and disable the new panel container for QtQuick p...Ken Moore2015-06-12
* Oops, fix a typo where the accent color was still being used for the highligh...Ken Moore2015-06-11
* Add two new plugins for Lumina: QuickPPlugin, QuickDPlugin (panel/desktop res...Ken Moore2015-06-11
* Oops, forgot to save/commit the new fields in the luminaDesktop.conf gile.Ken Moore2015-06-11
* Update the luminaDesktop.conf file format/syntax a bit. Now it uses "_" as th...Ken Moore2015-06-11
* Add a new function to LuminaOS: DiskUsage()Ken Moore2015-06-10
* Adjust the themes to use the PRIMARY colors instead of the ACCENT colors for ...Ken Moore2015-06-10
* Update the memory calculation for FreeBSD/PC-BSD to also use the kernel info ...Ken Moore2015-06-10
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-10
|\
| * A couple quick adjustments to the LSession:Ken Moore2015-06-08
* | Adjust how the CPU/Temperature monitoring functions work on FreeBSD/PC-BSD. N...Ken Moore2015-06-10
* | Clean up the border/spacing for the system tray container - remove the frame ...Ken Moore2015-06-09
|/
* Add a new function to "restart" the window manager, and run this if something...Ken Moore2015-06-08
* Finish up the desktop re-scaling routines for ensure the same interface if yo...Ken Moore2015-06-05
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-05-28
|\
| * Merge pull request #127 from pcbsd/linuxKen Moore2015-05-28
| |\
| | * Updated Linux dependency listJesse Smith2015-05-28
| |/
* | Add the ability to remove directories from the desktop via the user button as...Ken Moore2015-05-28
* | Allow the desktopview plugin the ability to remove directories as well (not j...Ken Moore2015-05-28
|/
* Add new options to the system-wide settings configuration file:Ken Moore2015-05-28
* Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...Ken Moore2015-05-28
* Fix up the display of directories in the user button plugin.Ken Moore2015-05-28
* Turn off the "uniformItemSizes" Qt flag in the File manager list widget. This...Ken Moore2015-05-26
* Fix one other utility to use the new libLumina changes to the isValidBinary()...Ken Moore2015-05-25
* Add the ability to show binaries on the lumina-search output as well as *.des...Ken Moore2015-05-25
* Move the desktop initialization after the menu's initialization. With all teh...Ken Moore2015-05-23
* Remove the extra bootsplash show between the apps/settings menu initializatio...Ken Moore2015-05-23
* Add a new "phase" into the boot splash - system applications loading.Ken Moore2015-05-23
* Fix the random issue with desktop crashes when removing a desktop plugin (onl...Ken Moore2015-05-23
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-05-22
|\
bgstack15