gtk/testsuite
Matthias Clasen df455db2e3 GtkBuilder: Make IDs optional
One requirement of .ui files is that each object must have an ID,
even if it is never referred to or directly loaded from the code.
This makes editing .ui files much more onerous than it has to be,
due to the frequent need to invent new IDs, while avoiding
clashes.

This commit makes IDs optional in the XML. They only need to
be provided for objects which are referred to or explictly loaded
from the code. Since GtkBuilder needs IDs for its own internal
accounting, we create IDs of the form ___object_N___ if not
specified in the XML.

https://bugzilla.gnome.org/show_bug.cgi?id=712553
2013-11-18 06:00:02 -05:00
..
a11y Fix up accessibility tests 2013-10-28 07:20:11 -04:00
css testsuite: Ignore generated .test files 2013-07-11 12:57:06 -04:00
gdk testsuite: Ignore generated .test files 2013-07-11 12:57:06 -04:00
gtk GtkBuilder: Make IDs optional 2013-11-18 06:00:02 -05:00
reftests Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00