flxzt / rnote

Sketch and take handwritten notes.
https://rnote.flxzt.net
GNU General Public License v3.0
6.42k stars 215 forks source link

ui: migrate `GtkDialog` to `AdwDialog` #1124

Open zefr0x opened 1 week ago

zefr0x commented 1 week ago

Closes: #1120 Related: #1110

For now just file-selection, print, and keyboard-shortcut dialogs opens in a separate window. I think we don't have a choice for the first two, but the last one is possible (if there was AdwShortcutsDialog).


P.S. I'm not confident with my async skills so I might've done some thing wrong :)

oscfdezdz commented 1 week ago

In the UI i used GtkBox and AdwHeaderBar to replace the actions functionality that was in GtkDialog.

I would suggest using AdwToolbarView instead of GtkBox which is a more specific widget for this type of use because of the properties and styles it has.