Commit Graph

755 Commits

Author SHA1 Message Date
c8d411ce2b Don't mix declarations and code (#405495).
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-27 11:28:14 +00:00
cba3097cad ** Fixes bug #419524
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-20 17:23:58 +00:00
27cf0a5283 ** Fixes bug #360240
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
2007-03-16 21:13:06 +00:00
17601bed85 Add the timezone information while publishing the calendars.
svn path=/trunk/; revision=33231
2007-02-20 18:12:30 +00:00
14da7a959f Add the timezone information while exporting the calendars.
svn path=/trunk/; revision=33230
2007-02-20 18:10:26 +00:00
c237b391d7 Fixes some string to int conversion.
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
2007-02-19 07:57:03 +00:00
9862306af9 Print migration updates from Ebby Wiselyn.
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
99b8176a05 Deletes all instances of a recurrence appointment as soon as the
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 08:48:34 +00:00
491e3eddc6 Picks a random color for proxy calendars, Checks the Memo/Notes component
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-09 08:37:42 +00:00
e92d5cca20 Include missing header file
2007-02-05  Sankar P  <psankar@novell.com>

        * junk-settings.c:
	Include missing header file

svn path=/trunk/; revision=33176
2007-02-05 09:12:15 +00:00
6bcec8a345 Fixes a memory leak and a scenario where, some IMAP servers doesnt return
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-30 11:51:58 +00:00
094f34621a don't split sentences. Fixes bug #401288.
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
2007-01-27 11:25:16 +00:00
44eb71780a Mark strings as translatable. See bug #399381 for details.
svn path=/trunk/; revision=33152
2007-01-26 23:53:57 +00:00
02c8f24ddb Fix a crash when setting up a GroupWise account. Closes bug #330969. Patch
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-25 16:00:00 +00:00
70d60db4d1 Added code for implementing Send options via a data hook .
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
2007-01-22 18:59:48 +00:00
7aecd03e94 Adding files corresponding to the implementation.
svn path=/trunk/; revision=33138
2007-01-22 18:59:12 +00:00
d6323f8303 Glade file for exchange send options . Added a hook for implementing send
* 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 18:58:03 +00:00
0b9195cb2c Added support for configuring the imap-headers plugin.
2007-01-22  Sankar P  <psankar@novell.com>

	* configure.in: Added support for configuring the 
	imap-headers plugin.


svn path=/trunk/; revision=33133
2007-01-22 11:50:16 +00:00
23218bbee1 Fixes bnc #208395
* 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-18 17:32:39 +00:00
5e16059870 Fixes bug #357970
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-04 15:42:53 +00:00
9a388362b9 Add code to prune dead proxy entries (so they are executed regardless of
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-12-03 17:47:06 +00:00
d0bf991b9c Mark description for translation.
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-12-03 16:15:44 +00:00
b4300c6748 ** Fix bug #348679
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-28 18:26:29 +00:00
44ffb2870c Remove an extraneous initialization that leaks a CamelUrl on each
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-11-17 09:52:18 +00:00
81d9b0f7f6 Fixed typo in plugin description. Fixes bug 363999.
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-23 05:28:37 +00:00
f2baa7e045 Fix typo. Fixes #363999.
2006-10-21  Priit Laes  <amd@store20.com>
	* org-gnome-default-source.eplug.xml: Fix typo. Fixes #363999.

svn path=/trunk/; revision=32926
2006-10-21 20:37:42 +00:00
bb64d5dd74 Fixes #360815
svn path=/trunk/; revision=32897
2006-10-16 14:45:04 +00:00
61d2b8a6c7 Mark name and description for translation.
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-16 13:55:02 +00:00
c40dcb6678 addressbook/importers/evolution-ldif-importer.c
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-10-15 14:23:02 +00:00
aabd9eca95 Chain up to parent's finalize() method.
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 16:08:58 +00:00
804831ef75 Chain up to parent's finalize() method.
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-18 16:08:10 +00:00
41077c52cf correct display of time. Fixes bug #343686.
2006-09-14  Andre Klapper  <a9016009@gmx.de>

	* itip-view.c: correct display of time. Fixes bug #343686.

svn path=/trunk/; revision=32765
2006-09-14 16:41:27 +00:00
9778c15d10 Mark name and description for translation. Makefile.am: Rename the above
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
2006-08-28 11:29:54 +00:00
cd59caa640 ** Fix for bug #347248
svn path=/trunk/; revision=32647
2006-08-23 14:05:21 +00:00
40f0681b4f improve GError initialization code - fixes bug 352423. committed by Andre
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 08:38:52 +00:00
27928c2f6c fix an uninitialized GError - fixes bug 352423. committed by Andre Klapper
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
2006-08-23 08:20:23 +00:00
f14ab0afa3 ** Fix for bug #350395 by Øystein Gisnås
svn path=/trunk/; revision=32635
2006-08-23 06:14:03 +00:00
779f0e51a4 ** Fix for bug #350823
svn path=/trunk/; revision=32634
2006-08-22 18:10:05 +00:00
119dcb66d2 #if 0 out unused function and plug a leak.
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
2006-08-22 13:13:57 +00:00
fb9b67510f Quiet CVS a bit
svn path=/trunk/; revision=32623
2006-08-22 09:41:47 +00:00
47c78ce402 Don't leak the key.
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-22 09:30:42 +00:00
b70c1439bf "Disable" did not work for "On This Computer" - fixes bug 350901.
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
2006-08-21 15:51:11 +00:00
e2a5d2a1c7 Fix for bug #308271
svn path=/trunk/; revision=32608
2006-08-21 06:03:11 +00:00
84779196fa ** Fixes bug #322771
svn path=/trunk/; revision=32602
2006-08-20 16:28:30 +00:00
b5db1cd7c2 Fixes #328268.
svn path=/trunk/; revision=32592
2006-08-19 10:51:21 +00:00
39a762597d Don't leak the file path here.
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 19:42:52 +00:00
0f25d1b971 Plug a couple leaks.
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 07:25:03 +00:00
8176e0119f Plug a leak.
2006-08-17  Kjartan Maraas  <kmaraas@gnome.org>

	* rdf-format.c: (add_time_to_rdf): Plug a leak.

svn path=/trunk/; revision=32557
2006-08-17 06:47:17 +00:00
21474dde0e Add evolution-ipod-sync.h to dist. Fixes #350388.
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 06:18:31 +00:00
217ac7590b Add missing argument in the call to itip_send_comp.
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 06:07:10 +00:00