aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp
Commit message (Collapse)AuthorAge
* fix warning: 'created' is deprecated: Use either birthTime() or ↵lbartoletti2019-10-22
| | | | metadataChangeTime() final round
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
|
* Get the thumbnail loader all working again.Ken Moore2019-01-25
|
* Fix coredump when starting up lumina-fmMaksym Stetsyuk2018-12-31
|
* Fix the refreshing of directories.Ken Moore2018-06-09
| | | | This also fixes loading snapshots of directories and other atomic dir updates.
* 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
|
* Add a bunch of ZFS information routines to LFileInfo.Ken Moore2017-11-15
| | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate)
* 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.
* A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably.Ken Moore2017-11-14
| | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody.
* Fix up the drag and drop in lumina-fm.Ken Moore2017-11-02
| | | | Also fix the showing of thumbnails within the right-column widget.
* Fix the column width resizing for lumina-fm tree widget.Ken Moore2017-10-27
|
* Removed debug outputsZackaryWelch2017-10-25
|
* Fixed issues with previews and LVideoWidget sizingZackaryWelch2017-10-25
|
* Fixed image previews with video thumbnailsZackaryWelch2017-10-25
|
* Added preliminary code to disable video thumbnails with settingsZackaryWelch2017-10-21
|
* Finished video thumbnails and roll over playback for lumina-fm andZackaryWelch2017-10-21
| | | | lumina-fileinfo
* 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.
* fix pointerq5sys2017-08-01
|
* Fix up the grav screensaver a bit so it does not crash on close any more.Ken Moore2017-07-31
|
* Have the lumina-fm "browserWidget" show the "name" property of XDG desktop ↵Ken Moore2017-06-30
| | | | entries rather than the filename.
* 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.
* Fixed nullReceiver error in Lumina-fmZackaryWelch2017-06-22
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Clean up which icons are used within lumina-fm.Ken Moore2017-04-13
|
* Commit a couple tweaks for lumina-fm - trying to get the drag and drop ↵Ken Moore2016-12-05
| | | | highlighting working.
* Re-enable drag and drop within lumina-fm.Ken Moore2016-12-05
|
* 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)
* Fix up the "loading" message on directories with no contents.Ken Moore2016-10-18
|
* Fix the snapshot loading mechanism within lumina-fm.Ken Moore2016-10-18
|
* Fis the stylesheet for the "active/non-active" treewidget browser.Ken Moore2016-10-04
|
* Commit a large update to lumina-fm:Ken Moore2016-09-30
| | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet.
* More work on the new backend: still disabled for now.Ken Moore2016-09-27
|
* Get the new backend functional.Ken Moore2016-09-27
| | | | This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
* Commit some more work on a new backend/frontend to the lumina-fm browser.Ken Moore2016-09-26
bgstack15