| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Drop all the backward-compatibility cruft.
|
|
|
|
|
|
|
|
|
| |
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac. Time to simplify. Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel). That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Port Google account setup plugin to external libgdata. This drops the
dependency on libgdata-1.2 from e-d-s, and add a dependency on the external
libgdata >= 0.4.0. Closes: bgo#583742
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Still remaining:
GtkAccessible::widget
GtkAssistant::forward
GtkAssistant::back
GtkObject::flags
GtkTreeStore::stamp
The GtkAssistant fields are related to bug #596428. We don't
need accessor functions so much as the enhancement described
there implemented.
https://bugzilla.gnome.org/show_bug.cgi?id=615613
|
|
|
|
| |
Remove old ChangeLog files that predate our switch to git.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Require all EPlugin and EPluginHook subtypes be registered before
loading plugins. This drastically simplifies the EPlugin/EPluginHook
negotiation.
- Turn most EPluginHook subtypes into GTypeModules and register their
types from an e_module_load() function (does not include shell hooks).
- Convert EPluginLib and the Mono and Python bindings to GTypeModules
and register their types from an e_module_load() function, and kill
EPluginTypeHook.
|
| |
|
|
|
|
| |
a share private lib and component lib.
|
|\ |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
User is supposed to re-edit his Google calendar account to let
this work (and restart whole Evolution too).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
** Part of fix for bug #569652
|
|
|
|
| |
Some still left, because those gone in kill-bonobo branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-04-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #574248
* google-contacts-source.c: (plugin_google_contacts):
* google-source.c: (plugin_google):
Compare base URI case insensitively.
svn path=/trunk/; revision=37507
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-04-07 Tobias Mueller <tobiasmue@gnome.org>
** Fixes bug #578034
* google-source.c (claim_error):
Call gtk_message_dialog_new with a proper format string.
svn path=/trunk/; revision=37495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-26 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #572950
* plugins/caldav/Makefile.am:
* plugins/google-account-setup/Makefile.am:
* plugins/webdav-account-setup/Makefile.am:
Fix ordering of -I compiler directives. Patch by Daniel Macks.
* addressbook/printing/Makefile.am:
Remove meaningless GNOME_INCLUDEDIR.
svn path=/trunk/; revision=37343
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #559719
* google-contacts-source.c: (struct ui_data), (destroy_ui_data), (plugin_google_contacts):
* plugins/google-account-setup/plugins/webdav-account-setup/webdav-contacts-source.c: (destroy_ui_data), (plugin_webdav_contacts):
Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet.
svn path=/trunk/; revision=37325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #539467
* plugins/webdav-account-setup/webdav-contacts-source.c: (find_webdav_group),
(ensure_webdav_contacts_source_group),
(remove_webdav_contacts_source_group):
* plugins/google-account-setup/google-contacts-source.h: (manage_google_group):
* plugins/google-account-setup/google-contacts-source.c: (manage_google_group),
(ensure_google_contacts_source_group),
(remove_google_contacts_source_group):
* plugins/google-account-setup/google-source.c: (ensure_google_source_group):
Find group by its base uri, not by a localized name.
svn path=/trunk/; revision=37165
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #559518
* google-source.c: (retrieve_list_clicked),
(retrieve_list_sensitize), (plugin_google): Desensitizes the
button when the username field is blank.
svn path=/trunk/; revision=36755
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-06 Bharath Acharya <abharath@novell.com>
** Fix for bug #557726
* google-contacts-source.c: (destroy_ui_data),
(plugin_google_contacts): Destroy the widgets created by this group.
svn path=/trunk/; revision=36745
|
|
|
|
| |
svn path=/trunk/; revision=36728
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* shell/shell.error.xml:
* plugins/webdav-account-setup/webdav-contacts-source.c
(plugin_webdav_contacts):
* plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml:
* plugins/python/org-gnome-evolution-python.eplug.xml:
*
plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
* mail/em-migrate.c (migrate_to_db):
* mail/evolution-mail.schemas.in:
* addressbook/gui/component/ldap-config.glade: String
capitalisation
improvements.
svn path=/trunk/; revision=36439
|
|
|
|
| |
svn path=/trunk/; revision=36116
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #525555
* google-source.c: (print_uri_noproto): Removed.
* google-source.c: (user_changed): Do not leak.
* google-source.c: (plugin_google): Get username from source, not URL.
svn path=/trunk/; revision=36026
|
|
|
|
|
|
|
|
|
|
|
|
| |
* google-contacts-source.c (on_ssl_cb_toggled),
(seconds_to_interval), (interval_to_seconds),
(on_interval_sb_value_changed), (on_interval_combo_changed),
(plugin_google_contacts):
Add ssl toggle; synch UI for refreshin with the google calendar plugin
svn path=/trunk/; revision=35984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #535745
* configure.in: Require and link calendar libs with libgdata
and libgdata-google.
* plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri),
(is_default_uri), (init_combo_values), (user_changed),
(cal_combo_changed), (claim_error), (retrieve_list_clicked),
(plugin_google): New widgets and functionality to retrieve list
of subscribed calendars from the Google account and let user choose
which one would be shown.
Note: Requires newer EDS, at least revision 9294.
svn path=/trunk/; revision=35921
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544860
* google-contacts-source.c (plugin_google_contacts):
Add translator comments for split "update every" sentence.
svn path=/trunk/; revision=35882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #545568
* e-plugin.c (ep_load):
Make sure system plugins are enabled on startup.
* plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml:
* plugins/caldav/org-gnome-caldav.eplug.xml:
* plugins/calendar-file/org-gnome-calendar-file.eplug.xml:
* plugins/calendar-http/org-gnome-calendar-http.eplug.xml:
* plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml:
* plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
* plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml:
Add "system_plugin=true" so it's not shown in the Plugin Manager.
These plugins are not designed to be disabled by the user.
svn path=/trunk/; revision=35871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de>
* Makefile.am:
* google-contacts-source.c (ensure_google_contacts_source_group),
(remove_google_contacts_source_group), (on_username_entry_changed),
(on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts):
* google-contacts-source.h:
* google-source.c (e_plugin_lib_enable):
* org-gnome-evolution-google.eplug.xml:
Added a UI for the addressbook part
svn path=/trunk/; revision=35797
|
|
|
|
| |
svn path=/trunk/; revision=35665
|
|
|
|
|
|
|
|
|
|
| |
2008-06-06 Matthew Barnes <mbarnes@redhat.com>
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637)
svn path=/trunk/; revision=35606
|
|
|
|
|
|
| |
conflicts)
svn path=/trunk/; revision=35288
|
|
|
|
|
|
|
|
|
|
| |
2008-01-25 Tor Lillqvist <tml@novell.com>
* Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo:
s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.
svn path=/trunk/; revision=34903
|
|
|
|
|
|
| |
(Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin.
svn path=/trunk/; revision=34768
|
|
|
|
|
|
| |
domain names while setting up a Google Calendar account)
svn path=/trunk/; revision=34732
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-30 Sankar P <psankar@novell.com>
* ChangeLog:
Every plugin should have a ChangeLog. Added.
* google-source.c:
Commented an unused function.
Marked Debug statements conditional.
svn path=/trunk/; revision=34454
|
|
2007-10-23 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in
* plugins/google-account-setup: Initial commit for the
Google Calendar Feature.
Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>.
svn path=/trunk/; revision=34413
|