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
Romain Failliot
a8d8d6f199
Update changelog
2020-03-29 11:51:21 -04:00
Romain Failliot
0cd6e20275
Add .editorconfig file
2020-03-29 11:47:47 -04:00
Romain Failliot
42c73f9af4
Add .gitignore file
2020-03-29 11:47:47 -04:00
Creak
825cf752f9
Merge pull request #33 from MightyCreak/fix-changelog-urls
...
Fix CHANGELOG urls
2020-03-29 11:47:04 -04:00
Romain Failliot
1f47367125
Fix CHANGELOG urls
2020-03-29 11:44:49 -04:00
Creak
675563a401
Merge pull request #32 from MightyCreak/convert-changelog
...
Convert ChangeLog to the standard "Keep a Changelog"
2020-03-29 11:35:29 -04:00
Romain Failliot
ef8454dcb1
Convert ChangeLog to the standard "Keep a Changelog"
...
See: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/ )
2020-03-29 11:34:05 -04:00
Creak
e52bad8537
Merge pull request #30 from MightyCreak/reduce-gtk-warnings
...
Reduce GTK deprecation warnings
2020-03-28 18:42:27 -04:00
Romain Failliot
ff18e4a342
Fix deprecation warnings for Gtk.Widget.render_icon
...
[Gtk.Widget.render_icon](https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Widget.html#Gtk.Widget.render_icon )
has been deprecated since 3.0.
The replacement solution is to use Gtk.IconTheme.load_icon.
Most of `Gtk.STOCK_*` value are deprecated:
* `Gtk.STOCK_NEW` is now "document-new"
* `Gtk.STOCK_GO_FORWARD` is now "go-next"
* `Gtk.STOCK_GO_BACK` is now "go-previous"
2020-03-28 18:41:06 -04:00
Romain Failliot
c1b88634e5
Fix deprecation warning about Gdk.Screen
...
[Gdk.Screen.width()](https://lazka.github.io/pgi-docs/#Gdk-3.0/classes/Screen.html#Gdk.Screen.width )
and [.height()](https://lazka.github.io/pgi-docs/#Gdk-3.0/classes/Screen.html#Gdk.Screen.height )
are deprecated since 3.22.
The equivalent solution is to get the first monitor of the default
display.
2020-03-28 18:06:23 -04:00
Romain Failliot
0b4ff56fcc
Update copyright years
2020-03-28 17:55:44 -04:00
Creak
b1f70363ab
Merge pull request #29 from MightyCreak/fix-gtk-deprecation-warnings
...
Fix a bunch of PyGTK+3 deprecation warnings
2020-03-26 23:53:28 -04:00
Derek Scherger
6bdefa3ca2
fix a bunch of PyGTK+3 deprecation warnings
2020-03-26 23:52:35 -04:00
Creak
ce4e0e7046
Merge pull request #27 from uffejakobsen/uj_vcs_fixes
...
Fix diffuse VCS-integration functionality
2020-03-26 23:43:59 -04:00
Uffe Jakobsen
90ff95300f
Fix diffuse VCS-integration functionality
...
python3 popen streams return byte-strings that needs to be decoded into strings
2020-03-19 10:56:14 +01:00
Creak
813d6e7bba
Merge pull request #23 from grozin/master
...
make install.py py3 compatible
2020-02-10 07:34:37 -05:00
Andrey Grozin
a9ed7ec430
make install.py py3 compatible
2020-02-08 22:32:18 +07:00
Creak
fd505ae695
Merge pull request #22 from grozin/master
...
Synced up to 440; ruby.syntax fixed
2020-02-06 08:37:37 -05:00
Andrey Grozin
c32c314d44
Synced up to 440; ruby.syntax fixed
2020-02-04 19:40:05 +07:00
Romain Failliot
b45cded779
Add missing DLL libp11-kit-0.dll
...
* Fixes #17
* Bump to version alpha 7
2016-10-24 08:29:12 -04:00