Commit Graph

6 Commits

Author SHA1 Message Date
Romain Failliot 390df241de fix(cicd): forgot to change the refs to master in code 2023-04-07 13:21:23 -04:00
Romain Failliot d025ecfd6e Un-ignore diffuse.pot 2021-11-18 15:40:16 -05:00
Romain Failliot fd3c2bfb92 Start modularizing the code
* The entry point (`__main__`) is in diffuxe.in
* The main (almost all) code is now in main.py
* Some util functions and variables are in utils.py
* Following the same folder structure as with a new project with GNOME
  Builder:
    - `src/` is now just for the code itself
    - `data/` is for the other files (metainfo, desktop, config, ...)
    - `po/` for the translations
    - The Desktop file is renamed with the app ID
    - The `meson.build` files are closer to what GNOME Builder generates
    - More tests for the package (appstream and desktop)
    - Almost all the files in `etc/`, `usr/` are properly handled by
      meson now
    - Just use `gettext.install()` to initialize gettext
    - Remove call to `Gtk.Window.set_default_icon_name()`
* Website now points to https://mightycreak.github.io/diffuse/
2021-11-16 17:48:34 -05:00
Romain Failliot 758c5ce27a Update to GNOME runtime 3.38 2020-11-29 12:11:12 -05:00
Romain Failliot f9a6bd1094 Add `builddir` to ignored git directory 2020-08-11 12:16:36 -04:00
Romain Failliot 42c73f9af4 Add .gitignore file 2020-03-29 11:47:47 -04:00