aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
* removed a duplicated exclamation mark. Fixes bug 325123.Andre Klapper2005-12-301-1/+1
| | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * icalendar-importer.c: removed a duplicated exclamation mark. Fixes bug 325123. svn path=/trunk/; revision=30979
* harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-301-4/+4
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976
* changing "canceled" to "cancelled" to stay consistant to the rest. FixesAndre Klapper2005-12-301-1/+1
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. svn path=/trunk/; revision=30974
* Fix a build breaker. g_filename_to_uri takes 3 arguments.Harish Krishnaswamy2005-12-232-1/+7
| | | | | | | | | | 2005-12-23 Harish Krishnaswamy <kharish@novell.com> * conduits/calendar/calendar-conduit.c (calconduit_load_configuration): Fix a build breaker. g_filename_to_uri takes 3 arguments. svn path=/trunk/; revision=30942
* added translator comments for 'RSVP', partial fix for bug 261071Andre Klapper2005-12-222-0/+2
| | | | | | | | 2005-12-22 Andre Klapper <a9016009@gmx.de> * gui/e-itip-control.c, gui/e-meeting-list-view.c: added translator comments for 'RSVP', partial fix for bug 261071 svn path=/trunk/; revision=30931
* fixes #306150Chenthill Palanisamy2005-12-212-1/+7
| | | | svn path=/trunk/; revision=30922
* Changed the code in options and autopick call back in e-meeting-time-sel.cChenthill Palanisamy2005-12-212-12/+21
| | | | | | | so that the menus drop at appropriate positions as suggested in the report of the bug #248133 svn path=/trunk/; revision=30918
* committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-214-36/+51
| | | | | | | | | | | | | | ChangeLog addressbook/ChangeLog addressbook/gui/component/addressbook-component.c calendar/ChangeLog calendar/gui/calendar-component.c calendar/gui/memos-component.c calendar/gui/tasks-component.c mail/ChangeLog mail/Evolution-Mail.idl mail/mail-component.c shell/ChangeLog shell/Evolution-Component.idl shell/Evolution-Shell.idl shell/Evolution.idl shell/Makefile.am shell/e-shell-window.c shell/e-shell-window.h shell/e-shell.c svn path=/trunk/; revision=30915
* Fixes #323984 Invoke task_page_set_show_timezone() to check whether toSam Yang2005-12-212-16/+13
| | | | | | | | | | | | | | 2005-12-21 Sam Yang <sam.yang@sun.com> Fixes #323984 * gui/dialogs/task-page.c: (task_page_fill_widgets): Invoke task_page_set_show_timezone() to check whether to show timezone widgets on task page. Just like what we did in init_widgets(). (init_widgets): Since we have called task_page_set_show_timezone() before, remove its duplicate code. Invoke task_page_set_show_categories() directly other than copy its code here. svn path=/trunk/; revision=30910
* fixes #324525Chenthill Palanisamy2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30905
* Adding punctation to some error messages. Fixes bug 313144.Andre Klapper2005-12-201-8/+8
| | | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: Adding punctation to some error messages. Fixes bug 313144. svn path=/trunk/; revision=30898
* fixing string bug 308851Andre Klapper2005-12-201-4/+4
| | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recur-comp.c: fixing string bug 308851 svn path=/trunk/; revision=30897
* Fixes #323125, #323126Veerapuram Varadhan2005-12-203-10/+20
| | | | | | | | | | | | | * gui/cal-search-bar.c: Re-order the search-bar menu items and make "Summary contains", which is what most people use to search for an item (be it a calendar/task/memo), as default. (cal_search_bar_construct): Do not set "Category is" as default option in search-bar menu. * gui/cal-search-bar.h: Re-order the bit-values in accordance to re-ordered search-bar menu items. svn path=/trunk/; revision=30896
* applied an approved patch for fixing #323955. Also correct the date of ↵Chenthill Palanisamy2005-12-202-21/+16
| | | | | | previous commit. svn path=/trunk/; revision=30893
* fixes #324196.Chenthill Palanisamy2005-12-202-17/+26
| | | | svn path=/trunk/; revision=30889
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-1915-2105/+1322
| | | | svn path=/trunk/; revision=30876
* Fixes #324195Chenthill Palanisamy2005-12-192-0/+15
| | | | svn path=/trunk/; revision=30872
* Use GLib to construct filenames from URIs and vice versa.Tor Lillqvist2005-12-182-3/+6
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-preview.c: Use GLib to construct filenames from URIs and vice versa. svn path=/trunk/; revision=30831
* Use g_build_filename(), g_filename_from_uri(), g_usleep().Tor Lillqvist2005-12-172-10/+47
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/icalendar-importer.c: Use g_build_filename(), g_filename_from_uri(), g_usleep(). svn path=/trunk/; revision=30818
* : Use gstdio wrappers. Use g_filename_from_uri()Tor Lillqvist2005-12-172-5/+16
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use g_filename_from_uri() svn path=/trunk/; revision=30817
* gui/dialogs/cal-attachment.h Remove unused files from CVS.Tor Lillqvist2005-12-173-740/+2
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment.h * gui/dialogs/cal-attachment.c: Remove unused files from CVS. svn path=/trunk/; revision=30816
* gui/dialogs/cal-attachment-bar.h Remove unused files from CVS.Tor Lillqvist2005-12-173-1201/+3
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment-bar.h * gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS. svn path=/trunk/; revision=30815
* When building against GTK+ 2.9.0 or later, and always on Win32, use theTor Lillqvist2005-12-172-3/+102
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/alarm-notify/alarm-queue.c: When building against GTK+ 2.9.0 or later, and always on Win32, use the GtkStatusIcon API instead of EggTrayIcon. svn path=/trunk/; revision=30814
* Use gstdio wrappers. Use GDir API instead of dirent. UseTor Lillqvist2005-12-172-31/+39
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/migration.c: Use gstdio wrappers. Use GDir API instead of dirent. Use g_filename_{to,from}_uri(). Open files in binary mode. Use e_xml_parse_file() instead of xmlParseFile(). svn path=/trunk/; revision=30813
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-memo-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30812
* Use e_util_utf8_strcasecmp() to do proper casefolded comparison ofTor Lillqvist2005-12-172-19/+21
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-meeting-store.c: Use e_util_utf8_strcasecmp() to do proper casefolded comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30811
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c: Use gstdio wrappers. svn path=/trunk/; revision=30810
* Use gstdio wrappers.Tor Lillqvist2005-12-172-2/+5
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30809
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30808
* Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8)Tor Lillqvist2005-12-172-5/+9
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-tasks.c: Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30807
* Use gstdio wrappers.Tor Lillqvist2005-12-172-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-list-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30806
* Combine my last two entries.Tor Lillqvist2005-12-171-5/+3
| | | | svn path=/trunk/; revision=30805
* Use g_filename_to_uri() to construct a file: URI.Tor Lillqvist2005-12-172-2/+7
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-memo-preview.c (write_html): Use g_filename_to_uri() to construct a file: URI. svn path=/trunk/; revision=30804
* Use GLib to construct filenames from URIs and back.Tor Lillqvist2005-12-172-3/+15
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * conduits/calendar/calendar-conduit.c: Use GLib to construct filenames from URIs and back. svn path=/trunk/; revision=30803
* ** Fixes bug #324094Srinivasa Ragavan2005-12-172-2/+11
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #324094 * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added comments to few strings for translation. svn path=/trunk/; revision=30798
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
* Committing the missed e-week-view.c in my prev commit, where i did justSrinivasa Ragavan2005-12-161-3/+3
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Committing the missed e-week-view.c in my prev commit, where i did just the ChangeLog svn path=/trunk/; revision=30787
* Fixed a possible crash with the tooltip impl in calendarSrinivasa Ragavan2005-12-161-0/+7
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Fixed a possible crash with the tooltip impl in calendar svn path=/trunk/; revision=30786
* Commited fix to remove markup from translation and added few notes toSrinivasa Ragavan2005-12-152-1/+16
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Commited fix to remove markup from translation and added few notes to translaters, on what will be displayed. svn path=/trunk/; revision=30783
* fixes #324058Chenthill Palanisamy2005-12-152-18/+13
| | | | svn path=/trunk/; revision=30782
* Corrected the commit dateChenthill Palanisamy2005-12-151-1/+1
| | | | svn path=/trunk/; revision=30780
* fixes #321739Chenthill Palanisamy2005-12-154-7/+159
| | | | svn path=/trunk/; revision=30779
* Added code to make the tooltips strings translatable. Also picked up theSrinivasa Ragavan2005-12-152-24/+15
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added code to make the tooltips strings translatable. Also picked up the color from the theme for the tooltip instead of hardcoded colors. svn path=/trunk/; revision=30778
* Committed Johnny's patch for adding the FOR time implementationSrinivasa Ragavan2005-12-143-16/+180
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committed Johnny's patch for adding the FOR time implementation svn path=/trunk/; revision=30776
* Committed Johnny Patch to fix bug #324060Srinivas Ragavan2005-12-142-2/+22
| | | | | | | | 2005-12-14 Srinivas Ragavan <sragavan@novell.com> * Committed Johnny Patch to fix bug #324060 svn path=/trunk/; revision=30773
* ** Refixes the bug #320210Srinivasa Ragavan2005-12-142-1/+9
| | | | | | | | | | | | 2005-11-28 Srinivasa Ragavan <sragavan@novell.com> ** Refixes the bug #320210 * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES in "prompt-delete-appointment". It was missed out in the earlier patch. svn path=/trunk/; revision=30771
* Committing Johnny Jacob's patch for bug #320210Srinivasa Ragavan2005-12-142-1/+8
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committing Johnny Jacob's patch for bug #320210 svn path=/trunk/; revision=30770
* fixes the tool tip crash.Chenthill Palanisamy2005-12-099-69/+267
| | | | svn path=/trunk/; revision=30738
* Authenticate by reading the stored-password for tasks that has "auth"Veerapuram Varadhan2005-12-062-7/+57
| | | | | | | | | | | * conduits/todo/todo-conduit.c (start_calendar_server): Authenticate by reading the stored-password for tasks that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30729
* Authenticate by reading the stored-password for calendar that has "auth"Veerapuram Varadhan2005-12-062-15/+60
| | | | | | | | | | | * conduits/calendar/calendar-conduit.c (start_calendar_server): Authenticate by reading the stored-password for calendar that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30728
* gui/e-cal-config.c (ecph_class_init) Remove stray leftover debuggingTor Lillqvist2005-12-063-4/+10
| | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * gui/e-cal-config.c (ecph_class_init) * gui/memos-component.c (memos_component_init): Remove stray leftover debugging output. * gui/memos-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://". svn path=/trunk/; revision=30725
* fixes #322616Chenthill Palanisamy2005-11-292-3/+12
| | | | svn path=/trunk/; revision=30704
* fixes #317322Chenthill Palanisamy2005-11-292-47/+65
| | | | svn path=/trunk/; revision=30699
* fixes #314639Chenthill Palanisamy2005-11-282-0/+15
| | | | svn path=/trunk/; revision=30695
* fixes #318777Chenthill Palanisamy2005-11-282-5/+36
| | | | svn path=/trunk/; revision=30693
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-262-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/event-page.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30680
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-2627-57/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30679
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-5/+5
| | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/tasks-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30669
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-3/+7
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/calendar-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30668
* gui/e-itip-control.c Use g_ascii_strcasecmp() instead of strcasecmp() forTor Lillqvist2005-11-253-8/+14
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c * gui/itip-utils.c: Use g_ascii_strcasecmp() instead of strcasecmp() for portability. svn path=/trunk/; revision=30665
* Changes for alarm notification bubbleChenthill Palanisamy2005-11-249-122/+631
| | | | svn path=/trunk/; revision=30661
* Include e-time-utils.h from libedataserver instead of using evolution'sTor Lillqvist2005-11-242-1/+2
| | | | | | | | * gui/e-calendar-view.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30660
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-2418-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * gui/e-alarm-list.c * gui/e-cal-component-memo-preview.c * gui/e-cal-component-preview.c * gui/e-cal-model.c * gui/e-cell-date-edit-text.c * gui/e-date-time-list.c * gui/e-itip-control.c * gui/e-memos.c * gui/e-tasks.c * gui/itip-utils.c * gui/print.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/util.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/comp-editor-util.c * gui/dialogs/recurrence-page.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30659
* Added a function to get tooltip tooltip widgetSrinivasa Ragavan2005-11-238-9/+379
| | | | | | | | | | | | | | | | | | | | | | 2005-11-23 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c (tooltip_grab), (get_label), (e_calendar_view_get_tooltips): Added a function to get tooltip tooltip widget * gui/e-calendar-view.h: * gui/e-day-view.c (e_day_view_add_event), (e_day_view_reshape_long_event), (e_day_view_reshape_day_event), (e_day_view_on_text_item_event): Added tooltip for day/work week view. * gui/e-week-view.c (e_week_view_add_event), (tooltip_event_cb), (e_week_view_reshape_event_span), (e_week_view_on_text_item_event): Added tooltip for week/month view. * gui/e-week-view.h: * gui/misc.c (get_position_in_array), (calculate_time): Added a function for converting time to string. * gui/misc.h: svn path=/trunk/; revision=30648
* Fixes #321237 Add the categories' name The name of categories in newBoby Wang2005-11-222-0/+10
| | | | | | | | | 2005-11-22 Boby Wang <boby.wang@sun.com> Fixes #321237 * gui/dialogs/event-page.glade: Add the categories' name The name of categories in new appointment dialog was missed. svn path=/trunk/; revision=30643
* changes are made in alarm-notify.glade and alarm-notify-dialog.c to make sureChenthill Palanisamy2005-11-173-28/+45
| | | | | | | that the description part of the alarm dialog comes in a scroll window and thus fixing #314550 svn path=/trunk/; revision=30632
* show the details page in task editor.Chenthill Palanisamy2005-11-163-34/+14
| | | | svn path=/trunk/; revision=30628
* UI changes for task editor.Chenthill Palanisamy2005-11-1610-609/+1720
| | | | svn path=/trunk/; revision=30626
* struct _ECalModelMemosPrivate should not be zero sized.Irene Huang2005-11-162-0/+6
| | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/e-cal-model-memos.c: struct _ECalModelMemosPrivate should not be zero sized. svn path=/trunk/; revision=30623
* Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When newIrene Huang2005-11-162-2/+11
| | | | | | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/dialogs/cal-prefs-dialog.c: (cal_prefs_dialog_url_add_clicked): Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When new a dialog of confirm, set parent to PREFS_WINDOW (dialog_data->page) instead of using PREFS_WINDOW (dialog_data). svn path=/trunk/; revision=30622
* UI changes for the event editor.Chenthill Palanisamy2005-11-1515-952/+2778
| | | | svn path=/trunk/; revision=30613
* fixes #313538.Chenthill Palanisamy2005-11-102-10/+9
| | | | svn path=/trunk/; revision=30593
* fixes #321088.Chenthill Palanisamy2005-11-102-18/+26
| | | | svn path=/trunk/; revision=30592
* Committing for Nathan Owens <pianocomp81@yahoo.com>Veerapuram Varadhan2005-11-092-9/+151
| | | | | | | | | | Committing for Nathan Owens <pianocomp81@yahoo.com> * calendar/conduit/todo/todo-conduit.c (local_record_from_comp) (comp_from_remote_record) (post_sync) (add_category_if_possible): Category syncing in todo-conduits. svn path=/trunk/; revision=30587
* Fixes 273322Chenthill Palanisamy2005-11-092-2/+20
| | | | svn path=/trunk/; revision=30582
* Modified the previous entry to reflect the bug that is being fixed.Chenthill Palanisamy2005-11-081-0/+1
| | | | svn path=/trunk/; revision=30580
* Modified the code in alarm_notify_add_calendars() to generate the correct ↵Chenthill Palanisamy2005-11-082-2/+16
| | | | | | | | key for obtaining the password for an authenticated calendar. svn path=/trunk/; revision=30579
* Changed the code to load alarms from current day beginning if the last ↵Chenthill Palanisamy2005-11-083-11/+21
| | | | | | | | | notification time is beyond current day's beginning time in the function load_alarms_for_today() and removed a check in the function setup_timeout() svn path=/trunk/; revision=30578
* Sankar Committting for MubeenMubeen Jukaku2005-10-212-2/+10
| | | | | | | | | | | | 2005-10-21 Mubeen Jukaku <jmubeen@novell.com> Sankar Committting for Mubeen Fixes #310495 * gui/e-calendar-table.etspec: Do string case comparison for Summary and Categories field svn path=/trunk/; revision=30550
* Sankar committing for VirenViren.L2005-10-212-0/+40
| | | | | | | | | | | | | | 2005-10-21 Viren.L <lviren@novell.com> Sankar committing for Viren Fixes #272920 * gui/gnome-cal.c (setup_widgets): Connect signal to catch the scroll-event on the widget of date navigator and handle the GDK_SCROLL_UP,GDK_SCROLL_DOWN in the callback. svn path=/trunk/; revision=30548
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-1941-6/+8476
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* Corrected the date of commit.Chenthill Palanisamy2005-10-181-1/+17
| | | | svn path=/trunk/; revision=30529
* fixes #308802.Chenthill Palanisamy2005-10-188-31/+40
| | | | svn path=/trunk/; revision=30526
* Committing the patch to add menu items in attachment bar.Chenthill Palanisamy2005-10-186-17/+416
| | | | svn path=/trunk/; revision=30525
* Should not return a value, so, change all the g_return_val_if_fail toIrene Huang2005-10-172-2/+7
| | | | | | | | | 2005-10-17 Irene Huang <Irene.Huang@sun.com> * gui/e-tasks.c: (e_tasks_show_preview): Should not return a value, so, change all the g_return_val_if_fail to g_return_if_fail. svn path=/trunk/; revision=30510
* fixes #266144, #317575.Chenthill Palanisamy2005-10-117-85/+140
| | | | svn path=/trunk/; revision=30503
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-0719-87/+366
| | | | | | | | | 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
* Provides across calendars keyboard accelerators for popup menusSrinivasa Ragavan2005-10-035-15/+25
| | | | | | | | | | | | | | 2005-10-02 Srinivasa Ragavan <sragavan@novell.com> Provides across calendars keyboard accelerators for popup menus * gui/calendar-component.c (ecc_source_popups): * gui/e-calendar-view.c (ecv_main_items) (ecv_main_items): * gui/gnome-cal.c (gc_popups): * gui/tasks-component.c (etc_source_popups): Added Keybinding for popup menu. svn path=/trunk/; revision=30478
* fixes #315095.Chenthill Palanisamy2005-10-032-64/+86
| | | | svn path=/trunk/; revision=30477
* fixes 271480.Chenthill Palanisamy2005-10-032-0/+14
| | | | svn path=/trunk/; revision=30473
* fixes #264449.Chenthill Palanisamy2005-10-0313-41/+274
| | | | svn path=/trunk/; revision=30467
* fixes 257649.Chenthill Palanisamy2005-10-013-2/+30
| | | | svn path=/trunk/; revision=30464
* fixes #244981.Chenthill Palanisamy2005-10-012-0/+15
| | | | svn path=/trunk/; revision=30461
* fixes 316954.Chenthill Palanisamy2005-10-012-1/+7
| | | | svn path=/trunk/; revision=30460
* fixes #301391Chenthill Palanisamy2005-10-012-2/+16
| | | | svn path=/trunk/; revision=30458
* fixes #269685.Chenthill Palanisamy2005-10-012-5/+95
| | | | svn path=/trunk/; revision=30455
* Fixes #303702 Call e_cal_component_commit_sequence() after modifying theVeerapuram Varadhan2005-10-012-2/+24
| | | | | | | | | | | | Fixes #303702 * calendar/conduits/calendar/calendar-conduit.c: (process_multi_day): Call e_cal_component_commit_sequence() after modifying the properties of an ECalComponent and before fetching its icalcomponent. Reworked the patch from Dave Malcolm <dmalcolm@redhat.com> svn path=/trunk/; revision=30453
* fixes #258786.Chenthill Palanisamy2005-10-017-6/+26
| | | | svn path=/trunk/; revision=30451
* Fixes #314599.Chenthill Palanisamy2005-09-302-3/+10
| | | | svn path=/trunk/; revision=30450
* fixes #273781.Chenthill Palanisamy2005-09-302-1/+10
| | | | svn path=/trunk/; revision=30449
* Fixes #274188.Chenthill Palanisamy2005-09-302-1/+9
| | | | svn path=/trunk/; revision=30446
* Fixes #273847.Chenthill Palanisamy2005-09-304-2/+16
| | | | svn path=/trunk/; revision=30439
* Fixes #246480Chenthill Palanisamy2005-09-302-4/+20
| | | | svn path=/trunk/; revision=30436
* Fixes #270036Chenthill Palanisamy2005-09-302-1/+12
| | | | svn path=/trunk/; revision=30434
* Fixes #317014Chenthill Palanisamy2005-09-2910-18/+61
| | | | svn path=/trunk/; revision=30418
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-8/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/itip-bonobo-control.c (pstream_load, pstream_save): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30394
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-7/+8
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model.c (set_classification): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30393
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-2/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-calendar.c (set_transparency): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30392
* Fixes #261625Chenthill Palanisamy2005-09-192-7/+18
| | | | svn path=/trunk/; revision=30358
* Fixes 314922.Chenthill Palanisamy2005-09-022-1/+8
| | | | svn path=/trunk/; revision=30306
* Fixes 313705Chenthill Palanisamy2005-08-253-0/+14
| | | | svn path=/trunk/; revision=30247
* source-type is an enum not a pointer!Not Zed2005-08-2421-46/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * gui/e-cal-config.h: source-type is an enum not a pointer! * gui/tasks-component.c (selector_tree_drag_data_received): constify uid. * gui/itip-utils.c (comp_sentby): use the right list type for attendees. * gui/gnome-cal.c (config_categories_changed_cb): fix cast. (setup_widgets): fix casts. * gui/e-tasks.c: add missing e-categories.h include. (config_categories_changed_cb): fix cast. * gui/e-week-view.c (e_week_view_realize): remove unused. * gui/e-select-names-editable.c (e_select_names_editable_get_emails): remve unused. * gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set): remove/comment unused. * gui/e-meeting-store.c (freebusy_async): g* strikes again, use the right lock/unlock function for the g-spastic-mutex. (process_callbacks_main_thread): fix signature to match usage. (refresh_queue_add): cast off warning * gui/e-itip-control.c (cleanup_ecal): fix signature to match use * gui/e-day-view.c (process_component): remove unused vars. (e_day_view_realize): more. (e_day_view_on_event_double_click): cast (e_day_view_update_calendar_selection_time): define out unused * gui/e-calendar-table.c (e_calendar_table_init): more a11y related casts. * gui/e-calendar-view.c (on_edit_appointment): proper boolean conversion of a pointer. (transfer_selected_items): cast (on_unrecur_appointment): remove unused prop (e_calendar_view_open_event): proper boolean conversion of pointer. * gui/e-cal-popup.c (needs_to_accept): remove unused. * gui/e-cal-model.c (set_instance_times): remove unused. :include missing calendar-config. * gui/dialogs/meeting-page.c (clear_widgets): yawn, another gtklabel wawrning. (meeting_page_fill_component): constify attendees. * gui/dialogs/e-send-options-utils.c: remove unused global sod, add missing string.h * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct): remove unused. * gui/dialogs/comp-editor.c (response_cb): wtf, this can't use em_utils!!! #if 0 it out and add a build warning. (cab_popup_position): pointer cast. (set_attachment_list): remove unused. * gui/dialogs/calendar-setup.c (eccp_general_offline): change very incorrect N_ macro to _. (CalendarSourceDialog): Umm, source_type is an enum, not a pointer. (eccp_get_source_color): remove unused. svn path=/trunk/; revision=30217
* Remove unwanted include of header that also borks the build.Harish Krishnaswamy2005-08-192-1/+5
| | | | | | | | | 2005-08-19 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/comp-editor.h: Remove unwanted include of header that also borks the build. svn path=/trunk/; revision=30163
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-189-47/+81
| | | | svn path=/trunk/; revision=30157
* ** See bug #312668.Not Zed2005-08-184-419/+7
| | | | | | | | | | | 2005-08-16 Not Zed <NotZed@Ximian.com> ** See bug #312668. * gui/calendar-offline-handler.[ch]: removed. Not even used anyway, god knows how it works. svn path=/trunk/; revision=30153
* Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 Only saveCarsten Guenther2005-08-182-13/+23
| | | | | | | | | | | 2005-08-17 Carsten Guenther <carsten.guenther@scalix.com> Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 * gui/dialogs/comp-editor.c: (get_attachment_list): Only save attachment to file if file does not exist yet. svn path=/trunk/; revision=30149
* Fixes #311904Chenthill Palanisamy2005-08-172-15/+22
| | | | svn path=/trunk/; revision=30139
* Use slash instead of G_DIR_SEPARATOR_S since URIs always use slash as separatorCarsten Guenther2005-08-131-2/+2
| | | | svn path=/trunk/; revision=30101
* Fixes #312739Chenthill Palanisamy2005-08-122-14/+13
| | | | svn path=/trunk/; revision=30100
* Fixes #310338Chenthill Palanisamy2005-08-124-20/+75
| | | | svn path=/trunk/; revision=30097
* Use g_build_path instead of g_strconcat to build the pathname to theCarsten Guenther2005-08-122-16/+35
| | | | | | | | | | | | | 2005-08-11 Carsten Guenther <carsten.guenther@scalix.com> * gui/dialogs/comp-editor.c: (get_attachment_list), (attachment_bar_icon_clicked_cb): Use g_build_path instead of g_strconcat to build the pathname to the attachment file. (set_attachment_list): Fixed how mime filename gets extracted from attachments pathname. svn path=/trunk/; revision=30089
* Use privsolib instead of privlib (they are the same on Unix, on Win32Tor Lillqvist2005-08-102-3/+9
| | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (they are the same on Unix, on Win32 privsolibdir is libdir). Use NO_UNDEFINED. svn path=/trunk/; revision=30060
* Removed the warningsChenthill Palanisamy2005-08-102-4/+13
| | | | svn path=/trunk/; revision=30058
* Added the x property for delegation.Chenthill Palanisamy2005-08-101-1/+10
| | | | svn path=/trunk/; revision=30057
* Missed to commit this file.Chenthill Palanisamy2005-08-101-2/+2
| | | | svn path=/trunk/; revision=30055
* Fixes #310438Chenthill Palanisamy2005-08-102-6/+29
| | | | svn path=/trunk/; revision=30054
* Vulnerability patch submitted byChenthill Palanisamy2005-08-054-6/+16
| | | | | | "Sitic Vulnerability Advisory <sitic@pts.se>" svn path=/trunk/; revision=30006
* Fixes #311686, #312460Chenthill Palanisamy2005-08-053-8/+19
| | | | svn path=/trunk/; revision=30000
* Fixes #302460Chenthill Palanisamy2005-08-052-5/+24
| | | | svn path=/trunk/; revision=29994
* Fix for #312447.Harry Lu2005-08-042-0/+22
| | | | | | | | | | | | | 2005-08-03 Harry Lu <harry.lu@sun.com> Fix for #312447. * gui/gnome-cal.c: (notify_selected_time_changed): new function to emit "selected_time_changed" signal for all views. (gnome_calendar_goto_date): call notify_selected_time_changed after date changing. svn path=/trunk/; revision=29986
* Fixes #309601Chenthill Palanisamy2005-08-033-9/+47
| | | | svn path=/trunk/; revision=29968
* Fixes #306017 Obtain the default zone information from cal-view andP. S. Chakravarthi2005-08-032-9/+23
| | | | | | | | | | | 2005-08-03 P. S. Chakravarthi <pchakravarthi@novell.com> Fixes #306017 * gui/e-calendar-view.c: (e_calendar_view_delete_selected_occurrence): Obtain the default zone information from cal-view and eventually use it to determine the correct rid for an all-day event. svn path=/trunk/; revision=29961
* Added support for the Target selection for 'Tasks'. Resolved one undefinedShakti Sen2005-08-026-46/+78
| | | | | | | | | | | | | | | | | | 2005-08-01 Shakti Sen <shprasad@novell.com> * gui/tasks-control.c (tasks_control_sensitize_commands): Added support for the Target selection for 'Tasks'. * gui/e-calendar-table.c (e_calendar_table_open_selected): Resolved one undefined symbol. * gui/e-tasks.c: Renamed the function name from 'e_tasks_get_tasks_menu' to 'e_tasks_get_tasks_menu' * gui/e-tasks.h: Added the declaration for 'e_tasks_get_tasks_menu'. Thus fixes few warning messages. * gui/e-cal-menu.c (e_cal_menu_target_new_select): Set the mask for E_CAL_MENU_SELECT_ASSIGNABLE. Fixes bug #231968. svn path=/trunk/; revision=29957
* Commenting the code for marking the summary of unaccepted meetings asChenthill Palanisamy2005-07-293-5/+15
| | | | | | | | | | | | | 2005-07-29 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-day-view.c: (e_day_view_update_event_label), (e_day_view_update_long_event_label): * gui/e-week-view.c: (e_week_view_reshape_event_span): Commenting the code for marking the summary of unaccepted meetings as bold, since pango crashes for some meetings. svn path=/trunk/; revision=29926
* Add reserved field for an empty structure. Add reserved field for an emptyMengjie Yu2005-07-273-0/+11
| | | | | | | | | | | | | 2005-07-27 Mengjie Yu <meng-jie.yu@sun.com> * gui/e-cal-model-calendar.c: Add reserved field for an empty structure. * gui/e-cal-model-tasks.c: Add reserved field for an empty structure. Fixes #310198 svn path=/trunk/; revision=29899
* send the comp_data->client to itip_get_comp_attendee.Chenthill Palanisamy2005-07-252-1/+7
| | | | | | | | | | 2005-07-25 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-popup.c: (e_cal_popup_target_new_select): send the comp_data->client to itip_get_comp_attendee. svn path=/trunk/; revision=29886
* Fixes:248126 Added 2 Bonobo UI verbs for Assign Task and Forward asViren.l2005-07-254-20/+98
| | | | | | | | | | | | | | 2005-07-25 Viren.l <lviren@novel.com> Fixes:248126 * gui/tasks-control.c (tasks_control_assign_cmd) (tasks_control_forward_cmd): Added 2 Bonobo UI verbs for Assign Task and Forward as iCalendar and the definitions to commands. * gui/e-calendar-table.[ch] (e_calendar_table_open_task) (e_calendar_table_get_selected_comp): renamed static functions open_task and get_selected_comp and made them public. svn path=/trunk/; revision=29881
* Committing the header file.Chenthill Palanisamy2005-07-251-0/+1
| | | | svn path=/trunk/; revision=29873
* Added a mask to check if the meeting needs to be accepted. Increased theChenthill Palanisamy2005-07-255-13/+56
| | | | | | | | | | | | | | | | | 2005-07-23 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-popup.[ch]: (needs_to_accept), (e_cal_popup_target_new_select): Added a mask to check if the meeting needs to be accepted. * gui/e-calendar-view.c: Increased the index of the labels. * gui/e-day-view.c: (set_text_as_bold): * gui/e-week-view.c: (set_text_as_bold): Show as bold even if the attendee property is not found, since it might be a mailing list. The attendee will be added once he accepts meeting. svn path=/trunk/; revision=29869
* Fixes #309991Chenthill Palanisamy2005-07-223-0/+60
| | | | | | | | | | | | | 2005-07-22 Chenthill Palanisamy <pchenthill@novell.com> Fixes #309991 * gui/e-cal-model.c: (ensure_dates_are_in_default_zone), (e_cal_view_objects_added_cb): * gui/gnome-cal.c: (ensure_dates_are_in_default_zone), (dn_e_cal_view_objects_added_cb): If the start date and end date are in UTC convert them to default zone while displaying. svn path=/trunk/; revision=29850
* Creating the tasks-menu. Activated/deactivated the menu. In brief, addedShakti Sen2005-07-223-0/+27
| | | | | | | | | | | | | 2005-07-21 Shakti Sen <shprasad@novell.com> * gui/e-tasks.c (e_tasks_init): Creating the tasks-menu. * gui/tasks-control.c (tasks_control_activate, tasks_control_deactivate): Activated/deactivated the menu. In brief, added support for 'Tasks' menu creation. Fixes bug #310985. svn path=/trunk/; revision=29841
* Fixes #309602Chenthill Palanisamy2005-07-223-2/+90
| | | | | | | | | | | | | | | | 2005-07-21 Chenthill Palanisamy <pchenthill@novell.com> Fixes #309602 * gui/e-day-view.c: (set_text_as_bold), (e_day_view_update_event_label), (e_day_view_update_long_event_label), (e_day_view_ensure_rows_visible): * gui/e-week-view.c: (set_text_as_bold), (e_week_view_update_event_cb): Check if the backend allows to adding the unaccepted appointments to calendar and show its summary as bold text. svn path=/trunk/; revision=29838
* Fixes #245331. Keybindings for switching b/w calendar views.Harish Krishnaswamy2005-07-213-2/+63
| | | | | | | | | | | | | 2005-07-21 Harish Krishnaswamy <kharish@novell.com> * gui/gnome-cal.c (gnome_calendar_class_init), (adjust_e_cal_view_sexp), (display_view), (gnome_calendar_change_view): * gui/gnome-cal.h: Fixes #245331. Keybindings for switching b/w calendar views. svn path=/trunk/; revision=29832
* Fixes #310340 Check if the backend supports having master object forChenthill Palanisamy2005-07-202-7/+18
| | | | | | | | | | | | 2005-07-20 Chenthill Palanisamy <pchenthill@novell.com> Fixes #310340 * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): Check if the backend supports having master object for recurrences and set the recurrence id accordingly. svn path=/trunk/; revision=29816
* made it use e_attachment_bar_get_parts instead of the old apiSrinivasa Ragavan2005-07-202-2/+7
| | | | | | | | | 2005-07-20 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/comp-editor.c: (get_attachment_list) (comp_editor_get_mime_attach_list) made it use e_attachment_bar_get_parts instead of the old api svn path=/trunk/; revision=29814
* Fixes #309680 Remove the recurrence id only from e_cal_comp.Chenthill Palanisamy2005-07-202-3/+7
| | | | | | | | | | 2005-07-20 Chenthill Palanisamy <pchenthill@novell.com> Fixes #309680 * gui/e-calendar-view.c (on_unrecur_appointment): Remove the recurrence id only from e_cal_comp. svn path=/trunk/; revision=29807
* Free the uri to the source in a few cases. Free the timezone location.Kjartan Maraas2005-07-133-2/+13
| | | | | | | | | | | 2005-07-08 Kjartan Maraas <kmaraas@gnome.org> * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): Free the uri to the source in a few cases. * gui/calendar-config.c: (calendar_config_get_icaltimezone): Free the timezone location. svn path=/trunk/; revision=29756
* Expand the mailing list by getting the contact back from the server.Chenthill Palanisamy2005-07-122-17/+68
| | | | svn path=/trunk/; revision=29743
* Fixed some compiler warning and checked some negative casesSrinivasa Ragavan2005-07-122-5/+18
| | | | | | | | | | 2005-07-12 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/comp-editor.c: (get_attachment_list) (attachment_guess_mime_type) (comp_editor_close) (comp_editor_get_mime_attach_list) Fixed some compiler warning and checked some negative cases svn path=/trunk/; revision=29733
* Merge back eplugin-import-branch.Michael Zucci2005-07-128-393/+354
| | | | svn path=/trunk/; revision=29725
* Added support for opening a calendar-item in the editor when its ESourceVeerapuram Varadhan2005-07-124-9/+74
| | | | | | * Added support for opening a calendar-item in the editor when its ESource id and ECalComponent id/rid are passed in the invocation URI. svn path=/trunk/; revision=29722
* Fixed huge memory leak, and come compile warnings. Also fixed a crash,Srinivasa Ragavan2005-07-112-26/+42
| | | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/comp-editor.c:(get_attachment_list) (attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb) (cab_popups_free) (setup_widgets) (set_attachment_list) (comp_editor_get_mime_attach_list) Fixed huge memory leak, and come compile warnings. Also fixed a crash, when double click on attachments. svn path=/trunk/; revision=29715
* Added a structure. Removed cal-attachment* Removed the attachment barSrinivasa Ragavan2005-07-116-36/+398
| | | | | | | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * gui/itip-utils.[ch]: Added a structure. * gui/dialogs/Makefile.am: Removed cal-attachment* * gui/dialogs/comp-editor.[ch]: (attach_message) (drop_action) (send_timezone) (save_comp) (response_cb) (delete_event_cb) (attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb) (setup_widgets) (set_icon_from_comp) (fill_widgets) (real_edit_comp) Removed the attachment bar specific to calendar and made a merged one at widgets/misc/e-attachment* svn path=/trunk/; revision=29709
* Use e_cal_remove_object for non-recurring appointments. Fixed some memory leaks.Chenthill Palanisamy2005-07-118-15/+67
| | | | svn path=/trunk/; revision=29703
* Enable alarm even if we are not an organizer.Chenthill Palanisamy2005-07-062-1/+6
| | | | svn path=/trunk/; revision=29660
* Changed the way in which calendars having null summary are handled.Sankarasivasubramanian Pasupathilingam2005-07-063-14/+22
| | | | | | Fixes #237844 svn path=/trunk/; revision=29647
* Created new target type Added #define for the new target type Poped e-calSrinivasa Ragavan2005-07-055-18/+91
| | | | | | | | | | | | | 2005-07-05 Srinivasa Ragavan <sragavan@novell.com> * gui/e-cal-popup.c: Created new target type * gui/e-cal-popup.h: Added #define for the new target type * gui/dialogs/cal-attachment-bar.c: (cab_popup) Poped e-cal instead of em_*. Removed mailer code from calendar * gui/dialogs/comp-editor.c: (drag_data_received) Poped e-cal instead of em_*. Removed mailer code from calendar. svn path=/trunk/; revision=29630
* Set the new item flags while creating new meetings from other components.Chenthill Palanisamy2005-07-043-2/+9
| | | | | | Check the new item flags while creating the scheduling page. svn path=/trunk/; revision=29625
* Added vertical scrollbar policy of list view to always so that it does notSrinivasa Ragavan2005-07-042-1/+7
| | | | | | | | | | 2005-07-04 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/meeting-page.c: (meeting_page_construct) Added vertical scrollbar policy of list view to always so that it does not extend the view when there are more contacts. svn path=/trunk/; revision=29623
* Fixes the problem in sending the meeting to the mailing list if the listChenthill Palanisamy2005-07-023-2/+30
| | | | | | does not contain email ids. svn path=/trunk/; revision=29619
* show the progress indication in the view while downloading calendar itemsChenthill Palanisamy2005-07-0210-39/+162
| | | | | | from EDS svn path=/trunk/; revision=29618
* Patch from Mark G. AdamsVeerapuram Varadhan2005-07-013-0/+8
| | | | | | | Fixes #309138: * Generated UIDs were not being freed. svn path=/trunk/; revision=29614
* Added the source type field in _ECalConfigTargetSource Set the source typePraveen Kumar2005-07-013-0/+12
| | | | | | | | | | | | 2005-07-01 Praveen Kumar <kpraveen@novell.com> * gui/e-cal-config.h : Added the source type field in _ECalConfigTargetSource * gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar) : Set the source type as calendar (calendar_setup_edit_task_list) : Set the source type as tasks. svn path=/trunk/; revision=29609
* do not de-sensitize the attachment bar.Chenthill Palanisamy2005-06-282-6/+6
| | | | svn path=/trunk/; revision=29602
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-2713-36/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Prune unnecessary and nonexistent directories from the -I options. Prune pathname macros not used in the sources in that directory from the -D options. Use NO_UNDEFINED. Link with all necessary libraries. On Win32 link with bootstrap libraries where necessary. * common/Makefile.am: As this is a noinst library, no use for LDFLAGS or LIBADD. * gui/Makefile.am: Use Win32-specific hack to work around MSYS feature in the gconftool invokation. * gui/calendar-commands.c: Remove superfluous inclusion of <pwd.h>. * gui/e-cal-list-view.c * gui/e-day-view.c: Remove superfluous inclusion of <gdk/gdkx.h>. * gui/gnome-cal.c: Remove superfluous inclusion of <sys/wait.h>. * importers/icalendar-importer.c: Use g_usleep() instead of sleep(). svn path=/trunk/; revision=29592
* check for save schedules before calling send_compChenthill Palanisamy2005-06-252-2/+7
| | | | svn path=/trunk/; revision=29588
* Desensitize the source seletor while delegating a meeting.Chenthill Palanisamy2005-06-232-1/+9
| | | | svn path=/trunk/; revision=29575
* Added widgets in INCLUDES.Kaushal Kumar2005-06-2328-43/+43
| | | | | | | | | | | | 2005-06-23 Kaushal Kumar <kakumar@novell.com> * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574
* Commiting the fix for free busy and sensitizing the attachment bar properly.Chenthill Palanisamy2005-06-226-20/+53
| | | | svn path=/trunk/; revision=29566
* Commiting the delegation support for recurrence eventsChenthill Palanisamy2005-06-228-18/+59
| | | | svn path=/trunk/; revision=29564
* Delegate support for personal calendarChenthill Palanisamy2005-06-2110-68/+490
| | | | svn path=/trunk/; revision=29552
* gui/GNOME_Evolution_Calendar.server.in.in Use SOEXT.Tor Lillqvist2005-06-183-2/+7
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/GNOME_Evolution_Calendar.server.in.in * importers/GNOME_Evolution_Calendar_Importer.server.in.in: Use SOEXT. svn path=/trunk/; revision=29535
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1720-44/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside evolution. Thanks to JP Rosevear for performing the cvs surgery. The files have been moved in the following order. evolution/e-util <- gal/gal/util evolution/a11y <- gal/gal/a11y evolution/a11y/e-table <- gal/gal/a11y/e-table evolution/a11y/e-text <- gal/gal/a11y/e-text evolution/widgets/table <- gal/gal/e-table evolution/widgets/text <- gal/gal/e-text evolution/widgets/misc <- gal/gal/widgets evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps evolution/widgets/menus <- gal/gal/menus Following is the summary of changes done to fix the build:- - New files added to cvs repository, - a11y/e-table/Makefile.am - a11y/e-text/Makefile.am - widgets/table/Makefile.am - widgets/text/Makefile.am - widgets/misc/pixmaps/Makefile.am - iconv-detect.h - iconv-detect.c - Updated configure.in. - Updated all the relevant Makefile.am files. - Updated the include paths to replace all gal references. - Updated the marshal list to suit gal files requirements. svn path=/trunk/; revision=29522
* We need compare backend for long events too.Jedy Wang2005-06-132-0/+9
| | | | | | | | | | 2005-06-13 Jedy Wang <jedy.wang@sun.com> We need compare backend for long events too. * gui/e-day-view.c: (e_day_view_find_event_from_uid): svn path=/trunk/; revision=29494
* Disable the meeting editor if the user is not an organizer whereverChenthill Palanisamy2005-06-086-37/+181
| | | | | | necessary svn path=/trunk/; revision=29474
* Added support for groupwise meeting delegation.Chenthill Palanisamy2005-06-0712-74/+347
| | | | svn path=/trunk/; revision=29463
* Fixes #272301Thouis R. Jones2005-05-3011-3/+287
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-30 Thouis R. Jones <thouis@csail.mit.edu> Fixes #272301 * gui/apps_evolution_calendar.schemas.in.in: * gui/calendar-config-keys.h: * gui/calendar-config.c: (calendar_config_get_marcus_bains, calendar_config_add_notification_marcus_bains): * gui/calendar-config.h: * gui/e-day-view-config.c: (set_marcus_bains, marcus_bains_changed_cb, e_day_view_config_set_view): * gui/e-day-view-main-item.c: (e_day_view_main_item_draw): * gui/e-day-view-time-item.c: (e_day_view_time_item_draw): * gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors, e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains, e_day_view_update_marcus_bains): * gui/e-day-view.h: * gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets, gnome_calendar_destroy): Added Marcus Bains Line to main item view and time bar. svn path=/trunk/; revision=29426
* check whether backend could handle sending resuests/updates, and if so,Harry Lu2005-05-302-1/+10
| | | | | | | | | 2005-05-30 Harry Lu <harry.lu@sun.com> * gui/itip-utils.c: (itip_send_comp): check whether backend could handle sending resuests/updates, and if so, just return. svn path=/trunk/; revision=29424
* Fixes #272114 Check if the color is present in the source before settingChenthill Palanisamy2005-05-242-4/+11
| | | | | | | | | | | 2005-05-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272114 * gui/dialogs/calendar-setup.c: (eccp_commit), (calendar_setup_edit_calendar): Check if the color is present in the source before setting it. svn path=/trunk/; revision=29407
* Added the support to DnD remote URL to the attachment window. It downloadsSrinivasa Ragavan2005-05-247-35/+434
| | | | | | | | | | | 2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h, gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h, gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD remote URL to the attachment window. It downloads asynchronously and attaches. svn path=/trunk/; revision=29405
* Reverted Marcus Baines patchRodrigo Moya2005-05-1612-288/+4
| | | | svn path=/trunk/; revision=29374
* composer/e-message-composer.c calendar/gui/dialogs/comp-editor.cSrinivasa Ragavan2005-05-162-34/+17
| | | | | | | | | | | | 2005-05-16 Srinivasa Ragavan <sragavan@novell.com> * composer/e-message-composer.c * calendar/gui/dialogs/comp-editor.c * ui/evolutoin-message-composer.xml Removed the expander for the attachment bar and made visible always. svn path=/trunk/; revision=29373
* Removed the debug messages.Chenthill Palanisamy2005-05-162-3/+6
| | | | | | | | | | 2005-05-16 Chenthill Palanisamy <pchenthill@novell.com> * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): Removed the debug messages. svn path=/trunk/; revision=29372
* moved e-error to e-util/Not Zed2005-05-1616-382/+235
| | | | | | | | 2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util/ svn path=/trunk/; revision=29363
* shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.hSrinivasa Ragavan2005-05-162-0/+6
| | | | | | | | | | | | | | | | | | | | | 2005-05-16 Srinivasa Ragavan <sragavan@novell.com> shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h shell/e-shell-window.c shell/e-sidebar.h shell/e-sidebar.c addressbook/ChangeLog addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in calendar/ChangeLog calendar/gui/GNOME_Evolution_Calendar.server.in.in mail/ChangeLog mail/GNOME_Evolution_Mail.server.in.in Added support for tooltips for component switching buttons. svn path=/trunk/; revision=29358
* Fixes #272301Thouis R. Jones2005-05-1312-4/+288
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-13 Thouis R. Jones <thouis@csail.mit.edu> Fixes #272301 * gui/apps_evolution_calendar.schemas.in.in: * gui/calendar-config-keys.h: * gui/calendar-config.c: (calendar_config_get_marcus_bains, calendar_config_add_notification_marcus_bains): * gui/calendar-config.h: * gui/e-day-view-config.c: (set_marcus_bains, marcus_bains_changed_cb, e_day_view_config_set_view): * gui/e-day-view-main-item.c: (e_day_view_main_item_draw): * gui/e-day-view-time-item.c: (e_day_view_time_item_draw): * gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors, e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains, e_day_view_update_marcus_bains): * gui/e-day-view.h: * gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets, gnome_calendar_destroy): Added Marcus Bains Line to main item view and time bar. svn path=/trunk/; revision=29351
* Setting default until date to 2 weeks after the start date. Fixes #268906Sushma Rai2005-05-132-3/+12
| | | | svn path=/trunk/; revision=29347
* On behalf of jack jia <jack.jia@sun.com>Harish Krishnaswamy2005-05-122-1/+9
| | | | | | | | | | fixes #229794 * gui/dialogs/recurrence-page.c: (make_weekly_special): Allow deselection of the current day while scheduling recurrences based on weeek days. svn path=/trunk/; revision=29337
* Missed Changelog in previous commit.Sushma Rai2005-05-121-0/+6
| | | | svn path=/trunk/; revision=29334
* Now not marking geographical locations for translation. Fixes #261080Sushma Rai2005-05-121-2/+2
| | | | svn path=/trunk/; revision=29333
* Fixes #271523Vivek Jain2005-05-122-2/+23
| | | | | | | | | | | | | | | 2005-05-12 Vivek Jain <jvivek@novell.com> Fixes #271523 * gui/dialogs/calendar-setup.c: (CalendarSourceDialog): included an ECalSourceType member in the structure (calendar_setup_edit_calendar): set source_type as EVENT (calendar_setup_edit_task_list): set source_type as TODO (eccp_general_offline): Change the label according to the type svn path=/trunk/; revision=29332
* Fixes the bug 269416 It makes the DnD to move tasks instead copying.Srinivasa Ragavan2005-05-122-0/+6
| | | | | | | | 2005-05-12 Srinivasa Ragavan <sragavan@novell.com> * gui/task-component.c (selector_tree_drag_motion): Fixes the bug 269416 It makes the DnD to move tasks instead copying. svn path=/trunk/; revision=29331
* Fixes #301350Rodrigo Moya2005-05-102-1/+33
| | | | | | | | | | | | | | 2005-05-09 Rodrigo Moya <rodrigo@novell.com> Fixes #301350 * gui/alarm-notify/alarm-queue.c (alarm_queue_init): install a timeout handler to check, every 30 minutes, for not losing the midnight refresh. (check_midnight_refresh): check the midnight refresh and if we missed it, reload alarms. (queue_midnight_refresh): made the midnight value be global. svn path=/trunk/; revision=29321
* Made the alarm-notify dialog multi-alarm awarePhilip Van Hoof2005-05-091-1/+1
| | | | | | | | | 2005-05-09 Philip Van Hoof <pvanhoof@gnome.org> * gui/alarm-notify/*: Made the alarm-notify dialog multi-alarm aware svn path=/trunk/; revision=29316
* Made the alarm-notify dialog multi-alarm awarePhilip Van Hoof2005-05-096-467/+662
| | | | | | | | | 2005-05-11 Philip Van Hoof <pvanhoof@gnome.org> * gui/alarm-notify/*: Made the alarm-notify dialog multi-alarm aware svn path=/trunk/; revision=29315
* cover the case when there is no calendar.ics/tasks.ics file in the folderRodrigo Moya2005-05-092-1/+6
| | | | | | | | | 2005-05-09 Rodrigo Moya <rodrigo@novell.com> * gui/migration.c (migrate_ical_folder_to_source): cover the case when there is no calendar.ics/tasks.ics file in the folder to migrate. svn path=/trunk/; revision=29313
* **Fixes #261079 Added translator comments.Vivek Jain2005-05-072-1/+13
| | | | | | | | | | 2005-05-06 Vivek Jain <jvivek@novell.com> **Fixes #261079 * gui/e-alarm-list.c:(get_alarm_string) Added translator comments. svn path=/trunk/; revision=29311
* Fixing a grammar mistake. See 301459Chenthill Palanisamy2005-05-062-1/+7
| | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * gui/apps_evolution_calendar.schemas.in.in: Fixing a grammar mistake. See 301459 svn path=/trunk/; revision=29295
* Fix for 272542Harish Krishnaswamy2005-05-062-2/+7
| | | | svn path=/trunk/; revision=29293
* Changelog already addedChenthill Palanisamy2005-05-061-3/+3
| | | | svn path=/trunk/; revision=29287
* Fixes #272464Chenthill Palanisamy2005-05-063-4/+11
| | | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272464 * calendar-errors.xml: * calendar-errors.xml.h: Changed the primary and secondary messages to make it more clear. svn path=/trunk/; revision=29284
* **Fixes #272566 removed unwanted space in button labelVivek Jain2005-05-062-1/+7
| | | | | | | | | | 2005-05-06 Vivek Jain <jvivek@novell.com> **Fixes #272566 * gui/dialogs/event-page.glade: removed unwanted space in button label svn path=/trunk/; revision=29279
* uncomment code that shouldn't be.Rodrigo Moya2005-05-062-9/+14
| | | | | | | | | 2005-05-06 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (e_cal_view_objects_added_cb): uncomment code that shouldn't be. svn path=/trunk/; revision=29278
* Fixes #271679Rodrigo Moya2005-05-0610-64/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-06 Rodrigo Moya <rodrigo@novell.com> Fixes #271679 * gui/dialogs/comp-editor.c (save_comp): * gui/e-week-view.c (e_week_view_on_editing_stopped, e_week_view_change_event_time): set correct start/end times for individual instances and remove all rules and exceptions. (e_week_view_reshape_event_span): show recurrence icons for detached instances also. * gui/e-day-view.c (e_day_view_finish_resize, e_day_view_finish_long_event_resize, e_day_view_on_editing_stopped, e_day_view_on_top_canvas_drag_data_received, e_day_view_on_main_canvas_drag_data_received, e_day_view_change_event_time): set the correct start/end times when modifying individual instances and remove all rules and exceptions. (e_day_view_on_top_canvas_motion, e_day_view_on_main_canvas_motion): disable D&D for recurring events. (e_day_view_reshape_long_event, e_day_view_reshape_day_event): check for detached instances and show recurrence icons for them also. * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): * gui/e-day-view-top-item.c (e_day_view_top_item_draw_long_event): * gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event): check for detached instances and show recurrence icons for them also. * gui/e-cal-model.c (set_instance_times): don't use the RECURRENCE-ID to get the datetime. * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): exceptions need to be date only. (e_calendar_view_copy_clipboard): remove RECURRENCE-IDs from components we copy to the clipboard. (e_calendar_view_cut_clipboard): when cutting instances, remove only the selected instances. (on_unrecur_appointment): use MOD_ALL to modify the master object and remove recurrence-id from detached event. * gui/dialogs/recur-comp.c (recur_component_dialog): re-enabled. svn path=/trunk/; revision=29276
* removed GAL's e-categories.h include.Rodrigo Moya2005-05-053-2/+5
| | | | | | | | | 2005-05-05 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/event-page.c: * gui/dialogs/task-page.c: removed GAL's e-categories.h include. svn path=/trunk/; revision=29271
* Fixes #274406 Removed the additional unref present.Chenthill Palanisamy2005-05-022-1/+6
| | | | | | | | | 2005-05-01 Chenthill Palanisamy <pchenthill@novell.com> Fixes #274406 * gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the additional unref present. svn path=/trunk/; revision=29256
* Changing the date of commit.Chenthill Palanisamy2005-04-181-1/+1
| | | | svn path=/trunk/; revision=29214
* Fixes #274476 Send the right value boolean variable meeting toChenthill Palanisamy2005-04-182-2/+8
| | | | | | | | | | | 2005-04-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #274476 * gui/e-calendar-view.c: (e_calendar_view_open_event): Send the right value boolean variable meeting to e_calendar_view_edit_appointment method. svn path=/trunk/; revision=29211
* Fixes #70035Rodrigo Moya2005-04-082-2/+9
| | | | | | | | | | | 2005-04-08 Rodrigo Moya <rodrigo@novell.com> Fixes #70035 * importers/icalendar-importer.c (support_format_fn, load_file_fn): use e_cal_util_parse_ics_string instead of icalparser_parse_string. svn path=/trunk/; revision=29194
* If the status is busy call open method again, do not remove the client. IFChenthill Palanisamy2005-04-083-2/+25
| | | | | | | | | | | | | 2005-04-05 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-model.c: (cal_opened_cb): If the status is busy call open method again, do not remove the client. * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): IF the status is busy and the load_state is not loaded call open method. svn path=/trunk/; revision=29181
* Fixes #68423Rodrigo Moya2005-04-054-0/+18
| | | | | | | | | | | | | 2005-04-04 Rodrigo Moya <rodrigo@novell.com> Fixes #68423 * gui/migration.c (migrate_ical): * gui/e-tasks,c (e_tasks_expunge): * gui/gnome-cal.c (gnome_calendar_purge): fixed huge (in some cases) memory leaks. svn path=/trunk/; revision=29151
* Fixes #41740Rodrigo Moya2005-04-025-3/+25
| | | | | | | | | | | | | | | | 2005-04-01 Rodrigo Moya <rodrigo@novell.com> Fixes #41740 * gui/calendar-errors.xml: * gui/calendar-errors.xml.h: added editor error. * gui/alarm-notify/alarm-queue.c (edit_component): display error messages when we can't load the component in the editor. * gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la. svn path=/trunk/; revision=29148
* Changing the date of commit.Chenthill Palanisamy2005-04-011-1/+1
| | | | svn path=/trunk/; revision=29147
* Fixes #73879 Added a function to sensitize/desensitize the attachment bar.Chenthill Palanisamy2005-04-015-1/+41
| | | | | | | | | | | | | | | | 2005-03-31 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73879 * gui/dialogs/comp-editor.[ch]: (comp_editor_sensitize_attachment_bar): Added a function to sensitize/desensitize the attachment bar. (comp_editor_notify_client_changed): When client changes sensitize the attachment bar. * gui/dialogs/event-editor.c: (event_editor_construct): * gui/dialogs/task-editor.c: (task_editor_construct): Sensitize the attachment bar. svn path=/trunk/; revision=29146
* Changing the date of commitChenthill Palanisamy2005-03-311-1/+1
| | | | svn path=/trunk/; revision=29129
* Fixes #73969 Remove the recurrence id property if its present.Chenthill Palanisamy2005-03-312-0/+8
| | | | | | | | | | 2005-03-29 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73969 * gui/e-calendar-view.c: (delete_event): Remove the recurrence id property if its present. svn path=/trunk/; revision=29128
* Fixes #73914Li Yuan2005-03-302-0/+10
| | | | | | | | | | | 2005-03-30 Li Yuan <li.yuan@sun.com> Fixes #73914 * gui/dialogs/cal-prefs-dialog.glade: add a11y name to Publishing Table. svn path=/trunk/; revision=29123
* Fixes #44719Rodrigo Moya2005-03-282-0/+8
| | | | | | | | | | | 2005-03-28 Rodrigo Moya <rodrigo@novell.com> Fixes #44719 * gui/alarm-queue.c (display_notification): make the alarm dialog sticky when not using the system tray. svn path=/trunk/; revision=29116
* Fixes #69272JP Rosevear2005-03-242-14/+16
| | | | | | | | | | | | | | 2005-03-24 JP Rosevear <jpr@novell.com> Fixes #69272 * gui/comp-util.c (cal_comp_event_new_with_defaults): ensure we always return a valid comp * gui/comp-util.c (cal_comp_task_new_with_defaults): ditto; fix obvious pasto that would cause a leak svn path=/trunk/; revision=29107
* Fixes #73320 Check if we are editing the same row and if so do not removeChenthill Palanisamy2005-03-242-1/+8
| | | | | | | | | | 2005-03-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73320 * gui/e-meeting-list-view.c: (attendee_edited_cb): Check if we are editing the same row and if so do not remove the attendee. svn path=/trunk/; revision=29098
* Fixes #73508 Set the organizers status as NEEDS ACTION, checking for theChenthill Palanisamy2005-03-242-1/+10
| | | | | | | | | | 2005-03-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73508 * gui/dialogs/meeting-page.c: (meeting_page_fill_widgets): Set the organizers status as NEEDS ACTION, checking for the static capability. svn path=/trunk/; revision=29096
* remove the edit function.Li Yuan2005-03-232-9/+8
| | | | | | | | | | | 2005-03-16 Li Yuan <li.yuan@sun.com> * gui/calendar-view.c: (calendar_view_class_init): remove the edit function. Fixes # 40762 svn path=/trunk/; revision=29094
* Popup all the menu items when clicked on the source.Chenthill Palanisamy2005-03-222-13/+7
| | | | | | | | | 2005-03-22 Chenthill Palanisamy <pchenthill@novell.com> * gui/calendar-component.c: (popup_event_cb): Popup all the menu items when clicked on the source. svn path=/trunk/; revision=29090
* Fixes #73031Chenthill Palanisamy2005-03-213-9/+48
| | | | | | | | | | | 2005-03-21 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73031 * gui/dialogs/event-editor.c: (event_editor_finalize): * gui/dialogs/task-editor.c: (task_editor_finalize): Added a check for the presence of the object before unreffing it. svn path=/trunk/; revision=29076
* if its busy, try again (client_cal_opened_cb): dittoJP Rosevear2005-03-212-0/+8
| | | | | | | | | | 2005-03-21 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (default_client_cal_opened_cb): if its busy, try again (client_cal_opened_cb): ditto svn path=/trunk/; revision=29074
* abort sequence (e_day_view_on_top_canvas_motion): prevent drag ofJP Rosevear2005-03-213-9/+17
| | | | | | | | | | | | | 2005-03-21 JP Rosevear <jpr@novell.com> * gui/e-day-view.c (e_day_view_on_main_canvas_drag_data_received): abort sequence (e_day_view_on_top_canvas_motion): prevent drag of recurring events (e_day_view_on_main_canvas_motion): ditto * gui/e-calendar-view.c (on_unrecur_appointment): clear recur id svn path=/trunk/; revision=29073
* ensure the color and primary config are set on the personal sourceJP Rosevear2005-03-213-0/+29
| | | | | | | | | | | 2005-03-21 JP Rosevear <jpr@novell.com> * gui/tasks-component.c (ensure_sources): ensure the color and primary config are set on the personal source * gui/calendar-component.c (ensure_sources): ditto svn path=/trunk/; revision=29072
* Fixes #44579Li Yuan2005-03-212-3/+20
| | | | | | | | | 2005-03-21 Li Yuan <li.yuan@sun.com> * gui/print.c: (print_comp_item): Fixes #44579 svn path=/trunk/; revision=29068
* Fixes #68525, 68580 Added a boolean variable to avoid crash when a raceChenthill Palanisamy2005-03-182-0/+15
| | | | | | | | | | | 2005-03-17 Chenthill Palanisamy <pchenthill@novell.com> Fixes #68525, 68580 * gui/gnome-cal.c (update_query), (gnome_calendar_init): Added a boolean variable to avoid crash when a race condition occurs. svn path=/trunk/; revision=29062
* Fixes #73101Rodrigo Moya2005-03-163-3/+10
| | | | | | | | | | | 2005-03-16 Rodrigo Moya <rodrigo@novell.com> Fixes #73101 * calendar-errors.xml: * calendar-errors.xml.h: removed unnecessary leading space. svn path=/trunk/; revision=29043
* Fixes 72983Rodrigo Moya2005-03-162-0/+8
| | | | | | | | | | | 2005-03-16 Rodrigo Moya <rodrigo@novell.com> Fixes 72983 * gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES flag on the model. svn path=/trunk/; revision=29041
* when publishing, the to_list will always be null so don't error out thenJP Rosevear2005-03-162-4/+9
| | | | | | | | | 2005-03-15 JP Rosevear <jpr@novell.com> * gui/itip-utils.c (itip_send_comp): when publishing, the to_list will always be null so don't error out then svn path=/trunk/; revision=29026
* Merge from 2.10 branchJP Rosevear2005-03-154-2/+8
| | | | svn path=/trunk/; revision=29019
* Fixes #73563JP Rosevear2005-03-142-1/+9
| | | | | | | | | | | | 2005-03-13 JP Rosevear <jpr@novell.com> Fixes #73563 * gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in the snooze case the tray (and via callbacks then) the dialog is destroyed svn path=/trunk/; revision=29011
* Fixes #72979 Check whether its a meeting and send appropriate booleanChenthill Palanisamy2005-03-142-2/+20
| | | | | | | | | | | 2005-03-14 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72979 * gui/e-cal-list-view.c (find_meeting), (e_cal_list_view_on_table_double_click): Check whether its a meeting and send appropriate boolean variable. svn path=/trunk/; revision=29006
* Handling static capability for disabling general send options at theSushma Rai2005-03-113-9/+23
| | | | | | right palce. Fixes #73501 svn path=/trunk/; revision=29000
* free the ecalcomponent after using it.Not Zed2005-03-113-1/+8
| | | | | | | | | | 2005-03-09 Not Zed <NotZed@Ximian.com> * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): * gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent after using it. svn path=/trunk/; revision=28998
* Fixes #73141 Assign the updated client to priv->client and unref the oldChenthill Palanisamy2005-03-082-0/+11
| | | | | | | | | | | 2005-03-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73141 * gui/dialogs/comp-editor.c: (comp_editor_notify_client_changed):Assign the updated client to priv->client and unref the old one. svn path=/trunk/; revision=28979
* disable dialog for asking user which instance(s) to modify.Rodrigo Moya2005-03-062-0/+18
| | | | | | | | | 2005-03-06 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/recur-comp.c (recur_component_dialog): disable dialog for asking user which instance(s) to modify. svn path=/trunk/; revision=28971
* Fixes #72835Rodrigo Moya2005-03-044-54/+127
| | | | | | | | | | | | | | | | | | | | | | 2005-03-04 Rodrigo Moya <rodrigo@novell.com> Fixes #72835 * gui/alarm-notify/alarm-notify-dialog.[ch] (alarm_notify_dialog): changed to return the dialog we create, and to run in the background. (dialog_response_cb): response callback for the dialog. * gui/alarm-notify/alarm-queue.c (alarm_queue_done): don't g_assert, just check for midnight_refresh pointer, and clear it up if not NULL. Also, traverse all clients with g_hash_table_foreach_remove. (free_client_alarms_cb, alarm_queue_remove_client, load_alarms): added missing cleanup code. (queue_midnight_refresh): don't g_assert, just check for midnigh_refresh pointer and clear it up if not NULL. (open_alarm_dialog): store the dialog returned by alarm_notify_dialog(). (tray_icon_destroyed_cb): destroy the dialog if still around. svn path=/trunk/; revision=28956
* Fixes #69556 Add missing call to attach_mime_part.Harish Krishnaswamy2005-03-012-0/+16
| | | | | | | | | | | 2005-02-28 Harish Krishnaswamy <kharish@novell.com> Fixes #69556 * gui/dialogs/cal-attachment-bar.c: (cal_attachment_bar_attach_mime_part): Add missing call to attach_mime_part. svn path=/trunk/; revision=28923
* Fixes #72928Rodrigo Moya2005-03-013-6/+16
| | | | | | | | | | | | | 2005-02-28 Rodrigo Moya <rodrigo@novell.com> Fixes #72928 * gui/alarm-notify/notify-main.c (main): don't call alarm_queue_done... * gui/alarm-notify/alarm-notify.c (alarm_notify_finalize): ...do it at the same level than alarm_queue_init. svn path=/trunk/; revision=28922
* revert fix for 70000, its a ui changeJP Rosevear2005-03-012-1/+5
| | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (gnome_calendar_goto_today): revert fix for 70000, its a ui change svn path=/trunk/; revision=28919
* Connect the signal to "event", and open the attachment only if its aChenthill Palanisamy2005-03-012-15/+25
| | | | | | | | | | 2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb), (setup_widgets): Connect the signal to "event", and open the attachment only if its a double click from the cal attachment bar. svn path=/trunk/; revision=28916
* Fixes #72958 If the backend returns success, if the delay delivery is set,Chenthill Palanisamy2005-02-282-3/+34
| | | | | | | | | | | | 2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72958 * gui/dialogs/comp-editor.c: (save_comp): If the backend returns success, if the delay delivery is set, do not show them in the view, since it will not be created in the server. svn path=/trunk/; revision=28914
* Make sure the base uri is same as the one migration code uses. Avoids twoSivaiah Nallagatla2005-02-262-1/+8
| | | | | | | | | | | 2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com> * gui/calendar-component.c (ensure_sources) : Make sure the base uri is same as the one migration code uses. Avoids two "On This Computer" groups when both migration and this code runs. svn path=/trunk/; revision=28890
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-247-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* Fixes #70000JP Rosevear2005-02-242-0/+8
| | | | | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> Fixes #70000 * gui/gnome-cal.c (gnome_calendar_goto_today): set the view type to day view svn path=/trunk/; revision=28870
* Fixes #72006Chenthill Palanisamy2005-02-234-3/+14
| | | | | | | | | | | | | 2005-02-23 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72006 * gui/dialogs/comp-editor.c: (real_edit_comp): * gui/dialogs/event-editor.c: (show_meeting): * gui/dialogs/task-editor.c: (show_assignment): Reset the changed state, to suppress the promt_to_changes dialog when the fields are not changed. svn path=/trunk/; revision=28868
* Add one more bug to the ChangeLogJP Rosevear2005-02-231-1/+1
| | | | svn path=/trunk/; revision=28852