Commit Graph

29519 Commits

Author SHA1 Message Date
a87ba97607 #541121: itip-formatter: don't allow sending a response to meeting
invitation replies

svn path=/trunk/; revision=36747
2008-11-06 20:23:15 +00:00
51ef73bbc5 ** Fix for bug #557726
2008-11-06  Bharath Acharya  <abharath@novell.com>

        ** Fix for bug #557726

        * google-contacts-source.c: (destroy_ui_data),
        (plugin_google_contacts): Destroy the widgets created by this group.

svn path=/trunk/; revision=36745
2008-11-06 08:39:33 +00:00
3849f9da5a ** Fixes part of bug #559371
2008-11-05  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #559371

	* composer/e-msg-composer.c (e_load_spell_languages):
	New function loads a list of GtkhtmlSpellLanguage structs from
	GConf, taking care of details like converting language codes to
	structs and ensuring the returned list is non-empty.

	* composer/e-msg-composer.c (e_save_spell_languages):
	New function saves a list of GtkhtmlSpellLanguage structs to
	GConf, taking care of details like converting the structs to
	language codes.

	* composer/e-msg-composer.c (msg_composer_constructor):
	* mail/em-composer-prefs.c (spell_language_save), (spell_setup):
	Simplify the logic by using e_load_spell_languages() and
	e_save_spell_languages().


svn path=/trunk/; revision=36743
2008-11-05 16:16:13 +00:00
7007a0191d ** Fixes bug #554450
2008-11-04  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #554450

	* composer/e-msg-composer.c (msg_composer_init):
	Get drag-and-drop to the attachment bar working again, but see
	my note in the source code.  I'm still not sure why it broke.


svn path=/trunk/; revision=36741
2008-11-04 20:57:35 +00:00
90d4156ad0 ** Fix for bug #558354
2008-11-04  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #558354

	* gui/alarm-notify/alarm-notify.glade:
	* gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult):
	* gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify),
	(dismiss_pressed_cb), (notified_alarms_dialog_new):
	* gui/alarm-notify/alarm-queue.c: (notify_dialog_cb):
	Changed "Close" button to "Dismiss All" and added a "Dismiss" button
	to the alarm notification dialog to be able to dismiss only some of
	the alarms shown in the dialog.


svn path=/trunk/; revision=36740
2008-11-04 15:39:10 +00:00
2460ca1d16 ** Fix for bug #386036
2008-11-04  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #386036

	* vfoldertypes.xml:
	* filtertypes.xml: Added new option "Sender or Recipients" which
	filters on From/To/Cc/Bcc headers.


svn path=/trunk/; revision=36739
2008-11-04 14:15:53 +00:00
4e7597a4a2 Fix compiler warnings.
2008-11-04  Matthew Barnes  <mbarnes@redhat.com>

	* calendar/gui/calendar-commands.c:
	* calendar/gui/calendar-component.h:
	* calendar/gui/gnome-cal.c:
	* e-util/e-non-intrusive-error-dialog.c:
	* e-util/e-non-intrusive-error-dialog.h:
	Fix compiler warnings.


svn path=/trunk/; revision=36738
2008-11-04 13:27:22 +00:00
94cfee90c4 Fix proxy login dialog missing artwork issue
svn path=/trunk/; revision=36736
2008-11-04 10:00:38 +00:00
51aea6d98e Missed commiting these files in the previous commit.
2008-11-04  Akhil Laddha  <lakhil@novell.com>              

        * e-non-intrusive-error-dialog.c (eni_query_tooltip_cb),
        (eni_render_pixbuf), (eni_render_date), (eni_append_logs),
        (eni_config_get_error_level), (eni_config_get_error_timeout),
        (eni_error_timeout_changed), (eni_error_level_value_changed),
        (eni_show_logger):
        * e-non-intrusive-error-dialog.h:
        Missed commiting these files in the previous commit. 


svn path=/trunk/; revision=36735
2008-11-04 04:44:03 +00:00
212bf0b90f Evolution 2.25.1 release and version bump
2008-11-03  Srinivasa Ragavan  <sragavan@novell.com>

	* configure.in, NEWS: Evolution 2.25.1 release and version bump



svn path=/trunk/; revision=36733
2008-11-04 02:51:02 +00:00
2babec4d89 Added addressbook/gui/component/autocompletion-config.c
2008-11-03  Srinivasa Ragavan  <sragavan@novell.com>

	* POTFILES.in: Added addressbook/gui/component/autocompletion-config.c



svn path=/trunk/; revision=36732
2008-11-04 02:49:56 +00:00
bcf426b30b Update Ukrainian translation.
2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com>

	* Update Ukrainian translation.

svn path=/trunk/; revision=36730
2008-11-03 22:53:35 +00:00
ccfa75064a License Change from GPL to LGPL
svn path=/trunk/; revision=36728
2008-11-03 15:49:29 +00:00
26fe8fb76e ** Fix for bug #559086
2008-11-03  Ashish Shrivastava  <shashish@novell.com>

        ** Fix for bug #559086
 
        * Most of the calendar errors are now non-intrusive

        * calendar.error.xml: Added a new error message for
         non-intrusive backend_died.
        * apps_evolution_calendar.schemas.in:
        * calendar-commands.c: Added new verb for help debug message
          (help_debug):
        * gnome-cal.c: Support for non-intrusive error.
          (client_cal_opened_cb), Define fash table and accessing
          errors:
        * e-calendar-view.c: (error_response):
          (e_calendar_utils_show_error_silent),
          (e_calendar_utils_show_info_silent):
        * e-calendar-view.h:
        * calendar-component.c: Added EActivityHandler and ELogger:
         (calendar_component_peek_activity_handler),
         (calendar_component_show_logger):
        * calendar-component.h:


svn path=/trunk/; revision=36727
2008-11-03 12:10:48 +00:00
c495bcad90 ** Fixes bug #559041
2008-11-03  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #559041

	* widgets/text/e-text.c (e_text_class_init):
	Add translator comment for "im_context" property.


svn path=/trunk/; revision=36725
2008-11-03 05:12:29 +00:00
c9477380c4 ** Fixes bug #559040
2008-11-03  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #559040

	* ui/evolution-addressbook.xml:
	* ui/evolution-mail-global.xml:
	* ui/evolution-mail-list.xml:
	No period at the end of tooltips, and use sentence case.


svn path=/trunk/; revision=36724
2008-11-03 05:05:43 +00:00
9109e4a78c ** Fixes bug #559042
2008-11-02  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #559042

	* calendar/gui/e-itip-control.c (write_recurrence_piece):
	* mail/mail-config.glade:
	Remove extra spaces in translated strings.


svn path=/trunk/; revision=36722
2008-11-03 04:58:12 +00:00
2f84127ab6 ** Fixes bug #559028
2008-11-02  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #559028

	* composer/e-msg-composer.c (msg_composer_key_press_event):
	Skip over the style toolbar when tabbing in reverse.


svn path=/trunk/; revision=36720
2008-11-03 04:14:33 +00:00
baed5dec32 Merged Brazilian Portuguese translation from branch gnome-2-24. Fixes
2008-11-03  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

	* pt_BR.po: Merged Brazilian Portuguese translation from branch
	gnome-2-24. Fixes capitalization, verb tense in descriptions, some
	terminology errors, double spaces and random errors. Improves 
	access keys.

svn path=/trunk/; revision=36719
2008-11-03 03:19:33 +00:00
4052f5078c ** Fixes bug #557613
2008-11-02  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #557613

	* mail/em-utils.c (try_open_e_book):
	Wait for try_open_e_book_cb() to run before freeing the EFlag.
	It will run regardless of whether the EBook operation completes.


svn path=/trunk/; revision=36715
2008-11-02 18:21:05 +00:00
71b380658b Remove this unused internal function.
2008-11-02  Matthew Barnes  <mbarnes@redhat.com>

	* e-util.c (do_format_number_as_float):
	Remove this unused internal function.


svn path=/trunk/; revision=36713
2008-11-02 14:16:17 +00:00
bfdb40c459 Translation updated.
2008-11-02  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.

svn path=/trunk/; revision=36711
2008-11-02 11:26:44 +00:00
ec1f102019 ** Fixes bug #558726 (patch by Frederic van Starbmann)
2008-10-31  Matthew Barnes  <mbarnes@redhat.com>

        ** Fixes bug #558726 (patch by Frederic van Starbmann)

        * mail/em-format-html.c (emfh_multipart_related_check):
        * plugins/mail-to-task/mail-to-task.c (do_mail_to_task):
        * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled):
        Fix several potential format string crashes.


svn path=/trunk/; revision=36709
2008-10-31 21:04:30 +00:00
e4d1b44037 Fix a crash when selecting "Forward as iCalendar".
2008-10-31  Matthew Barnes  <mbarnes@redhat.com>

	* calendar/gui/itip-utils.c (itip_send_comp):
	Fix a crash when selecting "Forward as iCalendar".


svn path=/trunk/; revision=36708
2008-10-31 16:59:41 +00:00
4db72d173b Disable delete and rename on
right click menu for the system folders

svn path=/trunk/; revision=36703
2008-10-31 11:00:57 +00:00
585ed6226b Only include the toplevel GTK+ header.
2008-10-30  Matthew Barnes  <mbarnes@redhat.com>

	* addressbook/gui/contact-editor/test-editor.c:
	* addressbook/gui/widgets/e-minicard-label.c:
	* addressbook/gui/widgets/e-minicard-view-widget.c:
	* addressbook/gui/widgets/test-reflow.c:
	* calendar/gui/control-factory.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-week-view-event-item.c:
	* calendar/gui/weekday-picker.c:
	* e-util/e-icon-factory.c:
	* shell/importer/evolution-importer-client.h:
	* shell/importer/intelligent.c:
	* shell/test/evolution-test-component.c:
	* widgets/menus/gal-view-menus.c:
	* widgets/misc/e-activity-handler.c:
	* widgets/table/e-table-config-field.h:
	Only include the toplevel GTK+ header.


svn path=/trunk/; revision=36699
2008-10-30 16:52:23 +00:00
f33c792100 Updated Danish translation
svn path=/trunk/; revision=36698
2008-10-30 00:27:48 +00:00
df55bc8beb License Changes
svn path=/trunk/; revision=36693
2008-10-29 10:44:21 +00:00
77f230ef27 Updated Spanish translation
svn path=/trunk/; revision=36687
2008-10-26 20:44:55 +00:00
beb5119588 Translation updated by Ivar Smolin
2008-10-25  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=36686
2008-10-25 08:23:12 +00:00
595670e23d Translation updated by Ivar Smolin
2008-10-24  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=36682
2008-10-24 09:34:37 +00:00
f4d3842ece sv.po: Updated Swedish translation
svn path=/trunk/; revision=36681
2008-10-24 06:54:31 +00:00
e877910204 Added Asturian translation on behalf of Mikel González
svn path=/trunk/; revision=36678
2008-10-23 14:00:14 +00:00
c7eb008d15 ** Fixes bug #557563
2008-10-23  Philipp Kerling  <k.philipp@gmail.com>

	** Fixes bug #557563

	* de.po: Updated German translation (patch by Ronny Standke).

svn path=/trunk/; revision=36677
2008-10-23 11:23:29 +00:00
617fe5b576 Just some minor code polishing.
2008-10-22  Matthew Barnes  <mbarnes@redhat.com>

	* mail-send-recv.c:
	* mail-send-recv.h:
	Just some minor code polishing.


svn path=/trunk/; revision=36676
2008-10-22 16:05:42 +00:00
3b5d0b114c ** Fixes bug #549025
2008-10-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #549025

	* configure.in:
	Restrict libmono linkage to the mono plugin, so that downstream
	packagers can isolate the mono dependency to a subpackage.
	Add configuration summary lines indicating whether the Mono and
	Python bindings are enabled.

	* plugins/mono/Makefile.am:
	Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly.  The mono plugin
	is the only module that should be linking against libmono.


svn path=/trunk/; revision=36675
2008-10-22 12:59:17 +00:00
e3230aaa65 Re-factor spinner usage
svn path=/trunk/; revision=36671
2008-10-21 09:54:26 +00:00
0031f7a894 ** Fixes bug #555958 (patch by Anis Elleuch)
2008-10-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #555958 (patch by Anis Elleuch)

	* calendar/gui/dialogs/comp-editor.c (comp_editor_init):
	Add the UI manager's accelerator group to the editor window
	so that menu shortcut keys work.


svn path=/trunk/; revision=36667
2008-10-20 15:56:38 +00:00
0ec5adff54 Patch from Patrick Ohly <Patrick.Ohly@gmx.de>: Fix for a build break while compiling out-of-tree.
svn path=/trunk/; revision=36663
2008-10-20 05:03:16 +00:00
e21c5fe007 Milan Crha <mcrha@redhat.com> ** Fix for bug #553715 (Set end time for the event properly, not same as start time).
svn path=/trunk/; revision=36661
2008-10-20 04:57:01 +00:00
dff84c06b0 Milan Crha <mcrha@redhat.com> ** Fix for bug #528816 (Disable vCalendar importer when we can parse proper iCalendar from the given file).
svn path=/trunk/; revision=36659
2008-10-20 04:21:19 +00:00
028310948a ** Revert the patch committed in rev 36458
2008-10-20  Akhil Laddha  <lakhil@novell.com>

       ** Revert the patch committed in rev 36458

       * Patch from Bug 552583


svn path=/trunk/; revision=36656
2008-10-20 04:06:01 +00:00
34fc37b5d9 Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow from current time, not from the date to convert).
svn path=/trunk/; revision=36655
2008-10-20 03:51:11 +00:00
3acdc755d6 ** Fix for bug #438155
2008-10-19  Milan Crha  <mcrha@redhat.com>

        ** Fix for bug #438155

         * message-list.h: (struct _MessageList): message-list.c: (message_list_init),
         (message_list_finalise), (regen_list_done), (regen_list_free), (ml_regen_timeout),
         (mail_regen_cancel): Guard access to the 'regen' list with a lock.

svn path=/trunk/; revision=36652
2008-10-19 17:08:50 +00:00
8b854f7f94 Updated Thai translation.
2008-10-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.


svn path=/trunk/; revision=36648
2008-10-19 02:41:35 +00:00
8cfaa650b1 Don't mix declarations and statements.
2008-10-17  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/groupwise-features/send-options.c (org_gnome_send-options):
	Don't mix declarations and statements.


svn path=/trunk/; revision=36646
2008-10-17 21:36:50 +00:00
8ce51924b5 Updated Slovak translation.
2008-10-17  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.

svn path=/trunk/; revision=36643
2008-10-17 20:02:28 +00:00
d636d0ead7 License changes.
svn path=/trunk/; revision=36641
2008-10-17 16:46:27 +00:00
c3bdf84d23 Updated Spanish translation
svn path=/trunk/; revision=36640
2008-10-17 15:13:17 +00:00
35718d17f3 ** Fix for bug #555276
2008-10-17  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #555276

	* mail/mail-vfolder.c: Don't load a vfolder as a sub folder.



svn path=/trunk/; revision=36639
2008-10-17 09:48:54 +00:00