Skip to content

Simplify for 4: Simplify UI files to ease in GTK 4 port

Arun Mani J requested to merge arun-mani-j/phosh:simplify-for-4 into main

Simplifying the UI files allows us to port them to GTK 4 easily. By dropping defaults, we reduce the number of lines and make merge conflicts relatively easier to solve.

This MR has two commits. First commit used the automatic simplification of GTK Builder Tool. Second commit manually does the clean up for derived and Hdy widgets as GBT does not touch them.

If any other change (in code or migration) should be done, so we are ready for GTK 4 port, it can be done in this MR itself.

Merge request reports

Loading