Re: AbiWord 3.next release plans

Jean Brefort <[email protected]> Mon, 23 Nov 2015 16:46:34 +0100
Newsgroups gmane.editors.abiword.devel
Message-ID <[email protected]>
Does anybody knows what the vbDetails GtkBox instances in several Glade
files from the collab plugin are for? They don't seem to be used in the
code (and contain a GtkTable).

Le lundi 23 novembre 2015 =C3=A0 10:29 -0500, Hubert Figui=C3=A8re a =C3=A9=
crit=C2=A0:
> On 23/11/15 03:59 AM, Jean Br=C3=A9fort wrote:
> >=20
> > Le dimanche 22 novembre 2015 =C3=A0 22:36 -0500, Hubert Figui=C3=A8re=
 a =C3=A9crit
> > :
> > > Like the collab plugin trigger a good bunch of Gtk deprecation
> > > warnings that needs to be fixed...
> >=20
> > 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).
>=20
> I have had these on my radar. I just didn't get through doing them
> yet.
> There are also a bunch in the core.

I found just one.

> > 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).
>=20
> Thanks for stepping in.
> Ability to test is part of my issues with the collab plugin.
>=20
>=20
> Hub