index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libLumina
/
LuminaUtils.cpp
Commit message (
Expand
)
Author
Age
*
Update/add some localization functions to libLumina.
Ken Moore
2015-07-21
*
Commit some quick fixes:
Ken Moore
2015-07-17
*
Now tag version 0.8.6-devel on the master branch
Ken Moore
2015-07-13
*
Tag version 0.8.5-release in the source tree.
Ken Moore
2015-07-13
*
Oops, forgot to make the new functions static
Ken Moore
2015-07-09
*
Expand the QtQuick plugin format and put a couple more functions for finding/...
Ken Moore
2015-07-09
*
Update the lumina themes and the PC-BSD color scheme a bit, and a couple more...
Ken Moore
2015-07-09
*
Clean up a few other case-sensitive issues with the luminaDesktop.conf file l...
Ken Moore
2015-07-08
*
Fix up the loading of luminaDesfaults.conf quite a bit (now it works properly...
Ken Moore
2015-07-08
*
Add a new option in luminaDesktop.conf for auto-generating desktop icons/laun...
Ken Moore
2015-06-23
*
Fix a bug in the writeFile() function when passed an empty list of text. This...
Ken Moore
2015-06-20
*
Add a quick verification to the favorites system to ensure that the directory...
Ken Moore
2015-06-18
*
Add two new plugins for Lumina: QuickPPlugin, QuickDPlugin (panel/desktop res...
Ken Moore
2015-06-11
*
Update the luminaDesktop.conf file format/syntax a bit. Now it uses "_" as th...
Ken Moore
2015-06-11
*
Add new options to the system-wide settings configuration file:
Ken Moore
2015-05-28
*
Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...
Ken Moore
2015-05-28
*
Add the ability to show binaries on the lumina-search output as well as *.des...
Ken Moore
2015-05-25
*
LUtils::getCmdOutput enforce LANG=C
Christopher Roy Bratusek
2015-05-22
*
Commit some debug output for the new Memory/CPU calculations.
Ken Moore
2015-05-22
*
Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...
Ken Moore
2015-05-22
*
Add a few new functions to LuminaOS:
Ken Moore
2015-05-21
*
Fix a couple possible parsing issues with loading system/lumina defaults (rem...
Ken Moore
2015-05-13
*
Large update to the XDG autostart spec - Add full write support in libLumina.
Ken Moore
2015-05-12
*
Tag the version in the master branch of the source tree 0.8.5-devel now (sinc...
Ken Moore
2015-04-28
*
Tag version 0.8.4-Release in preparation for branching.
Ken Moore
2015-04-28
*
Add support for system-defined default non-mime applications in the luminaDes...
Ken Moore
2015-04-25
*
Finish getting the new Favorites system cleaned up in libLumina. Now it is re...
Ken Moore
2015-04-25
*
Add the ability to use percentages of the screen for panel sizes (%W for perc...
Ken Moore
2015-04-20
*
Now tag version 0.8.4-devel on the master branch.
Ken Moore
2015-03-30
*
Tag version 0.8.3-release in prparation for branching the master tree.
Ken Moore
2015-03-30
*
Add a new favoriting system to the Lumina Utils library. This should make thi...
Ken Moore
2015-03-14
*
Now tag 0.8.3-devel on the master branch (in preparation for the next version)
Ken Moore
2015-02-18
*
Make sure to kill any leftover windows that did not close properly during the...
Ken Moore
2015-02-18
*
Add the ability for the distribution defaults to use just the name of the sys...
Ken Moore
2015-01-28
*
Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, c...
Ken Moore
2015-01-28
*
Also read /etc/luminaDesktop.conf.
Antoine Jacoutot
2015-01-23
*
Finish committing the last of the new distribution defaults framework. Also a...
Ken Moore
2015-01-21
*
Make sure that the system encoding is loaded with QTextCodec before doing any...
Ken Moore
2015-01-02
*
Clean up how translations are loaded for all the Lumina utilities, and also a...
Ken Moore
2014-12-30
*
Commit a checkpoint on the conversion of Lumina to Qt5.
Ken Moore
2014-12-18
*
Update the XDG categories that are supported, as well as the add a new "Wine"...
Ken Moore
2014-11-14
*
Finish up the rest of the new Lumina Theme engine and the utilities for editi...
Ken Moore
2014-10-14
*
Add better binary detection to LuminaUtils, and setup lumina-open to use it.
Ken Moore
2014-10-08
*
Get the new LuminaThemes class working with a sample color theme for Insight ...
Ken Moore
2014-10-06
*
Initial import of the lumina code from pcbsd git repo
Kris Moore
2014-09-04
bgstack15