Commit Graph

27 Commits

Author SHA1 Message Date
Romain Failliot 32e4dee76b feat: remove support for SVK 2023-04-16 14:02:43 -04:00
Romain Failliot c3e5f38821 docs: add a contact section with a link to Matrix 2023-04-07 14:44:15 -04:00
Romain Failliot 6b9e02bc06 docs: add fork disclaimer in the README 2023-04-03 13:01:37 -04:00
Romain Failliot 06ad24751f docs: update copyright years 2023-04-03 13:01:37 -04:00
Romain Failliot 93df5e0e3d docs: add Cayman theme 2023-04-03 13:01:35 -04:00
Romain Failliot 396260dae6 Fix CI status link in README.md 2021-11-27 22:10:10 -05:00
Creak ae270d9ae8
Merge pull request #135 from MightyCreak/rename-diffuse
Rename diffuse
2021-11-27 21:29:30 -05:00
Romain Failliot 38ad2922e1 Add links to VCSs in readme 2021-11-27 17:45:52 -05:00
Creak 1c772d0474
Fix CI badge in README.md 2021-11-24 21:55:31 -05:00
Romain Failliot d406fafd32 Improve README and documentation 2021-11-24 13:16:11 -05:00
Romain Failliot d0fb098fe5 Improve the documentation
* Simplify the main README.md
* Moved more detailed documentations into a new docs/ directory
2021-11-24 12:38:54 -05:00
Romain Failliot 7960977328 Update translation README.md
Created a link in the main README.md
2021-11-24 12:19:11 -05:00
Romain Failliot 6f45d164a5 Update POTFILES and .pot files
* Rename POTFILES.in to POTFILES
2021-11-24 10:30:33 -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 dfbe91d086 New SVG icon 2021-01-11 14:08:18 -05:00
freddii ed1cb74630 added installation from flathub to readme 2021-01-11 16:21:42 +01:00
Romain Failliot 7bdd796223 Add MetaInfo file
Changed app-id to io.github.mightycreak.Diffuse
2020-12-05 15:52:29 -05:00
Romain Failliot 839e41d97b Set up files for 0.6.0 2020-11-29 13:04:05 -05:00
Romain Failliot 758c5ce27a Update to GNOME runtime 3.38 2020-11-29 12:11:12 -05:00
Romain Failliot 21eb957edb Add instructions to build the Flatpak package locally 2020-11-29 11:39:19 -05:00
Romain Failliot 942c20e4c1 Update README with new Meson instructions 2020-08-13 15:30:33 -04:00
Romain Failliot 64ac864f80 Separate copyright authors with new lines 2020-06-19 23:44:16 -04:00
Romain Failliot c11064801a Update copyrights and translation strings 2020-05-21 15:45:15 -04:00
Romain Failliot 01daf905f3 Bump to version 0.5.0 (still in alpha) 2016-07-21 04:00:22 -04:00
Romain Failliot a03d2b8a2f Update copyrights in README.md 2016-07-03 13:21:06 -04:00
Romain Failliot f34cf304f8 Convert README.md to markdown syntax. 2015-11-21 13:21:21 -05:00
Romain Failliot 08d0b616d8 Rename README to README.md
Add myself in the copyrights for 2015.
2015-11-21 13:12:37 -05:00
Renamed from README (Browse further)