Commit Graph

398 Commits

Author SHA1 Message Date
Creak cf1d2a02a0
Merge pull request #113 from MightyCreak/new-release-0.7.2
Bump version to 0.7.2
2021-11-18 16:02:31 -05:00
Romain Failliot 336801fe3d Bump version to 0.7.2 2021-11-18 16:00:29 -05:00
Creak dde7ace911
Merge pull request #112 from MightyCreak/update-translations
Edit CHANGELOG.md
2021-11-18 15:45:24 -05:00
Romain Failliot 336ea07542 Edit CHANGELOG.md 2021-11-18 15:43:03 -05:00
Creak c12eba6179
Merge pull request #111 from MightyCreak/update-translations
Update translations
2021-11-18 15:41:38 -05:00
Romain Failliot 9f68525824 Update all the translation files 2021-11-18 15:40:16 -05:00
Romain Failliot 92fb4cb8ad Add pt_BR to LINGUAS 2021-11-18 15:40:16 -05:00
Romain Failliot d025ecfd6e Un-ignore diffuse.pot 2021-11-18 15:40:16 -05:00
Romain Failliot 4671c08117 Update POTFILES.in with the new file paths 2021-11-18 15:36:12 -05:00
Creak e0e6210cff
Merge pull request #110 from MightyCreak/upgrade-flatpak-runtime
Upgrade gnome runtime from 3.38 to 41
2021-11-18 15:33:20 -05:00
Romain Failliot 51bf5b0537 Edit CHANGELOG.md 2021-11-18 15:03:32 -05:00
Romain Failliot 01f21415d4 Upgrade gnome runtime from 3.38 to 41 2021-11-18 14:58:16 -05:00
Creak 85975f40a8
Merge pull request #109 from MightyCreak/modularize-vcs
Modularize VCSs
2021-11-18 14:54:17 -05:00
Romain Failliot 8df27404cd Edit CHANGELOG.md 2021-11-18 14:52:57 -05:00
Romain Failliot db36eee4e3 Convert VCSs and rename to VcsRegistry 2021-11-18 14:52:42 -05:00
Romain Failliot ab25807876 Convert Svk VCS 2021-11-18 14:52:26 -05:00
Romain Failliot 5d6ece84e1 Convert Svn VCS 2021-11-18 14:52:20 -05:00
Romain Failliot f314f46309 Convert Rcs VCS 2021-11-18 14:52:09 -05:00
Romain Failliot 11fd364ef6 Convert Monotone VCS 2021-11-18 14:52:00 -05:00
Romain Failliot 704579bf79 Convert Hg VCS 2021-11-18 14:51:58 -05:00
Romain Failliot 8577984373 Convert Darcs VCS 2021-11-18 14:51:33 -05:00
Romain Failliot 890b202ba6 Convert CVS VCS 2021-11-18 14:51:06 -05:00
Romain Failliot a89f85db7a Convert Bazaar VCS 2021-11-18 14:50:47 -05:00
Romain Failliot b645d2cd38 Modularize VCSs and convert Git VCS 2021-11-18 14:50:28 -05:00
Creak 642ee96397
Merge pull request #108 from MightyCreak/add-log-options
Add log options
2021-11-18 12:29:34 -05:00
Romain Failliot 701b3453b5 Edit CHANGELOG.md 2021-11-18 12:12:13 -05:00
Romain Failliot 08942ea026 Create new utils.logErrorAndDialog function 2021-11-18 12:12:13 -05:00
Romain Failliot 50f0e431ee Add log options: log_print_output and log_print_stack 2021-11-18 12:12:12 -05:00
Creak c43017d6db
Merge pull request #107 from MightyCreak/cleaning
Some tiny cleanings
2021-11-18 12:09:56 -05:00
Creak 46081e47fc
Merge pull request #106 from MightyCreak/fix-appname
Fix 'APP_NAME' error
2021-11-18 12:09:12 -05:00
Romain Failliot 56b75f45b9 Some tiny cleanings 2021-11-18 10:38:59 -05:00
Romain Failliot 27df3d916e Add entry to CHANGELOG 2021-11-18 10:01:06 -05:00
Romain Failliot d1075b5bf5 Fix: error when opening non existing file 2021-11-18 09:58:26 -05:00
Romain Failliot 76f09aa7ef Fixed the metainfo.xml 2021-11-17 19:46:39 -05:00
Romain Failliot 93ae558778 Fix changelog release date 2021-11-17 19:26:18 -05:00
Romain Failliot edffd654b0 Fix changelog link 2021-11-17 19:25:36 -05:00
Romain Failliot 5afe192966 New release v0.7.1 2021-11-17 19:23:22 -05:00
Romain Failliot 7dfc649f3b Add release notes for v0.7.0 + release fixes 2021-11-17 19:16:06 -05:00
Creak 4f44c498a9
Merge pull request #105 from MightyCreak/fix-subprocess-calls-in-flatpak
Fix subprocess call from within Flatpak
2021-11-16 23:36:42 -05:00
Romain Failliot be40411b66 Fix subprocess call from within Flatpak
Fixes #103
2021-11-16 22:48:40 -05:00
Romain Failliot 64be61d6b1 Fixup: changelog link 2021-11-16 17:58:46 -05:00
Romain Failliot b2e5b5daba Tag 0.7.0 2021-11-16 17:54:16 -05:00
Creak ea231a3444
Merge pull request #31 from MightyCreak/split-code-into-modules
Start to modularize code
2021-11-16 17:51:10 -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
Creak 0ce1a09974
Merge pull request #97 from bongochong/patch-1
Re-paste the GPLv2 text
2021-11-13 13:27:45 -05:00
Creak c84fa58c22
Copy the entire text, just to be up-to-date 2021-11-13 13:25:20 -05:00
Creak 16a636f02e
Merge pull request #102 from inkhorn-ptbr/master
Add new Portuguese (Brazilian) locale
2021-11-13 13:22:10 -05:00
inkhorn c0be29927f
Portuguese (BR) 2021-11-05 11:23:12 -03:00
Chongo Bong 4abb8be85b
Corrected FSF's Address in License File
Fedora packaging guidelines suggest keeping the mailing address up-to-date.
2021-05-27 15:47:16 -06:00
Creak 761a0a1f5f
Merge pull request #91 from freddii/master
updated german translation
2021-01-25 23:31:20 -05:00