Commit Graph

1079 Commits

Author SHA1 Message Date
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
8b47322170 Ask the user if he really wants to retract mails. Re-arrange the menus a
2008-06-19  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Ask the user if he really wants to retract mails.
	Re-arrange the menus a little for grouping related things.



svn path=/trunk/; revision=35653
2008-06-19 10:35:28 +00:00
3fb43a1315 ** Fix for bug #478469
2008-06-19  Milan Crha <mcrha@redhat.com>

	** Fix for bug #478469

	* backup.c: (main):
	Changed the progress dialog to be more HIG compliant.


svn path=/trunk/; revision=35652
2008-06-19 09:59:35 +00:00
b8c155683a ** Fixes bug #530069
2008-06-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #530069

	* plugins/plugin-manager/plugin-manager.c:
	Don't show the configuration tab unless the selected plugin
	actually has configuration options (excluding options that get
	crammed into the Preferences dialog).


svn path=/trunk/; revision=35651
2008-06-18 20:54:38 +00:00
a908563be0 ** Fix for bug #318089
2008-06-18  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #318089

	* mail-to-task.c: (convert_to_task): Ask for destination source only
	when have more than one writable source defined.


svn path=/trunk/; revision=35646
2008-06-18 16:01:10 +00:00
f999857658 plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.
svn path=/trunk/; revision=35643
2008-06-16 12:09:08 +00:00
06dcaa9275 ** Fix for bug #273627
2008-06-16  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #273627

	* exchange-account-setup.c: (owa_authenticate_user),
	(update_mailbox_param_in_url), (mailbox_editor_entry_changed),
	(org_gnome_exchange_owa_url): New entry to enter mailbox name in case
	it differs from the username. The entry is updated after a validation
	and shows the mailbox name as was used for validation.

Note: Be sure you've eds revision 8986 or better, otherwise this will not work.

svn path=/trunk/; revision=35642
2008-06-16 11:40:08 +00:00
49db161be9 A simple example python plugin - just hook onto events.
svn path=/trunk/; revision=35627
2008-06-11 21:22:15 +00:00
a8288ede30 EPlugin : Initial commit for python support for eplugins.
svn path=/trunk/; revision=35626
2008-06-11 16:25:48 +00:00
eddb3f403b Attachment Reminder : Fixes Bug #208943. Add attachment button added.
svn path=/trunk/; revision=35613
2008-06-09 09:23:00 +00:00
24debf9d7e Fix build breakage. Apparently <gtk/gtk.h> only recently started
pulling in <gio/gio.h>.  We still need to include gio.h explicitly
for a little while longer.

svn path=/trunk/; revision=35607
2008-06-06 19:23:47 +00:00
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
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
2008-06-06 15:12:53 +00:00
77a5d97f70 Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will
2008-06-05  Matthew Barnes  <mbarnes@redhat.com>

	* mail/message-tag-followup.c:
	Never undefine DISABLE_DEPRECATED macros in source code.
	Yes, it will break the build if it's defined.  That's the point!


svn path=/trunk/; revision=35600
2008-06-06 01:50:42 +00:00
c1b28e2e05 Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.
2008-06-04  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/exchange-operations/exchange-delegates-user.c:
	Don't undef DISABLE_DEPRECATED macros in source code.
	That's just evil.


svn path=/trunk/; revision=35593
2008-06-04 10:37:22 +00:00
7bef9f5b1b Distribute the Glade file.
2008-06-02  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/email-custom-header/Makefile.am:
	Distribute the Glade file.


svn path=/trunk/; revision=35578
2008-06-02 12:33:08 +00:00
edc197b0c7 Committing on behalf of Ashish Shrivastava <shashish@novell.com>
2008-06-02  Ashish Shrivastava  <shashish@novell.com>

        ** Fixes bug #536183

         * email-custom-header.c:
         * org-gnome-email-custom-header.glade: Change email custom 
         header's dialog to non-modal. Remove un-used tab from dialog

svn path=/trunk/; revision=35577
2008-06-02 11:17:52 +00:00
a1592d02b0 Committing on behalf of Jacob Brown <jeblinux@gmail.com>
2008-06-02  Jacob Brown  <jeblinux@gmail.com>

        ** Fix for bug #529464

svn path=/trunk/; revision=35575
2008-06-02 06:01:57 +00:00
851c7fac43 Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-05-29  Milan Crha  <mcrha@redhat.com>

       ** Fix for bug #535459


svn path=/trunk/; revision=35566
2008-06-02 04:24:36 +00:00