From 8ea50db6fa4c36383a375db2f1e9ecb9a771d8c2 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Wed, 2 Mar 2022 10:33:42 +0100 Subject: Moved distro --- .gitignore | 0 COPYING | 0 Cargo.lock | 0 Cargo.toml | 0 build-aux/cargo.sh | 0 build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | 0 com.lakoliu.Furtherance.json | 0 data/com.lakoliu.Furtherance.appdata.xml.in | 0 data/com.lakoliu.Furtherance.desktop.in | 0 data/com.lakoliu.Furtherance.gschema.xml | 0 data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg | 0 data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg | 0 data/icons/hicolor/symbolic/apps/com.lakoliu.Furtherance-symbolic.svg | 0 data/icons/meson.build | 0 data/meson.build | 0 meson.build | 0 meson_options.txt | 0 po/LINGUAS | 0 po/POTFILES | 0 po/meson.build | 0 src/application.rs | 0 src/config.rs.in | 0 src/database.rs | 0 src/furtherance.gresource.xml | 0 src/gtk/history_box.ui | 0 src/gtk/preferences_window.ui | 0 src/gtk/style.css | 0 src/gtk/task_details.ui | 0 src/gtk/task_row.ui | 0 src/gtk/tasks_group.ui | 0 src/gtk/tasks_page.ui | 0 src/gtk/window.ui | 0 src/main.rs | 0 src/meson.build | 0 src/settings_manager.rs | 0 src/ui.rs | 0 src/ui/history_box.rs | 0 src/ui/preferences_window.rs | 0 src/ui/task_details.rs | 0 src/ui/task_row.rs | 0 src/ui/tasks_group.rs | 0 src/ui/tasks_page.rs | 0 src/ui/window.rs | 0 43 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 COPYING mode change 100644 => 100755 Cargo.lock mode change 100644 => 100755 Cargo.toml mode change 100644 => 100755 build-aux/cargo.sh mode change 100644 => 100755 build-aux/flatpak/com.lakoliu.Furtherance.Devel.json mode change 100644 => 100755 com.lakoliu.Furtherance.json mode change 100644 => 100755 data/com.lakoliu.Furtherance.appdata.xml.in mode change 100644 => 100755 data/com.lakoliu.Furtherance.desktop.in mode change 100644 => 100755 data/com.lakoliu.Furtherance.gschema.xml mode change 100644 => 100755 data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg mode change 100644 => 100755 data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg mode change 100644 => 100755 data/icons/hicolor/symbolic/apps/com.lakoliu.Furtherance-symbolic.svg mode change 100644 => 100755 data/icons/meson.build mode change 100644 => 100755 data/meson.build mode change 100644 => 100755 meson.build mode change 100644 => 100755 meson_options.txt mode change 100644 => 100755 po/LINGUAS mode change 100644 => 100755 po/POTFILES mode change 100644 => 100755 po/meson.build mode change 100644 => 100755 src/application.rs mode change 100644 => 100755 src/config.rs.in mode change 100644 => 100755 src/database.rs mode change 100644 => 100755 src/furtherance.gresource.xml mode change 100644 => 100755 src/gtk/history_box.ui mode change 100644 => 100755 src/gtk/preferences_window.ui mode change 100644 => 100755 src/gtk/style.css mode change 100644 => 100755 src/gtk/task_details.ui mode change 100644 => 100755 src/gtk/task_row.ui mode change 100644 => 100755 src/gtk/tasks_group.ui mode change 100644 => 100755 src/gtk/tasks_page.ui mode change 100644 => 100755 src/gtk/window.ui mode change 100644 => 100755 src/main.rs mode change 100644 => 100755 src/meson.build mode change 100644 => 100755 src/settings_manager.rs mode change 100644 => 100755 src/ui.rs mode change 100644 => 100755 src/ui/history_box.rs mode change 100644 => 100755 src/ui/preferences_window.rs mode change 100644 => 100755 src/ui/task_details.rs mode change 100644 => 100755 src/ui/task_row.rs mode change 100644 => 100755 src/ui/tasks_group.rs mode change 100644 => 100755 src/ui/tasks_page.rs mode change 100644 => 100755 src/ui/window.rs diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/COPYING b/COPYING old mode 100644 new mode 100755 diff --git a/Cargo.lock b/Cargo.lock old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 diff --git a/build-aux/cargo.sh b/build-aux/cargo.sh old mode 100644 new mode 100755 diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json old mode 100644 new mode 100755 diff --git a/com.lakoliu.Furtherance.json b/com.lakoliu.Furtherance.json old mode 100644 new mode 100755 diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in old mode 100644 new mode 100755 diff --git a/data/com.lakoliu.Furtherance.desktop.in b/data/com.lakoliu.Furtherance.desktop.in old mode 100644 new mode 100755 diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml old mode 100644 new mode 100755 diff --git a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg old mode 100644 new mode 100755 diff --git a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg old mode 100644 new mode 100755 diff --git a/data/icons/hicolor/symbolic/apps/com.lakoliu.Furtherance-symbolic.svg b/data/icons/hicolor/symbolic/apps/com.lakoliu.Furtherance-symbolic.svg old mode 100644 new mode 100755 diff --git a/data/icons/meson.build b/data/icons/meson.build old mode 100644 new mode 100755 diff --git a/data/meson.build b/data/meson.build old mode 100644 new mode 100755 diff --git a/meson.build b/meson.build old mode 100644 new mode 100755 diff --git a/meson_options.txt b/meson_options.txt old mode 100644 new mode 100755 diff --git a/po/LINGUAS b/po/LINGUAS old mode 100644 new mode 100755 diff --git a/po/POTFILES b/po/POTFILES old mode 100644 new mode 100755 diff --git a/po/meson.build b/po/meson.build old mode 100644 new mode 100755 diff --git a/src/application.rs b/src/application.rs old mode 100644 new mode 100755 diff --git a/src/config.rs.in b/src/config.rs.in old mode 100644 new mode 100755 diff --git a/src/database.rs b/src/database.rs old mode 100644 new mode 100755 diff --git a/src/furtherance.gresource.xml b/src/furtherance.gresource.xml old mode 100644 new mode 100755 diff --git a/src/gtk/history_box.ui b/src/gtk/history_box.ui old mode 100644 new mode 100755 diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui old mode 100644 new mode 100755 diff --git a/src/gtk/style.css b/src/gtk/style.css old mode 100644 new mode 100755 diff --git a/src/gtk/task_details.ui b/src/gtk/task_details.ui old mode 100644 new mode 100755 diff --git a/src/gtk/task_row.ui b/src/gtk/task_row.ui old mode 100644 new mode 100755 diff --git a/src/gtk/tasks_group.ui b/src/gtk/tasks_group.ui old mode 100644 new mode 100755 diff --git a/src/gtk/tasks_page.ui b/src/gtk/tasks_page.ui old mode 100644 new mode 100755 diff --git a/src/gtk/window.ui b/src/gtk/window.ui old mode 100644 new mode 100755 diff --git a/src/main.rs b/src/main.rs old mode 100644 new mode 100755 diff --git a/src/meson.build b/src/meson.build old mode 100644 new mode 100755 diff --git a/src/settings_manager.rs b/src/settings_manager.rs old mode 100644 new mode 100755 diff --git a/src/ui.rs b/src/ui.rs old mode 100644 new mode 100755 diff --git a/src/ui/history_box.rs b/src/ui/history_box.rs old mode 100644 new mode 100755 diff --git a/src/ui/preferences_window.rs b/src/ui/preferences_window.rs old mode 100644 new mode 100755 diff --git a/src/ui/task_details.rs b/src/ui/task_details.rs old mode 100644 new mode 100755 diff --git a/src/ui/task_row.rs b/src/ui/task_row.rs old mode 100644 new mode 100755 diff --git a/src/ui/tasks_group.rs b/src/ui/tasks_group.rs old mode 100644 new mode 100755 diff --git a/src/ui/tasks_page.rs b/src/ui/tasks_page.rs old mode 100644 new mode 100755 diff --git a/src/ui/window.rs b/src/ui/window.rs old mode 100644 new mode 100755 -- cgit 1.4.1