libfm-qt.git
6 years agoMerge version 0.14.1-11+rpi1 and 0.14.1-12 to produce 0.14.1-12+rpi1 archive/raspbian/0.14.1-12+rpi1 raspbian/0.14.1-12+rpi1
Raspbian automatic forward porter [Tue, 5 Nov 2019 02:35:45 +0000 (02:35 +0000)]
Merge version 0.14.1-11+rpi1 and 0.14.1-12 to produce 0.14.1-12+rpi1

6 years agoMerge libfm-qt (0.14.1-12) import into refs/heads/workingbranch
Alf Gaida [Tue, 22 Oct 2019 21:52:39 +0000 (22:52 +0100)]
Merge libfm-qt (0.14.1-12) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Tue, 22 Oct 2019 21:52:39 +0000 (22:52 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-12) unstable; urgency=medium
Alf Gaida [Tue, 22 Oct 2019 21:52:39 +0000 (22:52 +0100)]
libfm-qt (0.14.1-12) unstable; urgency=medium

  * Fixed symbol QRegEx -> QRegularExpression

[dgit import unpatched libfm-qt 0.14.1-12]

6 years agoImport libfm-qt_0.14.1-12.debian.tar.xz
Alf Gaida [Tue, 22 Oct 2019 21:52:39 +0000 (22:52 +0100)]
Import libfm-qt_0.14.1-12.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-12 libfm-qt_0.14.1-12.debian.tar.xz]

6 years agoMerge version 0.14.1-10+rpi1 and 0.14.1-11 to produce 0.14.1-11+rpi1 archive/raspbian/0.14.1-11+rpi1 raspbian/0.14.1-11+rpi1
Raspbian automatic forward porter [Sat, 12 Oct 2019 11:51:40 +0000 (12:51 +0100)]
Merge version 0.14.1-10+rpi1 and 0.14.1-11 to produce 0.14.1-11+rpi1

6 years agoMerge libfm-qt (0.14.1-11) import into refs/heads/workingbranch
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
Merge libfm-qt (0.14.1-11) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-11) unstable; urgency=medium
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
libfm-qt (0.14.1-11) unstable; urgency=medium

  * Bumped Standards to 4.4.1, no changes needed
  * Switched to gbp, gbp.conf added

[dgit import unpatched libfm-qt 0.14.1-11]

6 years agoImport libfm-qt_0.14.1-11.debian.tar.xz
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
Import libfm-qt_0.14.1-11.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-11 libfm-qt_0.14.1-11.debian.tar.xz]

6 years agoMerge version 0.14.1-9+rpi1 and 0.14.1-10 to produce 0.14.1-10+rpi1 archive/raspbian/0.14.1-10+rpi1 raspbian/0.14.1-10+rpi1
Raspbian automatic forward porter [Thu, 22 Aug 2019 16:27:53 +0000 (17:27 +0100)]
Merge version 0.14.1-9+rpi1 and 0.14.1-10 to produce 0.14.1-10+rpi1

6 years agoMerge libfm-qt (0.14.1-10) import into refs/heads/workingbranch
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
Merge libfm-qt (0.14.1-10) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-10) unstable; urgency=medium
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
libfm-qt (0.14.1-10) unstable; urgency=medium

  * Fixed symbols for gcc 9.2.1 (Closes: #925742)
  * Bumped Standards to 4.4.0, no changes needed

[dgit import unpatched libfm-qt 0.14.1-10]

6 years agoImport libfm-qt_0.14.1-10.debian.tar.xz
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
Import libfm-qt_0.14.1-10.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-10 libfm-qt_0.14.1-10.debian.tar.xz]

6 years agoMerge version 0.14.1-8+rpi1 and 0.14.1-9 to produce 0.14.1-9+rpi1 buster-staging archive/raspbian/0.14.1-9+rpi1 raspbian/0.14.1-9+rpi1
Raspbian automatic forward porter [Sun, 23 Jun 2019 15:01:15 +0000 (16:01 +0100)]
Merge version 0.14.1-8+rpi1 and 0.14.1-9 to produce 0.14.1-9+rpi1

6 years agoMerge libfm-qt (0.14.1-9) import into refs/heads/workingbranch
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
Merge libfm-qt (0.14.1-9) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-9) unstable; urgency=medium
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
libfm-qt (0.14.1-9) unstable; urgency=medium

  * Added upstream patch workaround-missed-file-monitoring.patch
    (Closes: #926803)
  * Added two new symbols - internal use only

[dgit import unpatched libfm-qt 0.14.1-9]

6 years agoImport libfm-qt_0.14.1-9.debian.tar.xz
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
Import libfm-qt_0.14.1-9.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-9 libfm-qt_0.14.1-9.debian.tar.xz]

6 years agoMerge version 0.14.1-6+rpi1 and 0.14.1-8 to produce 0.14.1-8+rpi1 archive/raspbian/0.14.1-8+rpi1 raspbian/0.14.1-8+rpi1
Raspbian automatic forward porter [Mon, 6 May 2019 18:43:01 +0000 (19:43 +0100)]
Merge version 0.14.1-6+rpi1 and 0.14.1-8 to produce 0.14.1-8+rpi1

6 years agoMerge libfm-qt (0.14.1-8) import into refs/heads/workingbranch
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
Merge libfm-qt (0.14.1-8) import into refs/heads/workingbranch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-8) unstable; urgency=medium
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
libfm-qt (0.14.1-8) unstable; urgency=medium

  * Removed the wrongly introduced build dependency on lxqt-qtplugin

[dgit import unpatched libfm-qt 0.14.1-8]

6 years agoImport libfm-qt_0.14.1-8.debian.tar.xz
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
Import libfm-qt_0.14.1-8.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-8 libfm-qt_0.14.1-8.debian.tar.xz]

6 years agoMerge version 0.14.1-4+rpi1 and 0.14.1-6 to produce 0.14.1-6+rpi1 archive/raspbian/0.14.1-6+rpi1 raspbian/0.14.1-6+rpi1
Raspbian automatic forward porter [Sat, 27 Apr 2019 13:22:21 +0000 (14:22 +0100)]
Merge version 0.14.1-4+rpi1 and 0.14.1-6 to produce 0.14.1-6+rpi1

6 years agoMerge libfm-qt (0.14.1-6) import into refs/heads/workingbranch
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
Merge libfm-qt (0.14.1-6) import into refs/heads/workingbranch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-6) unstable; urgency=medium
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
libfm-qt (0.14.1-6) unstable; urgency=medium

  * Fixed ignored creation-deletion sequences (Closes: #927707)

[dgit import unpatched libfm-qt 0.14.1-6]

6 years agoImport libfm-qt_0.14.1-6.debian.tar.xz
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
Import libfm-qt_0.14.1-6.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-6 libfm-qt_0.14.1-6.debian.tar.xz]

6 years agoMerge version 0.14.1-3+rpi1 and 0.14.1-4 to produce 0.14.1-4+rpi1 archive/raspbian/0.14.1-4+rpi1 raspbian/0.14.1-4+rpi1
Raspbian automatic forward porter [Mon, 15 Apr 2019 22:02:43 +0000 (23:02 +0100)]
Merge version 0.14.1-3+rpi1 and 0.14.1-4 to produce 0.14.1-4+rpi1

6 years agoMerge libfm-qt (0.14.1-4) import into refs/heads/workingbranch
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
Merge libfm-qt (0.14.1-4) import into refs/heads/workingbranch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-4) unstable; urgency=medium
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
libfm-qt (0.14.1-4) unstable; urgency=medium

  * Fix recursive copy to smb shares (and possible other remote filesystems)
    (Closes: #926626)

[dgit import unpatched libfm-qt 0.14.1-4]

6 years agoImport libfm-qt_0.14.1-4.debian.tar.xz
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
Import libfm-qt_0.14.1-4.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-4 libfm-qt_0.14.1-4.debian.tar.xz]

6 years agoMerge version 0.14.0-3+rpi1 and 0.14.1-3 to produce 0.14.1-3+rpi1 archive/raspbian/0.14.1-3+rpi1 raspbian/0.14.1-3+rpi1
Raspbian automatic forward porter [Mon, 11 Mar 2019 22:14:52 +0000 (22:14 +0000)]
Merge version 0.14.0-3+rpi1 and 0.14.1-3 to produce 0.14.1-3+rpi1

6 years agoMerge libfm-qt (0.14.1-3) import into refs/heads/workingbranch
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
Merge libfm-qt (0.14.1-3) import into refs/heads/workingbranch

6 years agolibfm-qt (0.14.1-3) unstable; urgency=medium
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
libfm-qt (0.14.1-3) unstable; urgency=medium

  * Fixed the remaining symbols

[dgit import unpatched libfm-qt 0.14.1-3]

6 years agoImport libfm-qt_0.14.1-3.debian.tar.xz
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
Import libfm-qt_0.14.1-3.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-3 libfm-qt_0.14.1-3.debian.tar.xz]

6 years agoFurther extend symbols file hack so it covers a new entry added in 0.14.0 archive/raspbian/0.14.0-3+rpi1 raspbian/0.14.0-3+rpi1
Peter Michael Green [Tue, 26 Feb 2019 00:09:30 +0000 (00:09 +0000)]
Further extend symbols file hack so it covers a new entry added in 0.14.0

6 years agoMerge version 0.13.1-10+rpi1 and 0.14.0-3 to produce 0.14.0-3+rpi1
Raspbian automatic forward porter [Mon, 25 Feb 2019 13:11:26 +0000 (13:11 +0000)]
Merge version 0.13.1-10+rpi1 and 0.14.0-3 to produce 0.14.0-3+rpi1

6 years agoImport libfm-qt_0.14.1.orig.tar.xz
Alf Gaida [Sun, 24 Feb 2019 18:31:01 +0000 (18:31 +0000)]
Import libfm-qt_0.14.1.orig.tar.xz

[dgit import orig libfm-qt_0.14.1.orig.tar.xz]

6 years agoMerge libfm-qt (0.14.0-3) import into refs/heads/workingbranch
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
Merge libfm-qt (0.14.0-3) import into refs/heads/workingbranch

6 years agopathbar: fix an issue with a slot recursive call
Alexander Golubev [Sat, 26 Jan 2019 14:48:39 +0000 (17:48 +0300)]
pathbar: fix an issue with a slot recursive call

Closes #225

Gbp-Pq: Name pathbar-recursive-call-slot.patch

6 years agoAdded missing sort-by-group action
Tsu Jan [Sun, 27 Jan 2019 03:43:38 +0000 (07:13 +0330)]
Added missing sort-by-group action

This is related to https://github.com/lxqt/pcmanfm-qt/issues/886 and will be followed by a pcmanfm-qt patch, which should be applied immediately after it (otherwie, a crash will happen).

Gbp-Pq: Name sort-by-group-action.patch

6 years agoUse a macro instead of string literal
apt-ghetto [Fri, 1 Feb 2019 16:23:12 +0000 (17:23 +0100)]
Use a macro instead of string literal

Define a macro for "metadata::trust". This avoids typos and replacing
the value is easier.

Gbp-Pq: Name macro-trust.patch

6 years agoMake setting trust possible anytime
Alf Gaida [Tue, 29 Jan 2019 17:20:07 +0000 (18:20 +0100)]
Make setting trust possible anytime

If a file is executable the option should be available in the context menu.
The part
&& (!fileLauncher_ || !fileLauncher_->quickExec()) is superfluous in that case.

fixes lxqt/libfm-qt/issues/354

Gbp-Pq: Name fix-trust.patch

6 years agolibfm-qt (0.14.0-3) unstable; urgency=medium
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
libfm-qt (0.14.0-3) unstable; urgency=medium

  * Switched to unstable
  * Fixed some more symbols
  * Ported back some upstream patches

[dgit import unpatched libfm-qt 0.14.0-3]

6 years agoImport libfm-qt_0.14.0-3.debian.tar.xz
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
Import libfm-qt_0.14.0-3.debian.tar.xz

[dgit import tarball libfm-qt 0.14.0-3 libfm-qt_0.14.0-3.debian.tar.xz]

6 years agoImport libfm-qt_0.14.0.orig.tar.xz
Alf Gaida [Wed, 30 Jan 2019 19:32:59 +0000 (19:32 +0000)]
Import libfm-qt_0.14.0.orig.tar.xz

[dgit import orig libfm-qt_0.14.0.orig.tar.xz]

6 years agoMerge version 0.13.1-9+rpi1 and 0.13.1-10 to produce 0.13.1-10+rpi1 archive/raspbian/0.13.1-10+rpi1 raspbian/0.13.1-10+rpi1
Raspbian forward pporter [Thu, 3 Jan 2019 00:21:04 +0000 (00:21 +0000)]
Merge version 0.13.1-9+rpi1 and 0.13.1-10 to produce 0.13.1-10+rpi1

6 years agoMerge libfm-qt (0.13.1-10) import into refs/heads/workingbranch
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
Merge libfm-qt (0.13.1-10) import into refs/heads/workingbranch

6 years agolibfm-qt (0.13.1-10) unstable; urgency=medium
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
libfm-qt (0.13.1-10) unstable; urgency=medium

  * Added Build-Depends-Package: libfm-qt-dev to libfm-qt-dev.symbols
  * Bumped Standards to 4.2.1
  * Fixed the first symbols (Closes: #916158)

[dgit import unpatched libfm-qt 0.13.1-10]

6 years agoImport libfm-qt_0.13.1-10.debian.tar.xz
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
Import libfm-qt_0.13.1-10.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-10 libfm-qt_0.13.1-10.debian.tar.xz]

7 years agoMerge version 0.13.1-6+rpi1 and 0.13.1-9 to produce 0.13.1-9+rpi1 archive/raspbian/0.13.1-9+rpi1 raspbian/0.13.1-9+rpi1
Raspbian forward pporter [Thu, 13 Sep 2018 20:24:06 +0000 (21:24 +0100)]
Merge version 0.13.1-6+rpi1 and 0.13.1-9 to produce 0.13.1-9+rpi1

7 years agoMerge libfm-qt (0.13.1-9) import into refs/heads/workingbranch
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
Merge libfm-qt (0.13.1-9) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-9) unstable; urgency=medium
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
libfm-qt (0.13.1-9) unstable; urgency=medium

  * Fixed armel and riscv symbols

[dgit import unpatched libfm-qt 0.13.1-9]

7 years agoImport libfm-qt_0.13.1-9.debian.tar.xz
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
Import libfm-qt_0.13.1-9.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-9 libfm-qt_0.13.1-9.debian.tar.xz]

7 years agoMerge version 0.13.1-5+rpi1 and 0.13.1-6 to produce 0.13.1-6+rpi1 archive/raspbian/0.13.1-6+rpi1 raspbian/0.13.1-6+rpi1
Raspbian forward pporter [Wed, 15 Aug 2018 01:28:32 +0000 (02:28 +0100)]
Merge version 0.13.1-5+rpi1 and 0.13.1-6 to produce 0.13.1-6+rpi1

7 years agoMerge libfm-qt (0.13.1-6) import into refs/heads/workingbranch
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
Merge libfm-qt (0.13.1-6) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-6) unstable; urgency=medium
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
libfm-qt (0.13.1-6) unstable; urgency=medium

  * Fixed a bunch of symbols

[dgit import unpatched libfm-qt 0.13.1-6]

7 years agoImport libfm-qt_0.13.1-6.debian.tar.xz
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
Import libfm-qt_0.13.1-6.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-6 libfm-qt_0.13.1-6.debian.tar.xz]

7 years agoUse wildcard for symbols file name in symbols file hack so that it keeps working... archive/raspbian/0.13.1-5+rpi1 raspbian/0.13.1-5+rpi1
Peter Michael Green [Thu, 12 Jul 2018 17:03:29 +0000 (17:03 +0000)]
Use wildcard for symbols file name in symbols file hack so that it keeps working across soname changes.

7 years agoMerge version 0.12.0-17+rpi1 and 0.13.1-5 to produce 0.13.1-5+rpi1
Raspbian forward pporter [Thu, 12 Jul 2018 13:45:43 +0000 (14:45 +0100)]
Merge version 0.12.0-17+rpi1 and 0.13.1-5 to produce 0.13.1-5+rpi1

7 years agoMerge libfm-qt (0.13.1-5) import into refs/heads/workingbranch
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
Merge libfm-qt (0.13.1-5) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-5) unstable; urgency=medium
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
libfm-qt (0.13.1-5) unstable; urgency=medium

  * Switch to unstable
  * Another round of symbol fixes
  * Bumped Standards to 4.1.5, no changes needed

[dgit import unpatched libfm-qt 0.13.1-5]

7 years agoImport libfm-qt_0.13.1-5.debian.tar.xz
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
Import libfm-qt_0.13.1-5.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-5 libfm-qt_0.13.1-5.debian.tar.xz]

7 years agoImport libfm-qt_0.13.1.orig.tar.xz
Alf Gaida [Sat, 2 Jun 2018 23:30:24 +0000 (00:30 +0100)]
Import libfm-qt_0.13.1.orig.tar.xz

[dgit import orig libfm-qt_0.13.1.orig.tar.xz]

7 years agoMerge version 0.12.0-16+rpi1 and 0.12.0-17 to produce 0.12.0-17+rpi1 archive/raspbian/0.12.0-17+rpi1 raspbian/0.12.0-17+rpi1
Raspbian forward pporter [Sat, 5 May 2018 11:30:51 +0000 (12:30 +0100)]
Merge version 0.12.0-16+rpi1 and 0.12.0-17 to produce 0.12.0-17+rpi1

7 years agoAdd further symbols file hack for compatibility with riscv64 symbols file archive/raspbian/0.12.0-16+rpi1 raspbian/0.12.0-16+rpi1
Peter Michael Green [Thu, 3 May 2018 14:37:12 +0000 (14:37 +0000)]
Add further symbols file hack for compatibility with riscv64 symbols file
changes.

7 years agoMerge version 0.12.0-14+rpi1 and 0.12.0-16 to produce 0.12.0-16+rpi1
Raspbian forward pporter [Wed, 2 May 2018 08:11:00 +0000 (09:11 +0100)]
Merge version 0.12.0-14+rpi1 and 0.12.0-16 to produce 0.12.0-16+rpi1

7 years agoMerge libfm-qt (0.12.0-17) import into refs/heads/workingbranch
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
Merge libfm-qt (0.12.0-17) import into refs/heads/workingbranch

7 years agolibfm-qt (0.12.0-17) unstable; urgency=medium
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
libfm-qt (0.12.0-17) unstable; urgency=medium

  * Fixed symbols for ia64
  * Fixed watch file to lxqt

[dgit import unpatched libfm-qt 0.12.0-17]

7 years agoImport libfm-qt_0.12.0-17.debian.tar.xz
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
Import libfm-qt_0.12.0-17.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-17 libfm-qt_0.12.0-17.debian.tar.xz]

7 years agoMerge libfm-qt (0.12.0-16) import into refs/heads/workingbranch
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
Merge libfm-qt (0.12.0-16) import into refs/heads/workingbranch

7 years agolibfm-qt (0.12.0-16) unstable; urgency=medium
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
libfm-qt (0.12.0-16) unstable; urgency=medium

  * fix some typos in symbols

[dgit import unpatched libfm-qt 0.12.0-16]

7 years agoImport libfm-qt_0.12.0-16.debian.tar.xz
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
Import libfm-qt_0.12.0-16.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-16 libfm-qt_0.12.0-16.debian.tar.xz]

7 years agoMerge version 0.12.0-13+rpi1 and 0.12.0-14 to produce 0.12.0-14+rpi1 archive/raspbian/0.12.0-14+rpi1 raspbian/0.12.0-14+rpi1
Raspbian forward pporter [Tue, 2 Jan 2018 07:09:46 +0000 (07:09 +0000)]
Merge version 0.12.0-13+rpi1 and 0.12.0-14 to produce 0.12.0-14+rpi1

8 years agoMerge libfm-qt (0.12.0-14) import into refs/heads/workingbranch
Alf Gaida [Wed, 13 Dec 2017 19:08:02 +0000 (19:08 +0000)]
Merge libfm-qt (0.12.0-14) import into refs/heads/workingbranch