aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-selector.c
Commit message (Collapse)AuthorAgeFilesLines
* ECalendarSelector: Inherit from EClientSelector.Matthew Barnes2013-02-191-7/+18
| | | | Use e_client_selector_get_client() to obtain an EClient.
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-311-3/+1
|
* Use e_cal_client_connect().Matthew Barnes2013-01-301-12/+13
| | | | Instead of e_client_utils_open_new() or e_cal_client_new().
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+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.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
|
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-4/+27
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-2/+0
| | | | One last time.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+5
|
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-32/+9
| | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-16/+24
|
* Add a bit more error checking and do not leak icalcomponent-sMilan Crha2011-06-301-3/+5
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-22/+51
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-3/+3
|
* Add DnD support to e-selection.c.Matthew Barnes2010-02-091-11/+4
| | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard".
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-12/+2
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-2/+2
|
* Get drag-and-drop-to-source-selector working for contacts, memos and tasks.Matthew Barnes2008-11-291-140/+15
| | | | | | Utilizes the new ESourceSelector::data-dropped signal. svn path=/branches/kill-bonobo/; revision=36822
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-1/+62
| | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
* Forgot to commit a couple files.Matthew Barnes2008-09-131-0/+290
svn path=/branches/kill-bonobo/; revision=36318