daniel@devel:~/1$ for i in `find ldtp-1.2.0/ -name ChangeLog`; do echo $i; echo "----"; diff -u $i ldtp-1.3.0${i#ldtp-1.2.0}; done ldtp-1.2.0/python/ldtplib/ChangeLog ---- --- ldtp-1.2.0/python/ldtplib/ChangeLog 2008-07-02 07:30:28.000000000 +0200 +++ ldtp-1.3.0/python/ldtplib/ChangeLog 2008-08-13 08:18:39.000000000 +0200 @@ -1,3 +1,31 @@ +2008-08-12 Shreyank Gupta + * ldtpeditor (LdtpEditorGui): resolved ooldtp issues regarding + real context names + +2008-08-10 Shreyank Gupta + + * libldtpcodegen.py (objectOrient): Function to generate OO LDTP + code. + +2008-08-06 Nagappan A + + * ldtprecorder.py (record.getObjectNameDebug): Fixed splitting the + window name and object name. + + * ldtpcommon.py (appmap.getParentHierarchyWithLabel): Updated the + window name splitter with | instead of #. + +2008-07-31 Nagappan A + + * ldtplibutils.py (sendpacket): Fixed utf8 encoding, when sending + a packet to the LDTP engine. + +2008-07-11 Shreyank Gupta + + * libldtpcodegen.py: Added modules getapps (), saveAppList (), + and wildcard () to implement wildcard feature for user defined + window support and a few global variables to help. + 2008-07-01 Nagappan A * ldtplibutils.py (startInternalLog): Fixed indentation issue. ldtp-1.2.0/python/ChangeLog ---- --- ldtp-1.2.0/python/ChangeLog 2008-07-02 07:15:24.000000000 +0200 +++ ldtp-1.3.0/python/ChangeLog 2008-08-27 09:16:58.000000000 +0200 @@ -1,3 +1,84 @@ +2008-08-27 Nagappan A + + * ldtp.py (generatekeyevent): Convert the data value to string, + before generating the XML. + +2008-08-17 Nagappan A + + * ldtp.py (parseobjectlist): Fixes unicode encode error, required + for VMware Workstation globalization testing. + +2008-08-12 Shreyank Gupta + + * ldtpeditor (LdtpEditorGui.convertClicked): Fixed the first + waittillguiexist bug for OO LDTP generation. + +2008-08-13 Nagappan A + + * ooldtp.py (component.gettextvalue): Fixes the bug # + 547541. Thanks to Ara Pulido for reporting this + bug. + +2008-08-12 Shreyank Gupta + + * ldtpeditor (LdtpEditorGui.convertClicked): Added code to + generate OO LDTP for waittillgui[not]exist functions. + +2008-08-12 Nagappan A + + * ldtp.py (generatexml): Initialized _argDebug with an empty + string. + +2008-08-12 Shreyank Gupta + + * ldtpeditor (LdtpEditorGui): resolved ooldtp issues regarding + waittillguiexist() and Generate Data XML + +2008-08-10 Shreyank Gupta + + * ldtpeditor (LdtpEditorGui): Added code to generate OO LDTP + code. + +2008-08-06 Nagappan A + + * ldtpcodegen (packet.sendpacket): Fixed UnicodeError exception. + +2008-08-05 Shreyank Gupta + + * ldtpeditor (LdtpEditorGui): Fixed the string formatting. + +2008-08-05 Nagappan A + + * ldtp.py (launchapp): Thanks to Philipp Wagner + for identifying the issue. launchapp function + misses the - in atk-bridge when setting the environment variable. + +2008-08-04 Nagappan A + + * ldtpcodegen (packet.recvpacket): Bug reported by Philipp Wagner + on RHEL 5.x box. Thanks to Philipp. Fix for + the try / finally indentation for python version less than 2.5. + +2008-07-31 Nagappan A + + * ldtp.py (generatexml): Fixed generation of XML packet for + unicode strings, reported by Ara Pulido . + (parsexml): Fixed utf8 parsing bug. + +2008-07-11 Shreyank Gupta + + * ldtpeditor.glade: Added dialogs necessary to implement user + defined window support. + + * ldtpeditor: Added modules and Classes to implement dialogs for + user defined window support. + + * appdata: new file that keeps track of the window names supported + by the application. + + * Makefile.am: change to copy 'appdata' file to its specified + directory + 2008-06-27 Nagappan A * ldtpeditor: Removed copy / paste clip board code, which is by ldtp-1.2.0/ChangeLog ---- --- ldtp-1.2.0/ChangeLog 2008-07-09 04:48:44.000000000 +0200 +++ ldtp-1.3.0/ChangeLog 2008-08-27 09:28:14.000000000 +0200 @@ -1,3 +1,7 @@ +2008-08-27 Nagappan A + + * configure.in: Bumped version to 1.3.0. + 2008-07-08 Nagappan A * configure.in: Bumped version to 1.2.0. ldtp-1.2.0/src/ChangeLog ---- --- ldtp-1.2.0/src/ChangeLog 2008-07-02 07:28:08.000000000 +0200 +++ ldtp-1.3.0/src/ChangeLog 2008-08-27 09:20:06.000000000 +0200 @@ -1,3 +1,74 @@ +2008-08-27 Nagappan A + + * device.c (get_key_value): Generate caps lock event, when capital + letters are used ! This is helpful when we automate the sequence + ALT + File, here F is capital letter. With shift key, this + sequence was failing. With caps lock, things are working as + expected. + +2008-08-17 Nagappan A + + * ldtp-gui.c (update_cur_context_appmap_handle): Removed + previously handled resource free on failure code ! + +2008-08-13 Nagappan A + + * remap.c (do_remap): A fix to over come the Thunderbird bug, as + it returns -1 for all the window type, get index in parent. Thanks + to Philipp Wagner for filing the bug # 547592. + + * ldtp-gui.c (update_cur_context_appmap_handle): Even though + the return value from ldtp_gui_get_gui_handle is not SUCCESS, if + gui handle is not NULL, then free its resource. + +2008-08-12 Nagappan A + + * remap.c: If ldtp_debug, then print. + + * ldtp-gui.c (get_child_window_handle): Free window name, when the + context name doesn't match. + + * ldtp-appmap.c (search_window_key_based): Added a new function + to search window based on key. + (get_all_matching_def): Invoke search_window_key_based function. + + * client-handler.c (update_context_name): Modified the window name + that's being returned from this function. Fixes bug # + 544393. Thanks to Gaurav Sharma for filing + this critical bug ! + + * remap.c (add_appmap_data): Updated string children. + +2008-07-31 Nagappan A + + * ldtp-appmap.c (search_window_label_glob_based): Modified the + implementation to take Object Info structure. + + * client-handler.c (handle_request): Modified the implementation + of GETWINDOWLIST case. + + * ldtp-gui.c (get_window_name_list): Implemented new function to + get the list of opened windows. + +2008-07-17 Nagappan A + + * remap.c (add_appmap_data): Initial work for the bug # 415167. + + * client-handler.c (handle_request): Modified g_utf8_strlen to + strlen, as it was giving a wrong value for the string with unicode + character. + + * check-box.c (check_box_main): Grab focus based on check box. + + * radio-button.c (radio_button_main): Grab focus based on radio + button. + + * push-button.c (push_button_main): Grab focus based on push + button. + + * toggle-button.c (toggle_button_main): Grab focus based on toggle + button. + 2008-07-01 Nagappan A * client-handler.c (handle_request): Commented out sleep daniel@devel:~/1$