Commit Graph

224 Commits

Author SHA1 Message Date
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
Romain Failliot b67422830d Update CHANGELOG.md 2020-06-22 19:39:41 -04:00
Creak 975bab89f6
Merge pull request #47 from MightyCreak/fix-rcs-diff
Fix bug with RCS VCS
2020-06-22 19:36:26 -04:00
Romain Failliot c5b0dc19a0 fix: add search for the RCS directory
Fixes #28

It is actually a bug in the original repo (subversion), introduced by
revision 420 [1], thus introduced after the latest 0.4.8 release.

The refactoring in r420 removed the search for an 'RCS' directory
alongside the targeted file.

[1] https://sourceforge.net/p/diffuse/code/420/tree/trunk/src/usr/bin/diffuse?diff=51a4cccb2718464e57aae5f1:419
2020-06-22 19:35:00 -04:00
Romain Failliot 8161553965 Fix indentation 2020-06-22 19:24:13 -04:00
Creak e76790a3da
Merge pull request #46 from MightyCreak/fix-install-script
Fix install script
2020-06-20 19:17:03 -04:00
Romain Failliot 5030bb2126 Update CHANGELOG.md 2020-06-20 19:08:23 -04:00
Romain Failliot c8ea1bf5db Print message when removing files 2020-06-20 19:03:38 -04:00
Romain Failliot 236a8dbcd1 Fix missing directories to remove when uninstalling 2020-06-20 19:02:48 -04:00
Romain Failliot c05670c288 Fix icons directory for gtk-update-icon-cache 2020-06-20 19:01:56 -04:00
Romain Failliot 64ac864f80 Separate copyright authors with new lines 2020-06-19 23:44:16 -04:00
Romain Failliot c4170ea836 Don't trim trailing whitespace for .md files 2020-06-19 23:43:34 -04:00
Creak 74e2c1123b
Merge pull request #44 from MightyCreak/convert-translation-readme
Convert translation README to MarkDown
2020-06-19 23:28:16 -04:00
Romain Failliot bad986b6b6 Update CHANGELOG.md 2020-06-19 23:27:51 -04:00
Romain Failliot 23ef2575ec Convert translation README to markdown 2020-06-19 23:25:58 -04:00