Changelog for
ldtp-3.5.0-lp152.3.3.noarch.rpm :
* Sun May 12 2013 dimstarAATTopensuse.org- Update to version 3.5.0: + New API: - inserttext, objtimeout, guitimeout, getcellsize, getcellvalue, getobjectnameatcoords, getcombovalue, getaccesskey in Python client, doubleClick, doubleClickRow, onWindowCreate, getCellSize, getComboValue, appUnderTest, getAccessKey in Java client, getcellsize, getcellvalue in Ruby client, GetCellSize, GetComboValue, AppUnderTest, GetAccessKey, MouseRightClick, DoubleClick, DoubleClickRow, RightClick in C# client. + New control type: - POPUP MENU for Ubuntu environment. + Bugs fixed: - Ruby client: . Fixed optional arguments to imagecapture. . Check window_name parameter, if empty then use AATTwindow_name passed in constructor. - Python client: . Fixed optional argument APIs to work on both Windows and Linux. . imagecapture x, y offset, height and width parameters are disregarded if window parameter is provided (bgo#685548). . Return unicode string all the time on gettextvalue. . Fix partial match argument in selectrow, compatible with Windows. . Support Python 2.6. . Added Errno 101 as we see in Ubuntu 10.04 environment. + Core LDTP2 - Include label type on gettextvalue. - Don\'t include separators in the list. + Perl client added.
* Tue Mar 05 2013 cfarrellAATTsuse.com- license update: LGPL-2.1 No GPL found during audit. Most Alagappan files are LGPL-2.1 only
* Fri Mar 01 2013 cooloAATTsuse.com- update license to new format
* Wed Aug 15 2012 dimstarAATTopensuse.org- Update to version 3.0.0: + Fix QT related accessibility issue + Add C# LDTP Client + Updated documentations + Bugs fixed: bgo#673931
* Sun Feb 26 2012 vuntzAATTopensuse.org- Update to version 2.3.1: + Added twisted gtk3reactor + Operate on window name using index, will be helpful with i18n, l10n testing + at-spi2 related fixes to improve test execution time- If GTK+ 3 is preferred (on 12.1 and later), move to the introspection-based bindings: + Add a gobject-introspection BuildRequires to have automatic introspection-based Requires. + Remove gnome-python-desktop/python-wnck and python-gtk Requires.
* Fri Feb 17 2012 dimstarAATTopensuse.org- Update to version 2.3.0: + Added Windows client version for LDTP + Update keycodes based on latest Linux distribution + Bugs fixed: - Fixed twisted gtk2 import in gtk3 environment - Adjust to changed twisted XMLRPC APIs.
* Sun Sep 25 2011 vuntzAATTopensuse.org- Update to version 2.2.0: + Many fixes with respect to GTK3 + Added new function rightclick + Bugs fixed: - Check partial_match, compatible with LDTPv1 - Added two new methods to LDTPv2 as per LDTPv1 API set: verifytoggled, verifypushbutton - bgo#654683: getallstates does not work with pyatspi2 - Various other bug fixes (including bgo#654685, bgo#657290, bgo#656801).
* Thu Jun 09 2011 vuntzAATTopensuse.org- Drop unneeded python-gnome Requires: no python modules from there is used.- Add python-wnck Requires on 11.4 and later, and gnome-python-desktop Requires on 11.3 and earlier: only the wnck module is used.
* Mon Mar 21 2011 dimstarAATTopensuse.org- Update to version 2.1.1: + lp#710545: Fix committed to resolve getobjectlist(\'Main Menu\') of alacarte app.
* Fri Jan 07 2011 vuntzAATTopensuse.org- Update to version 2.1.0: + Added documentation files from LDTPv1 and updated accordingly + Search object name as unicode character and mutliline + Print Unicode exception, instead of string. Printing string fails, if non-ascii strings are in exception string + Performance improvement: - When looking for object inside a window without any delay, utilize all the CPU, just delay the lookup every 2 seconds - Don\'t force remap on gechild, getobjectlist, getobjectproperty, unless the window object is changed, as this utilizes more CPU + Various new API. + Bugs fixed: bgo#619575, bgo#620343, bgo#624690, bgo#624678, bgo#635047, bgo#638229, bgo#638226.