aboutsummaryrefslogtreecommitdiff
path: root/lumina-search/main.cpp
Commit message (Collapse)AuthorAge
* Have lumina-search load the icons a moment after the application is done ↵Ken Moore2015-02-25
| | | | initializing. This should help speed things up a tiny bit on slower systems.
* Clean up how translations are loaded for all the Lumina utilities, and also ↵Ken Moore2014-12-30
| | | | apply the relative path fixes to all LSingleApplication's forwarded inputs.
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
| | | | It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
* 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.
bgstack15