aboutsummaryrefslogtreecommitdiff
path: root/lumina.pro
Commit message (Collapse)AuthorAge
* Parse the OS-detect.pri file within the top-level project file. This will ↵Ken Moore2017-02-27
| | | | ensure that the OS detection messages are printed out no matter which dir you run qmake within.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
| | | | Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
* Start the work of abstracting out the OS-detection/build system from the ↵Ken Moore2016-01-08
| | | | individual projects. Currently used for the library mainly - still working on fleshing it out before switching all the project files to use it.
* Revert the debug/release flag change to all the *.pro files. This causes ↵Ken Moore2015-09-30
| | | | issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
* Another fix for the overall project file and remove a (local/testing) file ↵Ken Moore2015-09-30
| | | | from the lumina-desktop.pro file for now.
* Update the overall lumina project file to support multi-thread builds properlyKen Moore2015-08-19
|
* Re-enable lumina-fileinfo within the general lumina build procedure and ↵Ken Moore2015-04-22
| | | | update the port files as necessary
* Remove lumina-fileinfo from the overall build (lumina.pro) until it gets ↵Ken Moore2015-04-21
| | | | tested a bit more.
* put the name lumina-fileinfowilliam2015-03-26
|
* Finish up some little things in lumina-xconfig, and add it to the build/port.Ken Moore2015-02-24
|
* Add a new utility: lumina-infoKen Moore2015-01-28
| | | | This utility provides basic information/links for the Lumina desktop project.
* Add a new utility: lumina-searchKen Moore2014-11-05
| | | | | This utility provides quick searching for applications (the default), or for searching the entire user's home directory. The file search also supports the "*" wildcard for the search terms.
* Clean up the new global.h usage in all the Lumina subprojects.Ken Moore2014-10-06
| | | | | | | | | | 1) Move the global.h file usage into libLumina exclusively 2) Define a new "LuminaOS::LuminaShare()" function for retrieving the install directory for Lumina (based on the PREFIX/global.h) 3) Change all the other lumina sub directories/projects to use the new LuminaShare() function when necessary. 4) This also fixes up the loading of translations in many of the subprojects (found a bug in the path used in a number of them). Reason: Previous implementation *only* worked if you built lumina from the base directory, causing problems with rebuilding individual pieces of Lumina. This also cleans up the general lumina projects as they only need the LuminaOS class loaded instead of knowing about this other possible OS implementation.
* auto-create global.hChristopher Roy Bratusek2014-10-05
| | | | remove unrequired tasks from debian/rules
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15