Use Adwaita widgets for basic request entries
Review Request #2365 — Created March 21, 2023 and submitted
This uses
AdwEntryRow
andAdwPasswordEntryRow
for text. Also, even though I kept it working in /r/2355, this drops username completion, asGtkEntryCompletion
is not supported forAdwEntryRow
and is also deprecated in GTK 4.10.For multiline entries,
AdwEntryRow
doesn't support it, but I managed to create a mostly similar look to the single line entries. I didn't bother with making the title large when the entry is empty and unfocused, as Adwaita does a whole animation thing that I don't want to copy from them.Integer fields did not really change, but we'll want to use
AdwSpinRow
when that's complete.
Opened Request Fields from Demo protocol.
Summary | ID |
---|---|
c8bf32039a5a4d55d70fdf54d31d905f85c859bc |
- Change Summary:
-
Rebased.
- Commits:
-
Summary ID 55dc9c5f6c8588e95b153fe2ac67ce69fd6576a8 c8bf32039a5a4d55d70fdf54d31d905f85c859bc - Diff:
-
Revision 2 (+168 -270)