Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
2008-02-27 Nagappan A <nagappan@gmail.com> * client-handler.c (handle_request): Removed unnecessary code. * ldtp-appmap.c (get_window_def): Added new function to lookup for the window definition in hash table. * ldtp-gui.c (get_context_def): Added new function to check, whether multiple window title exist in hash table and also the relevant component name. * page-tab-list.c (get_tab_name): Added new function to get the name of a tab. * menu.c (menu_main): Removed unnecessary code. * check-menu-item.c (is_menu_item_enabled): New function added to verify whether a menu item is enabled or not. * radio-menu-item.c (is_menu_item_enabled): New function added to verify whether a menu item is enabled or not. * menu-item.c (is_menu_item_enabled): New function added to verify whether a menu item is enabled or not.
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-05-14 Nagappan A <anagappan@novell.com> * remap.c (get_object_info): Added code for new control types like ENTRY, AUTOCOMPLETE, PARAGRAPH. * tree-table.c (tree_table_cb): Removed recording related code. * toggle-button.c (toggle_button_cb): Removed recording related code. * text.c (text_cb): Removed recording related code. * table.c (table_cb): Removed recording related code. * spin-button.c (spin_button_cb): Removed recording related code. * radio-button.c (radio_button_cb): Removed recording related code. * push-button.c (push_button_cb): Removed recording related code. * page-tab-list.c (page_tab_cb): Removed recording related code. * menu-item.c (menu_item_cb): Removed recording related code. * ldtp.c (is_window_in_cctxt): Added new function to check whether a window exist in the current context. (report_window_event): Added new code to remove the context entries, when a window is closed. (ldtp_server_thread): If client the count is 0 for more than 5 minutes, then let us quit the current instance. * ldtp-request.c (ldtp_request_fill_request): Removed recording related code. * ldtp-gui.c (window_info_added_hashtable): Added new function. * ldtp-gui.c: Added more verbose debug info. * ldtp-appmap.c (get_unknown_obj_label): Removed function. * client-handler.c (generate_record_response_packet) (search_recording_handler, remove_recording_handler) (register_recording_handler, unregister_recording_handler): Removed recording related code. * device.c (generate_keyboard_sequence): Updated the function to be accessible only to local file. * combo-box.c (combo_box_cb): Removed recording related code. * check-box.c (check_box_cb): Removed recording related code. * ldtp-gui-cb.h, ldtp-record.c, ldtp-record.h: Removed files
2007-01-22 Nagappan A <anagappan@novell.com> * ldtp.c (is_window_reg_for_events): Removed GHashTable argument as its already a globla variable. Added global pthread mutex to avoid a crash when the callback functions client connection disconnected. * text.c (append_text, set_cursor_position, text_main): Fixed crashers reported by Palm Source team. * menu.c (menu_main): Removed extra condtions that check for ';'. * ldtp-command.h: Added new command to the structure. * ldtp-error.[c,h] (ldtp_error_get_message): Added new error LDTP_ERROR_EVENT_NOTIFIER_NOT_ENABLED. * ldtp-appmap.c (get_property): Check the return value of g_hash_table_lookup_extended, apart from value. * client-handler.c (unregister_window_creation_event): Added new function to unregister the callback function, that use to listen for window creation events. Added global pthread mutex to avoid a crash when the callback functions client connection disconnected.
2007-01-18 Nagappan A <anagappan@novell.com> * ldtp-gui.c (get_accessible_context_handle) (get_child_window_handle): Refined the object search algorithm. Recognize dialog with out any title, so it can accessed like dlg0, frm0 etc. You can access multiple windows with same title, so the first title will be same as the default one (example: frmNautilus), but the second title will be indexed from 1 (example: frmNautilus1). (get_accessible_component_handle): Modified function name from get_accessible_object_handle. (does_window_exist): Added new function to check whether a window exist or not. (remove_tmp_entries): Remove temporarily created hash table entries. * ldtp-appmap.c: Modified all g_hash_table_lookup to g_hash_table_lookup_extended. Because of this the appmap lookup now takes fast. Now we are not querying the accessible interface multiple times.
2006-12-05 Rodney Dawes <dobey@novell.com> * ldtp-record.c (record_main): * menu.c (menu_main): Don't check if error is non-zero now, as zero is the SUCCESS case * text.c (get_text_property): Revert the commit of a g_print addition as it was a temporary debugging statement
2006-12-05 Nagappan A <anagappan@novell.com> * ldtp-gui.c (get_accessible_app_handle): Fixed crash reported by lavi of Palm Source.
Fixed typos in ldtp.py and an faulty error condition for gettextproperty() in text.c
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
* client-handler.c (search_recording_handler,
remove_recording_handler, register_recording_handler,
unregister_recording_handler): Added new functions to handle
recording client context handler.
(generate_record_response_packet): Modified response tag from
RECORD to RESPONSE.
(handle_request): Added generatemouseevent, a function.
* combo-box.c (select_item): Modified C str* functions to use
g_utf8*.
* device.c (generate_keyboard_sequence): Modified this function to
be generic, so it can be called even with out accessible handle.
* ldtp-appmap.c: Modified all the function names having regexp
string to glob as the actual implementation is glob based.
* ldtp-gui.c (grab_focus): Moved implementation from text.c to
here.
* ldtp-record.c: Removed all static variables and added all of
them as a structure LdtpRecord.
(caculate_time_elapsed): To find the time difference between the
current operation and the previous operation. Will be useful for
playback.
* remap.c (accessible_object_handle): Fixes a performance issue
reported by Palm Source team.
* text.c (grab_focus): Moved implementation from here to
ldtp-gui.c.
* toggle-button.c (toggle): Fixed a crasher bug, when the object
state does not match FALSE flag is set in LDTPError, which crashed
the LDTP engine.
* tree-table.c (get_cell_value): Fixed, getting cell's value
replaced '=' with '==' in settextvalue function
* text.c (text_main): Checked for cctxt->req->arg_list->data to be NULL and replaced with "" in case of NULL * ldtp-request.c (ldtp_request_fill_request): Added NULL value to argument list in case of no arguments specified
Checked NULL arguments in callback functions
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 (has_state): Implemented new function.
* *.[ch]: Code alignment.
* ldtp-record.c: Main file recording which has all the event
listeners. Added callbacks in all the corresponding objects.
* push-button.c toggle-button.c (enterstring) Added
LDTP_CMD_ENTERSTRING to the corresponding main functions
* client-handler.c (handle_request): getobjectlist,
getobjectproperty, getobjectinfo functions will not call
update_cur_window_appmap_handle function, unless the object
information is found in the hash table.
Fixed problems in XML characters in log file and gettextproperty error.
* 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.
fixed bug #343006
Fixed bug #341391
Added registry events for keyboard and mouse. Bug #340935
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.
* tree-table.c (select_row): Fixed crash - bug #332346
* text.c (select_text): Added new API selecttext - bug #323445
* ldtp-response.h: Added encoding type and it defaults to utf-8.
* page-tab-list.c (select_tab): Called
AccessibleComponent_grabFocus function.
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 |