summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 6ab5eb6b2f353b530ec118db38cb71f6adcd80df (plain)
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
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.11.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.11.0 for release (gnome 2.12.0 target)

2006-09-07  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Need to add find-python-path.py to EXTRA_DIST

2006-09-01  Rodney Dawes  <dobey@novell.com>

	* 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