- 11 Nov, 2018 8 commits
-
-
André authored
-
André authored
-
André authored
-
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
-
- 10 Nov, 2018 7 commits
-
-
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
-
- 09 Nov, 2018 2 commits
- 07 Nov, 2018 9 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
André authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
- 06 Nov, 2018 1 commit
-
-
Philipp Hörist authored
-
- 05 Nov, 2018 2 commits
-
-
Philipp Hörist authored
-
Emmanuel Gil Peyrot authored
-
- 04 Nov, 2018 4 commits
-
-
André authored
-
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
-
- 03 Nov, 2018 7 commits
-
-
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
-
André authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
André authored
-