aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable 'Rename' if source is a collection member.Matthew Barnes2012-06-151-8/+20
| | | | | | For consistency with the Preferences window. We assume the display names are server-assigned and not user-assigned, at least not assigned through Evolution.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
|
* Adapt modules/calendar to the new ESource API.Matthew Barnes2012-06-031-118/+50
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-16/+24
|
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-031-1/+1
| | | | libevolution-utils.
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-081-39/+31
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-25/+65
|
* Check for cancelled GIO operation error code tooMilan Crha2011-06-281-2/+2
|
* Keep opening EClient-s till they report busy errorMilan Crha2011-06-271-12/+83
|
* Bug #653154 - Crash when constructing calendar viewMilan Crha2011-06-271-5/+20
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-84/+77
|
* 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/+3
|
* Bug 637091 - Crash in g_str_hash, task_shell_sidebar_client_removedMatthew Barnes2011-03-031-0/+1
| | | | | | I don't know how in the world an ESource can wind up not having a UID string, but we saw a case of this in 2.32. Emit a runtime warning and avoid crashing.
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-11/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-19/+21
|
* Use e_source_selector_get_source_by_path().Matthew Barnes2011-01-191-8/+1
| | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch.
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-151-10/+3
|
* Show calendar backend errors in an alert sinkMilan Crha2010-12-041-28/+21
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-10/+17
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-021-32/+13
|
* Add e_load_cal_source_async().Matthew Barnes2010-08-241-58/+68
| | | | | | | | | | | | | | | | | Similar to e_load_book_source_async() in libedataserverui (and may wind up there eventually). This replaces e_auth_new_cal_from_source(). void e_load_cal_source_async (ESource *source, ECalSourceType source_type, icaltimezone *default_zone, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); ECal * e_load_cal_source_finish (ESource *source, GAsyncResult *result, GError **error);
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-161-0/+12
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-4/+8
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-12/+12
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-021-2/+34
|
* Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-131-0/+3
|
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-4/+4
|
* Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-171-0/+6
|
* Bug 609403 - Doesn't restore window size alwaysMatthew Barnes2010-02-101-82/+79
|
* Fix some dead assignments.Matthew Barnes2010-02-081-2/+0
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-301-40/+210
| | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly.
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-2/+2
| | | | | | | 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-5/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-2/+5
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-3/+3
| | | | | | | | | | 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
* port modules/ to new EError API.Jonathon Jongsma2009-12-011-2/+2
| | | | | | This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug 494394 - No way for the user to refresh a calendarMilan Crha2009-11-301-0/+7
|
* Bug 600397 - Delete option enabled for undeletable ESourceMatthew Barnes2009-11-141-0/+8
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-121-4/+22
|
* More refactoring of settings management.Matthew Barnes2009-08-091-35/+15
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+718
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.