aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-import-assistant.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1436/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Barnes2012-11-111-2/+3
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Bug #669133 - Import Assistant preview widget is too smallMilan Crha2012-05-031-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-48/+62
|
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
| | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-11/+14
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+2
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Bug 650491 - Shell handles forwarding uris to existing process wrongMatthew Barnes2011-05-231-11/+8
| | | | | This adds a "handle-uris" GAction which takes a string array argument, so the URIs can be passed to the primary process verbatim.
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-11/+22
|
* Coding style cleanups.Matthew Barnes2011-05-091-5/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+3
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-23/+16
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bump gtk+-2.0 requirement to 2.22.0.Matthew Barnes2010-09-291-7/+0
| | | | Remove backward-compatibility hacks for older GTK+ versions.
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+4
| | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0.
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-2/+5
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Make EImportAssistant extensible.Matthew Barnes2010-07-311-37/+16
|
* Remove unused 'preview' argument from e_import_assistant_new_simple().Matthew Barnes2010-07-301-5/+1
| | | | We preview imported files by other means now.
* Bug 624022 - "stock_mail-import" no longer exists in gnome-icon-themeMatthew Barnes2010-07-101-19/+0
|
* More GTK3 preparation.Matthew Barnes2010-06-041-20/+31
| | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page.
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-4/+13
|
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-15/+90
|
* Fix command-line import crasher.Matthew Barnes2010-02-121-0/+1
| | | | | | GtkAssistant's initial reference is floating, so if command-line import fails to find a suitable importer, sink the reference before finalizing the GtkAssistant.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-4/+12
|
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-1/+0
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+0
|
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-2/+4
| | | | | Includes Bastien Nocera's patch to register our importable MIME types with the MIME database.
* Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-121-80/+495
|
* Show import progress directly in the assistant window.Matthew Barnes2009-09-261-77/+100
|
* More import assistant cleanup.Matthew Barnes2009-09-261-134/+153
|
* Rename EShellImporter to EImportAssistant and move it to widgets.Matthew Barnes2009-09-261-0/+898