We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See 📢 Collecting ideas for future milestones for motivations.
Adapt current version as explained in Preparation in GTK 3.x
Simplify UI files:
find argos/ui -type f -name "*.ui" -execdir gtk-builder-tool simplify --replace {} \;
Apply changes that need to be done at the migration time
To convert UI files:
find argos/ui -type f -name "*.ui" -execdir gtk4-builder-tool simplify --3to4 --replace {} \;
Convert to new list widget
The text was updated successfully, but these errors were encountered:
Use accessors
bd2fea2
Refs: #159
Simplify UI files\nRefs: #159
4b50e31
Simplify UI files
406b4f7
orontee
When branches are created from issues, their pull requests are automatically linked.
Context
See 📢 Collecting ideas for future milestones for motivations.
Analysis
Adapt current version as explained in Preparation in GTK 3.x
Simplify UI files:
Apply changes that need to be done at the migration time
To convert UI files:
Convert to new list widget
The text was updated successfully, but these errors were encountered: