
Source (link to git-repo or to original if based on someone elses unmodified work):
Features
- lightweight, pure Qt, no kde libraries or other dependencies
- full theme and mime filetype icon integration
- tree, bookmarks, list, icon, detail and thumbnail views
- customizable interface, rearrange views and toolbars to suit
- powerful custom command system for user defined actions
- customizable key bindings for built-in and custom actions
- drag & drop functionality
- tabs
Key features since v 5.5
- sorting
- settings manager
- automatic mime/default apps association
- "Open with" option
- GUI support for: "copy here", "move here", "link here"
5.9 25-May 2013
- fixed mime type handling
- fixed problem with opening qpdfview
- fixed application speed up, saving of properties much faster
- fixed missing button in about dialog
5.8 5-May 2013
- added support for Qt5 (application can be compiled with both Qt4 or Qt5)
- added *.desktop file based application selector
- added support for changing icon theme from settings
- added process dialog for custom actions. If custom action is executed, then dialog with action output popups. When action is finished, dialog is closed. This feature can be turned on/off in settings
- added mime type based default application configuration into the settings dialog
- added default mime app configuration file selection to settings (mimeapps.list/defaults.list)
- added default mime apps autogeneration from *.desktop files
- added about box
- modified icon view more mime types are recognized now
- modified more compact settings dialog
5.7 21-December 2012
- added settings manager, almost all settings are now centralized in one dialog
- modified edit menu
- modified custom action management centralized to CustomActionManager
- fixed bug loading of file icons, versioned files like 'xy.so.1.0.0' are now displayed propertly
- fixed bug in bookmarks: newly created bookmarks were not appeared in list of shortcuts until application was restarted or custom actions dialog was opened
- fixed bug in shortcuts: sometimes shortcut editor show duplicated bookmarks
5.6 17-October 2012
- added GUI for drag & drop: qtfm asks user about what he want to do (copy, move or create link)
- added sorting (name, size and date in ascending or descending order)
- added FileUtils in order to provide file management routines that can be reused
- added main menu section "Go"
- modified drag & drop; when holding ctrl/shift files are copied/moved
- modified strings "/" was also replaced with QDir::separator()
Ratings & Comments
3 Comments
Hi, I have resurrected the project at https://github.com/rodlie/qtfm
Thanks for this app - I've been using it since July 2010. I've finally got round to finding out why one of my custom actions doesn't work properly ;) Turns out that %n thinks the extension starts at the first period from the left instead of the first period from the right. this seems like a bug to me. Pete
Thanks for the fine app. This seems to be a bug (as other FMs don't have it): qtfm doesn't recognise the correct mime type of LyX documents. Instead of the correct text/x-lyx (or application/x-lyx), they appear as text/x-tex files.