Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/1024x1024/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/1024x1024/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/128x128/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/128x128/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/16x16/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/16x16/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/192x192/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/192x192/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/20x20/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/20x20/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/22x22/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/22x22/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/24x24/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/24x24/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/256x256/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/256x256/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/28x28/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/28x28/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/32x32/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/32x32/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/36x36/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/36x36/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/40x40/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/40x40/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/480x480/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/480x480/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/48x48/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/48x48/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/512x512/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/512x512/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/64x64/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/64x64/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/72x72/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/72x72/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/8x8/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/8x8/habits.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/data/icon/96x96/habits.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/data/icon/96x96/habits.png differ diff -Nru habits-0.1.2/data/icon/create_icons.sh habits-0.1.4/data/icon/create_icons.sh --- habits-0.1.2/data/icon/create_icons.sh 1970-01-01 00:00:00.000000000 +0000 +++ habits-0.1.4/data/icon/create_icons.sh 2020-03-05 20:32:37.000000000 +0000 @@ -0,0 +1,13 @@ +#!/bin/bash +for afile in $(ls scalable/*.svg) +do + filename="${afile##*/}" + echo $filename + filename="${filename/\.svg/.png}" + for i in 8 16 20 22 24 28 32 36 40 48 64 72 96 128 192 256 480 512 1024 + do + directory="$i"x"$i" + mkdir $directory + inkscape -z -e "$directory"/"$filename" -w $i -h $i $afile + done +done diff -Nru habits-0.1.2/data/icon/scalable/habits.svg habits-0.1.4/data/icon/scalable/habits.svg --- habits-0.1.2/data/icon/scalable/habits.svg 1970-01-01 00:00:00.000000000 +0000 +++ habits-0.1.4/data/icon/scalable/habits.svg 2020-03-05 20:32:01.000000000 +0000 @@ -0,0 +1,112 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru habits-0.1.2/debian/changelog habits-0.1.4/debian/changelog --- habits-0.1.2/debian/changelog 2019-12-28 20:38:21.000000000 +0000 +++ habits-0.1.4/debian/changelog 2020-03-05 20:34:55.000000000 +0000 @@ -1,3 +1,17 @@ +habits (0.1.4-0extras19.10.0) bionic; urgency=medium + + * Improve icon resolution + + -- Lorenzo Carbonell Thu, 05 Mar 2020 21:34:55 +0100 + +habits (0.1.3-0extras19.10.0) eoan; urgency=medium + + * Fix a minor typo + * Add Ducth translation + * Add units to feet and meters + + -- Lorenzo Carbonell Mon, 10 Feb 2020 21:08:03 +0100 + habits (0.1.2-0extras19.10.0) eoan; urgency=medium * Update Highcharts to version 8.0 diff -Nru habits-0.1.2/debian/install habits-0.1.4/debian/install --- habits-0.1.2/debian/install 2019-12-27 08:45:22.000000000 +0000 +++ habits-0.1.4/debian/install 2020-03-05 20:34:27.000000000 +0000 @@ -6,4 +6,14 @@ data/icons /opt/extras.ubuntu.com/habits/share data/autostart /opt/extras.ubuntu.com/habits/share data/habits.desktop /usr/share/applications -data/icons/habits.svg /usr/share/icons/hicolor/scalable/apps +data/icon/scalable/*.svg /usr/share/icons/hicolor/scalable/apps +data/icon/8x8/*.png /usr/share/icons/hicolor/8x8/apps +data/icon/16x16/*.png /usr/share/icons/hicolor/16x16/apps +data/icon/32x32/*.png /usr/share/icons/hicolor/32x32/apps +data/icon/48x48/*.png /usr/share/icons/hicolor/48x48/apps +data/icon/96x96/*.png /usr/share/icons/hicolor/96x96/apps +data/icon/128x128/*.png /usr/share/icons/hicolor/128x128/apps +data/icon/192x192/*.png /usr/share/icons/hicolor/192x192/apps +data/icon/256x256/*.png /usr/share/icons/hicolor/256x256/apps +data/icon/512x512/*.png /usr/share/icons/hicolor/512x512/apps +data/icon/1024x1024/*.png /usr/share/icons/hicolor/1024x1024/apps diff -Nru habits-0.1.2/po/nl.po habits-0.1.4/po/nl.po --- habits-0.1.2/po/nl.po 1970-01-01 00:00:00.000000000 +0000 +++ habits-0.1.4/po/nl.po 2020-02-10 19:03:48.000000000 +0000 @@ -0,0 +1,95 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-12-27 09:58+0100\n" +"PO-Revision-Date: 2020-02-10 18:16+0100\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: nl\n" + +#: src/preferences.py:43 src/indicator.py:104 +msgid "Preferences" +msgstr "Voorkeuren" + +#: src/preferences.py:49 +msgid "Theme light:" +msgstr "Licht thema:" + +#: src/preferences.py:52 +msgid "Start actived:" +msgstr "Automatisch bijhouden:" + +#: src/preferences.py:55 +msgid "Autostart:" +msgstr "Automatisch opstarten:" + +#: src/indicator.py:91 src/indicator.py:272 +msgid "Start monitor" +msgstr "Bijhouden" + +#: src/indicator.py:98 +msgid "Statistics" +msgstr "Statistieken" + +#: src/indicator.py:108 +msgid "Help" +msgstr "Hulp" + +#: src/indicator.py:114 +msgid "Quit" +msgstr "Afsluiten" + +#: src/indicator.py:133 src/indicator.py:223 +msgid "Habits" +msgstr "Gedrag" + +#: src/indicator.py:134 +msgid "Mouse and keyboard" +msgstr "Muis en toetsenbord" + +#: src/indicator.py:163 +msgid "Homepage" +msgstr "Website" + +#: src/indicator.py:169 +msgid "Get help online..." +msgstr "Online-hulp..." + +#: src/indicator.py:176 +msgid "Translate this application..." +msgstr "Vertaal deze toepassing..." + +#: src/indicator.py:182 +msgid "Report a bug..." +msgstr "Meld een bug..." + +#: src/indicator.py:191 +msgid "Found me in Twitter" +msgstr "Volg me op Twitter" + +#: src/indicator.py:197 +msgid "Found me in GitHub" +msgstr "Volg me op GitHub" + +#: src/indicator.py:203 +msgid "Found me in Mastodon" +msgstr "Volg me op Mastodon" + +#: src/indicator.py:209 +msgid "About" +msgstr "Over" + +#: src/indicator.py:281 +msgid "Stop monitor" +msgstr "Stoppen met bijhouden" diff -Nru habits-0.1.2/README.md habits-0.1.4/README.md --- habits-0.1.2/README.md 2019-12-27 08:38:29.000000000 +0000 +++ habits-0.1.4/README.md 2020-02-06 16:55:38.000000000 +0000 @@ -11,7 +11,7 @@ [![Habits](./data/icons/habits.svg)](https://www.atareao.es/aplicacion/habits/) -## 🏠 [Homepage](https://www.atareao.es/applicacion/habits) +## 🏠 [Homepage](https://www.atareao.es/aplicacion/habits/) ## Prerequisites @@ -43,22 +43,28 @@ ## Using Habits -To use **Habits**, open Habits, and configure it, +When you start **Habits** it goes to Indicator Area, as you can see in the next screenshot, -![start Habits](./screenshots/image01.png) +![Habits](./screenshots/habits_01.png) -If you select bluetooth then, +You can set some options in order to start *Habits* when you start your Operative System. -![bluetooth](./screenshots/image02.png) +* Set the icon theme. Dark or light. +* Start Habits with your Operative System -To add a new device click on `add device` in the menu, +Besides you can set the colors of the graphics -![add device](./screenshots/image03.png) +![Configuration](./screenshots/habits_02.png) -Then select the device you want to use to unlock Ubuntu, Linux Mint, etc. +In the next screenshot you can see the about -![select device](./screenshots/image04.png) +![About](./screenshots/habits_03.png) +In the next screenshots you can see some samples of my use of *Habits*, + +![Example 1](./screenshots/habits_04.png) + +![Example 2](./screenshots/habits_05.png) ## Contributing to Habits Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/screenshots/habits_01.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/screenshots/habits_01.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/screenshots/habits_02.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/screenshots/habits_02.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/screenshots/habits_03.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/screenshots/habits_03.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/screenshots/habits_04.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/screenshots/habits_04.png differ Binary files /tmp/tmpNa4feM/vSzn90TyBf/habits-0.1.2/screenshots/habits_05.png and /tmp/tmpNa4feM/iDK4ZgZ80W/habits-0.1.4/screenshots/habits_05.png differ diff -Nru habits-0.1.2/src/config.py habits-0.1.4/src/config.py --- habits-0.1.2/src/config.py 2019-12-28 20:38:21.000000000 +0000 +++ habits-0.1.4/src/config.py 2020-02-10 19:18:06.000000000 +0000 @@ -33,7 +33,8 @@ 'start-actived': True, 'distance-color': '#445c3c', 'clics-color': '#bd574e', - 'keys-color': '#142d4c'} + 'keys-color': '#142d4c', + 'units': 'meters'} } CONFIG_DIR = os.path.join(os.path.expanduser('~'), '.config/habits') diff -Nru habits-0.1.2/src/graph/graph.html habits-0.1.4/src/graph/graph.html --- habits-0.1.2/src/graph/graph.html 2019-12-28 20:38:21.000000000 +0000 +++ habits-0.1.4/src/graph/graph.html 2020-02-10 19:59:41.000000000 +0000 @@ -6,6 +6,7 @@