Update to 2.3.1 #1

Open
sfalken wants to merge 0 commits from sfalken/libfm-qt:factory into leap-16.1
First-time contributor

Syncs leap-16.1 with Factory/upstream

Syncs leap-16.1 with Factory/upstream
sfalken added 70 commits 2026-02-24 18:00:23 +01:00
- It's a split out of libfm-qt from pcmanfm-qt
- Get spec file from X11:LXQt:git and adapt
- Add keyring and asc file

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=1
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=2
- Update description. Remove redundant requires/provides.

OBS-URL: https://build.opensuse.org/request/show/431482
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=3
OBS-URL: https://build.opensuse.org/request/show/432104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=1
- Update to 0.11.2:
  * Fix enabled state of path arrows on starting (#58)
  * bump patch version (#56)
  * Use QByteArray::constData() where we can (#57)
  * Updates lxqt-build-tools required version
  * Bump ABI so version numbers preparing for a new release.
  * Fix Pathbar Paint on Menu Pop-Up
  * Code cleanup and refactor for Fm::PathBar.
  * Added another condition
  * Added a missing condition (typo)
  * Scroll Pathbar with Mouse Wheel
  * Reduct flickering of the path bar when creating path buttons.
  * Code simplification by removing unnecessary signal/slot usage.
  * Path Button Middle Click
  * Enable auto-repeat for pathbar scroll buttons.
  * Make the path bar buttons aware of style changes.
  * Use widget style instead of app style
  * Align Path Buttons
  * Move FindXCB.cmake to lxqt-build-tools
  * Adds superbuild/intree support
  * Removes not needed dependency check
  * Set CMP0024 policy usage to NEW
  * Updates target_include_directories() stuff
  * Drops GLib library detection
  * Use the new FindMenuCache CMake module
  * Use the new FindFm CMake module
  * Check for FolderModelItem info (and FmPath)
  * Add Fm::PathBar::editingFinished() signal.
  * Select the current path when editing the path bar.
  * Enable path editing and popup menu for the button-style path bar.

OBS-URL: https://build.opensuse.org/request/show/460277
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=5
1

OBS-URL: https://build.opensuse.org/request/show/460513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=2
* Add data transferred to file operation dialog.
  * Bump versions
  * Disable context-menu actions that cannot be used
  * Don't export github templates
  * Fix partially visible toggled path buttons
  * Add functions to get and set search settings
  * Fix mistakes in listview column width calculation
  * Add archiver separator only when needed
  * Add a separator before archiver actions
  * Enable XDS subfolder drop
  * UI improvements for Fm::MountOperationPasswordDialog()
  * Respect inactiveness when drawing text
  * Grey out files that have been Ctrl-X'ed (#88)
  * Ignore button for error dialog
  * Inline renaming for detailed list view (#110)
  * Remove redundant code.
  * Prefer local paths if they exist
  * Removed QFileInfo (as @PCMan recommended)
  * Simplification, optimization and a fix
  * Really focus text entry on showing dialog
  * Two small fixes
  * Keep selection on reloading (if not CPU-intensive)
  * Added back/forward buttons and fixed 3 issues
  * Reload button, hidden shortcut and a fix
  * Implement FileDialog::selectMimeTypeFilter() and QString FileDialog::selectedMimeTypeFilter().
  * Initialize folder_ to null
  * Fixed the quote issue
  * Always preserve explicitly set labels
  * Update OK button text and state when needed

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=7
- Update to 0.12.0:
  * Add data transferred to file operation dialog.
  * Bump versions
  * Disable context-menu actions that cannot be used
  * Don't export github templates
  * Fix partially visible toggled path buttons
  * Add functions to get and set search settings
  * Fix mistakes in listview column width calculation
  * Add archiver separator only when needed
  * Add a separator before archiver actions
  * Enable XDS subfolder drop
  * UI improvements for Fm::MountOperationPasswordDialog()
  * Respect inactiveness when drawing text
  * Grey out files that have been Ctrl-X'ed (#88)
  * Ignore button for error dialog
  * Inline renaming for detailed list view (#110)
  * Remove redundant code.
  * Prefer local paths if they exist
  * Removed QFileInfo (as @PCMan recommended)
  * Simplification, optimization and a fix
  * Really focus text entry on showing dialog
  * Two small fixes
  * Keep selection on reloading (if not CPU-intensive)
  * Added back/forward buttons and fixed 3 issues
  * Reload button, hidden shortcut and a fix
  * Implement FileDialog::selectMimeTypeFilter() and QString FileDialog::selectedMimeTypeFilter().
  * Initialize folder_ to null
  * Fixed the quote issue
  * Always preserve explicitly set labels
  * Update OK button text and state when needed

OBS-URL: https://build.opensuse.org/request/show/535965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=3
- bsc#1091635 Problem with Terminal Command in PCManFM-Qt:
  Move from -devel package to main package:
  * archivers.list
  * terminals.list
  * libfm-qt-mimetypes.xml

OBS-URL: https://build.opensuse.org/request/show/603587
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=9
OBS-URL: https://build.opensuse.org/request/show/603589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=4
* Important functionalities, like file operations, are ported to C++, which means more flexibility and less libfm dependency
  * Smooth scrolling for icon and thumbnail views
  * Added a group column to the detailed list view
  * Merge side-pane with its surroundings
  * Support hiding of items in Places side-pane.
  * Use special/custom folder icons for bookmarks
  * Italic font for hidden items
  * Several bug fixes
  * Improvements in GUI and functionalities
  * Code cleanup

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=11
* This LibFM-Qt point release fixes a regression in Qt 5.11
    which will crash PcmanFM-Qt under certain conditions
  * Seems to be a problem in Qt 5.11 which is fixed in 5.11.1
  * Disconnect old source model

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=12
- Update to 0.13.0:
  * This LibFM-Qt point release fixes a regression in Qt 5.11
    which will crash PcmanFM-Qt under certain conditions
  * Seems to be a problem in Qt 5.11 which is fixed in 5.11.1
  * Disconnect old source model
- Update to 0.13.0:
  * Important functionalities, like file operations, are ported to C++, which means more flexibility and less libfm dependency
  * Smooth scrolling for icon and thumbnail views
  * Added a group column to the detailed list view
  * Merge side-pane with its surroundings
  * Support hiding of items in Places side-pane.
  * Use special/custom folder icons for bookmarks
  * Italic font for hidden items
  * Several bug fixes
  * Improvements in GUI and functionalities
  * Code cleanup

OBS-URL: https://build.opensuse.org/request/show/618031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=5
* The old libfm dependency is completely dropped.
  * Options are added for showing full file names instead of display
    names and also for shadowing icons of hidden items.
  * Problems in mounts and SMB are fixed.
  * Added support for trusting executables and also added an emblem
    to untrusted desktop files inside user home. Executables/desktop
    files can be “trusted” in their context menus.
  * Added selection/deselection corner marks on mouse-over
    (usually, small plus/minus icons).
  * Properties dialog contains more info, including a device bar.
  * The auto-completer of path-edit is made case-insensitive.
  * Compressing of a selection of different mimetypes is made possible.
  * The Places pane does not elide row texts unnecessarily anymore
    (only when they are too long).
  * Randomly missing eject button with mounting is fixed.
  * Template actions are shown sorted.
  * And many other fixes here and there.
- Move translation from lxqt-l10n into package
- Remove libfm dependency

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=14
%{lang_package} has implicit requires on %{name} We need to
  use %{lang_package -r libfm-qt6} to specify correct name.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=15
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=16
* Bumped API version to 0.14.1
  * Aged ABI version to 6.1.0
  * Respect sorting/selection order when launching files
  * Generate libfm-qt.pc correctly
  * Fix recursive search when a dir is matched
  * Fix crash on showing Properties dialog in special cases
  * Case-insensitive and match-containing file name completer for file dialog
  * Give window parents to some app-modal dialogs
  * Gray out cut files in detailed and compact modes
  * Added custom widths and visibility for detailed columns
  * Added missing sort-by-group action
  * Do not rely on the order of folder menu actions. instead check their data
  * pathbar: fix an issue with a slot recursive call
  * Make setting trust possible anytime
  * Define a macro for "metadata::trust".
  * Add rubber-band selection to detailed list view
  * Updated translations

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=17
- Update to 0.14.1:
  * Bumped API version to 0.14.1
  * Aged ABI version to 6.1.0
  * Respect sorting/selection order when launching files
  * Generate libfm-qt.pc correctly
  * Fix recursive search when a dir is matched
  * Fix crash on showing Properties dialog in special cases
  * Case-insensitive and match-containing file name completer for file dialog
  * Give window parents to some app-modal dialogs
  * Gray out cut files in detailed and compact modes
  * Added custom widths and visibility for detailed columns
  * Added missing sort-by-group action
  * Do not rely on the order of folder menu actions. instead check their data
  * pathbar: fix an issue with a slot recursive call
  * Make setting trust possible anytime
  * Define a macro for "metadata::trust".
  * Add rubber-band selection to detailed list view
  * Updated translations

- Update license to: LGPL-2.1-or-later AND GPL-2.0-or-later

- Fix lang requirement:
  %{lang_package} has implicit requires on %{name} We need to
  use %{lang_package -r libfm-qt6} to specify correct name.

- Update to 0.14.0:
  * The old libfm dependency is completely dropped.
  * Options are added for showing full file names instead of display
    names and also for shadowing icons of hidden items.
  * Problems in mounts and SMB are fixed.

OBS-URL: https://build.opensuse.org/request/show/678860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=6
- Add patch "fix_query_cancellation_error.patch" from upstream, fixed harmless pop-up error message (See https://github.com/lxqt/pcmanfm-qt/issues/1041)
- Fixed comments for previous declined request

OBS-URL: https://build.opensuse.org/request/show/762948
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=19
OBS-URL: https://build.opensuse.org/request/show/763661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=7
- Remove fix_query_cancellation_error.patch: contained in upstream
- Update to version 0.15.0
  * Opening of remote links in desktop entries is made possible.
  * Better drag-and-drop from remote folders to external apps.
  * SMB and FTP recursive copy/paste is fixed.
  * Lack of file monitoring in remote folders and some file systems is worked around as far as possible.
  * Richer file tooltips.
  * Easier and richer auto-completion.
  * Row-by-row scrolling inside view when Shift is pressed.
  * Smarter extension handling on saving with LXQt file dialog.
  * Deletion time is added to Trash.
  * Drag-and-drop to side-pane is supported.
  * Bookmark drag-and-drop is improved.
  * An option is added to show hidden files after others.
  * Disabled Create New in context menu when not possible.
  * Selected items are activated with Enter/Return.
  * The order of files is respected on launching multiple files.
  * Mount passwords can be saved (temporarily or permanently) if gnome-keyring is present.
  * Many fixes and enhancements.

OBS-URL: https://build.opensuse.org/request/show/797593
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=21
- Updated license in spec file
- Changed libfm-qt.keyring to tsujan's key

OBS-URL: https://build.opensuse.org/request/show/798374
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=22
- Split out data files from libfm-qt7 in order to adhere to the
  shared library packaging policy.

OBS-URL: https://build.opensuse.org/request/show/799273
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=23
- Move the libfm-qt Provides from the preamble to the library
  package. In the preamble it's useless, as if there was a main
  package being built, it's name would be libfm-qt already, thus
  implicitly providing this capability.

OBS-URL: https://build.opensuse.org/request/show/799275
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=24
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=25
- Use LGPL-2.1-or-later AND BSD-3-Clause as license

- Move the libfm-qt Provides from the preamble to the library
  package. In the preamble it's useless, as if there was a main
  package being built, it's name would be libfm-qt already, thus
  implicitly providing this capability.

- Split out data files from libfm-qt7 in order to adhere to the
  shared library packaging policy.

- Updated license in spec file

- Changed libfm-qt.keyring to tsujan's key

- Remove fix_query_cancellation_error.patch: contained in upstream
- Update to version 0.15.0
  * Opening of remote links in desktop entries is made possible.
  * Better drag-and-drop from remote folders to external apps.
  * SMB and FTP recursive copy/paste is fixed.
  * Lack of file monitoring in remote folders and some file systems is worked around as far as possible.
  * Richer file tooltips.
  * Easier and richer auto-completion.
  * Row-by-row scrolling inside view when Shift is pressed.
  * Smarter extension handling on saving with LXQt file dialog.
  * Deletion time is added to Trash.
  * Drag-and-drop to side-pane is supported.
  * Bookmark drag-and-drop is improved.
  * An option is added to show hidden files after others.
  * Disabled Create New in context menu when not possible.
  * Selected items are activated with Enter/Return.

OBS-URL: https://build.opensuse.org/request/show/799968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=8
- Use both license files

OBS-URL: https://build.opensuse.org/request/show/802691
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=27
OBS-URL: https://build.opensuse.org/request/show/802771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=9
* Changed "logout" to "session" in the password dialog because
    a keyring session may not be the same as a desktop session.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=29
- Update to 0.15.1:
  * Changed "logout" to "session" in the password dialog because
    a keyring session may not be the same as a desktop session.

OBS-URL: https://build.opensuse.org/request/show/806107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=10
* Clear selection before selecting an item in side-pane.
  * Update text color of places view if style changes in runtime.
  * Added a missing nullity check to file dialog code.
  * Fixed unwanted selection of all items in detailed list mode.
  * Fixed a memory leak in launching desktop entries.
  * Remember file sorting, showing of hidden files, hidden
    places of side-pane, showing of thumbnails, and icon
    sizes in LXQt file dialog.
  * Better focus change with Tab/BackTab in file dialog.
  * Open mount targets of mountable directories when they are
    clicked in file dialog.
  * More efficient and simpler code for graying out cut files.
  * Also consider the legacy bookmarks file in bookmarks dialog.
  * Guarantee horizontal alignment for pathbar scroll buttons.
  * Natural (GTK-like) file sorting by treating dot as separator.
  * Avoid QListView's DND methods in our list view.
  * Support special chars like `\n` and `\t` in path button name.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=31
- Update to 0.16.0:
  * Clear selection before selecting an item in side-pane.
  * Update text color of places view if style changes in runtime.
  * Added a missing nullity check to file dialog code.
  * Fixed unwanted selection of all items in detailed list mode.
  * Fixed a memory leak in launching desktop entries.
  * Remember file sorting, showing of hidden files, hidden
    places of side-pane, showing of thumbnails, and icon
    sizes in LXQt file dialog.
  * Better focus change with Tab/BackTab in file dialog.
  * Open mount targets of mountable directories when they are
    clicked in file dialog.
  * More efficient and simpler code for graying out cut files.
  * Also consider the legacy bookmarks file in bookmarks dialog.
  * Guarantee horizontal alignment for pathbar scroll buttons.
  * Natural (GTK-like) file sorting by treating dot as separator.
  * Avoid QListView's DND methods in our list view.
  * Support special chars like `\n` and `\t` in path button name.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/request/show/845996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=11
* Creation time is supported.
  * Multiple files that are associated with the same app are launched
    together.
  * A menu-item is added to the "Open With..." menu to open mixed
    selections with their default apps.
  * The size limit for thumbnail creation is fixed.
  * Blurred thumbnails with scale factors > 1 are fixed.
  * A Delete action is added to the context menu of a trashed file.
    Also, redundant items are removed from that menu.
  * The Group entry of Properties dialog is enabled when the file
    belongs to user.
  * A rare crash on emptying Trash is fixed.
  * The localization of LXQt file dialog is enabled.
  * An issue is fixed in renaming template files before creating them.
  * The emblem positions are corrected in compact and detailed views.
  * Sorting by deletion time is corrected inside Trash.
  * Other fixes and code cleanup.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=33
- Update to 0.17.0:
  * Creation time is supported.
  * Multiple files that are associated with the same app are launched
    together.
  * A menu-item is added to the "Open With..." menu to open mixed
    selections with their default apps.
  * The size limit for thumbnail creation is fixed.
  * Blurred thumbnails with scale factors > 1 are fixed.
  * A Delete action is added to the context menu of a trashed file.
    Also, redundant items are removed from that menu.
  * The Group entry of Properties dialog is enabled when the file
    belongs to user.
  * A rare crash on emptying Trash is fixed.
  * The localization of LXQt file dialog is enabled.
  * An issue is fixed in renaming template files before creating them.
  * The emblem positions are corrected in compact and detailed views.
  * Sorting by deletion time is corrected inside Trash.
  * Other fixes and code cleanup.

OBS-URL: https://build.opensuse.org/request/show/885932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=12
* 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.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=35
- Update to 1.0.0:
  * 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.

OBS-URL: https://build.opensuse.org/request/show/930092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=13
* 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).

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=36
- Update to 1.1.0:
  * 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).

OBS-URL: https://build.opensuse.org/request/show/973869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=14
- Update to 1.2.0:
  * Support adding of pattern lists to entries of search dialog
    (such lists are used by `pcmanfm-qt` for having a search history).
  * Fixed crash with empty URI scheme of folder path.
  * Silenced compilation warnings about deprecated GLib functions.
  * Don't show a deletion prompt without a selection.
  * Fixed infinite loop if a symlink that is created by DND
    overwrites a non-empty directory.
  * Allow remembering the result of execution prompt for multiple files.
  * Added `Ctrl+D` to LXQt file dialog for deselecting all items.
  * Allow selection by dragging mouse cursor inside non-name
    columns in the detailed list mode.
  * Corrected the position of drop menu under Wayland.
  * Fixed crash with DND into side-pane under Wayland.
  * Added nullity checks to `XdndWorkaround`.

OBS-URL: https://build.opensuse.org/request/show/1033708
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=38
OBS-URL: https://build.opensuse.org/request/show/1033817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=15
- Update version in lang package requirement

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=40
- Buildrequire lxqt-build-tools >= 0.12.0
- Update version in lang package requirement

OBS-URL: https://build.opensuse.org/request/show/1034551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=16
* Specified the parents of context menus for use on Wayland.
  * Fixed launching XWayland apps under Wayland.
  * appchooserdialog: do not disable the OK button when Custom Command page is shown.
  * Increased the minimum width of name column in detailed list view.
  * Fixed the DND menu position under Wayland.
  * Fixed crash with DND from outside app under Wayland.
  * Fixed unresponsive DND menu under Wayland.
  * Workaround for DND keyboard modifiers under Wayland.
  * Check mime data of clipboard for nullity (for Wayland).
  * Fixed drawing of selection rectangle under Wayland.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=42
- Update to 1.2.1:
  * Specified the parents of context menus for use on Wayland.
  * Fixed launching XWayland apps under Wayland.
  * appchooserdialog: do not disable the OK button when Custom Command page is shown.
  * Increased the minimum width of name column in detailed list view.
  * Fixed the DND menu position under Wayland.
  * Fixed crash with DND from outside app under Wayland.
  * Fixed unresponsive DND menu under Wayland.
  * Workaround for DND keyboard modifiers under Wayland.
  * Check mime data of clipboard for nullity (for Wayland).
  * Fixed drawing of selection rectangle under Wayland.

OBS-URL: https://build.opensuse.org/request/show/1046180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=17
- Update to 1.3.0
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1079613
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=44
OBS-URL: https://build.opensuse.org/request/show/1079664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=18
* 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.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=46
- Update to 1.4.0:
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1123566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=19
- Change in .spec to clear install issue with -lang subpackage
  * https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt#comment-1846136

OBS-URL: https://build.opensuse.org/request/show/1125098
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=53
OBS-URL: https://build.opensuse.org/request/show/1125100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=20
- Update to 2.0.2:
  * Fixed a regression in running executable files in terminal.
  * Removed a redundant child-parent relation in path-bar to prevent
    a rare crash with Qt ≥ 6.7.
  * Ported to Qt6.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1173382
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=55
- Requires fixed

OBS-URL: https://build.opensuse.org/request/show/1178381
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=56
* Provides: libfm-qt6 >= %{version} for main library
  * Specfile Cleanup
  * %check section

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=57
- Added:
  * Provides: libfm-qt6 >= %{version} for main library
  * Specfile Cleanup
  * %check section

- Requires fixed

- Update to 2.0.2:
  * Fixed a regression in running executable files in terminal.
  * Removed a redundant child-parent relation in path-bar to prevent
    a rare crash with Qt ≥ 6.7.
  * Ported to Qt6.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1178511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=21
- Update to version 2.1.0:
  * Pre-release changes (#1022)
  * Updated *.ts files (#1023)
  * weblate commits (#1021)
  * Allow relative paths for folder icons (#1020)
  * weblate commits (#1018)
  * Silenced a compilation warning about `GDestroyNotify` (#1016)
  * Fixed the scaled pixmap of `Fm::IconEngine` (#1015)
  * Enhanced the detection of changes in folder config (#1014)
  * weblate commits (#1008)
  * Detect remote and read-only file systems (#1007)

OBS-URL: https://build.opensuse.org/request/show/1221982
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=59
- Update to version 2.1.0:
  * Pre-release changes (#1022)
  * Updated *.ts files (#1023)
  * weblate commits (#1021)
  * Allow relative paths for folder icons (#1020)
  * weblate commits (#1018)
  * Silenced a compilation warning about `GDestroyNotify` (#1016)
  * Fixed the scaled pixmap of `Fm::IconEngine` (#1015)
  * Enhanced the detection of changes in folder config (#1014)
  * weblate commits (#1008)
  * Detect remote and read-only file systems (#1007) (forwarded request 1221982 from AndnoVember)

OBS-URL: https://build.opensuse.org/request/show/1223244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=22
- Update to version 2.2.0:
  * Code cleanup and Update
  * Custom options are enabled for local terminals list
  * Common apps are listed in "Open With" menu when multiple files
    with different MIME types are selected
  * Try better to change directory on mounting by clicking in the
    side pane

OBS-URL: https://build.opensuse.org/request/show/1270649
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=61
OBS-URL: https://build.opensuse.org/request/show/1270838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=23
- Add upstream change:
  * libfm-qt-qt610.patch

OBS-URL: https://build.opensuse.org/request/show/1311221
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=63
OBS-URL: https://build.opensuse.org/request/show/1311236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=24
* "Safely Remove" is added to side-pane context menu when
    possible
  * A workaround is added for GLib's problem with moving directory
    over directory
  * Fixed building with Qt 6.10
  * Other small fixes and changes

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=65
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=66
- Drop libfm-qt-qt610.patch

- Update to version 2.3.0:
  * "Safely Remove" is added to side-pane context menu when
    possible
  * A workaround is added for GLib's problem with moving directory
    over directory
  * Fixed building with Qt 6.10
  * Other small fixes and changes

OBS-URL: https://build.opensuse.org/request/show/1315867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=25
* Reverted the workaround for moving directory over directory.
    For now, sticking with GIO's default behavior is the wisest
    choice.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=68
- Update to version 2.3.1:
  * Reverted the workaround for moving directory over directory.
    For now, sticking with GIO's default behavior is the wisest
    choice.

OBS-URL: https://build.opensuse.org/request/show/1320395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=26
autogits_workflow_pr_bot requested review from legaldb 2026-02-24 18:00:54 +01:00
autogits_workflow_pr_bot requested review from packagehub-review 2026-02-24 18:00:54 +01:00
First-time contributor
Build failed, for more information go in https://build.opensuse.org/project/show/openSUSE:Backports:SLE-16.1:PullRequest:477.
packagehub-review requested review from bigironman 2026-02-24 18:09:40 +01:00
packagehub-review requested review from lkocman-factory 2026-02-24 18:09:40 +01:00
packagehub-review requested review from maxlin_factory 2026-02-24 18:09:40 +01:00
packagehub-review requested review from smithfarm 2026-02-24 18:09:40 +01:00

Review by packagehub-review represents a group of reviewers: bigironman, lkocman-factory, maxlin_factory, smithfarm .

Do not use standard review interface to review on behalf of the group.
To accept the review on behalf of the group, create the following comment: @packagehub-review: approve.
To request changes on behalf of the group, create the following comment: @packagehub-review: decline followed with lines justifying the decision.
Future edits of the comments are ignored, a new comment is required to change the review state.

Review by packagehub-review represents a group of reviewers: bigironman, lkocman-factory, maxlin_factory, smithfarm . Do **not** use standard review interface to review on behalf of the group. To accept the review on behalf of the group, create the following comment: `@packagehub-review: approve`. To request changes on behalf of the group, create the following comment: `@packagehub-review: decline` followed with lines justifying the decision. Future edits of the comments are ignored, a new comment is required to change the review state.
Member

Legal reviewed as acceptable:

Accepted because previously reviewed under the same license (336063)
Legal reviewed as [acceptable](https://legaldb.suse.de/reviews/details/506651): ``` Accepted because previously reviewed under the same license (336063) ```
legaldb approved these changes 2026-02-24 18:16:09 +01:00
This pull request has official review requests.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u factory:sfalken-factory
git checkout sfalken-factory
Sign in to join this conversation.