Top | ![]() |
![]() |
![]() |
![]() |
void
uc_application_main_tree_apply_filters
(const gchar *wname
);
UCURLsUserActions *
uc_application_get_urls_user_action (gchar *key
);
Get a action by its key.
UCURLsUserActions *
uc_application_get_urls_user_action_by_value
(gchar *value
);
Get a action by its value.
void
uc_application_urls_user_actions_init (void
);
This function load the actions tp associate with bad URLs.
gboolean uc_application_cookie_warning_dialog_show (const gchar *server
,const gchar *page
,const gchar *label
,gchar **name
,gchar **value
,gchar **path
,gchar **expires
,const UCCookiesAction action
);
Dialog for accepting/refusing a cookie.
void uc_application_buffer_show (const gchar *title
,const gchar *message
);
gchar * uc_application_input_dialog (const gchar *title
,const gchar *text
);
Show a prompt popup.
gchar * uc_application_input_file_dialog (const gchar *title
,const gchar *text
);
Show a prompt popup to input a filename or directory.
void
uc_application_view_bad_extensions_dialog_show
(void
);
Show bad extensions dialog.
void uc_application_set_status_bar (const gfloat progress
,const gchar *msg
);
Refresh application status bar.
void
uc_application_open_project_dialog_show
(void
);
Show the open project dialog.
gboolean
uc_application_project_information_dialog_show
(void
);
Show the project properties dialog.
void
uc_application_progress_dialog_set_modal
(const gboolean modal
);
gboolean uc_application_treeview_get_selected_iter (const GtkTreeView *tv
,GtkTreeIter *iter
);
set the iterator for the current selection in a given treeview.
void
uc_application_build_url_treeview (void
);
Build all needed elements for the main URL tree view.
void
uc_application_main_tree_display_all (void
);
Display the whole list of checked url in the main url treeview.
void
uc_application_main_tree_collapse_all (void
);
Collapse the main url treeview.
void
uc_application_main_tree_expand_all (void
);
Expand the main url treeview.
void
uc_application_main_tree_display_branch
(const UCLinkProperties *prop
);
void uc_application_display_search_message (const guint label_pos
,const gchar *message
);
Display messages in the progess dialog during the search.
gint uc_application_dialog_yes_no_show (const gchar *message
,const GtkMessageType msg_type
);
Print a yes/no choice dialog.
void
uc_application_search_dialog_show (void
);
Show the search dialog.
void
uc_application_new_search_dialog_show (void
);
Show the search dialog.
void
uc_application_add_filter_directory_add
(void
);
Add a directory filter.
void
uc_application_add_filter_domain_add (void
);
Add a domain filter.
void
uc_application_add_filter_domain_remove
(void
);
Remove a domain filter.
void
uc_application_add_filter_directory_remove
(void
);
Remove a directory filter.
void
uc_application_add_filter_directory_dialog_show
(void
);
void
uc_application_page_information_dialog_show
(void
);
Show the properties dialog.
void uc_application_display_state_message (const guint label_pos
,const gchar *message
);
Display messages in the progess dialog during the check process
void
uc_application_display_informations (GtkTreeView *treeview
);
Search the header of a given url in the urls list to display it.
void
uc_application_treeview_activate_popup
(GdkEventButton *event
);
Display the treview popup menu.
void
uc_application_view_similar_links_dialog_show
(void
);
Show similar links dialog.
void
uc_application_new_instance_launch (void
);
Launch a new instance of gURLChecker.
void
uc_application_launch_web_browser (const gchar *url
);
Launch a web browser to view the selected url
void uc_application_menu_set_sensitive_all (const gchar *name
,const gboolean val
);
void
uc_application_proxy_frame_control_sensitive
(void
);
void
uc_application_make_paths (void
);
Create the directories needed by gURLChecker.
void
uc_application_remove_paths (void
);
Remove all application paths
void
uc_application_view_source_dialog_show
(void
);
Show view source dialog.
void
uc_application_view_image_dialog_show (void
);
Show view image dialog.
void uc_application_dialog_show (const gchar *message
,const GtkMessageType msg_type
);
Print a alert box.
void
uc_application_globals_init (void
);
Initialisation of all globals.
void uc_application_init (gchar *url
,gchar *auth_user
,gchar *auth_password
,gboolean no_urls_args
);
gURLChecker initialization.
void
uc_application_draw_main_frames (void
);
Draw the two principals main frames for displaying urls list and headers.
void
uc_application_search_get_data (void
);
Retreive the string to search and the search properties.
void
uc_application_get_bookmarks_project_data
(void
);
Retrieving bookmarks file to check.
void
uc_application_new_web_dialog_show (void
);
Show the new web project dialog box.
void
uc_application_new_local_file_dialog_show
(void
);
Show the new local file project dialog box.
void
uc_application_new_bookmarks_dialog_show
(void
);
Show the new bookmarks project dialog box.
void
uc_application_about_dialog_show (void
);
Show the about box.
void
uc_application_progress_dialog_show ();
Show the progess dialog.
void
uc_application_settings_dialog_show (void
);
Show the settings dialog box.
gboolean
uc_application_settings_get_data (void
);
Retrieve user input data settings.
void
uc_application_status_code_properties_init
(void
);
This function load the properties to associate with a server status code.
UCStatusCode *
uc_application_get_status_code_properties
(const gchar *status_code
);
Return properties for a given status code.
gboolean
uc_application_project_get_data (const UCProjectType type
);
Retrieving url to check and some check properties.