diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8ad74f7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Normalize EOL for all files that Git considers text files.
+* text=auto eol=lf
diff --git a/.gitignore b/.gitignore
index e649ad1..33951cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/subprojects/blueprint-compiler
.flatpak
.flatpak-builder
-.vscode
\ No newline at end of file
+.vscode
+.DS_Store
diff --git a/GNOME Circle.md b/GNOME Circle.md
index 1e0bf28..886846c 100644
--- a/GNOME Circle.md
+++ b/GNOME Circle.md
@@ -6,4 +6,4 @@
- [ ] Fix the reload lag
- [x] Do not allow uninstallation of Warehouse
- [x] Add tooltip text to Snapshot Window's row buttons
-- [ ] Fix subtitle issue in Leftover Data Window
\ No newline at end of file
+- [ ] Fix subtitle issue in Leftover Data Window
diff --git a/app_page_screeshots/data_page_wide.png b/app_page_screeshots/data_page_wide.png
index ee18e05..2b99d5f 100644
Binary files a/app_page_screeshots/data_page_wide.png and b/app_page_screeshots/data_page_wide.png differ
diff --git a/app_page_screeshots/install_page_skinny.png b/app_page_screeshots/install_page_skinny.png
index 69f01ed..58b69a1 100644
Binary files a/app_page_screeshots/install_page_skinny.png and b/app_page_screeshots/install_page_skinny.png differ
diff --git a/app_page_screeshots/install_page_wide.png b/app_page_screeshots/install_page_wide.png
index 8813324..bf7602e 100644
Binary files a/app_page_screeshots/install_page_wide.png and b/app_page_screeshots/install_page_wide.png differ
diff --git a/app_page_screeshots/packages_page_wide.png b/app_page_screeshots/packages_page_wide.png
index 14998fa..e012a08 100644
Binary files a/app_page_screeshots/packages_page_wide.png and b/app_page_screeshots/packages_page_wide.png differ
diff --git a/app_page_screeshots/propteries_page_skinny.png b/app_page_screeshots/propteries_page_skinny.png
index 56b9f75..00cf273 100644
Binary files a/app_page_screeshots/propteries_page_skinny.png and b/app_page_screeshots/propteries_page_skinny.png differ
diff --git a/app_page_screeshots/remotes_page_wide.png b/app_page_screeshots/remotes_page_wide.png
index 67ed909..6341044 100644
Binary files a/app_page_screeshots/remotes_page_wide.png and b/app_page_screeshots/remotes_page_wide.png differ
diff --git a/app_page_screeshots/snapshots_page_wide.png b/app_page_screeshots/snapshots_page_wide.png
index 4194066..363c61e 100644
Binary files a/app_page_screeshots/snapshots_page_wide.png and b/app_page_screeshots/snapshots_page_wide.png differ
diff --git a/data/icons/hicolor/scalable/apps/io.github.flattool.Warehouse.svg b/data/icons/hicolor/scalable/apps/io.github.flattool.Warehouse.svg
index 2953b16..941f72f 100644
--- a/data/icons/hicolor/scalable/apps/io.github.flattool.Warehouse.svg
+++ b/data/icons/hicolor/scalable/apps/io.github.flattool.Warehouse.svg
@@ -1,28 +1 @@
-
+
diff --git a/data/icons/hicolor/symbolic/apps/io.github.flattool.Warehouse-symbolic.svg b/data/icons/hicolor/symbolic/apps/io.github.flattool.Warehouse-symbolic.svg
index ec03ecf..a49df2f 100644
--- a/data/icons/hicolor/symbolic/apps/io.github.flattool.Warehouse-symbolic.svg
+++ b/data/icons/hicolor/symbolic/apps/io.github.flattool.Warehouse-symbolic.svg
@@ -1,5 +1 @@
-
+
diff --git a/io.github.flattool.Warehouse.json b/io.github.flattool.Warehouse.json
index e0cec7c..caeee60 100644
--- a/io.github.flattool.Warehouse.json
+++ b/io.github.flattool.Warehouse.json
@@ -1,10 +1,10 @@
{
- "id" : "io.github.flattool.Warehouse",
- "runtime" : "org.gnome.Platform",
- "runtime-version" : "47",
- "sdk" : "org.gnome.Sdk",
- "command" : "warehouse",
- "finish-args" : [
+ "id": "io.github.flattool.Warehouse",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "47",
+ "sdk": "org.gnome.Sdk",
+ "command": "warehouse",
+ "finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
@@ -32,19 +32,19 @@
"buildsystem": "meson",
"sources": [
{
- "type" : "git",
- "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
- "tag" : "v0.14.0"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
+ "tag": "v0.14.0"
}
],
"cleanup": ["*"]
},
{
- "name" : "warehouse",
- "builddir" : true,
- "buildsystem" : "meson",
- "config-opts": [ "-Dprofile=development" ],
- "sources" : [
+ "name": "warehouse",
+ "builddir": true,
+ "buildsystem": "meson",
+ "config-opts": ["-Dprofile=development"],
+ "sources": [
{
"type": "dir",
"path": "."
diff --git a/meson_options.txt b/meson_options.txt
index db3076f..a9e396d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,4 +6,4 @@ option(
'development'
],
value: 'default'
-)
\ No newline at end of file
+)
diff --git a/readme_banner.svg b/readme_banner.svg
index a3899a1..8ed6b8c 100644
--- a/readme_banner.svg
+++ b/readme_banner.svg
@@ -1,120 +1 @@
-
+
diff --git a/screenshots.png b/screenshots.png
index e41cd95..979e61f 100644
Binary files a/screenshots.png and b/screenshots.png differ
diff --git a/src/change_version_page/change_version_page.blp b/src/change_version_page/change_version_page.blp
index 27f1782..af31adf 100644
--- a/src/change_version_page/change_version_page.blp
+++ b/src/change_version_page/change_version_page.blp
@@ -57,4 +57,4 @@ Adw.Clamp versions_clamp {
description: _("This will uninstall the current release and install the chosen one instead. Note that downgrading can cause issues.");
}
}
-}
\ No newline at end of file
+}
diff --git a/src/change_version_page/change_version_page.py b/src/change_version_page/change_version_page.py
index 4e39193..7ba29bf 100644
--- a/src/change_version_page/change_version_page.py
+++ b/src/change_version_page/change_version_page.py
@@ -122,4 +122,3 @@ class ChangeVersionPage(Adw.NavigationPage):
# Connections
self.root_group_check_button.connect("toggled", lambda *_: self.action_bar.set_revealed(True))
self.apply_button.connect("clicked", self.on_apply)
-
diff --git a/src/const.py.in b/src/const.py.in
index 2974ba1..7642fc3 100644
--- a/src/const.py.in
+++ b/src/const.py.in
@@ -5,4 +5,4 @@ class Config:
DEVEL = '@DEVEL@' == 'Development'
PROFILE = '@DEVEL@'
APP_ID = '@APPID@'
- VERSION = '@VERSION@'
\ No newline at end of file
+ VERSION = '@VERSION@'
diff --git a/src/gtk/app_row.blp b/src/gtk/app_row.blp
index 040fc1b..9b3ab3b 100644
--- a/src/gtk/app_row.blp
+++ b/src/gtk/app_row.blp
@@ -40,4 +40,4 @@ template $AppRow : Adw.ActionRow {
styles["selection-mode"]
visible: false;
}
-}
\ No newline at end of file
+}
diff --git a/src/gtk/installation_chooser.blp b/src/gtk/installation_chooser.blp
index 16de977..fad6569 100644
--- a/src/gtk/installation_chooser.blp
+++ b/src/gtk/installation_chooser.blp
@@ -37,4 +37,4 @@ template $InstallationChooser : Adw.PreferencesGroup {
title: _("Other Installation");
subtitle: _("Choose a custom installation");
}
-}
\ No newline at end of file
+}
diff --git a/src/install_page/result_row.py b/src/install_page/result_row.py
index 8c266c5..c5b630c 100644
--- a/src/install_page/result_row.py
+++ b/src/install_page/result_row.py
@@ -67,4 +67,3 @@ class ResultRow(Adw.ActionRow):
# Apply
GLib.idle_add(self.idle_stuff)
self.set_state(package_state)
-
diff --git a/src/packages_page/filters_page.blp b/src/packages_page/filters_page.blp
index c453265..80c88fa 100644
--- a/src/packages_page/filters_page.blp
+++ b/src/packages_page/filters_page.blp
@@ -115,4 +115,4 @@ template $FiltersPage : Adw.NavigationPage {
}
}
}
-}
\ No newline at end of file
+}
diff --git a/src/packages_page/uninstall_dialog.blp b/src/packages_page/uninstall_dialog.blp
index 5ccc0ce..96d2ada 100644
--- a/src/packages_page/uninstall_dialog.blp
+++ b/src/packages_page/uninstall_dialog.blp
@@ -24,4 +24,4 @@ template $UninstallDialog : Adw.AlertDialog {
}
}
;
-}
\ No newline at end of file
+}