Skip to content

Releases: lxqt/libfm-qt

2.0.2

08 May 16:35
2.0.2
026298a
Compare
Choose a tag to compare

Fixed a regression in running executable files in terminal.

2.0.1

04 May 17:49
2.0.1
8e3380e
Compare
Choose a tag to compare

Removed a redundant child-parent relation in path-bar to prevent a rare crash with Qt ≥ 6.7.

2.0.0

17 Apr 10:35
2.0.0
b009e77
Compare
Choose a tag to compare

The library is ported to Qt6. Also,

  • Added lxqt-menu-data dependency to README.md.
  • Updated mime types of lxqt-archiver and arqiver.
  • Added 4 menu icons.
  • Workaround for Qt bug in a context menu invoked by Menu key.

1.4.0

05 Nov 11:18
1.4.0
fda7b96
Compare
Choose a tag to compare

Changes since the previous version:

  • Use lxqt-menu-data instead of lxmenu-data.
  • Get terminals list also from data directories.
  • Remember password and anonymity settings of mount dialog.
  • Also add suffixes containing dot on saving with LXQt file dialog.
  • Don't select extensions on creating new template files.
  • Fixed a crash on deleting path-bar.
  • Prevent invisible "Create New" dialog under Wayland.
  • Added foot to terminals.list.

1.3.0

15 Apr 15:09
1.3.0
954c016
Compare
Choose a tag to compare

Changes since the previous version:

  • Disabling of smooth scrolling is made possible for all views.
  • Zero-sized files are treated based on their extensions.
  • "New file" is used as the default name for new files (especially after GLib 2.75.1, that does not treat empty files as text/plain).
  • Opening of non-executable files that have executable types is fixed.
  • Problems about adding file extension on saving and pressing ENTER are fixed in LXQt file dialog.
  • The thumbnail/icon rectangles of list views are fixed (they might not be aligned correctly in previous versions).
  • Several small fixes and improvements.

1.2.1

02 Jan 10:02
1.2.1
fc79caa
Compare
Choose a tag to compare

This point release was made to provide a smooth Wayland experience with apps that are based on libfm-qt, especially PCManFM-Qt. Several problems are fixed regarding Wayland, like context menus, drag-and-drop, and launching of XWayland apps.

Also, the minimum width of name column is increased in the detailed list mode.

1.2.0

05 Nov 09:06
1.2.0
92a1f30
Compare
Choose a tag to compare

Main changes:

  • Search history is supported (and used by PCManFM-Qt).
  • The position of the drop menu of the folder view is corrected under Wayland.
  • In the detailed list mode, items can be selected by dragging the mouse cursor inside non-name columns.
  • The result of execution prompt can be remembered with multiple files.
  • Ctrl+D is added to LXQt file dialog for deselecting all items.

1.1.0

16 Apr 00:57
1.1.0
b929719
Compare
Choose a tag to compare

Main changes:

  • Prepared libfm-qt for implementing "Recent Files".
  • Prevented memory leak in searching.
  • Miscellaneous fixes for search:///.
  • Fixed moving of bookmarks in Bookmarks context menu and added some icons to the menu.
  • Fixed file association in a rare case, where XDG_CURRENT_DESKTOP was empty.
  • Fixed launching of apps in terminal emulators that do not have a special option for execution (like Kitty).

1.0.0

05 Nov 10:41
1.0.0
059ae57
Compare
Choose a tag to compare

Main changes:

  • Added support for adding/removing of emblems with File Properties dialog.
  • Added mount, unmount and eject actions to file context menu under computer:/// or wherever possible.
  • Avoided a freeze on mounting encrypted volumes.
  • Workaround for a bug in GFileMonitor regarding folder symlinks.
  • Added "Empty Trash" action to Trash's folder menu.
  • Enabled Qt's alternating row colors for detailed list view.
  • Ensured a correct selection order with Shift+mouse in icon view.
  • Prevented self-overwriting in file prompt dialog.
  • Fixed Cyrillic case-insensitive regex search.
  • Enhancements and fixes to smooth scrolling from inside view.
  • Added an item to LXQt file dialog for showing hidden files.
  • Added an option to LXQt file dialog for disabling smooth scrolling (in list and compact modes).
  • Remember hidden columns of LXQt file dialog (in list mode).
  • Show the context menu of the current folder when the Menu key is pressed and there is no selection.
  • Fixed two small memory leaks.

0.17.1

16 Apr 11:11
0.17.1
b554886
Compare
Choose a tag to compare

Fixed compilation against Qt5.12.