aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-import.h
Commit message (Collapse)AuthorAgeFilesLines
* Update API documentation.Matthew Barnes2013-03-031-1/+1
|
* Finish adding symbols to libeutil API docs.Matthew Barnes2012-12-151-1/+1
|
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-8/+21
|
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+6
|
* Update API documentation.Matthew Barnes2010-02-101-4/+2
| | | | Also, start fixing some Gtk-Doc warnings. There's a lot.
* EImport cleanup.Matthew Barnes2009-10-271-36/+87
|
* Whoops, too soon to kill EImportHook just yet.Matthew Barnes2009-09-261-0/+70
|
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-77/+4
|
* BugĀ 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-1/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
|
* Stop abusing forward declarations.Matthew Barnes2009-06-191-7/+4
|
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-181-7/+2
|
* More code cleanup.Matthew Barnes2009-06-021-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-26/+26
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-14/+15
| | | | svn path=/trunk/; revision=36116
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-14/+23
| | | | svn path=/trunk/; revision=29725
* Initial, and un-finished work on importer plugin hooks.Not Zed2005-05-191-0/+262
2005-05-19 Not Zed <NotZed@Ximian.com> * e-import.[ch]: Initial, and un-finished work on importer plugin hooks. svn path=/trunk/; revision=29384