|
Functions |
| RCSID ("$Id:search_cb.c, v 1.64 2006/02/03 00:00:41 cbiere Exp $") |
void | refresh_popups (void) |
void | on_combo_entry_searches_activate (GtkEditable *unused_editable, gpointer unused_udata) |
void | on_entry_search_activate (GtkEditable *unused_editable, gpointer unused_udata) |
void | on_entry_search_changed (GtkEditable *editable, gpointer unused_udata) |
| When a search string is entered, activate the search button.
|
void | on_search_popdown_switch (GtkWidget *unused_w, gpointer unused_data) |
void | on_search_notebook_switch (GtkNotebook *notebook, GtkNotebookPage *unused_page, gint page_num, gpointer unused_udata) |
| When the user switches notebook tabs, update the rest of GUI.
|
void | on_search_notebook_focus_tab (GtkNotebook *notebook, GtkNotebookTab unused_tab, gpointer unused_udata) |
void | on_tree_view_search_select_row (GtkTreeView *treeview, gpointer unused_udata) |
void | on_search_selected (GtkItem *unused_item, gpointer data) |
void | on_button_search_clicked (GtkButton *unused_button, gpointer unused_udata) |
| Create a search based on query entered.
|
void | on_button_search_clear_clicked (GtkButton *unused_button, gpointer unused_udata) |
| Clear search results, de-activate clear search button.
|
void | on_button_search_close_clicked (GtkButton *unused_button, gpointer unused_udata) |
void | on_popup_search_close_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
gboolean | on_tree_view_search_results_key_press_event (GtkWidget *unused_widget, GdkEventKey *event, gpointer unused_udata) |
gboolean | on_tree_view_search_results_button_press_event (GtkWidget *widget, GdkEventButton *event, gpointer unused_udata) |
gboolean | on_tree_view_search_button_press_event (GtkWidget *unused_widget, GdkEventButton *event, gpointer unused_udata) |
void | on_button_search_filter_clicked (GtkButton *unused_button, gpointer unused_udata) |
void | on_button_search_download_clicked (GtkButton *unused_button, gpointer unused_udata) |
gboolean | on_tree_view_search_results_click_column (GtkTreeViewColumn *column, gpointer udata) |
const gchar * | search_get_vendor_from_record (const record_t *rc) |
void | search_update_tooltip (GtkTreeView *tv, GtkTreePath *path) |
void | search_update_details (GtkTreeView *tv, GtkTreePath *path) |
void | on_tree_view_search_results_select_row (GtkTreeView *tv, gpointer unused_udata) |
| This function is called when the user selectes a row in the search results pane.
|
void | on_button_search_passive_clicked (GtkButton *unused_button, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_download_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
void | on_popup_search_drop_name_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a filter based on name.
|
void | on_popup_search_drop_sha1_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a filter based on sha1.
|
void | on_popup_search_drop_host_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a filter based on host.
|
void | on_popup_search_drop_name_global_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a global filter based on name.
|
void | on_popup_search_drop_sha1_global_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a global filter based on sha1.
|
void | on_popup_search_drop_host_global_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| For all selected results, create a global filter based on host.
|
void | on_popup_search_autodownload_name_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_autodownload_sha1_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_new_from_selected_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_edit_filter_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_duplicate_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Create a new search identical to the current search.
|
void | on_popup_search_restart_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_resume_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_stop_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Stop current search.
|
void | on_popup_search_config_cols_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_expand_all_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_collapse_all_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Please add comment.
|
void | on_popup_search_metadata_activate (GtkMenuItem *unused_menuitem, gpointer unused_udata) |
| Queue a bitzi queries from the search context menu.
|
void | search_gui_browse_selected_helper (gpointer data, gpointer unused_udata) |
void | search_gui_browse_selected (void) |
| Request host browsing for the selected entries.
|
void | search_callbacks_shutdown (void) |
Variables |
search_t * | search_selected = NULL |