Benedek Dévényi

Results 108 issues of Benedek Dévényi

Fixes the two bugs mentioned in #769, and fixes the incorrect behavior when seeking with keyboard, where the 30 seconds were hard-coded, and it didn't follow the durations set in...

### Feature description There are a number of custom widgets that could use [`GObject.Property`](https://pygobject.readthedocs.io/en/latest/guide/api/properties.html)s or [`Gtk.Template.Callback`](https://pygobject.readthedocs.io/en/latest/guide/gtk_template.html)s instead of updating properties and `connect`ing signals manually. It would be good to replace...

enhancement
good first issue

With GTK4 this is a great opportunity to improve performance.

enhancement
UI

### Bug description Resizing Cozy's main window is laggy, as it constantly calls `_on_window_size_allocate` (even worse: it is called once for both horizontal and vertical size change) to save the...

UX
good first issue

### Feature description There are a number of issues on this repo where the solution was to simply delete the database in order to solve a problem. Obviously the database...

With the GTK4 + libadwaita port Cozy now automatically follows the system color scheme, and this setting is no longer needed. Fixes #829

This is nicer than disabling/hiding some elements.