Advanced Gtk+ Sequencer - News
preparation for migration to Gtk4
Item posted by Joël Krähemann <jkraehemann> on Thu 18 Feb 2021 10:38:40 AM UTC.
In view of migrating to Gtk4, I started to fix deprecated Gtk3 symbols.
The 3.8.x branch contains many changes, yet.
Refactor editor areas
The introduction of AgsCompositeEditor, allows me to rework editor areas. Maybe we can fix the gui-scale factor.
The idea was to have a composite widget able to contain any existing editor area. This would allow to have automation and wave editor within main window.
Fix deprecated Gtk3 symbols
Most common task for this is to make use of GtkOrientable and remove sub-types of:
- GtkBox
- GtkScale
- GtkScrollbar
Or replacing GtkTable by GtkGrid.
Occasion to fix things
Many problems have been figured out and actually get solved as working through GCC compiler output. The important changes were done directly on 3.7.x branch.
Uncertain migration date
It is not sure when we actually migrate to Gtk4 ...
by Joël
Powered by Savane 3.14-8aba.
Corresponding source code