Refresh all of the ui files
Review Request #559 — Created March 6, 2021 and submitted
- Resaved everything with Glade 3.38 which changes all of the properties from
using_
's to using-
's. - Make sure everything has the license information, including the menu files
that Glade doesn't handle directly. - Make sure that all of our ui files are requiring Gtk 3.22 as that is our
minimum and many of them were set to 3.20 which was making Glade angry. - Change the margin-left to margin-start in xfer.ui
Glade is doing some weird stuff though that we'll need to watch in the future. Namely the format view isn't showing up as an internal client in TalkatuEditor
for some reason and Glade removed the property from the Invisible GtkTextTag
.
Compiled and ran locally.
- Change Summary:
-
Added a giant comment that glade is leaving alone describing the issues with glade 3.38.2 in the debug.ui file and reset all of the properties.
- Commit:
-
60d6cca4f392e7ae44ac95d4
- Diff:
-
Revision 2 (+1162 -1046)
- Change Summary:
-
Added additional explanation and set the invisible-set property which glade promptly ignored..
- Commit:
-
e7ae44ac95d4b2ee76b77f82
- Diff:
-
Revision 3 (+1166 -1046)
- Change Summary:
-
rebased
- Commit:
-
b2ee76b77f82891fa7f95e89
- Diff:
-
Revision 4 (+1158 -1038)
- Change Summary:
-
fix the property names in the description.
- Commit:
-
891fa7f95e8916390f972844
- Diff:
-
Revision 5 (+1158 -1038)
- Change Summary:
-
Add notes about the discrepency between the docs and what the inspector say.
- Commit:
-
16390f97284414d3934161ec
- Diff:
-
Revision 6 (+1160 -1038)