Commit Graph

1096 Commits

Author SHA1 Message Date
a8cff3a02a Fix compiler warnings in some of the test programs.
2008-09-01  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Fix compiler warnings in some of the test programs.

	* mail/em-composer-utils.c (edit_message):
	* plugins/email-custom-header/email-custom-header.c:
	* plugins/templates/templates.c:
	Don't mix declarations and code.


svn path=/trunk/; revision=36242
2008-09-01 14:57:02 +00:00
203083329f ** Fixes bug #458512
2008-08-28  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #458512

	* plugins/exchange-operations/exchange-send-options.glade:
	Delete the accessibility tag from the User button.


svn path=/trunk/; revision=36174
2008-08-28 17:55:38 +00:00
0368e5866b ** Fix for bug #534762
2008-08-27  Philip Withnall  <philip@tecnocode.co.uk>

	** Fix for bug #534762

	Change "addressbook" to "address book" in translatable strings.


svn path=/trunk/; revision=36117
2008-08-27 10:37:32 +00:00
1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
064250ad8a ** Fix for bug #525555
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
2008-08-20 08:43:17 +00:00
09cfe5d569 New convenience function for launching help from Evolution. Displays an
2008-08-14  Matthew Barnes  <mbarnes@redhat.com>

	* e-util/e-util.c (e_display_help):
	New convenience function for launching help from Evolution.
	Displays an error dialog over the given parent window if an
	error occurs.

	* addressbook/gui/contact-editor/e-contact-editor.c:
	* calendar/gui/dialogs/comp-editor.c:
	* plugins/email-custom-header/gui/contact-editor/e-contact-editor.c:
	* plugins/exchange-operations/exchange-send-options.c:
	* widgets/misc/e-multi-config-dialog.c:
	* widgets/misc/e-send-options.c:
	Use e_display_help() for displaying help.


svn path=/trunk/; revision=35991
2008-08-14 19:21:10 +00:00
3bdf45d61a Add ssl toggle; synch UI for refreshin with the google calendar plugin
* 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-13 23:01:01 +00:00
8cb67e70a9 Added missing include.
2008-08-12  Milan Crha  <mcrha@redhat.com>

	* ipod-sync.c: Added missing include.


svn path=/trunk/; revision=35969
2008-08-12 15:07:55 +00:00
e860673f10 Have a check for OS_WIN32 and handle the schema data differently. make
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Have a check for OS_WIN32 and handle the schema
        * data differently. make install error on win32.


svn path=/trunk/; revision=35961
2008-08-12 04:19:31 +00:00
f5c5017848 Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
        generate dlls on Windows.


svn path=/trunk/; revision=35960
2008-08-12 04:04:18 +00:00
72fc7814fa Added necessary libraries to link to. Build break while compiling on
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Added necessary libraries to link to. Build break
        while compiling on Windows.
        

svn path=/trunk/; revision=35959
2008-08-12 03:25:12 +00:00
434bc25ed6 ** Fixes bug #546892
2008-08-11  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #546892

	* e-util/e-icon-factory.c (e_icon_factory_get_image):
	Kill this function.  Use gtk_image_new_from_icon_name().

	* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
	Kill this function.  Use gtk_window_set_icon_name().

	* widgets/misc/e-activity-handler.c:
	* widgets/misc/e-task-widget.c:
	Purge the GdkPixbuf arguments from the API.  We've been ignoring
	them since the spinner icon was added.

	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* calendar/gui/alarm-notify/alarm-notify-dialog.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/alarm-list-dialog.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/changed-comp.c:
	* calendar/gui/dialogs/delete-error.c:
	* calendar/gui/dialogs/select-source-dialog.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	* widgets/misc/e-combo-button.c:
	* widgets/misc/e-info-label.c:
	* widgets/misc/e-url-entry.c:
	* widgets/misc/e-task-widget.c:
	Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().

	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/e-timezone-entry.c:
        * e-util/e-gui-utils.c:
        * e-util/e-popup.c:
	* plugins/import-ics-attachments/icsimporter.c:
	* plugins/itip-formatter/itip-view.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html-display.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().

	* calendar/gui/alarm-notify/alarm-queue.c:
	* plugins/mail-notification/mail-notification.c:
	Prefer gtk_status_icon_set_from_icon_name() over
	gtk_status_icon_set_from_pixbuf().

	* addressbook/gui/component/addressbook-view.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-memo-table.c:
	* mail/mail-mt.c:
	e_activity_handler_operation_started() no longer takes a GdkPixbuf.
	It was ignoring the pixbuf anyway ever since we added a spinner icon.


svn path=/trunk/; revision=35958
2008-08-11 17:04:32 +00:00
92c958d9bf ** Fixes bug #546785
2008-08-07  Paul Bolle  <pebolle@tiscali.nl>

	** Fixes bug #546785

	* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
	The bbdb plugin is noisy when enabled:
	    "BBDB spinning up..."
	Make this plugin just as polite as google-account-setup.

	* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
	The caldav plugin is noisy when enabled:
	    "CalDAV Eplugin starting up ..."
	Make this plugin just as polite as google-account-setup.


svn path=/trunk/; revision=35928
2008-08-07 17:35:04 +00:00
92bc398f6b ** Fixes bug #530402
2008-08-07  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #530402

	* plugins/mark-all-read/mark-all-read.c (prompt_user):
	Improve dialog wording, and don't use a window title (HIG).


svn path=/trunk/; revision=35923
2008-08-07 13:00:44 +00:00
776a73f752 ** Fix for bug #535745
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-07 09:19:27 +00:00
c2bf7a132f ** Fix for bug #435969
2008-08-06  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #435969

	* org-gnome-exchange-operations.eplug.xml:
	Show authentication section in an account druid too.


svn path=/trunk/; revision=35911
2008-08-06 08:06:41 +00:00
5313d89e23 Patch from Matthias Braun <matze@braunis.de>: Fix for bug #544051 (WebDAV backend for addressbook - GUI plugin for account setup).
svn path=/trunk/; revision=35902
2008-08-04 04:31:34 +00:00
97a20c1a2b ** Fixes bug #514006
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #514006

	* mail/apps-evolution-mail-notification.schemas.in:
	* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
	Quote literal values.


svn path=/trunk/; revision=35889
2008-08-01 19:39:15 +00:00
d202364830 ** Fixes bug #517151
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #517151

	* org-gnome-external-editor.xml:
	Give a mnemonic to "Composer in External Editor".


svn path=/trunk/; revision=35887
2008-08-01 18:38:53 +00:00
490127f9de ** Fixes bug #529460
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #529460

	* org-gnome-evolution-startup-wizard.eplug.xml:
	Change "Startup Wizard" to "Setup Assistant".  Also change the
	plugin description to something less lame.


svn path=/trunk/; revision=35885
2008-08-01 18:23:24 +00:00
5e6b7f53ff ** Fixes bug #544860
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-08-01 17:48:45 +00:00
30881fb65a ** Fixes bug #543754
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #543754

	* plugins/backup-restore/org-gnome-backup-restore.error.xml:
	Reword "insufficient-permissions" error message.


svn path=/trunk/; revision=35881
2008-08-01 17:32:44 +00:00
aea2f5e983 ** Fixes bug #544861
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #544861

	* org-gnome-proxy-login-errors.xml:
	Reword "invalid-user" error message.


svn path=/trunk/; revision=35879
2008-08-01 17:11:16 +00:00
cec6ebdcd4 ** Fixes bug #543755
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #543755

	* apps_evolution_email_custom_header.schemas.in: Fix typo.


svn path=/trunk/; revision=35878
2008-08-01 16:56:02 +00:00
a7fa236775 ** Fix for bug #353927
2008-08-01  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #353927

	* calendar/gui/alarm-notify/alarm-queue.c: (tray_icon_blink_cb),
	(display_notification): Do not blink the icon more than 15 seconds.

	* plugins/mail-notification/mail-notification.c: (icon_activated), (stop_blinking_cb),
	(new_notify_status): Do not blink the icon more than 15 seconds.


svn path=/trunk/; revision=35875
2008-08-01 07:17:26 +00:00
77bfb99eac ** Fixes bug #545568
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-07-31 11:29:15 +00:00
9b263e0f37 ** Part of fix for bug #500389
2008-07-30  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #500389

	* mail/em-account-editor.c: (emae_option_options_changed),
	(emae_option_options), (emae_receive_options_extra_item):
	New ability to define Options (ComboBox) in provider's options.

	* plugins/exchange-operations/exchange-account-setup.c: (gal_auth_to_string),
	(owa_authenticate_user): Use default authentication for GAL.

Note: Requires EDS revision 9230 or better.

svn path=/trunk/; revision=35866
2008-07-30 10:38:59 +00:00
764a1b7b00 ** Fix for bug #543756
2008-07-28  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #543756

	* org-gnome-shared-folder.errors.xml:
	* process-meeting.c: (process_meeting):
	Make question better translatable.


svn path=/trunk/; revision=35851
2008-07-28 07:32:54 +00:00
cd2440f430 ** Fix for bug #491176
2008-07-28  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #491176

	* itip-view.c: (itip_view_init): Word-wrap the summary if necessary;
	expand also value-labels in the table, thus the text will be aligned
	on the left; align action buttons on the left too.


svn path=/trunk/; revision=35848
2008-07-28 07:23:03 +00:00
db69b559f3 ** See bug #504417
2008-07-28  Lucian Langa  <lucilanga@gnome.org>

** See bug #504417

* bbdb.c: - Preferences window cut off

svn path=/trunk/; revision=35846
2008-07-28 05:17:20 +00:00
5e4b6fcb89 ** Fix for bug #544022
2008-07-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #544022

	* configure.in: Do not redefine DBUS_VERSION define supplied
	by dbus itself, rather rename our define to FOUND_DBUS_VERSION.

	* mail/e-searching-tokenizer.c: (dump_trie):
	Define function only when required. (Compiler warning cleanup.)

	* shell/e-shell-window-commands.c: (char *authors[]):
	Break the escape sequence properly (compiler warning cleanup).

	* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.

	* plugins/mail-notification/Makefile.am:
	* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
	DBUS_VERSION define, it's supplied by dbus itself.


svn path=/trunk/; revision=35819
2008-07-22 08:43:06 +00:00
36d32a3cde Another typo fix. Lesson learnt - Don't commit when you are sleepy !
svn path=/trunk/; revision=35812
2008-07-21 17:20:18 +00:00
46fd1c12d0 EPlugin : Python Loader : Add example sources to dist
svn path=/trunk/; revision=35807
2008-07-21 15:57:31 +00:00
f0ade74bd1 Templates EPlugin : Remove unused header files.
svn path=/trunk/; revision=35805
2008-07-21 15:13:56 +00:00
28a805375c Committing on behalf of Ashish Shrivastava <shashish@novell.com>
Added the missing glade file during previous commit

svn path=/trunk/; revision=35798
2008-07-21 04:22:52 +00:00
2f7cca9707 Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>
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
2008-07-21 04:10:09 +00:00
e84757b92e Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-07-16  Milan Crha  <mcrha@redhat.com>

       ** Fix for bug #543134

       * mail-notification.c: (get_cfg_widget), (do_properties),
       (popup_menu_status), (new_notify_status),
       (e_plugin_lib_get_configure_widget):
       Show popup menu when right-click over the status icon.


svn path=/trunk/; revision=35782
2008-07-20 19:19:03 +00:00
5948c36901 ** Fixes Bug #200147
2008-07-18  Bharath Acharya  <abharath@novell.com>

        ** Fixes Bug #200147

        Basic functionality implemented by Diego Escalante Urrelo 
        <diegoe@gnome.org> Everyone owes him a big mug of Beer for that.

        ** Added Templates plugin
        * Makefile.am:
        * apps-evolution-template-placeholders.schemas.in:
        * org-gnome-templates.eplug.xml:
        * templates.c: 
        * templates.glade:


svn path=/trunk/; revision=35780
2008-07-20 18:26:42 +00:00
474f15f557 ** Fix for bug #542149
2008-07-11  Bharath Acharya  <abharath@novell.com>

       ** Fix for bug #542149

       * exchange-folder-subscription.c: (subscribe_to_folder): Display an error message 
        to restart if user tries to subscribe to other's mailbox.
       * org-gnome-exchange-operations.error.xml: Added the corresponding error message.

svn path=/trunk/; revision=35779
2008-07-20 17:15:08 +00:00
b437b5ed8f Committing on behalf of Ashish Shrivastava <shashish@novell.com>
2008-06-25  Ashish Shrivastava  <shashish@novell.com>
        * email-custom-header.glade:  Marked strings for
        translation.
        remove "window1" string from translation.

2008-06-24  Ashish Shrivastava  <shashish@novell.com>

        * email-custom-header.c: (e_plugin_lib_get_configure_widget),
        (org_gnome_email_custom_header_config_option):
        Added Support for configuring gconf values.
        * email-custom-header.glade: 
        Configure email-custom-header plugin within the plugin-manager.
        * org-gnome-email-custom-header.eplug.xml: Add hook class
        for Configure tab.
        * Makefile.am: Add new file.(email-custom-header.glade).

svn path=/trunk/; revision=35774
2008-07-20 16:03:43 +00:00
68d73b10b2 Added some FIXME's for code cleanup.
2008-07-17  Chenthill Palanisamy  <pchenthill@novell.com>

        * itip-formatter.c: (view_response_cb): Added some 
        FIXME's for code cleanup.                                               


svn path=/trunk/; revision=35749
2008-07-17 07:20:16 +00:00
40085e0436 Pushing changes from the madagascar branch related to the on-disk
summary work.


svn path=/trunk/; revision=35747
2008-07-16 11:41:04 +00:00
4806725c63 ** Fix for bug #540400
2008-07-03  Roger Zauner  <roger@eskimo.com>

	** Fix for bug #540400

	* backup.c: (backup): Make Evolution Backup follow symbolic links.


svn path=/trunk/; revision=35718
2008-07-03 10:28:26 +00:00
51b273e5b3 ** Fix for bug #540274
2008-07-01  Milan Crha <mcrha@redhat.com>

	** Fix for bug #540274

	* Makefile.am: Link with libraries we require now.
	* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
	* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
	After restore walk through all account, addressbook, calendar, task
	and memo sources and fix the base uri if required. (One should be able
	to import also into different user than one where the backup was done.)


svn path=/trunk/; revision=35710
2008-07-01 10:31:48 +00:00
49f22ddf6e Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #536488 (Remove the .running file before backup and after restore).
svn path=/trunk/; revision=35704
2008-06-30 07:04:19 +00:00
316d02285c Patch from Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug #540516 (Fix for a vulnerability issue).
svn path=/trunk/; revision=35700
2008-06-30 03:47:34 +00:00
abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
3f7fbeb14a Multiple open dialogs is an usability issue and a potential HIG violation.
2008-06-20  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Multiple open dialogs is an usability issue
	and a potential HIG violation. 
	Thanks to Akhil for pointing out.



svn path=/trunk/; revision=35657
2008-06-20 10:45:46 +00:00
fff94b888b Check if cnc is valid before using it. Fixes a crash.
2008-06-20  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Check if cnc is valid before using it.
	Fixes a crash.



svn path=/trunk/; revision=35656
2008-06-20 10:37:08 +00:00
93117671d6 Use Evolution icon for the window.
2008-06-20  Milan Crha <mcrha@redhat.com>

	* backup.c: (main): Use Evolution icon for the window.


svn path=/trunk/; revision=35655
2008-06-20 09:53:51 +00:00