aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.ui
Commit message (Collapse)AuthorAge
* Subclass the main QFileSystemModel to provide drag and drop support. This ↵Ken Moore2015-02-24
| | | | still appears to be able to "drop" items outside the window (for other applications) and has strange behavior in those cases (although non-critical - it does not change the filesystem in any way).
* Merge pull request #58 from william-os4y/addNewFile2Ken Moore2015-02-24
|\ | | | | add "New file" on lumina-fm
| * add "New file" on lumina-fmwilliam os4y2015-02-23
| |
* | Add an option in lumina-fm to enable/disable loading file thumbnails.Ken Moore2015-02-23
|/ | | | NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories.
* Add a couple new features to how image files are handles in lumina-fm:Ken Moore2015-01-20
| | | | | 1) Add the ability to remove the current file loaded into the slideshow 2) Add the ability to rotate the current slideshow image by 90 degrees (clockwise or counterclockwise) and will re-save the file itself.
* 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.
* Get the new LuminaThemes class working with a sample color theme for Insight ↵Ken Moore2014-10-06
| | | | (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets
* Large update for the lumina-fm:Ken Moore2014-10-03
| | | | | | 1) Completely update the theming for the application (now it has one) 2) Add a column of "action" buttons that enable/disable depending on what is selected. 3) Add the ability to mark files/dirs as user favorites (for quick access in the user button).
* Clean up the icon/list views in Insight. Now the "icon" view will use ↵Ken Moore2014-10-03
| | | | something close to 64x64 images, and the "list" view will have 20x20 images.
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15