diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-10-07 20:25:47 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-10-07 20:26:11 +0200 |
commit | 046e9c60dab37d2abf231d462436fd4da98dcb10 (patch) | |
tree | ca8f2f78845a40063f118e9cc9481b580c4b3507 | |
parent | 76d20b3708cc7212fb4c9e1cb4318e463c2cf03f (diff) | |
download | Furtherance-046e9c60dab37d2abf231d462436fd4da98dcb10.tar.zst |
Add GIF
-rwxr-xr-x | README.md | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | data/icons/com.lakoliu.Furtherance.Source.svg | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg | 0 | ||||
-rw-r--r-- | data/screenshots/furtherance-screen.gif | bin | 0 -> 8420901 bytes | |||
-rwxr-xr-x[-rw-r--r--] | po/Furtherance.pot | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | po/he.po | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | po/nb_NO.po | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | po/pt_BR.po | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | po/ru.po | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | src/gtk/dialogs.ui | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | src/gtk/report.ui | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | src/ui/report.rs | 0 |
13 files changed, 1 insertions, 4 deletions
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. <p float="left"> - <img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png" alt="Furtherance main window" width="400"/> - <img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png" alt="Furtherance task details" width="400"/> - <img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png" alt="Furtherance edit task" width="400"/> - <img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png" alt="Furtherance settings" width="400"/> + <img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screen.gif" alt="Furtherance demo"/> </p> ## Features diff --git a/data/icons/com.lakoliu.Furtherance.Source.svg b/data/icons/com.lakoliu.Furtherance.Source.svg index 0d6451a..0d6451a 100644..100755 --- a/data/icons/com.lakoliu.Furtherance.Source.svg +++ b/data/icons/com.lakoliu.Furtherance.Source.svg diff --git a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg index 649fb8d..649fb8d 100644..100755 --- a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg +++ b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.Devel.svg diff --git a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg index cd5a640..cd5a640 100644..100755 --- a/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg +++ b/data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg diff --git a/data/screenshots/furtherance-screen.gif b/data/screenshots/furtherance-screen.gif new file mode 100644 index 0000000..4c29d27 --- /dev/null +++ b/data/screenshots/furtherance-screen.gif Binary files differdiff --git a/po/Furtherance.pot b/po/Furtherance.pot index f7d233f..f7d233f 100644..100755 --- a/po/Furtherance.pot +++ b/po/Furtherance.pot diff --git a/po/he.po b/po/he.po index dc97434..dc97434 100644..100755 --- a/po/he.po +++ b/po/he.po diff --git a/po/nb_NO.po b/po/nb_NO.po index b2619ff..b2619ff 100644..100755 --- a/po/nb_NO.po +++ b/po/nb_NO.po diff --git a/po/pt_BR.po b/po/pt_BR.po index 93f0d18..93f0d18 100644..100755 --- a/po/pt_BR.po +++ b/po/pt_BR.po diff --git a/po/ru.po b/po/ru.po index 7e12c6c..7e12c6c 100644..100755 --- a/po/ru.po +++ b/po/ru.po diff --git a/src/gtk/dialogs.ui b/src/gtk/dialogs.ui index ef141e0..ef141e0 100644..100755 --- a/src/gtk/dialogs.ui +++ b/src/gtk/dialogs.ui diff --git a/src/gtk/report.ui b/src/gtk/report.ui index 92ae072..92ae072 100644..100755 --- a/src/gtk/report.ui +++ b/src/gtk/report.ui diff --git a/src/ui/report.rs b/src/ui/report.rs index a23bfda..a23bfda 100644..100755 --- a/src/ui/report.rs +++ b/src/ui/report.rs |