SHA256
1
0
forked from pool/pcmanfm-qt

- Update to 0.16.0:

* Removed a redundant method from desktop code.
  * Added an option to switch to newly opened tab.
  * Added an option to open tabs of last window.
  * Fixed a regression in restoring vertical scroll position.
  * 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.
  * Reversed the workaround for RTL statusbar text because
    it isn't needed anymore.
  * Fixed DND into desktop trash.
  * Handle ampersand and newline in tab text.
  * Handle text tabs in statusbar.
  * Added an option to open desktop folders in default file manager.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=22
This commit is contained in:
Michael Vetter 2020-11-04 13:26:27 +00:00 committed by Git OBS Bridge
parent ea6afb8aed
commit 00fe90ca90
6 changed files with 43 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d1a076046f33ee6ffd58e79a18ca516e198f21a59dff4a2d8da04962130ecc7
size 257832

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl7A0PQVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+zvIQALIyLBgJUbmC1P5/Fzddt8bo5StL
2GxwMjvt5xlCHQMywGZPXvNERxVXK/O/9YVK1CUNRkS3g6dU6KKUTY9LeMdLkpPR
SRt3NcXn2BgPlw1nIMW+pqsPFVIBV2J9o3bgdpSdJIVg7zkCLFbbtp2xvr6oGtO2
MxjYvKXTCFSmMEN/GMvmFNON4qrd7GB8kfKNaLlRBaUjoK0PfWLxjv3SH8grG/p2
lVNO2QHrOMH/K6m8rKYtKF2cl/K4TfNAXKDLEzSgZkcC4KMV3czv0JHSTVXiqbLu
2/vFncKdrq3GlQlT+dfAApdfUVD7rKsvMiudiK94M3WU1aALAuhPvcmTgqUvCkgB
2UU0o2wWqWWrt9dUXLYOOuE/yQSj2YYFDtzFr1xjkZRgGXd7/Dm4ajcYjeIPYSaX
FfK6pmWUN0ieg9lSb8P9HCnukOuVfXZmGgWVaNhEESHKlKP773NE99zrFF9lFeHp
mFqygBtO91fN2AM7RfOVKOOgOO0z1L6XHCJWOzbpyCFw8ONpC2SzbDi+/IyfGxMo
ZJOhSsGAAldrpkLs06VMRvLbOufBKOSThIS4E2q8LX0H5mkstHHzyY7ZbyAmON6K
jmM5rb9eEjkFIywg98u2VM3XGPSMc3KobAFneMOfy4pAmb7OUZmOnMY/VYu+/C52
Bs7koHNPet7kpHYc
=sNM/
-----END PGP SIGNATURE-----

3
pcmanfm-qt-0.16.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc08bb6050543d862bf3594d6bd414c427b7998e36177e5e62611ce3e7effab6
size 275792

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl+iocQVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+Qz8QALOli3xTXxr6fXm4JQbZab6YieTz
OinZnkH09AGqG+AaHwY/R2wE7wRWQJweElq2ISBMRNSJSl6ELl9Nh85y1MxaSZ36
RelxKvmsjaTRM5hebfHh/M6bXQM5fuiC8DGr3fJo0jCrJKYx6fyOHH16ZrCp7sxE
B/gpqT/dDrY5AwZlhSr9rtkBdR+vEvJgMoFf4MXRbJQFB5Uydvg+NfHba2yRZyIM
+0QA6BwhujVG7cBYfnHNmQ/r6WMPj4epLcFRTydaXmeBiWuEoshcG63Yryl2bS+c
pOrmTScXT/SPI1ctUlaG+H333hhdfz+lrlTcmINRX6F94xP3xfEcahR0C3KDzV9n
GFXfbWGOBrftsZIlOBkQe7O3i8K1tXOR88D029HkMmu263ACsLnfQ2o1TydYP1MV
bTZph38xvlYHKuB/rNk4B4ZN2IYTqofD3mJT3uiEzp0V0PqYwM6ENms78mbrLHQa
5R8tZd65s/jntkLaQhvkGc9CEWT7jhMUsH2gBRtPq0r8WYpdTz2oHjeHKvXYd+up
9+iifXPm0oP+PpjIMl7u5djOr1WnQNGNApryrVWx6E+BAwOycivECRTK4O+Co+Tf
q1KObp2adyrQef4PoxDDSlysrHd8uW1s3PVKUHJZM7GwmP9RBH6Wzg7Nxjv32toz
NXs2CbknglI1qUYp
=hFwR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 4 13:26:06 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.16.0:
* Removed a redundant method from desktop code.
* Added an option to switch to newly opened tab.
* Added an option to open tabs of last window.
* Fixed a regression in restoring vertical scroll position.
* 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.
* Reversed the workaround for RTL statusbar text because
it isn't needed anymore.
* Fixed DND into desktop trash.
* Handle ampersand and newline in tab text.
* Handle text tabs in statusbar.
* Added an option to open desktop folders in default file manager.
* Code cleanup.
-------------------------------------------------------------------
Sun May 17 20:30:37 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -17,7 +17,7 @@
Name: pcmanfm-qt
Version: 0.15.1
Version: 0.16.0
Release: 0
Summary: File manager and desktop icon manager
License: GPL-2.0-or-later
@ -31,17 +31,16 @@ Patch0: pcmanfm-qt-default-wallpaper.patch
BuildRequires: cmake >= 3.1.0
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools-devel >= 0.7.0
BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Core) >= 5.12.0
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libfm-qt) >= 0.15.1
BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0
BuildRequires: pkgconfig(libfm-qt) >= 0.16.0
BuildRequires: pkgconfig(lxqt) >= 0.15.0
#bsc#1100208 - mvetter@suse.de
Requires: wallpaper-branding-openSUSE