aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fileinfo/main.cpp
Commit message (Collapse)AuthorAge
* Rework quite a bit of the lumina-fileinfo backend.Ken Moore2017-11-01
| | | | Still not quite finished yet, but it is already much more stable/reliable. Just need to add new features.
* Start working on fixing up lumina-fileinfoKen Moore2017-11-01
|
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
|
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Rename lumina-fileinfo lumina-fiKris Moore2016-09-20
|
* Setup lumina-fileinfo that that it can be used to create brand-new ↵Ken Moore2016-06-30
| | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time.
* 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.
bgstack15