GEPS 029: GTK3-GObject introspection Conversion

From Gramps
Revision as of 09:14, 17 June 2012 by Bmcage (talk | contribs) (Created page with "Gramps was written with GTK 2 toolkit. This has been replaced upstream with GTK 3, so Gramps should convert to GTK 3. == Guideline == We try to convert 1 to 1. If there are p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gramps was written with GTK 2 toolkit. This has been replaced upstream with GTK 3, so Gramps should convert to GTK 3.

Guideline

We try to convert 1 to 1. If there are problems due to deprecated features, or otherwise, add in the code:

# TODO GTK3: write what problem is due to gtk 3 conversion

Before release, all TODO GTK3 in the code must be cleaned up

Problems

  • Gtk.Clipboard seems to work differently

Related Gramps Bugs

  • #5009: Use gobject introspection for GTK 3 dependency