Skip to content

Commit

Permalink
add View > Files (#1613)
Browse files Browse the repository at this point in the history
* add View > Files

* make Files media type resolution multi-threaded

* improve Files thumbnail performance

* improve Files media type performance

* implement Files > Update Thumbnails

* add Files panel to default layouts

* update style of Files media type buttons

* enable sorting in details mode

* details view improvements

* minor improvements to view modes

* add `files/viewMode` to settings

* display size in tiles view

* more media type filename extensions

* add sub-folder navigation

* fix cosmetic regression in playlist icons view

* add Locations combo

* refactor to FilesDock::changeDirectory()

* add Show In Files

* add Files > Show In File Manager

* add Open With

* fix compile error on macOS & Linux

* fix Enter to open on macOS

* remove a verbose log line

* fix layout on Qt 6.4/Linux

* fix View > Files shortcut

* mov is too generic
  • Loading branch information
ddennedy authored Dec 26, 2024
1 parent 4dcf864 commit 30244af
Show file tree
Hide file tree
Showing 23 changed files with 1,820 additions and 29 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ add_executable(shotcut WIN32 MACOSX_BUNDLE
dialogs/unlinkedfilesdialog.ui
docks/encodedock.cpp docks/encodedock.h
docks/encodedock.ui
docks/filesdock.cpp docks/filesdock.h
docks/filesdock.ui
docks/filtersdock.cpp docks/filtersdock.h
docks/jobsdock.cpp docks/jobsdock.h
docks/jobsdock.ui
Expand Down
12 changes: 6 additions & 6 deletions src/defaultlayouts.h

Large diffs are not rendered by default.

Loading

0 comments on commit 30244af

Please sign in to comment.