rafaelmardojai / blanket

Listen to different sounds
GNU General Public License v3.0
1.38k stars 103 forks source link

feat: Port dialogs to`Adw.Dialog`, update `blueprint-compiler`, ... #326

Closed sungsphinx closed 8 months ago

sungsphinx commented 9 months ago

Add .flatpak-builder to .gitignore

Port (hopefully) all instances of Adw.MessageDialog & Gtk.MessageDialog to Adw.AlertDialog

Change homepage link in metainfo and about to the apps.gnome.org link, we already have vcs-browser, and I added a custom source code link in the about dialog.

Port Adw.AboutWindow to Adw.AboutDialog

Port Adw.PreferencesWindow to Adw.PreferencesDialog (I removed search-enabled: false because it is set as false by default now)

Update blueprint-compiler to the latest version

rafaelmardojai commented 8 months ago

Everything looks good, thanks a lot!