Closed mufeedali closed 2 years ago
This is for GNOME Circle.
To-do:
Unsure about:
Other work:
Defaulting to live search is troublesome because then the matter of how and when to present completions and when to hide them comes up. So that needs some additional thought.
So... umm... I'm porting to GTK4 + libadwaita now because there's a lot of stuff that would get simpler if I did that. There's some functionality that would be lost too, but hopefully they'll be back soon.
@fushinari feel free to join #app-dev:gnome.org
on Matrix if you need help with porting your app or want feedback for design decisions :)
Joined! Thanks for letting me know! :)
What's still broken (GTK4, in order of priority):
actions
seem to be gone from GTK4. I can't abuse them anymore. Either remove completions and replace with another mechanism, or find a way to give a custom list to EntryCompletion
.~ Fixed. Missing the italic indicator for custom definitions. But that's a non-blocker since custom definitions isn't really an exposed feature.GtkEntry
. But using GtkEntry
has led to issues, so will need to look into it.~ Fixed.wordbook
leaves a zombie process if GLib.idle_add(self._search_entry.grab_focus)
is called during its runtime.~ Fixed.This pull request introduces 1 alert when merging 33a95cf4c4a9a29caa80c71067f913d445c65172 into ba45fe7aa08aae875dd13313bcc2256fed0fb0f9 - view on LGTM.com
new alerts:
Pending tasks:
Closes #26