|
Defines |
| #define | ROW_SELECT_TIMEOUT 100 |
Functions |
| 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_cursor_changed (GtkTreeView *tv, 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) |
| 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) |
| void | on_button_search_filter_clicked (GtkButton *unused_button, gpointer unused_udata) |
| void | on_button_search_download_clicked (GtkButton *unused_button, gpointer unused_udata) |
| void | on_tree_view_search_results_click_column (GtkTreeViewColumn *column, gpointer udata) |
| void | search_update_tooltip (GtkTreeView *tv, GtkTreePath *path) |
| gchar * | search_details_get_text (GtkWidget *widget) |
| void | search_set_xml_metadata (const record_t *rc) |
| void | search_gui_clear_details (void) |
| void | search_gui_append_detail (const gchar *title, const gchar *value) |
| void | search_gui_refresh_details (const record_t *rc) |
| void | search_update_details (GtkTreeView *tv, GtkTreePath *path) |
| void | row_selected_expire (cqueue_t *unused_cq, gpointer unused_udata) |
| void | on_tree_view_search_results_select_row (GtkTreeView *unused_tv, gpointer unused_udata) |
| | This function is called when the user selectes a row in the search results pane.
|
| gboolean | on_treeview_search_details_key_press_event (GtkWidget *widget, GdkEventKey *event, gpointer unused_udata) |
| void | on_button_search_passive_clicked (GtkButton *unused_button, gpointer unused_udata) |
| | Please add comment.
|
| 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_config_cols_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 | on_popup_search_copy_magnet_activate (GtkMenuItem *unused_item, gpointer unused_udata) |
| void | search_gui_callbacks_shutdown (void) |
Variables |
| search_t * | search_selected |
| GtkTreeView * | treeview_search_details |
| cevent_t * | row_selected_ev |