In order to prepare for GTK+4, we must clean tryton. We must use gi.repository and no more the pygtkcompat version. Also depreciation warning should be fixed as such code will no longer work on GTK+4.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Here is review47841002.
It does not remove all the deprecation warning but only those that has simple solution. Here is the list of the warnings that should be processed in a separate issue because of the complexity:
- Gtk.Table must be replaced by Gtk.Grid
- Gtk.Container.set_focus_chain has no replacement
- Gtk.Arrow must be replaced by Gtk.Image
- Gtk.Dialog.get_action_areas has no replacement
Cédric Krieradded 1 deleted label and removed 1 deleted label