- Nov 11, 2018
-
-
-
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #9438
-
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
-
- Nov 10, 2018
-
-
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
-
- Nov 09, 2018
- Nov 07, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
-
-
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
- Nov 06, 2018
-
-
Philipp Hörist authored
-
- Nov 05, 2018
-
-
Philipp Hörist authored
-
-
- Nov 04, 2018
-
-
-
Philipp Hörist authored
- Make all menus and shortcuts use the 'app.browse-history' action - HistoryWindow: Inherit from Gtk.ApplicationWindow
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Nov 03, 2018
-
-
Philipp Hörist authored
- Show orange warning icon if a field is required - Show red error icon if validation of the field failed - Set validation error text as tooltip of the icon - DataFormWidget emits a signal 'is-valid' on every change
-
Philipp Hörist authored
-
André authored
like The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. or Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "title, transient_for, flags" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
André authored
-