Eric Goller

Results 122 issues of Eric Goller

The original edit dialog featured some eye candy representing the a particular date and its facts present so far. The widget itself utilizes Toms custom drawing widgets but should be...

For cases where we want to disable the "parse time info" step (for example because the desired activity name includes substrings that look like time) we should allow for that....

`hamsterlib` will change the layout of `Fact.serialized_name`. Once this has happened we need to adjust our `EditDialog` accordingly. Blocked by: - [hamsterlib issue](https://github.com/projecthamster/hamster-lib/issues/139)

Bug
Blocked

Right now attributes of an `ongoing fact` can not be changed. One needs to stop it and access its regular edit dialog for a normal fact. It would be nice...

Behind the scenes there is some logic involved in for when the user provides information in the `raw fact entry` as well as in dedicated attribute entry fields. It would...

Enhancement

`hamster.widgets.activityentry.ActivityEntry` employed some some custom logic to collect a ranked list of relevant activities and presents them as a drop down in the `raw fact entry` (via the custom `CompleteTree`...

According to [the docs](https://developer.gnome.org/gtk3/stable/GtkVBox.html) `Gtk.Box` whilst not deprecated is advised against in favor of all out `Gtk.Grid` based layouts. For migration tips [refer to this](https://developer.gnome.org/gtk3/stable/gtk-migrating-GtkGrid.html). This should not be a...

Enhancement
Good first bug

Enhancement
UX
UI
Blocked