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
Romain Failliot
5f5ec53e05
Bump to alpha 6
...
There was apparently a problem with the executable in the installer.
Retrying with a fresh new build.
2016-09-08 19:45:19 -04:00
Romain Failliot
681cb3cadd
Bump to alpha.5
2016-08-26 12:29:35 -04:00
Romain Failliot
c46506f1d6
Fix encoding detection.
2016-08-26 08:20:29 -04:00
Romain Failliot
67d801da79
Fix installer.
...
* v0.5.0-alpha.4
* Create a directory in the start menu
* Install dir is now just "Diffuse"
* Set an icon for the uninstaller
2016-08-18 13:28:01 -04:00
Romain Failliot
6dc1dcda02
Hack to fix the resize bug.
...
Disable the column # display, will need to refactor the entire
ScrolledWindow class, which is planned anyway.
2016-08-18 08:36:07 -04:00
Romain Failliot
28a008ac0b
Change GTK base class of some classes.
...
* Gtk.Table is obsolete, using Gtk.Grid instead.
* Gtk.HBox is obsolete, using Gtk.Box instead.
2016-08-18 08:36:07 -04:00
Romain Failliot
5cbaec21f8
Bump to alpha.3 for the installer
2016-07-26 04:14:58 -04:00
Romain Failliot
9723b5c6bc
Ellipsize the filename if too long
...
Fix #9
2016-07-26 00:02:03 -04:00
Romain Failliot
e77d60fd1d
Use a Gtk.Grid instead of a Gtk.Table.
2016-07-25 20:35:16 -04:00
Romain Failliot
b058926c52
Rename FileDiffViewer.map to FileDiffViewer.diffmap
2016-07-25 20:30:27 -04:00
Romain Failliot
6365966205
Fix and improve executable generation for Windows
...
* Bump to v0.5.0-alpha.2
* Now it really works on Windows!
* Filtering the DLLs pulled with the executable, reducing the total size
of the app from 170MB to 60MB.
* Adding the Diffuse icon to the .exe.
2016-07-22 03:46:50 -04:00