aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-util
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused gal_view_collection_set_default_view().Matthew Barnes2013-07-061-1/+0
|
* Remove unused gal_view_collection_copy_view().Matthew Barnes2013-07-061-1/+0
|
* Remove unused gal_view_collection_append().Matthew Barnes2013-07-061-1/+0
|
* Remove unused gal_view_collection_get_view_id_by_index().Matthew Barnes2013-07-061-1/+0
|
* GalViewCollection: Remove "title" member.Matthew Barnes2013-07-061-1/+0
| | | | | | | | It's set by EShellView but not actually used for anything. Removed functions: gal_view_collection_set_title()
* GalViewCollection: Remove unused "display-view" signal.Matthew Barnes2013-07-061-1/+0
| | | | | | Removed functions: gal_view_collection_display_view()
* GalViewClass: Replace get_type_code() with "type_code" string.Matthew Barnes2013-07-061-1/+0
| | | | | | All GalView subclasses return a static string in their get_type_code() methods, so replace the method with a static string pointer directly in the class structure, and remove the "type-code" GalView property.
* GalViewFactoryEtable: Remove "specification" property.Matthew Barnes2013-07-061-1/+0
| | | | | | | | No longer needed. Removed functions: gal_view_factory_etable_get_specification()
* Remove gal_view_etable_set_state().Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* GalViewEtable: Remove ETableSpecification member.Matthew Barnes2013-07-061-1/+0
| | | | | | | Instead, lazily load the state file once an ETable or ETree is attached, since we need its ETableSpecification to create an ETableState instance. This means GalViewFactoryEtable can lose its ETableSpecification too.
* GalViewEtable: Add a private section.Matthew Barnes2013-07-061-0/+2
|
* GalView: Add a private section.Matthew Barnes2013-07-061-0/+2
|
* GalViewFactory: Remove get_title() method.Matthew Barnes2013-07-061-1/+0
| | | | | | | | No longer used. Removed functions: gal_view_factory_get_title()
* GalView: Remove edit() method.Matthew Barnes2013-07-061-1/+0
| | | | | | | | No longer used. Removed functions: gal_view_edit()
* Remove GalViewNewDialog.Matthew Barnes2013-07-063-19/+0
| | | | No longer user.
* Remove GalDefineViewsModel.Matthew Barnes2013-07-063-22/+0
| | | | No longer used.
* Remove GalDefineViewsDialog.Matthew Barnes2013-07-063-18/+0
| | | | No longer used.
* Update evolution-util API docs.Matthew Barnes2013-07-021-0/+7
|
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-021-1/+1
| | | | | | | | | | | | | | | | e_table_specification_new() now takes a table specification filename and a GError and parses the file as part of instance creation. If a file or parse error occurs, e_table_specification_new() returns NULL. This replaces e_table_specification_load_from_file(). New functions: e_table_specification_get_filename() Removed functions: e_table_specification_load_from_file()
* Remove e_tree_set_state().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove e_tree_get_state().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove e_table_set_state().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove e_table_get_state().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove e_table_specification_load_from_string().Matthew Barnes2013-07-021-1/+0
| | | | | | | No longer used outside of e-table-specification.c. Its logic is merged into e_table_specification_load_from_file(), but that too will be removed momentarily.
* Remove e_tree_new_from_spec_file().Matthew Barnes2013-07-021-2/+0
| | | | | | Also remove e_tree_construct_from_spec_file(). Use e_tree_new() or e_tree_construct() instead.
* Remove e_table_new_from_spec_file().Matthew Barnes2013-07-021-2/+0
| | | | | | Also remove e_table_construct_from_spec_file(). Use e_table_new() or e_table_construct() instead.
* Remove ETableWithout.Matthew Barnes2013-07-023-28/+0
| | | | No longer used.
* Remove ETableMemory.Matthew Barnes2013-07-023-28/+0
| | | | No longer used.
* Remove ETableMemoryStore.Matthew Barnes2013-07-023-37/+0
| | | | No longer used.
* Add ETableColumnSelector.Matthew Barnes2013-07-023-0/+22
| | | | | A new ETable column selection and ordering widget that looks like it was written in the 21st century. Derives from ETreeViewFrame.
* Remove e_table_column_specification_load_from_node().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove e_table_specification_load_from_node().Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Add e_table_state_parse_context_push/pop().Matthew Barnes2013-07-021-0/+2
| | | | New parser implementation that uses GMarkupParser instead of libxml2.
* Add e_table_sort_info_parse_context_push/pop().Matthew Barnes2013-07-021-0/+2
| | | | New parser implementation that uses GMarkupParser instead of libxml2.
* ETableSortInfo: Rework API to avoid exposing ETableSortColumn.Matthew Barnes2013-07-021-1/+0
| | | | | | | | Replace ETableSortColumn with separate ETableColumnSpecification and GtkSortType parameters in the "get_nth" and "set_nth" functions. Makes some other parts of the code simpler since it no longer has to translate a column number to a column specification.
* Add e_table_sort_info_sorting_remove().Matthew Barnes2013-07-021-0/+1
|
* ETableSortInfo: Add a "specification" construct-only property.Matthew Barnes2013-07-021-0/+1
| | | | | | | | | | ETableSortInfo now keeps a weak reference on the ETableSpecification to which it's associated. The plan is to replace the column index numbers with a direct reference to an ETableColumnSpecification from the spec. New functions: e_table_sort_info_ref_specification()
* ETableSortInfo: Add a private section.Matthew Barnes2013-07-021-0/+2
|
* ETableSortInfo cleanups.Matthew Barnes2013-07-021-3/+3
|
* Add e_table_header_get_column_by_spec().Matthew Barnes2013-07-021-0/+1
| | | | Will eventually replace e_table_header_get_column_by_col_idx().
* Add e_table_specification_get_column_index().Matthew Barnes2013-07-021-0/+1
| | | | | Lookups up the column index of an ETableColumnSpecification, returns a negative value if no match found.
* Add e_table_column_specification_equal().Matthew Barnes2013-07-021-0/+1
| | | | | Compares two ETableColumnSpecification instances for equality, which just means they both refer to the same model column number.
* ETableSpecification: Add a private section.Matthew Barnes2013-07-021-0/+2
|
* Add e_table_specification_ref_columns().Matthew Barnes2013-07-021-0/+1
|
* ETableState: Add a "specification" construct-only property.Matthew Barnes2013-07-021-0/+1
| | | | | | | | | | ETableState now keeps a weak reference on the ETableSpecification to which it's associated. The plan is to replace the column index numbers with a direct reference to an ETableColumnSpecification from the spec. New functions: e_table_state_ref_specification()
* ETableState: Add a private section.Matthew Barnes2013-07-021-0/+2
|
* Remove unused e_table_sort_info_freeze/thaw().Matthew Barnes2013-06-261-2/+0
|
* Remove unused e_table_column_specification_save_to_node().Matthew Barnes2013-06-261-1/+0
|
* Remove unused e_table_specification_save_to_node().Matthew Barnes2013-06-261-1/+0
|
* Remove unused e_table_specification_save_to_string().Matthew Barnes2013-06-261-1/+0
|
* Remove unused e_table_specification_duplicate().Matthew Barnes2013-06-261-1/+0
|
* Remove unused e_table_specification_save_to_file().Matthew Barnes2013-06-261-1/+0
|
* Add ETreeViewFrame.Matthew Barnes2013-06-263-0/+38
| | | | | | | | | | | | ETreeViewFrame embeds a GtkTreeView in a scrolled window and adds an inline-style toolbar beneath the scrolled window which can be hidden. The inline-style toolbar supports "add" and "remove" actions, as well as move actions if the tree view is reorderable and selection actions if the tree view supports multiple selections. The action set can be extended through e_tree_view_frame_insert_toolbar_action(). This also adds a small demo program: test-tree-view-frame
* EUrlEntry: Replace button with clickable inline icon.Matthew Barnes2013-06-241-1/+0
| | | | | | | | Replace the big, bulky "open URL" button with a clickable icon directly in the text entry field. This saves precious vertical space, especially in the contact editor. Also remove e_url_entry_get_entry() since EUrlEntry now IS a GtkEntry.
* ESorterArray: Further cleanups.Matthew Barnes2013-06-211-1/+0
|
* Convert ESorter to an interface.Matthew Barnes2013-06-211-4/+2
|
* Remove e_tree_view_to_model_row().Matthew Barnes2013-06-211-1/+0
| | | | Now that ETree no longer has an ESorter, this function is silly.
* Remove e_sorter_new().Matthew Barnes2013-06-211-1/+0
| | | | | | ESorter itself does nothing useful, so there's no reason to create one. ESorter should really be an interface.
* Remove unused e_tree_find_next().Matthew Barnes2013-06-211-2/+0
|
* Remove unused e_tree_get_tooltip().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_model_to_view_row().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_get_prev_row().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_get_next_row().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_get_printable().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_load_state().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_set_search_column().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_save_state().Matthew Barnes2013-06-211-1/+0
|
* Remove e_tree_row_count().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); row_count = e_table_model_row_count (E_TABLE_MODEL (adapter));
* Remove e_tree_force_expanded_state().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_force_expanded_state (adapter, state);
* Remove e_tree_load_expanded_state_xml().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_load_expanded_state_xml (adapter, xml);
* Remove e_tree_save_expanded_state_xml().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); xml = e_tree_table_adapter_save_expanded_state_xml (adapter);
* Remove e_tree_load_expanded_state().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_load_expanded_state (adapter, filename);
* Remove e_tree_save_expanded_state().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_save_expanded_state (adapter, filename);
* Remove e_tree_show_node().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_show_node (adapter, path);
* Remove e_tree_root_node_is_visible().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); visible = e_tree_table_adapter_root_node_is_visible (adapter);
* Remove e_tree_row_of_node().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); row = e_tree_table_adapter_row_of_node (adapter, path);
* Remove e_tree_node_at_row().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); path = e_tree_table_adapter_node_at_row (adapter, row);
* Remove e_tree_root_node_set_visible().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_root_node_set_visible (adapter, visible);
* Remove e_tree_node_set_expanded_recurse().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_node_set_expanded_recurse (adapter, path, expanded);
* Remove e_tree_node_set_expanded().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); e_tree_table_adapter_node_set_expanded (adapter, path, expanded);
* Remove e_tree_node_is_expanded().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); expanded = e_tree_table_adapter_node_is_expanded (adapter, path);
* Remove unused e_tree_right_click_up().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_drag_unhighlight().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_drag_highlight().Matthew Barnes2013-06-211-1/+0
|
* Remove unused e_tree_drag_get_data().Matthew Barnes2013-06-211-1/+0
| | | | It just calls gtk_drag_get_data() anyway.
* Remove unused e_tree_drag_dest_unset().Matthew Barnes2013-06-211-1/+0
| | | | It just calls gtk_drag_dest_unset() anyway.
* Remove unused e_tree_drag_dest_set_proxy().Matthew Barnes2013-06-211-1/+0
| | | | It just calls gtk_drag_dest_set_proxy() anyway.
* Remove e_tree_drag_dest_set().Matthew Barnes2013-06-211-1/+0
| | | | Reducing API bloat. Call gtk_drag_dest_set() directly instead.
* Remove e_tree_selected_path_foreach().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: selection = (ETreeSelectionModel *) e_tree_get_selection_model (tree); e_tree_selection_model_foreach (selection, callback, closure);
* Remove e_tree_selected_row_foreach().Matthew Barnes2013-06-211-1/+0
| | | | | | | Reducing API bloat. Do this instead: selection = (ESelectionModel *) e_tree_get_selection_model (tree); e_selection_model_foreach (selection, callback, closure);
* Remove unused e_bit_array_invert_selection().Matthew Barnes2013-06-201-1/+0
|
* Remove unused e_selection_model_invert_selection().Matthew Barnes2013-06-201-1/+0
|
* Remove unused e_table_invert_selection().Matthew Barnes2013-06-201-1/+0
|
* Add e_tree_model_node_get_n_nodes().Matthew Barnes2013-06-201-0/+1
| | | | | Returns the total number of nodes in the tree model, including hidden nodes in collapsed tree branches.
* Update evolution-util API docs.Matthew Barnes2013-06-191-4/+4
|
* ETreeTableAdapter cleanups.Matthew Barnes2013-06-191-4/+4
| | | | | | | | | | | | | This replaces e_tree_table_adapter_construct() with construct properties and overrides GObjectClass.constructed() to finish instance construction. New functions: e_tree_table_adapter_get_source_model() Removed functions: e_tree_table_adapter_construct()
* ETable-related cleanups.Matthew Barnes2013-06-191-0/+1
|
* Remove unused ETableMemoryCallbacks.Matthew Barnes2013-06-192-27/+0
|
* Remove unused ETableMemoryStoreCustomColumn.Matthew Barnes2013-06-191-1/+0
|
* Remove e_tree_model_node_is_editable().Matthew Barnes2013-06-161-1/+0
| | | | It always returned FALSE.
* Remove e_tree_model_set_value_at().Matthew Barnes2013-06-161-1/+0
| | | | Was never called.
* Remove e_tree_model_has_get_node_by_id().Matthew Barnes2013-06-161-1/+0
| | | | It always returned TRUE.
* Remove e_tree_model_has_save_id().Matthew Barnes2013-06-161-1/+0
| | | | It always returned TRUE.
* Remove e_tree_model_icon_at().Matthew Barnes2013-06-161-1/+0
| | | | It always returned NULL.
* Convert ETreeModel to an interface.Matthew Barnes2013-06-163-61/+2
| | | | | | | | | | | | | | | | This commit does a number of things which I could not subdivide into smaller commits. * Converts ETreeModel to an interface, implemented by MessageList. * Drops ETreeMemory and ETreeMemoryCallbacks, which were ETreeModel subclasses. Their functionality is subsumed by MessageList. * MessageList drops its public ETreeModel pointer, since MessageList now implements ETreeModel as an interface. * Adds message_list_set_expanded_default(), which takes over for e_tree_memory_set_expanded_default().
* Add e_tree_memory_get_n_children().Matthew Barnes2013-06-161-1/+1
| | | | | | Replaces e_tree_memory_get_children(). The "paths" output parameter was unused, and was a bad idea anyway.
* Remove e_tree_model_has_change_pending().Matthew Barnes2013-06-161-1/+0
| | | | ETreeMemory does not implement this, so it's always FALSE.
* Remove unused e_tree_model_new().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_node_request_collapse().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_node_col_changed().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_no_change().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_node_traverse_preorder().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_node_get_prev().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_model_node_get_last_child().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_memory_new().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_memory_construct().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_memory_set_node_destroy_func().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_memory_sort_node().Matthew Barnes2013-06-151-2/+0
|
* Remove unused e_tree_memory_node_insert_before().Matthew Barnes2013-06-151-1/+0
|
* Remove unused e_tree_memory_node_insert_id().Matthew Barnes2013-06-151-1/+0
|
* Remove unused ETreeSorted.Matthew Barnes2013-06-153-28/+0
|
* Add e_source_selector_update_all_rows().Matthew Barnes2013-06-111-0/+1
| | | | | Calls e_source_selector_update_row() for each ESource being shown by the ESourceSelector, according to the "extension-name" property.
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-051-0/+1
| | | | To have a proper GEnumClass registered for ask/always/never choices.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-285-0/+5507
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.