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/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/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 +}