- Dec 03, 2018
-
-
Philipp Hörist authored
Fixes #9472
-
Philipp Hörist authored
Fixes #9473
-
Philipp Hörist authored
-
Philipp Hörist authored
-
This is a regression from e3050697
-
Philipp Hörist authored
The default GTK link handler does not work on Windows and Mac Fixes #9453
-
Philipp Hörist authored
The package has been fixed in the mingw repos
-
- Nov 19, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Use parse_datetime() - Improve tzo node validation
-
Philipp Hörist authored
-
-
-
The added account causes an issue with test_gui_interface, so the account needs to be removed again
-
Philipp Hörist authored
Remove checking for font_scale, Gtk.TextIter.get_attributes() seems buggy at the moment, and we dont need to check the current scale to apply a new scale Fixes #9067
-
Philipp Hörist authored
-
- Nov 16, 2018
-
-
Philipp Hörist authored
data is now a str
-
Philipp Hörist authored
-
Philipp Hörist authored
Otherwise we have to guess the encoding of the host system
-
- Nov 13, 2018
-
-
Philipp Hörist authored
This is a regression from e281fb68 Fixes #9440
-
Fixes #9427
-
-
-
-
-
Philipp Hörist authored
-
Philipp Hörist authored
When a relative custom config path is passed via commandline, the logic which decides if a plugin can be deleted from the plugin manager fails
-
Philipp Hörist authored
-
Philipp Hörist authored
This reduces problems with old plugins without max version
-
Philipp Hörist authored
This excludes other unix systems which was not intended
-
Philipp Hörist authored
Its listed as dependency
-
Philipp Hörist authored
-
Philipp Hörist authored
sys.platform == 'linux' excludeds other unix systems, for example FreeBSD
-
Philipp Hörist authored
Its a standard library which will be always available in our builds
-
Philipp Hörist authored
Code is also not cross-platform compatible
-
Philipp Hörist authored
- sys.platform == 'linux', excludes many other unix systems - use shutil.which() to test if a command is available
-
Requires flatpak 1.0 or newer
-
-
- Nov 11, 2018
-
-
Philipp Hörist authored
Fixes #9438
-