aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-util/evolution-util-docs.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-1/+29
| | | | Merge wip/webkit-composer branch into master.
* Update API documentation.Matthew Barnes2013-12-171-0/+1
|
* Add a chapter for proxy widgets in API documentation.Matthew Barnes2013-10-261-5/+9
|
* Add EProxyPreferences.Matthew Barnes2013-10-261-0/+1
|
* Add EProxyLinkSelector.Matthew Barnes2013-10-261-0/+1
|
* Add EProxyEditor.Matthew Barnes2013-10-261-0/+1
|
* Add EProxySelector.Matthew Barnes2013-10-261-0/+1
|
* Add EProxyComboBox.Matthew Barnes2013-10-261-0/+1
| | | | | EProxyComboBox is a combo box of available proxy profiles, as described by ESource instances with an ESourceProxy extension.
* Remove GalViewFactory.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalViewFactoryEtable.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalViewNewDialog.Matthew Barnes2013-07-061-1/+0
| | | | No longer user.
* Remove GalDefineViewsModel.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalDefineViewsDialog.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove ETableWithout.Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove ETableMemory.Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Remove ETableMemoryStore.Matthew Barnes2013-07-021-1/+0
| | | | No longer used.
* Add ETableColumnSelector.Matthew Barnes2013-07-021-0/+1
| | | | | A new ETable column selection and ordering widget that looks like it was written in the 21st century. Derives from ETreeViewFrame.
* Add ETreeViewFrame.Matthew Barnes2013-06-261-0/+1
| | | | | | | | | | | | 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
* Remove unused ETableMemoryCallbacks.Matthew Barnes2013-06-191-1/+0
|
* Convert ETreeModel to an interface.Matthew Barnes2013-06-161-2/+0
| | | | | | | | | | | | | | | | 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().
* Remove unused ETreeSorted.Matthew Barnes2013-06-151-1/+0
|
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-0/+287
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.