1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
2007-03-20 Rodney Dawes <dobey@novell.com>
* scripts/abiword.py: Add an initial script for abiword
2007-03-20 Rodney Dawes <dobey@novell.com>
* scripts/evolution-webcal.py: Add a script for evolution-webcal
2007-03-20 Rodney Dawes <dobey@novell.com>
* scripts/banshee.py: Up the initial sleep to 20 seconds
2007-02-27 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py (a11y_test_init): Update the argument checks
to handle values of None, '', or 0
* scripts/realplay.py: Update script to handle initial setup dialogs,
by copying the existin realplayerrc to a backup, and back when finished
2007-02-26 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py (a11y_test_init): Add another argument to
the method to allow specifying a different logfile name
2007-02-21 Rodney Dawes <dobey@novell.com>
* scripts/yelp.py: Document how the script works, to aid people in
writing new scripts
2006-12-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.15.2 for release
2006-11-22 Rodney Dawes <dobey@novell.com>
* scripts/gedit.py: Update to work with gedit 2.16.x
2006-11-22 Rodney Dawes <dobey@novell.com>
* scripts/banshee.py: Update to work with banshee 0.11.2 as well
2006-11-09 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py (a11y_find_panel_with_applet): Add a new
method to search for a specific applet in all available panels, this
probably breaks for multiple applets of the same type, but works great
for single applet instances
* scripts/applet-show-desktop.py:
* scripts/applet-volume-control.py:
Add two new scripts to attempt to poke at a couple applets
* scripts/gnome-panel.py: Scan all the panels that might exist
2006-10-30 Rodney Dawes <dobey@novell.com>
* scripts/Makefile.am: Add gnome-main-menu.py
* scripts/control-center.py: Clean up a little bit
* scripts/gnome-background-properties.py: Use the new objectexist()
call from LDTP CVS to push the right button to close the dialog
* scripts/gnome-main-menu.py: New script to test the main menu applet
from the slab module in GNOME cvs
* scripts/gnome-panel.py: Make window_title more specific so that
we can correctly poke the right widgets
2006-10-24 Rodney Dawes <dobey@novell.com>
* scripts/Makefile.am:
* scripts/gnome-volume-properties.py: Add a script to scan the
Removable Drives and Media Properties capplet
2006-10-24 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py (a11y_test_init): Add a third argument to
specify whether or not to run the app, so that we can test apps which
need to already be running, such as the panel or nautilus
* scripts/Makefile.am: Update to include all the new scripts
* scripts/gnome-panel.py: Add the beginnings of a script to test the
gnome-panel accessibility
2006-09-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.15.1 for release
2006-09-28 Rodney Dawes <dobey@novell.com>
* scripts/Makefile.am: evolution.py replaces evolution-mail.py
2006-09-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Remove AM_MAINTAINER_MODE call
Add AC_PATH_PROG for python so that we can byte-compile the module
* python/Makefile.am: Add bits to byte-compile the python module and
install the byte-compiled cache file
2006-09-21 Rodney Dawes <dobey@novell.com>
* README: Update with some content about how the scripts work
2006-09-21 Rodney Dawes <dobey@novell.com>
* scripts/evolution.py: New script to scan most of the Mail UI in the
Evolution application
* scripts/evolutin-mail.py: Remove this script in favor of evolution.py
2006-09-21 Rodney Dawes <dobey@novell.com>
* scripts/gnome-theme-manager.py: Fix the program name and window title
so that the capplet will get scanned properly
2006-09-20 Rodney Dawes <dobey@novell.com>
* python/A11yTestSuite.py (a11y_test_init): Ensure that the language
we are running under is en_US.UTF-8 so that all the scripts will work
2006-09-20 Rodney Dawes <dobey@novell.com>
* python/A11yTestSuite.py (a11y_test_init): Add support for passing
in arguments to launch the application with
2006-09-20 Rodney Dawes <dobey@novell.com>
* scripts/zen-installer.py: Update to use the python module stuff for
scanning the program for accessibility issues
2006-09-18 Rodney Dawes <dobey@novell.com>
* scripts/gnome-system-monitor.py: Scan the about box too, now that
we can handle the (C) character
2006-09-18 Rodney Dawes <dobey@novell.com>
* scripts/gimp.py: Update script to check more dialogs in GIMP, and
document a couple LDTP bugs that automating GIMP exposes
2006-09-18 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py (__print_properties): Always convert the
componentName to utf8 and write out the utf8 to the HTML log
* scripts/banshee.py: Update the banshee script to be more complete
and to go through all the dialogs
* scripts/gedit.py: Scan the about box as well
* scripts/realplay.py: Scan the about box as well, and fix the
window_title to not conflict with the about box title
2006-09-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.15.0 for release (gnome 2.16 target)
2006-09-07 Rodney Dawes <dobey@novell.com>
* Makefile.am: Need to add find-python-path.py to EXTRA_DIST
2006-09-05 Rodney Dawes <dobey@novell.com>
* scripts/gnome-font-properties.py: Peek at the font details dialog
* scripts/gnome-keyboard-properties.py: Peek at the layout dialog
* scripts/gnome-theme-manager.py: Peek at the theme details dialog
2006-09-01 Rodney Dawes <dobey@novell.com>
* scripts/gnome-background-properties.py: Use Finish button on HEAD
* scripts/gnome-passwd.py: Run the right program here
2006-08-24 Rodney Dawes <dobey@novell.com>
* scripts/gnome-*-properties.py:
* scripts/gnome-*-preferences.py:
Add some more scripts to scan for a11y properties in control-center
2006-08-21 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py: Add GPL notice into copyright header
comment block
2006-08-18 Rodney Dawes <dobey@novell.com>
* INSTALL: Add content so automake doesn't overwrite the file
2006-08-18 Rodney Dawes <dobey@novell.com>
* configure.ac: Determine the python site-packages path and substitute
it for the Makefiles to use
* find-python-path.py: Add this script to discover the python path
* python/Makefile.am: Remove the pythondir declaration from here, as
it is now defined by the configure script
|