Skip to content

Releases: lxqt/pcmanfm-qt

2.0.0

17 Apr 10:39
2.0.0
f348262
Compare
Choose a tag to compare

The app is ported to Qt6, and its desktop module is made completely ready for Wayland. Also,

  • Fixed rare misplacement of desktop icons with Qt6.
  • Added 5 menu icons to the main window.
  • Disabled root instance under Wayland.

1.4.1

09 Feb 19:21
1.4.1
1639fbf
Compare
Choose a tag to compare

A regression is fixed in setting wallpaper with command-line.

1.4.0

05 Nov 11:22
1.4.0
699befb
Compare
Choose a tag to compare

Main changes:

  • Include the state of split view on restoring tabs of the last window. The credit goes to @riverbl for the main idea.
  • Allow users to add terminal commands.
  • Fixed the tab order in dialogs.
  • Fixed --wallpaper-mode command-line option.
  • Check if wallpaper cache is up-to-date on reading Desktop settings (needed when the wallpaper is changed but its path and name are not).
  • Added an SVG app icon.

1.3.0

15 Apr 15:13
1.3.0
57cbdb3
Compare
Choose a tag to compare

Main changes:

  • Prevent Desktop items from shaking on config changes.
  • Keep dragged and dropped items together on Desktop as far as possible.
  • Remove Desktop's drop indicator on leaving Desktop.
  • Added a title for Desktop (for setting WM rules under some Wayland compositors).
  • Leave the pixmap cache limit to Qt, to avoid extra CPU usage is rare cases.

1.2.1

02 Jan 11:38
1.2.1
25c37d4
Compare
Choose a tag to compare

This point release was made, alongside a point release of libfm-qt, for providing a good Wayland experience.

Also, tab drag-and-drop is enabled under Wayland.

1.2.0

05 Nov 09:10
1.2.0
2a703e9
Compare
Choose a tag to compare

Main changes:

  • The search dialog entries are equipped with search history. The maximum number of history items can be set in Preferences → Advanced → Search.
  • The margins of the desktop workspace can be customized. This is especially useful with panels/docks that don't reserve space but auto-hide on overlapping windows.
  • Options for locale-awareness and zero-padding have been added to the bulk-renaming dialog.
  • A "Categories" entry and a "What's-This" help have been added to the launcher creating dialog.
  • An item is added to the Edit menu for deselecting all files, with Ctrl+D as its shortcut. It's especially useful in the detailed list mode.
  • The device pixel ratio is taken into account when drawing wallpapers.
  • An old problem is fixed in centering per-screen wallpapers with multi-screen setups.
  • The settings shared by Desktop and windows are also applied to Desktop on the fly (they are auto-delay selection, right-click behavior, showing of thumbnails and treating backup files as hidden).

1.1.0

16 Apr 01:07
1.1.0
031f41d
Compare
Choose a tag to compare

Main changes:

  • Added "Recent Files" to the File menu.
  • Implemented org.freedesktop.FileManager1. It is used by apps (like Firefox and Chromium) that call the default file manager to show files inside a directory or do other jobs.
  • Fixed DND and keyboard navigation on RTL desktops.
  • Added "Open in Terminal" to the top of folder context menu.
  • Fixed an issue in positioning of sticky items on Desktop.
  • With the transient filter bar, the first item whose name starts with the filter string is preselected. If it doesn't exist, the first visible item will be preselected.
  • Filtering respects the checked state of Preferences → Display → Always show real file names.

1.0.0

05 Nov 10:46
1.0.0
227a775
Compare
Choose a tag to compare

Main changes:

  • Added an option to make desktop items sticky by default.
  • Allowed the recursive customization of folders.
  • Prevented closing of file operation dialog on closing the main window.
  • Keep the custom position of a desktop item on inline renaming.
  • Added per-folder settings actions to the current tab's context menu. Also, set the tab icon according to the customization, if any.
  • Added an action to remove settings of nonexistent folders.
  • Add a new tab on double clicking an empty space of the tab-bar.
  • Added an option to disable smooth scrolling in list and compact modes.
  • Disabled tab DND under Wayland (because of Wayland's limitations).

0.17.0

15 Apr 09:59
0.17.0
8d4138c
Compare
Choose a tag to compare

Main changes:

  • Natural keyboard navigation on Desktop.
  • Creation time is supported.
  • A menu-item is added to the Tools menu for opening the current directory as admin (with GVFS).
  • "Create Launcher" is added to the Tools menu.
  • An option is added for max. file size with external thumbnailers.
  • Always focus the visible view on opening a new tab.
  • Close file tooltips on key pressing or changing directory/filter/sorting.
  • Several small fixes.

0.16.0

04 Nov 12:44
0.16.0
f461f0c
Compare
Choose a tag to compare

Main changes:

  • Added an option to switch to newly opened tab.
  • Added an option to open tabs of last window.
  • Guarantee a correct cursor shape on opening a folder.
  • Scroll to current item on removing/changing filter.
  • Keep the current focus when opening new tab in background.
  • Fixed DND into desktop trash and also moving desktop files into desktop folders by DND.
  • An option is added for opening desktop folders with the default file manager (which may not be pcmanfm-qt) by left clicking.
  • Fixes and enhancements.