Qtfm Versions Save

Qt File Manager

6.2.1

2 years ago

First patch release for the 6.2 branch is now available.

Changes

  • fix remove symlink bug (thanks to @ferion11)
  • fix build with Qt 5.15 (thanks to @a17r)
  • fix memory leak (thanks to @Kakueeen)
  • fix for "." start path
  • fix .desktop key/value parser

6.2.0

4 years ago

logo

Introducing QtFM 6.2.0. Our second feature release from the 6.x series. Major new features are ImageMagick and FFmpeg support. This release also include several other features and fixes (see ChangeLog). This is also the first version without Qt4 support.

Changes since 6.1.9

  • imagemagick support (improved thumbnail support)
  • ffmpeg support (get thumbnails from audio/video)
  • support for Qt4 has now ended
  • started moving code to lib
  • settings: use decimal keys in config
  • settings: support filter mime types
  • (u)disks now supports disk labels (with device name as fallback)
  • bookmarks: added "link" option in file actions
  • support .config/mimeapps.list
  • support for OpenBSD
  • tabbar: hide if only one tab
  • remove "open file" in context menu if selected item is folder
  • added "open in new tab" in context menu
  • fixed run executable on double click
  • support running AppImages
  • fixed mount/umount issue with optical storage
  • fixed current drag mode
  • fix potential crash in close tab
  • show and run .desktop in file view

Builders should read the 6.2.0 RC1 release notes regarding changes in the build system.

QtFM 6.1.9 and earlier is not supported anymore and users are encouraged to upgrade to 6.2.0. If you encounter any regressions/bugs please report.

6.2.0-rc1

5 years ago

This release candidate is aimed at builders (and testers) so they can prepare for changes introduced in 6.2.

Changes since 6.1.9

  • imagemagick support (improved thumbnail support)
  • ffmpeg support (get thumbnails from audio/video)
  • support for Qt4 has now ended
  • started moving code to lib
  • settings: use decimal keys in config
  • settings: support filter mime types
  • (u)disks now supports disk labels (with device name as fallback)
  • bookmarks: added "link" option in file actions
  • support .config/mimeapps.list
  • support for OpenBSD
  • tabbar: hide if only one tab
  • remove "open file" in context menu if selected item is folder
  • added "open in new tab" in context menu
  • fixed run executable on double click
  • support running AppImages

Qt

Qt 4 support has now ended. QtFM now requires Qt 5.2 or higher. Now other changes has been made regarding Qt.

Additional dependencies

QtFM 6.2 now features enhanced thumbnail support through ImageMagick and FFmpeg. This feature is optional and must be enabled at build time.

ImageMagick

  • CONFIG+=with_magick - This will enable ImageMagick functions in QtFM
  • CONFIG+=magick7 - Enable support for ImageMagick v7, the default is v6
  • MAGICK_PC=<Magick++ pkg-config file> - Optional name for the Magick++ pkg-config file

FFmpeg

  • CONFIG+=with_ffmpeg

The following libraries are needed:

  • libavdevice
  • libswscale
  • libavformat
  • libavcodec
  • libavutil

Shared library support

QtFM can now be built as a shared library, this is an optional feature.

  • CONFIG+=sharedlib

Conclusion

If you don't change anything in the build script everything will be fine,v6.2 will build and install as v6.1. If you however want better thumbnail support add CONFIG+=with_ffmpeg CONFIG+=with_magick to the qmake line in your build script, note you will need to add the new dependencies if you do.

6.1.9

5 years ago

logo

6.2.0 will be released soon, but while you wait here's a small patch release for the 6.1 branch.

Changes since 6.1.8

  • fix segfault on wayland
  • don't collapse tree on refresh

QtFM 6.1.8 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.8. If you encounter any regressions/bugs please report. Note that this is will probably be the last version from the 6.1 branch.

6.1.8

5 years ago

logo

Introducing the final patch release for QtFM 6.1.x.

Changes since 6.1.7

  • Fix segfault if D-Bus is missing and QtFM is built with D-Bus support
  • Fix execute file path (with spaces)

QtFM 6.1.7 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.8. If you encounter any regressions/bugs please report. Note that this is the last version in the 6.1 branch, next release will be from the 6.2 branch. This is also the last version that will work on Qt4.

6.1.7

5 years ago

logo

Introducing the latest patch release for QtFM 6.1. This release includes a fix for a regression introduced in 6.1.6 and other fixes related to the context menu.

Changes since 6.1.6

  • context menu fixes
  • settings dialog: fix performance issues on old CPUs

QtFM 6.1.6 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.7. If you encounter any regressions/bugs please report.

6.1.7-rc1

5 years ago

logo

Release Candidate for 6.1.7, please test for bugs/regressions before the final release.

  • Several fixes for the context menu
  • Fixes regression introduced in 6.1.6 (never add features in patch releases!)
  • Fixes high CPU load on settings dialog init

6.1.6

5 years ago

logo

Introducing the sixth release for QtFM 6.1. This release includes a fix for a regression introduced in 6.1.5 and includes three new features and support for more platforms.

Note: There will be no binaries available for this release due too issues with travis/github during release.

Changes since 6.1.5

  • progress dialog fix
  • path tab-completion. Thanks to @kubaroth
  • completer handles expansion of ~ path. Thanks to @kubaroth
  • support mouse back button
  • macOS support
  • NetBSD support

QtFM 6.1.5 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.6. If you encounter any regressions/bugs please report.

6.1.5

5 years ago

logo

Introducing the fifth patch release for QtFM 6.1. This release includes an important fix related to file copy/move.

Changes since 6.1.4

  • fix build if CONFIG+=no_dbus enabled
  • fixed broken multiple file copy/move instances

QtFM 6.1.4 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.5. If you encounter any regressions/bugs please report.

6.1.4

5 years ago

logo

Introducing the fourth patch release for QtFM 6.1. This release includes several important fixes related to stability and usability.

Changes since 6.1.3

  • fix potential config corruption. Thanks to @slackuser0xae34 for the patch
  • fix segfault on thumbnail update (view may have changed since loading thumbnails)
  • don't cut file(s) if moving to same directory in bookmarks
  • verify reply from udisks (avoid crash)
  • populate view if not watched
  • fix refresh view
  • improved performance

QtFM 6.1.3 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.4. If you encounter any regressions/bugs please report.