Commit Graph

354 Commits

Author SHA1 Message Date
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
Romain Failliot 690aff09e4 Rename translation README to README.md 2020-06-19 23:22:22 -04:00
Romain Failliot 20b16ebb02 Add Romain Failliot (me) to AUTHORS 2020-06-19 21:46:29 -04:00
Creak 517eba8926
Merge pull request #41 from tneele/deprecation-warnings
Resolve some deprecation warnings
2020-06-19 21:45:03 -04:00
Creak 4383213238
Merge pull request #43 from MightyCreak/patch-1
Improving Spanish translation
2020-06-19 20:12:59 -04:00
Romain Failliot 6b3e6f6a65 Fix from PR comments
* Revert translation of the GPL paragraph
* Fix typo with "codec"
* Add new translator in AUTHOR file
* Add change in CHANGELOG.md
2020-06-19 20:11:24 -04:00
David Marín e0fb55f050 Update es.po 2020-06-19 20:11:04 -04:00
David Marín 94c01a54c8 Update es.po 2020-06-19 20:11:04 -04:00
David Marín 98800f6116 Improving Spanish translation 2020-06-19 20:11:04 -04:00
Creak 5b3d3fb0f2
Update CHANGELOG.md 2020-06-19 19:36:53 -04:00
Thomas Neele f0dee29ebd Fixed deprecated use of Gtk.Dialog.__init__() in two places 2020-06-15 09:52:33 +02:00
Thomas Neele 5228edfd74 Use Gtk.Label.set_{x,y}align() 2020-06-15 09:43:11 +02:00
Thomas Neele c7361cdd73 Fix deprecation warnings in dialogs 2020-06-11 16:58:36 +02:00
Thomas Neele 680104ed5c Resolve several deprecation warnings 2020-06-11 16:58:28 +02:00
Creak d3f5252643
Merge pull request #40 from MightyCreak/update-copyrights
Update copyrights and translation strings
2020-05-21 15:46:16 -04:00
Romain Failliot c11064801a Update copyrights and translation strings 2020-05-21 15:45:15 -04:00
Creak 0d2224efa0
Merge pull request #35 from eile/master
Minor fixes for Ubuntu 20.04
2020-05-07 15:56:14 -04:00
Creak b60785ee76
Merge pull request #37 from likema/fix-bytes-type
Fix incorrect conversion.
2020-05-07 15:47:41 -04:00
Like Ma 9f261cea7b Fix incorrect conversion.
Traceback (most recent call last):
  File "/usr/bin/diffuse", line 5592, in im_retrieve_surrounding_cb
    im.set_surrounding(s, len(s), n)
TypeError: Must be string, not bytes
2020-05-08 02:20:51 +08:00
Stefan Eilemann 8de1c93afa Fix install python version 2020-05-04 09:50:49 +02:00
Creak b4fd348fb5
Merge pull request #34 from MightyCreak/add-source-code-conventions
Add source code conventions
2020-03-29 11:51:47 -04:00