Commit Graph

338 Commits

Author SHA1 Message Date
Romain Failliot c173c378ef Update CHANGELOG.md 2020-12-08 14:17:42 -05:00
Creak 39256ddd86
Merge pull request #81 from MightyCreak/fix-translations
Add .desktop translations in .po files
2020-12-08 14:16:51 -05:00
Romain Failliot 10e8fb9be6 Update all the PO files 2020-12-08 14:08:43 -05:00
Romain Failliot 4cd8943e10 Add .desktop translations in .po files 2020-12-08 14:07:26 -05:00
Creak 524b5c4fc0
Merge pull request #80 from MightyCreak/fix-translations
Add POTFILES.in and update translations
2020-12-08 13:39:37 -05:00
Romain Failliot c91294759b Update CHANGELOG.md 2020-12-08 13:38:04 -05:00
Romain Failliot 5e3bbd90c5 Update all the PO files with the new template 2020-12-08 13:38:04 -05:00
Romain Failliot 552c45141b Update PO template generation to use POTFILES.in
Don't sort template lines (will be problematic when dealing with
multiple source files later on).
2020-12-08 13:38:04 -05:00
Romain Failliot 9cc2b4896e Add POTFILES.in 2020-12-08 13:38:04 -05:00
Creak 7885d4c0af
Merge pull request #79 from MightyCreak/cicd
Create main.yml
2020-12-08 13:37:19 -05:00
Creak 1e84b63412 Create main.yml 2020-12-08 13:33:14 -05:00
Creak 7b9aed35c1
Merge pull request #75 from MightyCreak/move-to-po-dir
Rename dir "translations" to "po"
2020-12-07 10:38:01 -05:00
Romain Failliot b4c29347d9 Rename dir "translations" to "po"
Seems to be a more standard name for the translation files.
2020-12-07 09:33:05 -05:00
Creak 246ddfc340
Merge pull request #76 from MightyCreak/flatpak
Add MetaInfo file
2020-12-07 09:30:30 -05:00
Romain Failliot 7bdd796223 Add MetaInfo file
Changed app-id to io.github.mightycreak.Diffuse
2020-12-05 15:52:29 -05:00
Creak 8eec2c4944
Merge pull request #71 from MightyCreak/v0.6.0
Set up files for 0.6.0
2020-11-29 13:07:30 -05:00
Romain Failliot 839e41d97b Set up files for 0.6.0 2020-11-29 13:04:05 -05:00
Creak e3ac0365a8
Merge pull request #70 from MightyCreak/flatpak
Update to GNOME runtime 3.38
2020-11-29 12:13:28 -05:00
Romain Failliot 758c5ce27a Update to GNOME runtime 3.38 2020-11-29 12:11:12 -05:00
Creak bf2ec3bf43
Merge pull request #64 from MightyCreak/flatpak
Add Flatpak config file
2020-11-29 11:43:13 -05:00
Romain Failliot 21eb957edb Add instructions to build the Flatpak package locally 2020-11-29 11:39:19 -05:00
Romain Failliot 80560d9a5c Add Flatpak configuration file 2020-08-13 19:36:38 -04:00
Creak b358b2c5d5
Merge pull request #61 from MightyCreak/add-meson
Replace install.py with Meson
2020-08-13 15:42:04 -04:00
Romain Failliot 71cc152a98 Update CHANGELOG 2020-08-13 15:30:33 -04:00
Romain Failliot 942c20e4c1 Update README with new Meson instructions 2020-08-13 15:30:33 -04:00
Romain Failliot 750d5a668b Remove install.py 2020-08-13 15:30:33 -04:00
Romain Failliot b12f4612a5 Add meson build system 2020-08-13 15:30:33 -04:00
Romain Failliot f9a6bd1094 Add `builddir` to ignored git directory 2020-08-11 12:16:36 -04:00
Creak b7eb43f9be
Update CHANGELOG.md
Add latest changes from #57, #58, #59
2020-07-18 18:33:03 -04:00
Creak 22c512bea0
Merge pull request #57 from MightyCreak/remove-u-prefix
Remove 'u' before strings
2020-07-18 18:14:28 -04:00
Romain Failliot c4a4687f58 Remove 'u' before strings
Python is UTF-8 by default.
2020-07-18 18:11:17 -04:00
Creak 45039d3e43
Merge pull request #58 from MightyCreak/remove-interpolation-operator
Remove some interpolation operators
2020-07-18 18:07:09 -04:00
Creak ac8f443758
Merge pull request #59 from MightyCreak/adapt-icons-to-scale-factor
Create icons using the window scale factor
2020-07-18 18:06:44 -04:00
Romain Failliot b5ae53e79e Bump to v0.5.0 2020-07-18 17:51:25 -04:00
Romain Failliot 8a2374b153 Create icons using the window scale factor 2020-07-03 19:16:21 -04:00
Romain Failliot 476825c6fe Remove some interpolation operators
Keeping the one used in translations for now.
2020-07-01 22:33:44 -04:00
Creak 012501624f
Merge pull request #56 from MightyCreak/fix-svn-repo-diff
Fix error when using '-m' in an SVN repo
2020-07-01 19:58:16 -04:00
Romain Failliot 80667da3a5 Fix error when using '-m' in an SVN repo 2020-07-01 19:53:30 -04:00
Creak 3998a92deb
Merge pull request #54 from MightyCreak/fix-pylint
Fix pylint errors and warnings
2020-07-01 16:40:25 -04:00
Romain Failliot 59b27958bf Fix pylint errors and warnings
Had to silence errors with dynamic members in Gtk.Dialog.
2020-07-01 16:37:45 -04:00
Creak 5d90910f30
Merge pull request #53 from MightyCreak/fix-drag-and-drop
Fix drag'n'drop not working
2020-06-30 17:37:11 -04:00
Romain Failliot 0574db26f6 Fix drag'n'drop not working
Fixes #14
2020-06-30 17:36:42 -04:00
Creak 01888e39a3
Merge pull request #50 from MightyCreak/fix-translations
Improve update-translations.py and its documentation
2020-06-29 16:15:28 -04:00
Romain Failliot ef265e78c5 Update translation README.md 2020-06-29 16:13:31 -04:00
Romain Failliot 5ada53d2ae Add args options to update-tranlsations.py 2020-06-29 16:04:24 -04:00
Creak 3a6e9f188b
Merge pull request #49 from MightyCreak/fix-translations
Update all translation files
2020-06-29 15:07:43 -04:00
Romain Failliot dea29f2cd0 Update all the translation files with latest POT 2020-06-29 15:06:57 -04:00
Romain Failliot 4955bc9351 Remove unnecessary translations
The names and emails, and only translate "Copyright" from the copyright
sentence.
2020-06-29 15:03:19 -04:00
Romain Failliot 0070908415 Add Python script to update all the translations 2020-06-29 15:02:52 -04:00
Creak ad59a22243
Merge pull request #48 from MightyCreak/fix-rcs-diff
Update CHANGELOG.md
2020-06-22 19:40:51 -04:00