From 580caf6f5c9b795f9c38b9c970efce12d006ce1d Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Fri, 17 Feb 2023 08:25:44 +0100 Subject: New UI design * Moved style definitions to its own file (themes/default) * Updated the desktop.kv to the new UI design * Removed planes * Adjusted port config --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ba73cdf..4a3d2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ tagit/assets/icons/kivy/browser* tagit/assets/icons/kivy/filter* tagit/assets/icons/kivy/grouping* tagit/assets/icons/kivy/misc* -tagit/assets/icons/kivy/planes* tagit/assets/icons/kivy/search* tagit/assets/icons/kivy/session* tagit/assets/icons/kivy/tagging* -- cgit v1.2.3 From 86567095356a387584377326de1121c8554cd95e Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sat, 4 Mar 2023 16:21:11 +0100 Subject: missing icons --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4a3d2b0..72439a6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ tagit/assets/icons/kivy/browser* tagit/assets/icons/kivy/filter* tagit/assets/icons/kivy/grouping* tagit/assets/icons/kivy/misc* +tagit/assets/icons/kivy/objects* tagit/assets/icons/kivy/search* tagit/assets/icons/kivy/session* tagit/assets/icons/kivy/tagging* -- cgit v1.2.3 From 5e88d395dee651175a277092c712249e3898a7d8 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 5 Mar 2023 19:16:22 +0100 Subject: build fixes --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 72439a6..bb8fbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ __pycache__ .coverage .pypirc .mypy_cache -bsfs.egg-info +tagit.egg-info htmlcov tags dev/ -- cgit v1.2.3