Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
2007-12-06 Nagappan A <anagappan@novell.com> * scroll-pane.c: Added new file. * table.c (set_cell_value): Fixed minor bug.
2007-08-28 Nagappan A <anagappan@novell.com> * *.[ch]: Updated all the files for the new address in LGPL license.
2007-08-09 Nagappan A <anagappan@novell.com> * panel.c (select_panel_name): Modified strstr to use g_pattern_match_simple. * tree-table.c (right_click): Fixed number of matches bug and also fixed using the x, y pixel info when generating right click event.
2007-02-14 Nagappan A <anagappan@novell.com> * remap.c (add_appmap_data): Updated this function to handle remaping of specific controls inside a window. * table.c (get_row): If the table cells are not present, will wait max of 5 seconds. * ldtp.c: Added command line option obj-timeout and gui-timeout. * ldtp-gui.c (update_cur_context_appmap_handle): Added a new function to remap based on object too. (ldtp_gui_get_gui_handle): In few cases the controls are created but by default the SPI ROLE assigned to them is UNKNOWN. So, if we get during our run-time remap, then wait for nano seconds and rescan. * ldtp-command.h (guitimeout, objtimeout): Added function to change the default global timeout period for an object and a window. * ldtp-appmap.c (key_destroy_func, value_destroy_func): Added function to free the resources allocated by key and value. (is_remaped): Added a new function, which checks whether the component is remaped or not. (remove_remapped_entry): Remove only remaped entry from the component table. (search_key_glob_based): Updated the lookup logic. (search_title_based): Added a new function which checks for the window name. * client-handler.c (unregister_window_creation_event): Now uses g_hash_table_find instead of g_hash_table_lookup_extended. * ldtp-gui.c (wait_till_object_state_contains): Added new function, which will wait for the object state to be enabled. Modified all the callers of object_state_contains to use this function. So time.sleep may not be required to be included in the script. 2007-02-08 Raghu Dandin <Raghu.Dandin@palmsource.com> * combo-box.c (hide_list, show_list): Handles menu item under a combo box.
2006-11-21 Rodney Dawes <dobey@novell.com> * ldtp-error.[ch]: Get rid of the LDTPError struct (ldtp_error_get_error, ldtp_error_free): Remove these methods as we don't need them any more (ldtp_error_get_message): Make this a public method that returns a const char * of the error message for when we need to print it * *.[ch]: Update the error handling code to use LDTPErrorCode instead of LDTPError everywhere, so we only pass around an enum value Call ldtp_error_get_message whenever we need to print an error message * ldtp-gui.c (object_state_contains): Unref the AccessibleStateSet when we are done using it (get_accessible_object_handle): Don't free the head struct that isn't owned by this method (ldtp_gui_get_gui_handle): Free the head pointer when done using it (ldtp_gui_wait_till_gui_exist, ldtp_gui_wait_till_gui_not_exist): (ldtp_gui_gui_exist): Free the accessible pointer when done with it
Nagappan
* tool-bar.c (verify_visible_button_count, verify_button_count):
Fixed implementations to work appropriately.
* menu.c (list_child_menu_items): Returns all the sub menuitem of
menu.
* ldtp-gui.c (trace_path_to_parent): Fixed core dump, if
child_index property is NULL, avoid calling atoi.
* combo-box.c (capture_to_file): Fixed core dump, if filename is NULL.
* client-handler.c (handle_request): Added STOPSCRIPSERVER
functionality, required for using with tinderbox
* text.c (right_click): Added new function
* ldtp.c (ldtp_server_thread): Added code for ldtp record handler
* localization.c (ldtp_compare_with_locale): Regexp based search
is implemented in localized object name too.
* ldtp.c (ldtp_server_thread): Added a check in poll, whether the
pollfd breaked due to ldtp script server thread or ldtp record
server thread.
* ldtp-server.c (init_ldtp_server): Removed LDTP_AUTH_SOCK
environment variable setting, as its no longer been used.
* ldtp-logger.c (close_log_file): NULL log file pointer after
closing the file pointer.
* ldtp-gui.c (get_accessible_context_handle): Fixed memory leak -
freed the allocted string.
* label.c (get_label_at_index): Implemented new function to get
the label based on window, panel and index information.
* client-handler.c (handle_client, handle_request): At end of
stoplog, initialize log file pointer to NULL.
2006-05-02 Nagappan A <nagappan@gmail.com> * ldtp-gui.c (update_cur_window_appmap_handle): Added mutex lock / unlock to avoid corruption of application map 2006-04-27 Nagappan A <nagappan@gmail.com> * ldtp-logger.c (open_log_file): Modified the default option of opening file as overwrite - Bug # 339884 2006-04-25 Nagappan A <nagappan@gmail.com> * remap.c (get_object_info): Handles edit bar object type - Bug # 339671 2006-04-17 Nagappan A <nagappan@gmail.com> * ldtp-gui.c (ldtp_gui_get_gui_handle): Handled multiple applications parallely - Bug # 338315 2006-04-14 Nagappan A <nagappan@gmail.com> * remap.c (strip_delim): Now this function is not static 2006-04-13 Nagappan A <nagappan@gmail.com> * ldtp-utils.c (read_line): Added new function to read data from given fd, line by line 2006-04-08 Nagappan A <nagappan@gmail.com> * ldtp-gui.c (get_relation_name, ldtp_gui_get_gui_handle): Valgrind and fixed memory leaks. 2006-04-07 Nagappan A <nagappan@gmail.com> * ldtp.c (main): Added command line options to ldtp engine 2006-04-06 Nagappan A <nagappan@gmail.com> * ldtp-appmap.c (search_label_based): Valgrind and fixed memory leaks. 2006-04-05 Nagappan A <nagappan@gmail.com> * client-handler.c (handle_request): Implemented reinitldtp 2006-04-04 Nagappan A <nagappan@gmail.com> * client-handler.c (createpo, deletepo, bind_text): Implemented new functions 2006-04-03 Nagappan A <nagappan@gmail.com> * calendar.c (select_calendar_date): Checked for NULL arguments to avoid crash * check-menu-item.c (uncheck_check_menu_item, verify_check_check_menu_item, verify_uncheck_check_menu_item): Removed functions 2006-04-01 Nagappan A <nagappan@gmail.com> * client-handler.h (_LDTPClientContext): Added individual log file for each new client connection
* ldtp-logger.c (log_msg): Pass / fail report of a group are now
logged in the XML.
* ldtp-logger.h: Updated #define entries to use enum and appended
all LOG_ variables to LDTP_LOG_ enum variables. This impact all
the usage of LOG_ variables, which has to be replaced with
LDTP_LOG_.
* label.c (select_labels_panel_by_name): New functions implemented
- bug # 336458.
* text.c (select_text_by_name): New functions implemented - bug #
316044.
2006-01-16 Nagappan A <nagappan@gmail.com> * New LDTP arch based on Varadhan <v.varadhan@gmail.com> suggestion * Regular expression based object search (both context and component) * Run time appmap generation (initialization of appmap is optional) * For unexpected windows (example: connection reset by peer / connection timed out dialogs) can be handled by registering a callback function and the respective callback function will be called, whenever the registered window with the title appears and even this window could be based on regular expression * Now the scripts can be written in any language even though the default one is Python
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| CVS Admin | ViewVC Help |
| Powered by ViewVC 1.1-dev |