| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=33877
|
|
|
|
| |
svn path=/trunk/; revision=33875
|
|
|
|
| |
svn path=/trunk/; revision=33873
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Sankar P <psankar@novell.com>
* attachment-reminder.c: (e_plugin_lib_configure),
(org_gnome_attachment_reminder_config_option):
* attachment-reminder.glade:
Configure attachment-reminder plugin within the plugin-manager.
svn path=/trunk/; revision=33854
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* bf-junk-filter.c: (convert_unicode_cb): Plugged memory leak.
svn path=/trunk/; revision=33850
|
|
|
|
|
|
|
| |
Fixes Preferences dialog bloating.
See bug #459522
svn path=/trunk/; revision=33847
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* attachment-reminder.c: Plugged memory leak and the second argument
of g_utf8_strdown() should be in bytes.
svn path=/trunk/; revision=33842
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #458511
* exchange-delegates-user.c: (exchange_delegates_user_edit): each
message is enclosed with double quotes line by line.
svn path=/trunk/; revision=33841
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* default-mailer.c: (org_gnome_default_mailer_check_default): Plugged
memory leak.
svn path=/trunk/; revision=33837
|
|
|
|
| |
svn path=/trunk/; revision=33825
|
|
|
|
| |
svn path=/trunk/; revision=33824
|
|
|
|
|
|
|
|
|
| |
2007-07-18 Sankar P <psankar@novell.com>
* face.c: (org_gnome_composer_face):
Remove unused variables.
svn path=/trunk/; revision=33817
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-face.eplug.xml:
* org-gnome-face-ui.xml:
* org-gnome-face.errors.xml:
* Makefile.am:
* face.c:
Initial set of files. Implements Face header support.
svn path=/trunk/; revision=33812
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Changed the string "Cancel" to "Continue Editing"
svn path=/trunk/; revision=33811
|
|
|
|
|
|
|
|
|
|
| |
2007-07-12 Matthew Barnes <mbarnes@redhat.com>
* plugins/exchange-operations/exchange-delegates-user.c:
Fix a bunch of new implicit function declarations.
svn path=/trunk/; revision=33802
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Fixed Marking for Translation bugs
svn path=/trunk/; revision=33797
|
|
|
|
| |
svn path=/trunk/; revision=33790
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
* itip-formatter.c: (format_itip_object): Fixed a build break.
svn path=/trunk/; revision=33788
|
|
|
|
| |
svn path=/trunk/; revision=33787
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
* exchange-delegates-user.c: (map_to_full_role_name),
(em_utils_delegates_done), (exchange_delegates_user_edit):
* exchange-delegates-user.h:
* exchange-delegates.c: (add_button_clicked_cb),
(edit_button_clicked_cb), (email_look_up), (table_click_cb):
* exchange-delegates.glade:
* exchange-delegates.h:
* exchange-mail-send-options.c: (append_to_header):
* exchange-send-options.c:
(exchange_send_options_get_widgets_data), (get_widgets),
(exchange_send_options_fill_widgets_with_data),
(exchange_send_options_cb), (delegate_option_toggled),
(addressbook_dialog_response), (addressbook_entry_changed),
(address_button_clicked), (exchange_sendoptions_dialog_run),
(exchange_sendoptions_dialog_init):
* exchange-send-options.glade:
* exchange-send-options.h:
* org-gnome-exchange-operations.error.xml: Added the exchange
delegation support.
Committing on behalf of Bharath Acharya <abharath@novell.com>
svn path=/trunk/; revision=33784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
* itip-formatter.c: (find_attendee), (find_attendee_if_sentby):
Finds the address of the account owner in the attendees list.
(find_to_address), (find_from_address): Establishes the current
account id.
(extract_itip_data), (view_response_cb), (format_itip_object),
(pitip_free): Sets the corresponding itip-view components.
* itip-view.h:
* itip-view.c: (set_calendar_sender_text),
(set_tasklist_sender_text), (set_journal_sender_text),
(itip_view_destroy), (itip_view_set_organizer_sentby),
(itip_view_get_organizer_sentby),
(itip_view_set_attendee_sentby),
(itip_view_get_attendee_sentby), (itip_view_set_proxy),
(itip_view_get_proxy): Sets the message appropriately in the
itip-view.
Committing on behalf of Suman Manjunath <msuman@novell.com>
svn path=/trunk/; revision=33783
|
|
|
|
|
|
|
|
| |
* org-gnome-tnef-attachments.eplug.xml: Fixed bugs where the .so wasn't
reffered rightly.
svn path=/trunk/; revision=33782
|
|
|
|
| |
svn path=/trunk/; revision=33781
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Johnny Jacob <jjohnny@novell.com>
* attachment-remidner.glade : Added mnemonics.
* attachment-reminder.c : Fixed warnings.
* org-gnome-attachment-reminder.errors.xml : Added new strings.
svn path=/trunk/; revision=33780
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* imap-headers.c: (add_header_clicked), (remove_header_clicked),
(org_gnome_imap_headers):
* imap-headers.glade:
HIGify. Disable the Delete button when there are no headers.
See bug #437892
svn path=/trunk/; revision=33778
|
|
|
|
| |
svn path=/trunk/; revision=33769
|
|
|
|
| |
svn path=/trunk/; revision=33757
|
|
|
|
| |
svn path=/trunk/; revision=33743
|
|
|
|
| |
svn path=/trunk/; revision=33733
|
|
|
|
| |
svn path=/trunk/; revision=33732
|
|
|
|
| |
svn path=/trunk/; revision=33697
|
|
|
|
| |
svn path=/trunk/; revision=33696
|
|
|
|
| |
svn path=/trunk/; revision=33695
|
|
|
|
| |
svn path=/trunk/; revision=33694
|
|
|
|
|
|
|
|
|
|
| |
2006-09-14 Andre Klapper <a9016009@gmx.de>
* itip-view.c: fix some bad mnemonics, mark string for
translation. Fixes bug #439186.
svn path=/trunk/; revision=33681
|
|
|
|
| |
svn path=/trunk/; revision=33647
|
|
|
|
| |
svn path=/trunk/; revision=33646
|
|
|
|
| |
svn path=/trunk/; revision=33645
|
|
|
|
| |
svn path=/trunk/; revision=33644
|
|
|
|
| |
svn path=/trunk/; revision=33643
|
|
|
|
| |
svn path=/trunk/; revision=33629
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-25 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook-component.c (ensure_sources):
* addressbook/gui/component/addressbook-migrate.c (ensure_sources):
* calendar/gui/migration.c (create_calendar_sources),
(create_task_sources), (create_memo_sources):
* calendar/gui/tasks-component.c (ensure_sources):
* calendar/gui/calendar-component.c (ensure_sources):
* calendar/gui/memos-component.c (ensure_sources):
* plugins/hula-account-setup/camel-hula-listener.c
(remove_esource), (modify_esource):
* plugins/groupwise-account-setup/camel-gw-listener.c
(remove_esource), (modify_esource):
Don't assume the relative URI is non-NULL (#427232).
* plugins/exchange-operations/exchange-config-listener.c
(exchange_add_autocompletion_folders):
Don't assume the absolute URI is non-NULL (#427232).
svn path=/trunk/; revision=33577
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #424562
* e-util/eggtrayicon.c:
* e-util/eggtrayicon.h:
Evolution requires GTK+ 2.10 now so kill this widget.
* e-util/Makefile.am:
Remove eggtrayicon.c and eggtrayicon.h.
* calendar/gui/dialogs/recur-comp.c (recur_component_dialog):
* e-util/e-dialog-utils.c (e_notice):
* plugins/calendar-weather/calendar-weather.c
(e_calendar_weather_location):
* widgets/text/e-text.c (e_text_copy_clipboard),
(e_text_update_primary_selection), (e_text_paste), (e_text_do_popup):
Remove check for obsolete GTK+ version.
* gui/alarm-notify/alarm-queue.c:
EggTrayIcon is dead; always use GtkStatusIcon.
svn path=/trunk/; revision=33573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-19 Matthew Barnes <mbarnes@redhat.com>
* POTFILES.in:
* POTFILES.skip:
Move files that have translations but are not shipped to
POTFILES.skip. Patch from Philip Withnall. (#436985)
* plugins/mail-notification/Makefile.am:
Fix a couple distcheck errors.
svn path=/trunk/; revision=33559
|
|
|
|
| |
svn path=/trunk/; revision=33557
|
|
|
|
|
|
| |
Gryniewicz
svn path=/trunk/; revision=33556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-14 Sankar P <psankar@novell.com>
** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
* imap-headers.c:
Evolution crashes when clicking "Edit" button
Fixes #425506
svn path=/trunk/; revision=33539
|
|
|
|
| |
svn path=/trunk/; revision=33537
|
|
|
|
| |
svn path=/trunk/; revision=33533
|
|
|
|
| |
svn path=/trunk/; revision=33532
|
|
|
|
| |
svn path=/trunk/; revision=33530
|
|
|
|
| |
svn path=/trunk/; revision=33527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am:
Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.
* addressbook/Makefile.am:
* calendar/gui/Makefile.am:
* mail/Makefile.am:
* plugins/bogo-junk-plugins/Makefile.am:
* plugins/default-mailer/Makefile.am:
* shell/Makefile.am:
Add $(schema_DATA) to DISTCLEANFILES.
* plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in:
Rename as org-gnome-bogo-junk-plugin.eplug.xml.
* plugins/caldav/Makefile.am:
* plugins/import-ics-attachments/Makefile.am:
* plugins/publish-calendar/Makefile.am:
Add "eplug" file to CLEANFILES.
* plugins/mail-remote/Makefile.am:
Add "eplug.xml" file to EXTRA_DIST.
* po/POTFILES.in: Don't translate files we no longer ship.
svn path=/trunk/; revision=33521
|
|
|
|
| |
svn path=/trunk/; revision=33516
|
|
|
|
| |
svn path=/trunk/; revision=33512
|
|
|
|
| |
svn path=/trunk/; revision=33507
|
|
|
|
| |
svn path=/trunk/; revision=33506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-11 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* plugin-manager.c: (eppm_show_plugin), (eppm_selection_changed),
(eppm_enable_toggled), (eppm_free),
(org_gnome_plugin_manager_manage):
Sort the list of plugins based on name so that it is easy to use
svn path=/trunk/; revision=33505
|
|
|
|
| |
svn path=/trunk/; revision=33490
|
|
|
|
| |
svn path=/trunk/; revision=33475
|
|
|
|
| |
svn path=/trunk/; revision=33474
|
|
|
|
| |
svn path=/trunk/; revision=33473
|
|
|
|
| |
svn path=/trunk/; revision=33472
|
|
|
|
| |
svn path=/trunk/; revision=33471
|
|
|
|
| |
svn path=/trunk/; revision=33459
|
|
|
|
|
|
|
|
|
| |
2007-04-23 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616)
svn path=/trunk/; revision=33452
|
|
|
|
| |
svn path=/trunk/; revision=33440
|
|
|
|
| |
svn path=/trunk/; revision=33432
|
|
|
|
| |
svn path=/trunk/; revision=33422
|
|
|
|
|
|
|
|
|
|
| |
2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com>
** Fixes #426481
* exchange-account-setup.c: Fix Typo Assitant
svn path=/trunk/; revision=33414
|
|
|
|
|
|
|
|
|
|
| |
2007-04-10 Andre Klapper <a9016009@gmx.de>
* plugins/ipod-sync/evolution-ipod-sync.c:
fix typos and reword a string. Fixes bug #404764.
svn path=/trunk/; revision=33412
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-05 Matthew Barnes <mbarnes@redhat.com>
* plugins/exchange-operations/exchange-config-listener.c (class_init):
* plugins/exchange-operations/exchange-delegates-user.c (class_init):
Use GLib marshallers wherever possible.
svn path=/trunk/; revision=33387
|
|
|
|
| |
svn path=/trunk/; revision=33366
|
|
|
|
| |
svn path=/trunk/; revision=33365
|
|
|
|
| |
svn path=/trunk/; revision=33364
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
* mail/evolution-mail.schemas.in.in:
* plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name):
* plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml:
Correctly capitalize SpamAssassin. (#375577)
Patch from Priit Laes.
svn path=/trunk/; revision=33363
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
Code Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33354
|
|
|
|
|
|
|
|
|
|
|
| |
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mailing-list-actions.eplug.xml:
Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33353
|
|
|
|
|
|
|
|
|
|
|
| |
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mail-account-disable.eplug.xml:
Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33352
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mail-folder-unsubscribe.eplug.xml:
Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mark-all-read.eplug.xml:
Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #373116
* calendar/gui/calendar-component.c (ensure_sources):
* calendar/gui/e-cal-model.c (ecm_get_color_for_component):
* calendar/gui/memos-component.c (ensure_sources):
* calendar/gui/migration.c (create_calendar_contact_source),
(create_calendar_sources), (create_task_sources),
(create_memo_sources), (add_gw_esource):
* calendar/gui/tasks-component.c (ensure_sources):
* plugins/groupwise-account-setup/camel-gw-listener.c (add_esource):
Use the new ESource color API.
* calendar/gui/dialogs/cal-prefs-dialog.c:
* calendar/gui/dialogs/cal-prefs-dialog.glade:
* calendar/gui/dialogs/calendar-setup.c:
* calendar/gui/dialogs/calendar-setup.glade:
* filter-colour.c (get_widget):
* mail/em-composer-prefs.c:
* mail/em-composer-prefs.h:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-config.glade:
Migrate from GnomeColorPicker to GtkColorButton.
* filter/filter-colour.h:
Store color as a GdkColor instead of separate RGBA components.
* filter/filter-colour.c (color_eq):
Use gdk_color_equal() to compare colors.
* filter/filter-colour.c (xml_encode):
Encode color as a single property ("spec").
* filter/filter-colour.c (xml_decode):
Read the color from a single property ("spec").
Provide a migration path for old XML files.
* calendar/gui/calendar-component.c
(calendar_config_get_tasks_due_today_color),
(calendar_config_get_tasks_overdue_color):
Return a GdkColor instead of an X color specification.
* calendar/gui/calendar-component.c
(calendar_config_set_tasks_due_today_color),
(calendar_config_set_tasks_overdue_color):
Accept a GdkColor instead of an X color specification.
* calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component):
Adapt to modified color API in calendar-component.c by converting
the GdkColor to an X color specification. This is an ugly hack to
be fixed later.
svn path=/trunk/; revision=33349
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-30 Sankar P <psankar@novell.com>
* status-track.c: (format_date), (track_status):
Rewritten GroupWise Status Tracking
svn path=/trunk/; revision=33344
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* mail/em-utils.c:
* mail/mail-config.c:
* plugins/save-attachments/save-attachments.c:
Evolution requires GLib 2.10 now; remove dead backward-compatibility
code for GLib < 2.8 (#418971).
svn path=/trunk/; revision=33341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* mail/em-account-editor.c:
* mail/em-folder-view.c:
* mail/em-format-html-display.c:
* mail/em-format-html.c:
* mail/em-format.h:
* mail/em-mailer-prefs.c:
* mail/em-vfolder-rule.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-calendar/save-calendar.c:
* shell/e-shell-window.c:
* widgets/misc/e-icon-entry.c:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table-item.c:
* widgets/table/e-tree-header-item.c:
* widgets/table/e-tree-table-adapter.c:
Fix "incompatible pointer type" warnings (#360619).
svn path=/trunk/; revision=33339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* a11y/e-table/gal-a11y-e-cell-text.c:
* a11y/e-table/gal-a11y-e-cell-vbox.c:
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-tasks.c:
* calendar/gui/gnome-cal.c:
* composer/e-msg-composer.c:
* mail/em-folder-browser.c:
* mail/em-format.c:
* mail/em-popup.c:
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/import-ics-attachments/icsimporter.c:
* widgets/misc/e-filter-bar.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/table/e-cell-checkbox.c:
* widgets/table/e-table-header-item.c:
Don't mix declarations and code (#405495).
svn path=/trunk/; revision=33324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #360240
* addressbook/gui/widgets/e-addressbook-view.c
(e_contact_print_button):
* addressbook/printing/e-contact-print.c (complete_sequence),
(e_contact_build_style), (e_contact_print_response),
(e_contact_print_contact_list_dialog_new):
* shell/e-shell-importer.c (importer_file_page_new):
* plugins/startup-wizard/startup-wizard.c
(startup_wizard_timezone_page):
* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
* mail/em-format-quote.c (emfq_format_source):
* mail/mail-ops.c (save_messages_save):
* mail/em-format.c (emf_init):
* mail/em-format-html-display (em_format_html_get_search_dialog),
(em_format_html_display_seearch_with), (ehhd_resize),
(efhd_attachment_optional), (efhd_format_optional):
* mail/em-folder-view.c (emfv_init):
* mail/message-list.c (ml_tree_value_at):
* composer/e-msg-composer-hdrs (header_new_recipient):
* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
* widgets/table/e-cell-text.c (ect_free_color):
* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
Remove unused variables.
svn path=/trunk/; revision=33315
|
|
|
|
| |
svn path=/trunk/; revision=33231
|
|
|
|
| |
svn path=/trunk/; revision=33230
|
|
|
|
|
|
|
|
|
| |
2007-02-19 Sankar P <psankar@novell.com>
* url-editor-dialog.c: (set_from_uri):
Fixes some string to int conversion.
svn path=/trunk/; revision=33226
|
|
|
|
| |
svn path=/trunk/; revision=33201
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-09 Sankar P <psankar@novell.com>
* itip-formatter.c: (update_item), (view_response_cb):
Deletes all instances of a recurrence appointment as soon as the
invitation is accepted/declined adn applied-to-all.
Fixes #312301
svn path=/trunk/; revision=33190
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-09 Sankar P <psankar@novell.com>
* camel-gw-listener.c: (add_esource), (remove_esource),
(add_proxy_sources): Picks a random color for proxy calendars,
Checks the Memo/Notes component for proxies
svn path=/trunk/; revision=33189
|
|
|
|
|
|
|
|
|
| |
2007-02-05 Sankar P <psankar@novell.com>
* junk-settings.c:
Include missing header file
svn path=/trunk/; revision=33176
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-30 Sankar P <psankar@novell.com>
* imap-headers.c: (imap_headers_commit):
Fixes a memory leak and a scenario where,
some IMAP servers doesnt return headers if
the string contains more than one consecutive
embedded spaces in the HEADER.
svn path=/trunk/; revision=33167
|
|
|
|
|
|
|
|
|
|
| |
2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* install-shared.c: (org_gnome_popup_wizard):
don't split sentences. Fixes bug #401288.
svn path=/trunk/; revision=33154
|
|
|
|
| |
svn path=/trunk/; revision=33152
|
|
|
|
|
|
|
|
|
|
| |
2007-01-25 Kjartan Maraas <kmaraas@gnome.org>
* send-options.c: (get_cnc): Fix a crash when setting up
a GroupWise account. Closes bug #330969. Patch from
Parthasarathi Susarla.
svn path=/trunk/; revision=33148
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-18 Raghavendran <raghavguru7@gmail.com>
* org-gnome-groupwise-features.xml:
* mail-send-options.c :
Added code for implementing Send options via
a data hook .
svn path=/trunk/; revision=33139
|
|
|
|
| |
svn path=/trunk/; revision=33138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* exchange-send-options.glade :Glade file for
exchange send options .
* org-gnome-exchange-operations.eplug.xml :Added a
hook for implementing send options .
* exchange-mail-send-options.c :Contains code for invoking
the dialog and processing the data received and destroying
the dialog .
* exchange-send-options.[c,h] :Contains the GType for exchange
send options dialog .
svn path=/trunk/; revision=33137
|
|
|
|
|
|
|
|
|
|
| |
2007-01-22 Sankar P <psankar@novell.com>
* configure.in: Added support for configuring the
imap-headers plugin.
svn path=/trunk/; revision=33133
|
|
|
|
|
|
|
|
|
| |
* exchange-folder-permission.c:
(org_gnome_exchange_folder_permissions): Decode the derived path
using camel_url_decode_path(), as path may contain encoded
characters.
svn path=/trunk/; revision=33082
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-04 Matthew Barnes <mbarnes@redhat.com>
Fixes bug #357970
* exchange-config-listener.c: Don't call deprecated GLib / GDK
functions.
svn path=/trunk/; revision=33047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-03 Harish Krishnaswamy <kharish@novell.com>
* plugins/groupwise-account-setup/camel-gw-listener.c:
(add_esource), (add_calendar_tasks_sources),
(get_addressbook_names_from_server), (add_proxy_sources),
(prune_proxies), (camel_gw_listener_construct):
Add code to prune dead proxy entries (so they are executed
regardless of which component gets loaded first). Clean up
the existing code, fix leaks and ensure new proxy calendars
have their (different) color set.
svn path=/trunk/; revision=33037
|
|
|
|
|
|
|
|
|
| |
2006-09-19 Kjartan Maraas <kmaraas@gnome.org>
* org-gnome-gw-account-setup.eplug.xml: Mark description for
translation.
svn path=/trunk/; revision=33034
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com>
** Fix bug #348679
* icsimporter.c: (org_gnome_evolution_import_ics_attachment):
Do not access structure elements directly. Use the methods of the
class in the CamelDataWrapper Class
svn path=/trunk/; revision=33030
|
|
|
|
|
|
|
|
|
|
| |
2006-11-17 Harish Krishnaswamy <kharish@novell.com>
* proxy-login.c: (proxy_login_get_cnc): Remove
an extraneous initialization that leaks a CamelUrl on
each invocation.
svn path=/trunk/; revision=32990
|
|
|
|
|
|
|
|
| |
2006-10-23 Priit Laes <amd@store20.com>
* org-gnome-default-source.eplug.xml: Fixed typo in plugin
description. Fixes bug 363999.
svn path=/trunk/; revision=32933
|
|
|
|
|
|
|
| |
2006-10-21 Priit Laes <amd@store20.com>
* org-gnome-default-source.eplug.xml: Fix typo. Fixes #363999.
svn path=/trunk/; revision=32926
|
|
|
|
| |
svn path=/trunk/; revision=32897
|
|
|
|
|
|
|
|
|
| |
2006-08-28 Kjartan Maraas <kmaraas@gnome.org>
* org-gnome-evolution-mail-attachments-import-ics.eplug.xml: Mark
name and description for translation.
svn path=/trunk/; revision=32892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com>
* addressbook/gui/widgets/eab-contact-display.c:
addressbook/importers/evolution-ldif-importer.c
addressbook/importers/evolution-vcard-importer.c
calendar/importers/icalendar-importer.c
plugins/groupwise-features/properties.glade
plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
plugins/save-attachments/org-gnome-save-attachments.xml
shell/shell.error.xml : Make some string improvements to allow better
use of gettext compendia.
svn path=/trunk/; revision=32879
|
|
|
|
|
|
|
|
|
| |
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
* camel-hula-listener.c: (finalize)
Chain up to parent's finalize() method.
svn path=/trunk/; revision=32786
|
|
|
|
|
|
|
|
|
| |
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
* camel-gw-listener.c: (finalize)
Chain up to parent's finalize() method.
svn path=/trunk/; revision=32785
|
|
|
|
|
|
|
|
| |
2006-09-14 Andre Klapper <a9016009@gmx.de>
* itip-view.c: correct display of time. Fixes bug #343686.
svn path=/trunk/; revision=32765
|
|
|
|
|
|
|
|
|
|
| |
2006-08-28 Kjartan Maraas <kmaraas@gnome.org>
* org-gnome-evolution-caldav.eplug.xml: Mark name and
description for translation.
Makefile.am: Rename the above from .in to .xml
svn path=/trunk/; revision=32689
|
|
|
|
| |
svn path=/trunk/; revision=32647
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
* plugins/mailing-list-actions/mailing-list-actions.c:
* widgets/misc/e-multi-config-dialog.c:
improve GError initialization code - fixes bug 352423.
committed by Andre Klapper
svn path=/trunk/; revision=32638
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/e-itip-control.c:
* plugins/itip-formatter/itip-formatter.c:
fix an uninitialized GError - fixes bug 352423.
committed by Andre Klapper
svn path=/trunk/; revision=32637
|
|
|
|
| |
svn path=/trunk/; revision=32635
|
|
|
|
| |
svn path=/trunk/; revision=32634
|
|
|
|
|
|
|
|
|
| |
2006-08-22 Kjartan Maraas <kmaraas@gnome.org>
* em-junk-filter.c: (em_junk_sa_init): #if 0 out unused function and
plug a leak.
svn path=/trunk/; revision=32628
|
|
|
|
| |
svn path=/trunk/; revision=32623
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* prefer-plain.c: (e_plugin_lib_enable): Don't leak the key.
svn path=/trunk/; revision=32622
|
|
|
|
|
|
|
|
|
| |
2006-08-21 Matthew Barnes <mbarnes@redhat.com>
* mail-account-disable.c:
"Disable" did not work for "On This Computer" - fixes bug 350901.
svn path=/trunk/; revision=32616
|
|
|
|
| |
svn path=/trunk/; revision=32608
|
|
|
|
| |
svn path=/trunk/; revision=32602
|
|
|
|
| |
svn path=/trunk/; revision=32592
|
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* gaimbuddies.c: (bbdb_sync_buddy_list_check): Don't leak
the file path here.
svn path=/trunk/; revision=32573
|
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* bbdb.c: (bbdb_open_addressbook),
(create_addressbook_option_menu): Plug a couple leaks.
svn path=/trunk/; revision=32560
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* rdf-format.c: (add_time_to_rdf): Plug a leak.
svn path=/trunk/; revision=32557
|
|
|
|
|
|
|
|
|
| |
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Add evolution-ipod-sync.h to dist.
Fixes #350388.
svn path=/trunk/; revision=32533
|
|
|
|
|
|
|
|
|
| |
2006-08-11 Harish Krishnaswamy <kharish@novell.com>
* itip-formatter.c: (send_comp_to_attendee):
Add missing argument in the call to itip_send_comp.
svn path=/trunk/; revision=32532
|
|
|
|
|
|
|
|
|
| |
2006-08-11 Harish Krishnaswamy <kharish@novell.com>
* itip-formatter.c: (send_comp_to_attendee):
Add missing argument in the call to itip_send_comp.
svn path=/trunk/; revision=32531
|
|
|
|
| |
svn path=/trunk/; revision=32484
|
|
|
|
| |
svn path=/trunk/; revision=32467
|
|
|
|
| |
svn path=/trunk/; revision=32462
|
|
|
|
| |
svn path=/trunk/; revision=32448
|
|
|
|
| |
svn path=/trunk/; revision=32445
|
|
|
|
| |
svn path=/trunk/; revision=32438
|
|
|
|
| |
svn path=/trunk/; revision=32407
|
|
|
|
|
|
|
| |
EXCHANGE_ACCOUNT_FOLDER_NO_SUCH_USER. Added an error code
folder-no-gc-error and corresponding error string. Fixes #234359.
svn path=/trunk/; revision=32403
|
|
|
|
| |
svn path=/trunk/; revision=32379
|
|
|
|
|
|
| |
Patch submitted by "Vandana Shenoy .B <shvandana@novell.com>"
svn path=/trunk/; revision=32374
|
|
|
|
| |
svn path=/trunk/; revision=32373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-18 Ross Burton <ross@openedhand.com>
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-list-editor/e-contact-list-editor.c:
* addressbook/gui/widgets/eab-contact-display.c:
Fix for EContactPhoto changes. Partially fixed by Hiroyuki Ikezoe
<poincare@ikezoe.net>, finished by myself. (#347870).
[plugins/bbdb]
2006-07-18 Ross Burton <ross@openedhand.com>
* gaimbuddies.c:
Fix for EContactPhoto change. Partially fixed by Hiroyuki Ikezoe
<poincare@ikezoe.net>, rest by me. (#347870)
svn path=/trunk/; revision=32343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-18 Andre Klapper <a9016009@gmx.de>
* addressbook/gui/contact-editor/contact-editor.glade:
* addressbook/gui/contact-editor/fullname.glade:
* addressbook/gui/contact-editor/fulladdr.glade:
* addressbook/gui/contact-editor/im.glade:
* addressbook/gui/contact-list-editor/contact-list-editor.glade:
* calendar/gui/dialogs/calendar-setup.glade:
* calendar/gui/dialogs/new-calendar.glade:
* calendar/gui/dialogs/new-task-list.glade:
* calendar/gui/dialogs/url-editor-dialog.glade:
* mail/message-tags.glade:
* plugins/exchange-operations/exchange-change-password.glade:
* plugins/groupwise-features/properties.glade:
* widgets/e-timezone-dialog/e-timezone-dialog.glade:
* widgets/menus/gal-view-instance-save-as-dialog.glade:
* widgets/menus/gal-view-new-dialog.glade:
* widgets/misc/e-attachment.glade:
* widgets/misc/gal-categories.glade:
remove "*" from translation. Fixes bug #331147.
svn path=/trunk/; revision=32340
|
|
|
|
|
|
|
|
|
| |
2006-07-17 Sankar P <psankar@novell.com>
* mail-retract.c: (retract_mail_settings)
Made the success message translatable and fixed a typo.
svn path=/trunk/; revision=32330
|
|
|
|
|
|
| |
for GroupWise
svn path=/trunk/; revision=32329
|
|
|
|
|
|
|
|
|
|
| |
2006-07-17 Sankar P <psankar@novell.com>
* Added support for GroupWise Message Retract
* Files added: mail-retract.c, org-gnome-mail-retract-errors.xml
* Files modified: org-gnome-groupwise-features.eplug.xml, Makefile.am
svn path=/trunk/; revision=32325
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-13 Andre Klapper <a9016009@gmx.de>
* mail/mail-config.glade:
* plugins/exchange-operations/exchange-permissions-dialog.glade:
* widgets/menus/gal-view-instance-save-as-dialog.glade:
remove empty strings from translation
svn path=/trunk/; revision=32300
|
|
|
|
|
|
|
|
|
| |
2006-07-12 Andre Klapper <a9016009@gmx.de>
* bbdb.c: Marking two strings for translation that were accidentally
not marked. Fixes bug #347312.
svn path=/trunk/; revision=32296
|
|
|
|
|
|
|
|
|
| |
2006-07-08 Matthew Barnes <mbarnes@redhat.com>
* org-gnome-mailing-list-actions.xml: Fixing header capitalization
in menu. Fixes bug #323952. (Committed by Andre Klapper)
svn path=/trunk/; revision=32260
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fixes bug #341369
* filter/rule-editor.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/save-attachments/save-attachments.c:
fixing memory leaks.
svn path=/trunk/; revision=32256
|
|
|
|
|
|
|
|
|
|
| |
2006-07-06 Harish Krishnaswamy <kharish@novell.com>
* itip-formatter.c: (format_itip_object):
Handle ICAL_X methods from Microsoft Live as
request methods.
svn path=/trunk/; revision=32239
|
|
|
|
| |
svn path=/trunk/; revision=32232
|
|
|
|
|
|
|
|
|
| |
2006-06-29 Andre Klapper <a9016009@gmx.de>
* proxy-login.c: add translator comments to the string "Proxy
login". Fixes bug #345055.
svn path=/trunk/; revision=32205
|
|
|
|
|
|
|
|
|
|
| |
2006-06-19 Harish Krishnaswamy <kharish@novell.com>
* itip-formatter.c (update_item):
Free GSList and its data after calling
e_cal_component_get_attachment_list.
svn path=/trunk/; revision=32169
|
|
|
|
|
|
|
|
|
| |
2006-06-19 Harish Krishnaswamy <kharish@novell.com>
* itip-formatter.c (update_item): Remove stray debug statements that
should not have been committed.
svn path=/trunk/; revision=32166
|
|
|
|
|
|
|
|
|
| |
2006-06-16 Sankar P <psankar@novell.com>
* itip-formatter.c: (view_response_cb):
Deletes a GroupWise appointment if accepted or deleted.
svn path=/trunk/; revision=32162
|
|
|
|
| |
svn path=/trunk/; revision=32159
|
|
|
|
|
|
|
|
| |
2006-06-15 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED.
svn path=/trunk/; revision=32153
|
|
|
|
|
|
|
| |
server, and if it is set, asking the user if he wants to change it
to in-office during login. Fixes #344650.
svn path=/trunk/; revision=32152
|
|
|
|
|
|
|
|
| |
2006-06-15 Tor Lillqvist <tml@novell.com>
* org-gnome-evolution-caldav.eplug.in: Use SOEXT.
svn path=/trunk/; revision=32151
|
|
|
|
| |
svn path=/trunk/; revision=32133
|
|
|
|
|
|
| |
Fixes #344270.
svn path=/trunk/; revision=32127
|
|
|
|
|
|
|
|
|
|
| |
2006-06-12 Sankar P <psankar@novell.com>
* proxy-login.c: org-gnome-proxy-login-errors.xml:
Handled error case to not allow proxy login to the same account
more than once. Fixes #340535
svn path=/trunk/; revision=32111
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-09 Chris Heath <chris@heathens.co.nz>
* addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form):
* addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact):
* e-util/e-plugin.c (ep_construct):
* mail/message-list.c (message_list_finalise):
* plugins/itip-view.c (itip_view_destroy): Fix memory leak.
Fixes bug #335423.
svn path=/trunk/; revision=32101
|
|
|
|
| |
svn path=/trunk/; revision=32087
|
|
|
|
| |
svn path=/trunk/; revision=32086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-06 Hiroyuki Ikezoe <poincare@ikezoe.net>
Fixes #332605.
* mail-to-task.c:
(set_description): Multipart message handling.
(set_attachments): New function.
Set attachment files to a task.
(clean_name): New function.
from plugins/save-attachments/save-attachments.c.
svn path=/trunk/; revision=32083
|
|
|
|
|
|
|
|
|
| |
2006-05-31 David Richards <drichard@largo.com>
* proxy-login-dialog.glade:
Increases the height of the dialog to make it easily usable
svn path=/trunk/; revision=32060
|
|
|
|
| |
svn path=/trunk/; revision=32024
|
|
|
|
|
|
|
|
|
|
| |
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
patch submitted by: Hiroyuki Ikezoe
* ipod.c: Remove compiler warning. Fixes 341606.
svn path=/trunk/; revision=31980
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Sankar P <psankar@novell.com>
* exchange-account-setup.c: (btn_chpass_clicked):
Do not print the password in the terminal.
svn path=/trunk/; revision=31972
|
|
|
|
| |
svn path=/trunk/; revision=31968
|
|
|
|
| |
svn path=/trunk/; revision=31966
|
|
|
|
| |
svn path=/trunk/; revision=31960
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-28 Shi Pu <shi.pu@sun.com>
** Fixes #323853
* save-attachments.c: (save_response), (entry_changed),
(save_got_message):
replace GnomeFileEntry by GtkFileChooserButton.
svn path=/trunk/; revision=31931
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Sankar P <psankar@novell.com>
* org-gnome-proxy-login-errors.xml:
Changed the ; in the end to a . in an error message
svn path=/trunk/; revision=31872
|
|
|
|
|
|
|
| |
* exchange-account-setup.c (owa_authenticate_user): Changed the function
signature. Fixes #329371.
svn path=/trunk/; revision=31864
|
|
|
|
| |
svn path=/trunk/; revision=31856
|
|
|
|
|
|
| |
creation. Fixes #328578 and #338876.
svn path=/trunk/; revision=31831
|
|
|
|
|
|
|
|
|
|
| |
2006-04-19 Harish Krishnaswamy <kharish@novell.com>
* camel-gw-listener.c: (add_esource):
Add default color to the GW source created.
Fixes #167102 (bugzilla.novell.com).
svn path=/trunk/; revision=31830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* new-mail-notify.c (org_gnome_message_reading_notify): Don't try
and send a dbus message if the bus is down.
(org_gnome_new_mail_notify): Same.
(init_dbus): New function to init the dbus connection and setup
handlers for when the bus gets unexpectedly disconnected.
(e_plugin_lib_enable): When the plugin gets disabled, unref the
dbus connection and reset it back to NULL.
svn path=/trunk/; revision=31827
|
|
|
|
| |
svn path=/trunk/; revision=31819
|
|
|
|
|
|
| |
Fixes #328813 and #315522.
svn path=/trunk/; revision=31792
|
|
|
|
|
|
| |
of standard folders. Fixes #310433.
svn path=/trunk/; revision=31780
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Jeff Cai <jeff.cai@sun.com>
** Fixes #333881
* caldav-source.c: (oge_caldav):
Set an empty string instead of null for a TEXT entry.
svn path=/trunk/; revision=31749
|
|
|
|
| |
svn path=/trunk/; revision=31691
|
|
|
|
| |
svn path=/trunk/; revision=31680
|
|
|
|
| |
svn path=/trunk/; revision=31679
|
|
|
|
| |
svn path=/trunk/; revision=31650
|
|
|
|
| |
svn path=/trunk/; revision=31649
|
|
|
|
| |
svn path=/trunk/; revision=31638
|
|
|
|
| |
svn path=/trunk/; revision=31637
|
|
|
|
| |
svn path=/trunk/; revision=31632
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-01 Sankar P <psankar@novell.com>
* proxy-login.c: (proxy_get_password)
(proxy_login_get_cnc):
Takes care of non SSL accounts too.
Fixes #332948
svn path=/trunk/; revision=31615
|
|
|
|
|
|
|
|
|
|
| |
2006-02-28 Christian Kellner <gicmo@gnome.org>
* evolution/plugins/addressbook-file/addressbook-file.c:
* evolution/plugins/calendar-file/calendar-file.c:
fixing a leak.
svn path=/trunk/; revision=31609
|
|
|
|
| |
svn path=/trunk/; revision=31592
|
|
|
|
| |
svn path=/trunk/; revision=31591
|
|
|
|
| |
svn path=/trunk/; revision=31590
|
|
|
|
|
|
|
| |
and also not showing the folder permissions dialog when invoked in offline
mode. See #332514.
svn path=/trunk/; revision=31585
|
|
|
|
| |
svn path=/trunk/; revision=31584
|
|
|
|
|
|
| |
setting them. Fixes #324693.
svn path=/trunk/; revision=31583
|
|
|
|
| |
svn path=/trunk/; revision=31578
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-22 Irene.Huang <Irene.Huang@sun.com>
Fixes bug #328252
* Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS)
to liborg_gnome_evolution_caldav_la_LIBADD.
svn path=/trunk/; revision=31562
|
|
|
|
| |
svn path=/trunk/; revision=31556
|
|
|
|
|
|
|
|
|
| |
2006-02-21 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c: Fix more brokenness. doh check if its the proxy
page. Need whack on the head for sucky reckless commit.
svn path=/trunk/; revision=31549
|
|
|
|
|
|
|
|
|
| |
2006-02-16 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c: Fix more brokenness. doh check if its the proxy
page.
svn path=/trunk/; revision=31547
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-18 Irene Huang <Irene.Huang@sun.com>
Fixes bug #331635
* exchange-account-setup.c: (org_gnome_exchange_settings):
Add NULL as the last parameter in g_object_new to mark the
the end of parameter list.
svn path=/trunk/; revision=31546
|
|
|
|
|
|
|
|
|
| |
2006-02-16 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c: Initialize connection only when the proxy tab is
clicked.
svn path=/trunk/; revision=31535
|
|
|
|
|
|
|
| |
2006-02-14 Andre Klapper <a9016009@gmx.de>
* bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free.
svn path=/trunk/; revision=31521
|
|
|
|
|
|
| |
* bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free.
svn path=/trunk/; revision=31520
|
|
|
|
|
|
|
| |
* itip-formatter.c (itip_formatter_page_factory): A typo fix from
gfree to g_free.
svn path=/trunk/; revision=31519
|
|
|
|
| |
svn path=/trunk/; revision=31497
|
|
|
|
| |
svn path=/trunk/; revision=31494
|
|
|
|
| |
svn path=/trunk/; revision=31493
|
|
|
|
|
|
|
| |
2006-02-11 Andre Klapper <a9016009@gmx.de>
* default-source.c: adding mnemonic. Fixes bug 328151.
svn path=/trunk/; revision=31486
|
|
|
|
| |
svn path=/trunk/; revision=31477
|
|
|
|
| |
svn path=/trunk/; revision=31472
|
|
|
|
|
|
|
| |
and also overwriting the GAL uri with relative uri of some other folder.
Fixes #329623 and #329624
svn path=/trunk/; revision=31470
|
|
|
|
| |
svn path=/trunk/; revision=31468
|
|
|
|
|
|
|
|
|
|
| |
2006-02-08 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug 326348
* share-folder-common.c:(refresh_folder_tree)
check if its a valid accoune before creating folder
svn path=/trunk/; revision=31445
|
|
|
|
| |
svn path=/trunk/; revision=31418
|
|
|
|
| |
svn path=/trunk/; revision=31413
|
|
|
|
| |
svn path=/trunk/; revision=31401
|
|
|
|
| |
svn path=/trunk/; revision=31394
|
|
|
|
| |
svn path=/trunk/; revision=31364
|
|
|
|
|
|
|
|
|
|
| |
2006-01-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #314913
* plugin-manager.c : Removed id, path displayed in UI
svn path=/trunk/; revision=31350
|
|
|
|
| |
svn path=/trunk/; revision=31328
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-27 Andre Klapper <a9016009@gmx.de>
* plugins/groupwise-features/proxy-listing.glade:
* plugins/publish-calendar/publish-calendar.glade:
* smime/gui/smime-ui.glade:
* widgets/table/e-table-config.glade:
* widgets/table/e-table-config-no-group.glade:
removed string "dialog1" from translation. Fixes bug 306118.
svn path=/trunk/; revision=31326
|
|
|
|
| |
svn path=/trunk/; revision=31323
|
|
|
|
| |
svn path=/trunk/; revision=31303
|
|
|
|
| |
svn path=/trunk/; revision=31295
|
|
|
|
| |
svn path=/trunk/; revision=31281
|
|
|
|
|
|
| |
it used the same addressbook as that used by Automatic Contacts.
svn path=/trunk/; revision=31277
|
|
|
|
|
|
| |
doesn't contain the auth mechanism value. Fixes #327284.
svn path=/trunk/; revision=31270
|
|
|
|
|
|
|
|
|
|
| |
2006-01-22 Harish Krishnaswamy <kharish@novell.com>
* icsimporter.c (get_menu_type), (dialog_response_cb),
(dialog_close_cb), (get_icalcomponent_from_file):
Fix twenty odd compiler warnings and style oddness.
svn path=/trunk/; revision=31262
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Andre Klapper <a9016009@gmx.de>
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml: cahnged
"emails" to "messages". I learn American English day by day. Yeah.
svn path=/trunk/; revision=31245
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Andre Klapper <a9016009@gmx.de>
* plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.error.xml:
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml
changed "mails" to "mail", "emails" or "messages". Fixes bug 325569.
svn path=/trunk/; revision=31244
|
|
|
|
|
|
| |
Fixes #327483.
svn path=/trunk/; revision=31232
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-18 Vivek Jain <jvivek@novell.com>
* status-track.c : (add_detail): decode the date
to local time **Fixes #314755
also fixed some styling issues.
Committed on behalf of Vivek - partha
svn path=/trunk/; revision=31230
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Harish Krishnaswamy <kharish@novell.com>
* import-ics-attachments : Initial commits. Plugin written and
submitted by Johnny Jacob <johnnyjacob@gmail.com>
svn path=/trunk/; revision=31223
|
|
|
|
|
|
|
|
| |
2006-01-17 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Add some much needed ego to NCLUDES ;-)
svn path=/trunk/; revision=31222
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Enumerate files for BUILT_SOURCES macro
as plugin_DATA now includes static files from the source
tree.
svn path=/trunk/; revision=31214
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* caldav*: 'Import' the CalDAV eplugin
implementation into evolution. Please
refer evolution-caldav module in cvs.gnome.org for
prior Change history.
svn path=/trunk/; revision=31208
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* org-gnome-exchange-operations.error.xml:
Fixed a minor typo in error string. (#327053).
svn path=/trunk/; revision=31201
|