Eric Goller
Eric Goller
Choose one style of interacting with GTK+ widget instance attributes and refactor code accordingly
GTK+ allows for [various ways to interact with instance attributes](https://stackoverflow.com/questions/15180320/editing-gtkwidget-attributes-properties). We should pick one for consistency and refactor the codebase accordingly. This should also be added to the docs and...
One basic core functionality has been implemented, we need to address i18n and l10n. It is advisable not to postpone this for two long in order to minimize duplicate effort....
It would be nice to produce a listing of all existing categories with the ability to change their properties (e.g. the name). This should be accessible via the application action...
The docs [recommend](http://lazka.github.io/pgi-docs/Gtk-3.0/classes/FileChooserDialog.html) so use `Gtk.FileChooserNative` for improved native look and feel. We need to investigate if this class is indeed preferable and if there are any obvious downsides. Once...
When closing the client while still running an _ongoing fact_ it may be preferable to warn the user. This warning probably should be optional (set via preferences).
The current ``release`` maketarget duplicates ``dist``. Instead it should declare it as a dependency.