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
/
lumina-open
/
main.cpp
Commit message (
Expand
)
Author
Age
*
Update the lumina theme engine/class so that custom environment variables may...
Ken Moore
2015-08-18
*
Change the QSplashScreen for the lumina-open OSD to a simple QLabel (makes it...
Ken Moore
2015-07-31
*
Do not have lumina-open show the crash handler if a "pc-su" process returns e...
Ken Moore
2015-07-29
*
Finish up the XDG "Actions" specification for *.desktop files, and integrate ...
Ken Moore
2015-07-22
*
Oops, forgot to include the process exit status comparison before changing th...
Ken Moore
2015-05-21
*
Fix the issues with running commands with lots of forward slashes in the comm...
Ken Moore
2015-05-20
*
Add the "file:" flag to the beginning of any local file in lumina-open if the...
Ken Moore
2015-04-28
*
A couple updates for lumina-open:
Ken Moore
2015-04-23
*
Add a special flag to prevent the lumina-open crash handler from starting up ...
Ken Moore
2015-04-20
*
Disable the process crash handler in lumina-open if the input *.desktop file ...
Ken Moore
2015-03-30
*
Clean up the retcode > 0 "or" usage in main.cpp
Ken Moore
2015-03-26
*
Merge remote-tracking branch 'upstream/master' into fmNumbers
william
2015-03-20
|
\
|
*
Add a new error dialog to lumina-open so that there is a graphical notificati...
Ken Moore
2015-03-12
*
|
fix issue #55: inform user whan return code is not null
william os4y
2015-02-22
|
/
*
Clean up a few things in Lumina:
Ken Moore
2015-02-17
*
Fix the detection of file extensions within lumina-open for files that have m...
Ken Moore
2015-01-20
*
Fix a couple other minor display issues in lumina-open
Ken Moore
2015-01-05
*
Put another couple quick fixes in:
Ken Moore
2015-01-05
*
Make sure that the system encoding is loaded with QTextCodec before doing any...
Ken Moore
2015-01-02
*
Make sure that any argv[] -> QString translations from CLI input are run thro...
Ken Moore
2015-01-01
*
Be a little bit more careful about the handling of the "Exec=" field codes in...
Ken Moore
2014-12-31
*
Clean up how translations are loaded for all the Lumina utilities, and also a...
Ken Moore
2014-12-30
*
Commit some more XLib->XCB conversions (everything for the task manager), and...
Ken Moore
2014-12-30
*
Commit a checkpoint on the conversion of Lumina to Qt5.
Ken Moore
2014-12-18
*
Finish up the new Mime type default app usage in lumina-config and lumina-ope...
Ken Moore
2014-11-17
*
Add detection/conversion of relative file paths to absolute file paths within...
Ken Moore
2014-11-14
*
Large update to the Lumina project: provide full theming capabilities.
Ken Moore
2014-10-10
*
Make sure the directory catch for running lumina-fm happens at the end (in ca...
Ken Moore
2014-10-08
*
Oops, fix a typo in the lumina-open usage: Missed removing a couple of the QS...
Ken Moore
2014-10-08
*
Add better binary detection to LuminaUtils, and setup lumina-open to use it.
Ken Moore
2014-10-08
*
Clean up the default filemanager/terminal settings. Put them in the main sess...
Ken Moore
2014-10-08
*
make file-manager user-chooseable
Christopher Roy Bratusek
2014-10-07
*
Clean up the new global.h usage in all the Lumina subprojects.
Ken Moore
2014-10-06
*
add global.h containing PREFIX and make use of it in all sub-modules,
Christopher Roy Bratusek
2014-10-05
*
Make sure to initialize the QApplication before trying to show the error box ...
Ken Moore
2014-10-03
*
Adjust how the QApplication is initialized in lumina-open to try and prevent ...
Ken Moore
2014-09-22
*
Update lumina-open to remove some of the other Exec= flags that might be avai...
Ken Moore
2014-09-09
*
Fix a bug where a directory was not getting the input file added to the lumin...
Ken Moore
2014-09-08
*
Also make sure that lumina-open uses the current locale encoding for translat...
Ken Moore
2014-09-08
*
Add a simple OSD to the audio/brightness up/down options in lumina-open (sinc...
Ken Moore
2014-09-05
*
Initial import of the lumina code from pcbsd git repo
Kris Moore
2014-09-04
bgstack15