summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 7f7dce6a03b131fe1cb32e0a540833270a062202 (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
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