John
John
@danyeaw Nice to meet you! Will do.
Refs #3529.
Hey -- right now i see Gtk classes being used everywhere for GTK4 code. From some limited resarch, I've found that libadwaita is a simple way to make Gtk apps...
@danyeaw Ack. Also there's a Qt backend incoming and if we get that to good support we can use Qt 6 to look so-so on all Linux, achieving the goal....
@danyeaw Unfortunately I do not have time to implement those changes -- just declaring I have no intentions to work on that.
@danyeaw Clarifying -- my message yesterday referred to TOGA_ADWAITA implementations. I've made the PR against your PR already, sorry for the confusion.
Okay -- I think just supporting LibAdwaita isn't really enough. Like libadwaita adds new things like Dialogs, but also provides some replacements like Adw.Spinner instead of Gtk.Spinner and Adw.Window instead...
@freakboy3742 Problem is, some features can't be done without libadwaita, such as dialogs (https://docs.gtk.org/gtk4/class.Dialog.html is deprecated and the suggested replacement is just use Gtk.Window which is very genertic). So I'm...
> > So I'm not sure if we should offer a non-adwaita option at all, since implementing dialogs from scracth would take some time. > > The question for me...
@freakboy3742 I've found that there's actually raw GTK4 APIs for dialog, but... again it changed API completely in GTK 4.10. So I agree that we should still not implement the...