Commit Graph

77 Commits

Author SHA1 Message Date
45f799eb86 Make this place a bit more quiet
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
7bf9cee96b use e_utf8_strftime() in evolution-data-server/
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * itip-view.c: use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31119
2006-01-10 08:11:22 +00:00
ae743e85c9 changing "cancelled" (British English) to "canceled" (American English).
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* addressbook/gui/widgets/eab-gui-util.c:
	* calendar/calendar.error.xml:
	* calendar/gui/dialogs/task-details-page.glade:
	* calendar/gui/e-cal-component-preview.c:
	* calendar/gui/e-cal-model-tasks.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-itip-control.c:
	* calendar/gui/print.c:
	* mail/mail-ops.c:
	* mail/mail-send-recv.c:
	* mail/mail-session.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/itip-formatter/itip-view.c:
	changing "cancelled" (British English)
	to "canceled" (American English).
	Fixes bug 325334.

svn path=/trunk/; revision=31088
2006-01-06 15:08:39 +00:00
e963077328 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * itip-formatter.c:
        * itip-view.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31080
2006-01-06 07:02:31 +00:00
d9e4b6484b Check for static capability only if the ecal already exists. Fixes another
2006-01-02  Harish Krishnaswamy  <kharish@novell.com>

* itip-formatter.c: (source_selected_cb):
Check for static capability only if the ecal already exists.
Fixes another critical warning crasher.

svn path=/trunk/; revision=31029
2006-01-02 16:30:41 +00:00
13f3f8f3bc added a missing word. Fixes bug 325128.
2005-12-30  Andre Klapper <a9016009@gmx.de>

	* itip-formatter.c: added a missing word. Fixes bug 325128.

2005-12-30  Andre Klapper <a9016009@gmx.de>

	* itip-formatter.c, itip-view.c: Marked missing strings translatable.
	  Fixes bug 313554 in CVS HEAD.

svn path=/trunk/; revision=30990
2005-12-31 14:22:03 +00:00
931f47dd11 added a missing word. Fixes bug 325128.
2005-12-30  Andre Klapper <a9016009@gmx.de>
	* itip-formatter.c: added a missing word. Fixes bug 325128.

svn path=/trunk/; revision=30971
2005-12-30 03:13:52 +00:00
ec949e4e4c Marked missing strings translatable. Fixes bug 313554 in CVS HEAD.
2005-12-30  Andre Klapper <a9016009@gmx.de>
	* itip-formatter.c, itip-view.c: Marked missing strings translatable.
	  Fixes bug 313554 in CVS HEAD.

svn path=/trunk/; revision=30968
2005-12-30 00:09:52 +00:00
2d13235473 Use g_ascii_strcasecmp() instead of g_strcasecmp().
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* itip-formatter.c: Use g_ascii_strcasecmp() instead of
	g_strcasecmp().

svn path=/trunk/; revision=30845
2005-12-17 18:46:17 +00:00
ecb7ce23c8 Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway.
2005-11-24  Tor Lillqvist  <tml@novell.com>

        * itip-view.c: Drop extra inclusion of e-util/e-time-utils.h,
        which is going away anyway.

svn path=/trunk/; revision=30658
2005-11-24 14:28:38 +00:00
72f5f07037 Fixes #308752.
svn path=/trunk/; revision=30574
2005-11-07 08:56:21 +00:00
a9cbbe0513 Fixes #315345
svn path=/trunk/; revision=30357
2005-09-19 07:00:43 +00:00
5994fe010e Fixes #313534 Moved the code to display recur check box to cal_opened_cb.
2005-08-29  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #313534
	* itip-formatter.c: (cal_opened_cb), (find_cal_opened_cb):
	Moved the code to display recur check box to cal_opened_cb.

svn path=/trunk/; revision=30280
2005-08-29 04:19:42 +00:00
42373bdc6b add missing headers.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * itip-view.c: add missing headers.

svn path=/trunk/; revision=30225
2005-08-24 03:13:11 +00:00
e35c103d01 fixes a memory leak.
svn path=/trunk/; revision=30177
2005-08-21 16:27:56 +00:00
6b59973a54 Put back in warning messages about calendar not being opened.
2005-08-20  Carsten Guenther <carsten.guenther@scalix.com>

        * itip-formatter.c: (cal_opened_cb, final_cal_opened_cb):
        Put back in warning messages about calendar not being opened.

svn path=/trunk/; revision=30172
2005-08-21 01:46:18 +00:00
3f742a182f NULL-terminate calls to e_error_run; fixed typos in if-statement; some
2005-08-18  Carsten Guenther <carsten.guenther@scalix.com>

        * itip-formatter.c: (update_attendee_status): NULL-terminate
        calls to e_error_run; fixed typos in if-statement; some code
        cleanup.
        (cal_opened_cb, final_cal_opened_cb): Removed unnecessary
        message about not being able to open the calendar.

svn path=/trunk/; revision=30158
2005-08-18 17:06:00 +00:00
2740e3d13d Fixes #305627.
svn path=/trunk/; revision=30098
2005-08-12 14:25:20 +00:00
264f8357d3 Fixes #307841
svn path=/trunk/; revision=30041
2005-08-08 20:34:22 +00:00
c4cac6d1f2 applied patch submitted by <tommi.komulainen@iki.fi> do not send "cid:" to
2005-07-27  Vivek Jain  <jvivek@novell.com>

	* itip-formatter.c : (update_item)
	applied patch submitted by <tommi.komulainen@iki.fi>
	do not send "cid:" to get the part.
	check part for NULL before using it.
	(message_foreach_part): do nothing if part is NULL
	saves crash.
	**Fixes #272632

svn path=/trunk/; revision=29908
2005-07-28 04:45:56 +00:00
728af30909 Fixed a memory leak and a crash when start date does is not present.
2005-07-20  Chenthill Palanisamy  <pchenthill@novell.com>

* itip-formatter.c: (format_itip_object): Fixed a memory
leak and a crash when start date does is not present.

svn path=/trunk/; revision=29820
2005-07-20 15:40:54 +00:00
1b4c1bbb43 Set the reccurrence id for the reccurring appointment. Set the MOD-TYPE
property only while accepting all instances.

svn path=/trunk/; revision=29802
2005-07-19 14:29:54 +00:00
45057ab2e5 Support for groupwise recurrences.
svn path=/trunk/; revision=29704
2005-07-11 02:48:18 +00:00
1e47292c45 Use NO_UNDEFINED. Link with more libraries.
2005-06-27  Tor Lillqvist  <tml@novell.com>

	* */Makefile.am: Use NO_UNDEFINED. Link with more libraries.

svn path=/trunk/; revision=29593
2005-06-27 00:55:24 +00:00
989ab1d5c8 Added support for delegation in personal calendar
svn path=/trunk/; revision=29553
2005-06-20 17:27:52 +00:00
087a3e6532 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29538
2005-06-18 11:39:20 +00:00
3e68ed9f53 error file moves/e-error.h moves
svn path=/trunk/; revision=29370
2005-05-16 06:21:48 +00:00
0f8a15dc42 setup cleanfiles & fix extra_dist
2005-05-11  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: setup cleanfiles & fix extra_dist

svn path=/trunk/; revision=29323
2005-05-11 08:17:21 +00:00
b9269bd098 fix names so that intltool will parse as xml
remove use of e-error-tool
	tag xml for translations where appropriate

svn path=/trunk/; revision=29304
2005-05-06 09:24:13 +00:00
8d4a49fe28 Fixes #74265 In time_days_in_month the months are indexed from 0, so
2005-04-08  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #74265
	* itip-view.c (format_date_and_time_x): In time_days_in_month
	the  months are indexed from 0, so subtract one from the month
	argument and send it.

svn path=/trunk/; revision=29189
2005-04-08 10:20:02 +00:00
2ccc37f3d2 Fixes #74291
2005-04-07  JP Rosevear  <jpr@novell.com>

	Fixes #74291

	* itip-view.c (itip_view_init): remove comment to re-enable
	description display

svn path=/trunk/; revision=29179
2005-04-07 17:04:39 +00:00
582853c42b Fixes #73844
2005-03-31  JP Rosevear  <jpr@novell.com>

 	Fixes #73844

 	* itip-formatter.c (extract_itip_data): make sure we check the
 	kind of the correct item

svn path=/trunk/; revision=29133
2005-03-31 18:03:16 +00:00
3e49596db5 add a11y name to Conflict Search Table Fixes #73914
2005-03-30  Li Yuan  <li.yuan@sun.com>

	* itip-formatter.c: (itip_formatter_page_factory):
	add a11y name to Conflict Search Table
	Fixes #73914

svn path=/trunk/; revision=29125
2005-03-30 07:58:21 +00:00
e70be54943 set the type appropriately so that assigned tasks can be handled
2005-03-11  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (extract_itip_data): set the type appropriately
	so that assigned tasks can be handled

svn path=/trunk/; revision=29025
2005-03-15 15:57:10 +00:00
7513daf020 clean up author/descriptions for various plugins.
2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

	* clean up author/descriptions for various plugins.

svn path=/trunk/; revision=28889
2005-02-25 15:54:25 +00:00
19998024be specify id for config page
2005-02-07  JP Rosevear  <jpr@novell.com>

        * org-gnome-itip-formatter.eplug.in: specify id for config page

svn path=/trunk/; revision=28732
2005-02-07 07:13:53 +00:00
1582f7e652 Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox
2005-03-03  Rodney Dawes  <dobey@novell.com>

	* itip-view.c (itip_view_init): Set the spacing for ourself to 12
	to be HIG compliant as we are a GtkHBox derivative
	Align the icon at 0.5 in the X direction to be HIG compliant
	Set the spacing between table rows/columns to be HIG compliant
	Fix the spacing/padding for all the boxes and packing calls to be
	HIG compliant

	Fixes #41235

svn path=/trunk/; revision=28693
2005-02-03 16:53:35 +00:00
0f51e447db reviewed by Harish Krishnaswamy <kharish@novell.com>
2005-02-02  Chenthill Palanisamy  <pchenthill@novell.com>

	reviewed by Harish Krishnaswamy <kharish@novell.com>

	Fixes #71460
	* itip-formatter.c: (view_response_cb): If the my_address
	is not set. Set it from the backend.

svn path=/trunk/; revision=28675
2005-02-02 09:08:14 +00:00
7d76d9858a make tomorrow and this week strings work properly
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-view.c (format_date_and_time_x): make tomorrow and this
	week strings work properly

svn path=/trunk/; revision=28591
2005-01-28 04:30:30 +00:00
4fca3e656f remove debug test
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (find_cal_opened_cb): remove debug test

svn path=/trunk/; revision=28590
2005-01-28 02:02:41 +00:00
da4bb89f31 add some debugging spew
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c: add some debugging spew

svn path=/trunk/; revision=28584
2005-01-27 18:10:03 +00:00
851a0d55d3 add some debugging spew
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c: add some debugging spew

svn path=/trunk/; revision=28583
2005-01-27 18:01:55 +00:00
8371bae83c deal with the itip message having an individual instance.
2005-01-27  Rodrigo Moya <rodrigo@novell.com>

	* itip-formatter.c (update_attendee_status): deal with the itip
	message having an individual instance.

svn path=/trunk/; revision=28580
2005-01-27 13:25:09 +00:00
1ea95238a9 Fixes #71485
2005-01-26  JP Rosevear  <jpr@novell.com>

	Fixes #71485

	* itip-formatter.c (update_attendee_status): fix message paste-o

	* itip-view.c (format_date_and_time_x): improve translator
	comments

svn path=/trunk/; revision=28569
2005-01-27 04:37:49 +00:00
d997701441 actually destroy the client hashes so the signals get cleaned up
2005-01-25  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (pitip_free): actually destroy the client
	hashes so the signals get cleaned up
	(format_itip): create a proper unique classid for the pobject

svn path=/trunk/; revision=28558
2005-01-26 04:52:12 +00:00
439bcf6a86 use camel_data_wrapper_decode_to_stream instead of
2005-01-14  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (extract_itip_data): use
	camel_data_wrapper_decode_to_stream instead of
	camel_data_wrapper_write_to_stream

svn path=/trunk/; revision=28404
2005-01-14 15:40:29 +00:00
2995dc7ab7 handle UTC dtstart/dtend properly
2005-01-14  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (format_itip_object): handle UTC dtstart/dtend
	properly

svn path=/trunk/; revision=28401
2005-01-14 15:09:11 +00:00
bb94c723d1 Fixes #29985
2005-01-11  JP Rosevear  <jpr@novell.com>

	Fixes #29985

	* itip-formatter.c (view_response_cb): set the message flags to
	answered if we send successfully

svn path=/trunk/; revision=28361
2005-01-12 02:01:55 +00:00
f66d06bd89 Fixed a compiler warning.
* itip-formatter.c (update_item): Fixed a compiler warning.

svn path=/trunk/; revision=28347
2005-01-11 04:19:45 +00:00
bab92a55dc set to the new items, duh
2005-01-10  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (update_item): set to the new items, duh

svn path=/trunk/; revision=28338
2005-01-10 22:00:37 +00:00