summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)AuthorFilesLines
2010-03-19LDTPv2 fixesHEADmasternags1-2/+3
2007-02-272007-02-27 Rodney Dawes <dobey@novell.com>dobey1-3/+3
* 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-262007-02-26 Rodney Dawes <dobey@novell.com>dobey1-2/+7
* python/A11yTestUtils.py (a11y_test_init): Add another argument to the method to allow specifying a different logfile name
2006-11-092006-11-09 Rodney Dawes <dobey@novell.com>dobey1-0/+27
* 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-252006-10-24 Rodney Dawes <dobey@novell.com>dobey1-6/+7
* 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-282006-09-28 Rodney Dawes <dobey@novell.com>dobey1-0/+8
* 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-212006-09-20 Rodney Dawes <dobey@novell.com>dobey1-0/+1
* 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-212006-09-20 Rodney Dawes <dobey@novell.com>dobey1-2/+5
* python/A11yTestSuite.py (a11y_test_init): Add support for passing in arguments to launch the application with
2006-09-182006-09-18 Rodney Dawes <dobey@novell.com>dobey1-1/+2
* 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-08-212006-08-21 Rodney Dawes <dobey@novell.com>dobey1-0/+13
* python/A11yTestUtils.py: Add GPL notice into copyright header comment block
2006-08-182006-08-18 Rodney Dawes <dobey@novell.com>dobey1-2/+0
* 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
2006-08-18Initial revisiondobey3-0/+125