Package: lomiri-filemanager-app / 1.1.4+dfsg-2

Metadata

Package Version Patches format
lomiri-filemanager-app 1.1.4+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2002_hide app if not in lomiri.patch | (download)

lomiri-filemanager-app.desktop.in.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 hide app if not on lomiri
2001_no autopilot tests.patch | (download)

CMakeLists.txt | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 don't build/run autopilot tests. autopilot is not in debian.
0001 Fix connections syntax.patch | (download)

src/app/qml/components/PathHistoryRow.qml | 4 3 + 1 - 0 !
src/app/qml/dialogs/FileOperationProgressDialog.qml | 4 2 + 2 - 0 !
src/app/qml/filemanager.qml | 14 10 + 4 - 0 !
src/app/qml/ui/FolderListPage.qml | 2 1 + 1 - 0 !
4 files changed, 16 insertions(+), 8 deletions(-)

 [patch] fix connections syntax

```
QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
```

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>