aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/widgets
Commit message (Collapse)AuthorAge
* Get the thumbnail loader all working again.Ken Moore2019-01-25
|
* create new folder in lumina-fmlbartoletti2018-11-09
|
* lumina-fm: fix #549 . Don't run currentDirectoryChanged on empty dir.Ole-André Rodlie2018-05-07
|
* Fix a couple more icons in lumina-fmKen Moore2018-05-02
|
* Change the icon used for the menu-list in lumina-fmKen Moore2018-04-30
|
* add sort by menuq5sys2018-03-29
|
* ltreewidget.hq5sys2018-03-28
|
* Add a signal/slot path for detecting/setting the sort column for tree widgets.Ken Moore2018-03-22
| | | | | | | Current problems: 1. Still need to detect when the sort column has changed in the DDTreeWidget subclass to emit the first signal. 2. Need to listed for the signal from the BrowserWidget in the MainUI and save that column into the settings. 3. As needed, the MainUI needs to run "setTreeWidgetSortColumn(int,bool)" on a new BrowserWidget based on the last-saved sorting column.
* Fix up the spacing/margins for the UI.Ken Moore2018-03-21
|
* Fix up a number of crashes related to item loading times and multiple columnsKen Moore2018-02-09
|
* Fix right click crash when qsudo is not installed.Kjell Tore Ullavik2017-11-23
|
* Make the new "set as wallpaper" menu option enabled/disabled instead of ↵Ken Moore2017-11-20
| | | | visible/invisible
* Add a context menu "action" for settings the selected image files as the ↵Ken Moore2017-11-20
| | | | | | current desktop wallpaper. Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files.
* re-implement zip/iso autoextraction in lumina-fmq5sys2017-11-17
|
* Fix up the visibility of the archive options in lumina-fm.Ken Moore2017-11-17
| | | | Also fix the OpenWith launching of applications.
* A bit more background threading magic.Ken Moore2017-11-15
| | | | Make lumina-fm show dir contents a *lot* faster now.
* Ensure that the Browser backend is also contained in a background thread.Ken Moore2017-11-15
| | | | This prevents it from delaying the UI from updating.
* Enable the auto-archive functionality in lumina-fm.Ken Moore2017-11-14
|
* A bit more work on DD widgets.Ken Moore2017-11-02
|
* Fix up the drag and drop in lumina-fm.Ken Moore2017-11-02
| | | | Also fix the showing of thumbnails within the right-column widget.
* Add the template for a new model-based backend for lumina-fm.Ken Moore2017-11-01
|
* finish up integration of launch lumina-fm as rootq5sys2017-10-31
|
* Re-enable the "Root Mode" warning at the top of lumina-fm, and setup the ↵Ken Moore2017-10-25
| | | | root detection to work properly.
* Fix an unommented testing line in lumina-fm.Ken Moore2017-10-25
| | | | This broke the build of lumina-fm since the associated UI file has not been added yet.
* add logic for launching lumina-fm as rootq5sys2017-10-24
|
* warning banner for running lumina-fm as root_q5sys2017-10-24
|
* Clean up how the backend of the file manager handles atomic updates to ↵Ken Moore2017-10-09
| | | | changes in the current directory. This speeds up sequential re-scans considerably.
* Reworked the VideoSurface subclassZackaryWelch2017-10-03
|
* add libav video thumbnail code back to projectq5sys2017-10-03
|
* Revert "rework video thumbnail code"q5sys2017-10-03
| | | | This reverts commit a3092fb02a1905345e1311b2e64f4796acdb9f34.
* oops hadn't saved all my changes yetq5sys2017-09-24
|
* prototype webdav functionality for lumina-fmq5sys2017-09-24
|
* rework video thumbnail codeq5sys2017-09-24
|
* Fixed bug with lumina-fm editing default configuration file as rootZackaryWelch2017-09-07
|
* comment out method until its finishedq5sys2017-09-04
|
* clean out some older unused code commentsq5sys2017-09-04
|
* add prototype for auto-archival in file managerq5sys2017-09-04
|
* increase the size of the zoom in/out icons a bitq5sys2017-08-30
|
* A couple quick updates to lumina-mediaplayer:Ken Moore2017-08-07
| | | | | 1. Enable video for the local file playback where supported. 2. Fix the single-instance forwarding
* Fixed spacing error in UI fileZackaryWelch2017-07-12
|
* Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | directly in the menu.
* Re-enable the "Open With" option for selected items (accidentally commented out)Ken Moore2017-06-28
|
* Finish up all the new TreeWidget stuff from JT:Ken Moore2017-06-26
| | | | | | | | | 1. Save/load the size of the tree widget between sessions (sync size across all tabs as well). 2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not. 3. Tie the tree widget "dir model" to the line edit so we get auto-completions again. 4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such). 5. Clean up a lot of debugging messages and comment out unused variable declarations. 6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
* resolving OCD - one whitespace block at a timeq5sys2017-06-20
|
* clean up unneeded comment formattingq5sys2017-06-16
|
* set properties for treeviewq5sys2017-06-16
|
* Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
|
* Minor debugging change in lumina-fmKen Moore2017-06-16
|
* Clean up the auto-extract functionality in lumina-fmKen Moore2017-06-16
|
* fix file manage autoextract menu methodq5sys2017-06-16
|
bgstack15