| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Uses Behdad Esfahbod's excellent git.mk script.
Also fix some untracked files that the script found.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Store the last modified time from the server to avoid false
notifications.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
** Fix for bug #569652
* libedataserver/e-source-list.h: (e_source_list_peek_group_by_name):
* libedataserver/e-source-list.c: (e_source_list_peek_group_by_name):
Deprecated since now, it's not safe for localized names.
* libedataserver/e-source-list.h: (e_source_list_ensure_group),
(e_source_list_peek_group_by_base_uri),
(e_source_list_peek_group_by_properties),
(e_source_list_remove_group_by_base_uri):
* libedataserver/e-source-list.c: (check_group_property):
New API functions.
* servers/exchange/storage/exchange-esource.c: (find_account_group),
(add_folder_esource): Do not use deprecated
e_source_list_peek_group_by_name and add
account's uid as a group property.
|
| |
|
|
|
|
| |
Fixes monthly recurring appointments to be created on correct dates.
svn path=/trunk/; revision=10206
|
| |
|
|
|
|
|
|
|
|
|
| |
2009-04-08 Milan Crha <mcrha@redhat.com>
* storage/exchange-esource.c: (add_folder_esource):
Do not disable alarm notifications for foreign calendars fully,
only do not notify for them by default.
svn path=/trunk/; revision=10202
|
| |
|
|
| |
svn path=/trunk/; revision=10137
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-27 Matthew Barnes <mbarnes@redhat.com>
** Re-fixes bug #570696
* configure.in:
Define GDATA_CFLAGS and GDATA_LIBS and explicitly require
libsoup-2.4 and libxml-2.0.
* servers/google/libgdata/Makefile.am:
* servers/google/libgdata-google/Makefile.am:
Replace SOUP_CFLAGS and SOUP_LIBS with GDATA_CFLAGS and GDATA_LIBS.
svn path=/trunk/; revision=10108
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-26 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #572950
* servers/exchange/lib/Makefile.am:
* servers/exchange/storage/Makefile.am:
* calendar/backends/caldav/Makefile.am:
Fix ordering of -I compiler directives. Patch by Daniel Macks.
svn path=/trunk/; revision=10105
|
| |
|
|
|
|
|
|
|
|
|
| |
2009-02-26 Tobias Mueller <tobiasmue@svn.gnome.org>
** Fixes bug #573175
* gdata-google-service.c:
Use a proper format string to call g_set_error with.
svn path=/trunk/; revision=10103
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-23 Tobias Mueller <tobiasmue@svn.gnome.org>
* servers/google/libgdata-google/libgdata-google.pc.in
servers/google/libgdata-google/Makefile.am
servers/google/libgdata/Makefile.am
servers/google/libgdata/libgdata.pc.in:
Remove unnecessary dependencies from libgdata. Patch by Daniel Macks.
Fixes bug 570696.
svn path=/trunk/; revision=10083
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2009-02-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #570653
* servers/exchange/storage/exchange-hierarchy-foreign.c:
Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead.
svn path=/trunk/; revision=10043
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #555888
* libedataserver/e-proxy.h:
* libedataserver/e-proxy.c:
Read system proxy setting directly and listen to their changes.
EProxy API changed, use e_proxy_peek_uri_for now.
* servers/exchange/lib/e2k-context.c: (proxy_settings_changed), (e2k_context_set_auth):
* servers/groupwise/e-gw-connection.c: (update_soup_session_proxy_settings):
* calendar/backends/google/e-cal-backend-google.c: (proxy_settings_changed), (e_cal_backend_google_set_uri):
EProxy API changed, use e_proxy_peek_uri_for now.
* addressbook/backends/webdav/e-book-backend-webdav.c:
(struct _EBookBackendWebdavPrivate), (proxy_settings_changed),
(e_book_backend_webdav_load_source), (e_book_backend_webdav_dispose):
* addressbook/backends/google/google-book.c (struct _GoogleBookPrivate),
(google_book_dispose), (proxy_settings_changed),
(google_book_connect_to_google), (google_book_set_offline_mode):
* calendar/backends/http/e-cal-backend-http.c: (begin_retrieval_cb):
* calendar/backends/caldav/e-cal-backend-caldav.c: (proxy_settings_changed),
(caldav_do_open), (e_cal_backend_caldav_dispose),
(e_cal_backend_caldav_init):
Use proxy configurable within Evolution.
svn path=/trunk/; revision=10040
|
| |
|
|
|
|
|
|
|
| |
2009-02-04 Sankar P <psankar@novell.com>
* servers/groupwise/e-gw-connection.c:
Use correct server parameter for getting folder information
svn path=/trunk/; revision=10034
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2009-02-02 Sankar P <psankar@novell.com>
** Part of fix for bnc bug #470143
* servers/groupwise/e-gw-container.c:
Handle a broken server response with
GroupWise 7.x server
svn path=/trunk/; revision=10024
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-28 Sankar P <psankar@novell.com>
** Fix for bnc bug #470143
* servers/groupwise/e-gw-connection.c:
The server does not like when the name and id view
elements are not passed to the getFolderRequest call.
Also fixes a bug with the empty container element crash.
svn path=/trunk/; revision=9980
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564543
* configure.in:
Bump gtk_minimum_version to 2.14.0.
* libedataserverui/e-categories-dialog.c:
* libedataserverui/e-cell-renderer-color.c:
* libedataserverui/e-contact-store.h:
* libedataserverui/e-destination-store.h:
* libedataserverui/e-name-selector-dialog.c:
* libedataserverui/e-name-selector-dialog.h:
* libedataserverui/e-name-selector-entry.h:
* libedataserverui/e-name-selector-list.c:
* libedataserverui/e-passwords.c:
* libedataserverui/e-source-option-menu.c:
* libedataserverui/e-source-selector-dialog.c:
* libedataserverui/e-tree-model-generator.c:
* libedataserverui/e-tree-model-generator.h:
Fix what we can with GSEAL_ENABLE defined.
* calendar/backends/caldav/e-cal-backend-caldav.c (caldav_debug_setup):
* servers/exchange/lib/e2k-context.c (e2k_context_set_auth):
Call soup_session_add_feature() instead of soup_logger_attach().
* servers/exchange/lib/e2k-context.c (e2k_context_fba):
* servers/google/libgdata-google/gdata-google-service.c
(gdata_google_service_authenticate):
Call soup_form_encode_hash() instead of soup_form_encode_urlencoded().
svn path=/trunk/; revision=9932
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Chow Loong Jin <hyperair@gmail.com>
** Fix for bug #518920
* servers/exchange/lib/e2k-context.c (e2k_context_fba):
Handle relative URIs in value of action attribute of form in
form-based authentication.
svn path=/trunk/; revision=9924
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2009-01-02 Sankar P <psankar@novell.com>
** Fix for bnc bug #446290
* camel/providers/groupwise/camel-groupwise-folder.c:
* servers/groupwise/e-gw-connection.c:
Parallel clients support and (un)read count handling
svn path=/trunk/; revision=9859
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-26 Sankar P <psankar@novell.com>
** Part of fix for bnc bug #448079
* servers/groupwise/e-gw-connection.c:
Invalid memory access prevention and avoid a
potential time_t issue.
Reformat the function.
svn path=/trunk/; revision=9853
|