gnome-maps:wip/mlundblad/cleanup-gtk-deprecations

Last commit made on 2021-03-26
Get this branch:
git clone -b wip/mlundblad/cleanup-gtk-deprecations https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/cleanup-gtk-deprecations
Repository:
lp:gnome-maps

Recent commits

bb16335... by ml@update.uu.se

transitLegRow: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

f892ed0... by ml@update.uu.se

transitItineraryRow: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

c5f2023... by ml@update.uu.se

socialPlaceListBox: Stop using GtkContainer add methods

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.
Also stop using gtk_widget_destroy() to remove
rows, instead use .remove() on the list itself.

f304ee9... by ml@update.uu.se

sidebar: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

231012b... by ml@update.uu.se

sendToDialog: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

64a40f1... by ml@update.uu.se

routeEntry: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

c238508... by ml@update.uu.se

placePopover: Stop using generic GtkContainer add and remove

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

35717bd... by ml@update.uu.se

osmTypePopover: Stop using generic GtkContainer add and remove

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

810864d... by ml@update.uu.se

osmEditDialog: Stop using generic GtkWidget add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

099767a... by ml@update.uu.se

mainWindow: Stop using generic GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.