Calum Lind
|
e6a7119595
|
[GTK3] Replace stock icon and text usage
|
2018-11-02 08:45:39 +00:00 |
|
hugosenari
|
bc6bc017cb
|
[GTK3] Fix TextBuffer.get_text() arguments
This fixes an error that it takes exactly 4 arguments (3 given)
|
2018-11-02 08:45:39 +00:00 |
|
hugosenari
|
14b6ba10cf
|
[GTK3] Use decode_bytes from method returns
Python3 PyGObject automatically encodes/decodes strings to and from
methods. This does not happen on Python 2 so for compatibility use
decode_bytes.
|
2018-11-02 08:45:39 +00:00 |
|
Calum Lind
|
01fafd4fe0
|
[GTK3] Change module structure from ui/gtkui to ui/gtk3
This moves the directory structure so that there is no conflict with the
old gtk2 UI. Also changes the conf and state files being loaded.
|
2018-11-02 08:45:39 +00:00 |
|