From 046e9c60dab37d2abf231d462436fd4da98dcb10 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 7 Oct 2022 20:25:47 +0200 Subject: Add GIF --- README.md | 5 +---- data/icons/com.lakoliu.Furtherance.Source.svg | 0 .../scalable/apps/com.lakoliu.Furtherance.Devel.svg | 0 .../hicolor/scalable/apps/com.lakoliu.Furtherance.svg | 0 data/screenshots/furtherance-screen.gif | Bin 0 -> 8420901 bytes po/Furtherance.pot | 0 po/he.po | 0 po/nb_NO.po | 0 po/pt_BR.po | 0 po/ru.po | 0 src/gtk/dialogs.ui | 0 src/gtk/report.ui | 0 src/ui/report.rs | 0 13 files changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 data/icons/com.lakoliu.Furtherance.Source.svg 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 create mode 100644 data/screenshots/furtherance-screen.gif mode change 100644 => 100755 po/Furtherance.pot mode change 100644 => 100755 po/he.po mode change 100644 => 100755 po/nb_NO.po mode change 100644 => 100755 po/pt_BR.po mode change 100644 => 100755 po/ru.po mode change 100644 => 100755 src/gtk/dialogs.ui mode change 100644 => 100755 src/gtk/report.ui mode change 100644 => 100755 src/ui/report.rs diff --git a/README.md b/README.md index 7c84f52..c1777e8 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ Furtherance is a time tracking app written in Rust with GTK 4. It allows you to track time spent on different activities without worrying about your data being captured and sold.

- Furtherance main window - Furtherance task details - Furtherance edit task - Furtherance settings + Furtherance demo

## Features diff --git a/data/icons/com.lakoliu.Furtherance.Source.svg b/data/icons/com.lakoliu.Furtherance.Source.svg 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/screenshots/furtherance-screen.gif b/data/screenshots/furtherance-screen.gif new file mode 100644 index 0000000..4c29d27 Binary files /dev/null and b/data/screenshots/furtherance-screen.gif differ diff --git a/po/Furtherance.pot b/po/Furtherance.pot old mode 100644 new mode 100755 diff --git a/po/he.po b/po/he.po old mode 100644 new mode 100755 diff --git a/po/nb_NO.po b/po/nb_NO.po old mode 100644 new mode 100755 diff --git a/po/pt_BR.po b/po/pt_BR.po old mode 100644 new mode 100755 diff --git a/po/ru.po b/po/ru.po old mode 100644 new mode 100755 diff --git a/src/gtk/dialogs.ui b/src/gtk/dialogs.ui old mode 100644 new mode 100755 diff --git a/src/gtk/report.ui b/src/gtk/report.ui old mode 100644 new mode 100755 diff --git a/src/ui/report.rs b/src/ui/report.rs old mode 100644 new mode 100755 -- cgit 1.4.1