aboutsummaryrefslogtreecommitdiff
path: root/lumina-open
Commit message (Expand)AuthorAge
* Fix the detection of file extensions within lumina-open for files that have m...Ken Moore2015-01-20
* use QT5LIBDIR in all qmake filesChristopher Roy Bratusek2015-01-08
* Fix a couple other minor display issues in lumina-openKen Moore2015-01-05
* Put another couple quick fixes in: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
* Make sure that any argv[] -> QString translations from CLI input are run thro...Ken Moore2015-01-01
* Be a little bit more careful about the handling of the "Exec=" field codes in...Ken Moore2014-12-31
* Clean up how translations are loaded for all the Lumina utilities, and also a...Ken Moore2014-12-30
* Commit some more XLib->XCB conversions (everything for the task manager), and...Ken Moore2014-12-30
* Clean up all the Qt5 *.pro files a bit. Now they should always work.Ken Moore2014-12-23
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-18
|\
| * update hungarian translationrezso2014-12-14
* | Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
|/
* Finish cleaning up the new mime-type application defaults methodology: It see...Ken Moore2014-11-18
* Finish up the new Mime type default app usage in lumina-config and lumina-ope...Ken Moore2014-11-17
* Add detection/conversion of relative file paths to absolute file paths within...Ken Moore2014-11-14
* Large update to the Lumina project: provide full theming capabilities.Ken Moore2014-10-10
* Make sure the directory catch for running lumina-fm happens at the end (in ca...Ken Moore2014-10-08
* Oops, fix a typo in the lumina-open usage: Missed removing a couple of the QS...Ken Moore2014-10-08
* Add better binary detection to LuminaUtils, and setup lumina-open to use it.Ken Moore2014-10-08
* Clean up the default filemanager/terminal settings. Put them in the main sess...Ken Moore2014-10-08
* make file-manager user-chooseableChristopher Roy Bratusek2014-10-07
* Clean up the new global.h usage in all the Lumina subprojects.Ken Moore2014-10-06
* add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
* Make sure to initialize the QApplication before trying to show the error box ...Ken Moore2014-10-03
* Adjust how the QApplication is initialized in lumina-open to try and prevent ...Ken Moore2014-09-22
* Fix path to lrelease on OpenBSD.Antoine Jacoutot2014-09-14
* Update lumina-open to remove some of the other Exec= flags that might be avai...Ken Moore2014-09-09
* Fix a bug where a directory was not getting the input file added to the lumin...Ken Moore2014-09-08
* Also make sure that lumina-open uses the current locale encoding for translat...Ken Moore2014-09-08
* Oops, forgot to add the new OSD background image to GIT.Ken Moore2014-09-05
* Add a simple OSD to the audio/brightness up/down options in lumina-open (sinc...Ken Moore2014-09-05
* Fix a bug with the taskmanager when multiple windows from the same applicatio...Ken Moore2014-09-05
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15