Re: AbiWord 3.next release plans

Jean Bréfort <[email protected]> Mon, 23 Nov 2015 09:59:31 +0100
Newsgroups gmane.editors.abiword.devel
Message-ID <[email protected]>
Le dimanche 22 novembre 2015 =C3=A0 22:36 -0500, Hubert Figui=C3=A8re a =C3=
=A9crit=C2=A0:
> Like the collab plugin trigger a good bunch of Gtk deprecation
> warnings that needs to be fixed...
>=20
>=20
> Hub

Most are GtkTable uses that should be replaced by GtkGrid, which is
quite easy to do (but somewhat boring).
The few others are about deprecation of gtk_tree_view_set_rules_hint()
which we should just not use anymore (it probably interfered with
themes).

I'll do these as soon as possible, but it would be fine if somebody
else could check the dialogs, I don't use collab myself, and there
might be some widget size issues (which might depend upon the gtk+
version).

Cheers,
Jean