Commit Graph

28111 Commits

Author SHA1 Message Date
b9c0d226c0 Add an assistant testcase 2011-07-05 16:08:04 -04:00
1783b5c85e Add a testcase involving an expander 2011-07-05 16:08:03 -04:00
5a257fe95f Add a testcase with a print dialog 2011-07-05 16:08:03 -04:00
b2e624c50c Add a messagedialog testcase 2011-07-05 16:08:03 -04:00
c950bd540b Add a testcase involving a font selection dialog 2011-07-05 16:08:03 -04:00
4149124b2b Add a testcase with an appchooser dialog 2011-07-05 16:08:03 -04:00
0f2c739473 Add a README for accessibility-dump 2011-07-05 16:08:03 -04:00
4dfc4fbdaf Add an about dialog testcase 2011-07-05 16:08:03 -04:00
f59b9e52d4 Add a color chooser testcase 2011-07-05 16:08:02 -04:00
ac8e00010a Add a scrollbar to the range testcase 2011-07-05 16:08:02 -04:00
dfb8fa9b5a Add a filechooser testcase 2011-07-05 16:08:02 -04:00
56100a017a Remove debug spew
This had crept into the expected output for the buttons
testcase.
2011-07-05 16:08:02 -04:00
ffb6df5f42 GailTreeView: deal with absence of model 2011-07-05 16:08:02 -04:00
7f44184f61 GailImageCell: Deal with absence of pixbufs
...and when there are pixbufs, don't leak them.
2011-07-05 16:08:02 -04:00
0f8823b4a4 Fix dependencies between directories
This ensures that libgtk gets relinked when I touch sources
in gtk/a11y.
2011-07-05 16:08:02 -04:00
5ebbf00f0a Try harder to generate names for accessibles
We are still hitting the 'no name' case in GtkFileChooser for
a GailBox, otherwise.
2011-07-05 16:08:02 -04:00
dbf204b5b9 Handle AtkValue implementations that return integer values
We do this by transforming the returned GValue to a string.
As a side-effect, the formatting for doubles changes, so
adjust expected output to match.
2011-07-05 16:08:01 -04:00
8fdcb60c87 Don't build the libgail-util docs
The doc build for that is currently broken, and libgail-util is
undergoing reconstructive surgery anyway, currently.
Or maybe it'll turn out to be an amputation...
2011-07-05 16:08:01 -04:00
98a11cedf0 tests: omit fg-color and bg-color values from attributes
They depend on the environment, too.
2011-07-05 16:08:01 -04:00
b6bd3ef4f4 tests: Add line breaks when dumping text attributes
This improves diff readability a lot when attributes differ.
2011-07-05 16:08:01 -04:00
4227a63f48 widget: Use g_type_add_class_private()
It turns out that that funciton does indeed exist and my rant was just
outdated. Shame on me.
2011-07-05 16:08:01 -04:00
5449ec0a30 gail: Fix compile warning 2011-07-05 16:08:01 -04:00
fd5ceee925 tests: undefine GTK_DISABLE_DEPRECATED as we include deprecated types 2011-07-05 16:08:01 -04:00
17e219fbce Remove debug spew 2011-07-05 16:08:01 -04:00
054057a640 Fix GtkSwitchAccessible type definition
It turns out that ATK_DEFINE_TYPE_WITH_CODE() is broken; it
tells GType that the class and instance size for the accessible
type are the same as for its parent type. Which is not true
if your instance struct has members such as 'description' here.
This was causing hard-to-track-down memory corruption, since
description and the GtkAccessible private pointer were sharing
the same memory location.
2011-07-05 16:08:00 -04:00
4dfb500732 Add a test involving a tree view 2011-07-05 16:08:00 -04:00
eb60a7ed54 Dump AtkTable properties
Also, make get_name() deal better with GtkAccessibles whose
widgets don't have buildable names.
2011-07-05 16:08:00 -04:00
52aa225713 Dump AtkComponent properties
Note that the spatial aspects of AtkComponent are all dependent
on fonts and other environmental factors, thus we only dump the
little bits outside of that.
2011-07-05 16:08:00 -04:00
570c185935 Make the dumped output a bit more readable
By adding sections for each interface.
2011-07-05 16:08:00 -04:00
04d6c99a71 Add a test involving a text view 2011-07-05 16:08:00 -04:00
901395db67 Dump AtkStreamableContent properties
Also, simplify the format for links slightly.
2011-07-05 16:08:00 -04:00
bdab7cc8ff Fix the expected output for range.ui
GtkScale puts a LRM character at the start of the string.
2011-07-05 16:08:00 -04:00
57fc8f183a Add a test involving links 2011-07-05 16:08:00 -04:00
97ddbb5ff2 Dump AtkHyperLinkImpl properties 2011-07-05 16:07:59 -04:00
0311ffe023 Fix some problems with the GailLinkButton implementation 2011-07-05 16:07:59 -04:00
0740876d0e Add a test involving ranges 2011-07-05 16:07:59 -04:00
2672a3afef Dump AtkValue properties 2011-07-05 16:07:59 -04:00
6641ae85ff Add a test involving a selection 2011-07-05 16:07:59 -04:00
913c5241ae Dump AtkSelection properties
Also make get_name() deal with object that are not GtkAccessible,
but implement AtkText. An example of this is GailNotebookPage.
2011-07-05 16:07:59 -04:00
a6d741b6a4 Dump AtkAction properties
Adjust expected output to match.
2011-07-05 16:07:59 -04:00
22fc55f716 Dump AtkImage properties too
Update expected output to match.
2011-07-05 16:07:59 -04:00
58b4b410fa More text properties 2011-07-05 16:07:59 -04:00
76f71b8f9c Dump AtkText properties too
...would be nice if these actually _were_ properties.
Update the expected output to match.
2011-07-05 16:07:58 -04:00
9860acfcbe Remove remnants of GnomeCanvas
There were some random places where gail was poking at types
to see if they were a GnomeCanvas. Just remove this.
2011-07-05 16:07:58 -04:00
bd6b799d26 Fix make check
Not really the best fix; for now just ignore accessible parents
that are not GtkAccessibles - it seems that something causes
GailToplevels to show up as parents of GailWindows, randomly.
2011-07-05 16:07:58 -04:00
784e4a81eb Remove an extra line from expected output 2011-07-05 16:07:58 -04:00
5952c6abbb Don't forget to free an empty attribute set 2011-07-05 16:07:58 -04:00
f3ae93af95 Add a more convenient way to dump
For initial creation of the results, allow to run
accessibility-dump --generate file.ui,
which will dump just the expected output to stdout,
without any extra decorations.
2011-07-05 16:07:58 -04:00
d36d6172d2 Dump more accessibility data
This commit adds dumping of parents, attributes and states.
The expected dump output has been adjusted to match.
2011-07-05 16:07:58 -04:00
667504d791 Add new tests to EXTRA_DIST 2011-07-05 16:07:58 -04:00