aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add profiler so that it gets disted properlyRodney Dawes2005-05-1432-1045/+1451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets disted properly 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add new em-folder-utils.[ch] abstraction * em-folder-browser.c: Update for new menu layout Add new methods to handle the actions that were previously only available from the context menu when right-clicking on a folder * em-folder-selector.c (emfs_response): Just call emfu_folder_create if the user wants to create a new folder in the selector dialog (em_folder_selector_get_selected_path): Clean up the code to fix a couple potential crashes * em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or CamelFolderInfo object for the selected item in the tree Add a method to get a pointer to an EMFolderTreeModelStoreInfo object for the selected store in the tree Move folder operations out into em-folder-utils.[ch] so that they are abstracted from the tree and can be used by methods other than the internal context menu * em-folder-utils.[ch]: Move the folder operations code to here * em-folder-view.c: Update for the new menu layout Fix Mark as Read/Unread in the context menu to only show up in the list * mail-component.c (create_item): Just call emfu_folder_create here when the user requests to create a new folder from the New toolbar item 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-mailing-list-actions.xml: Update for the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-plugin-manager.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-save-attachments.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-shell-window.c (setup_widgets): Update for the new menu layout by putting the "component" switching items under the "Tools" menu 2005-05-13 Rodney Dawes <dobey@novell.com> * *.xml: Update to the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-filter-bar.[ch]: Update for the new menu layout svn path=/trunk/; revision=29354
* Add a backslash line separator to EXTRA_DISTRodney Dawes2005-05-142-1/+5
| | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add a backslash line separator to EXTRA_DIST svn path=/trunk/; revision=29353
* if we have a factory method supplied, call that as well. More flexibleNot Zed2005-05-133-2/+17
| | | | | | | | | | 2005-05-13 Not Zed <NotZed@Ximian.com> * e-popup.c (emph_popup_factory): if we have a factory method supplied, call that as well. More flexible popup building. (emph_construct_menu): load factory def. svn path=/trunk/; revision=29352
* 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
* added some info on the menu tag for popup menus.Not Zed2005-05-132-2/+40
| | | | | | | | | 2005-05-13 Not Zed <NotZed@Ximian.com> * evolution-plugin-manual.xml: added some info on the menu tag for popup menus. svn path=/trunk/; revision=29350
* Fixes bug #273868, #300113, #302831.Shreyas Srinivasan2005-05-132-1/+11
| | | | | | | | | | | 2005-05-06 Shreyas Srinivasan <sshreyas@novell.com> * Fixes bug #273868, #300113, #302831. * mail-offline-handler.c : Add check for Camel Offline store check to is_service_relevant. svn path=/trunk/; revision=29349
* Remove the go->offline dialog.Shreyas Srinivasan2005-05-132-146/+4
| | | | | | | | 2005-05-06 Shreyas Srinivasan <sshreyas@novell.com> * e-shell-offline-handler.c: Remove the go->offline dialog. svn path=/trunk/; revision=29348
* Setting default until date to 2 weeks after the start date. Fixes #268906Sushma Rai2005-05-132-3/+12
| | | | svn path=/trunk/; revision=29347
* more api/changes. dosn't build again.Michael Zucci2005-05-1310-55/+323
| | | | svn path=/trunk/; revision=29346
* Use the real folder and real uid (not the virtual if replying to a messageJeffrey Stedfast2005-05-133-24/+47
| | | | | | | | | | 2005-04-21 Jeffrey Stedfast <fejj@novell.com> * em-composer-utils.c (post_reply_to_message): Use the real folder and real uid (not the virtual if replying to a message in a vfolder). Fixes bug #269129. svn path=/trunk/; revision=29345
* add evolution-data-server-1.2 to the list of old dataserver instances.)Harish Krishnaswamy2005-05-122-0/+6
| | | | | | | | | 2005-05-12 Harish Krishnaswamy <kharish@novell.com> * main.c: (kill_dataserver): add evolution-data-server-1.2 to the list of old dataserver instances.) svn path=/trunk/; revision=29342
* ChangeLogShreyas Srinivasan2005-05-121-0/+4
| | | | | | | | 2005-05-12 Shreyas Srinivasan <sshreyas@novell.com> * ChangeLog svn path=/trunk/; revision=29341
* Fixed #272005Shreyas Srinivasan2005-05-121-10/+46
| | | | | | | | 2005-05-12 Shreyas Srinivasan <sshreyas@novell.com> * e-send-options.c : Fixed #272005 svn path=/trunk/; revision=29340
* Added mail-remote stuff. an experimental plugin.Not Zed2005-05-122-1/+6
| | | | | | | | 2005-05-12 Not Zed <NotZed@Ximian.com> * configure.in: Added mail-remote stuff. an experimental plugin. svn path=/trunk/; revision=29339
* Now compiles, with a test client too.Michael Zucci2005-05-125-34/+181
| | | | svn path=/trunk/; revision=29338
* 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
* check for libsoup-2.4 else fail over to libsoup-2.2.Harish Krishnaswamy2005-05-122-1/+15
| | | | | | | | | 2005-05-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: check for libsoup-2.4 else fail over to libsoup-2.2. svn path=/trunk/; revision=29335
* 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
* EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242Vivek Jain2005-05-122-1/+6
| | | | | | | | | 2005-05-06 Vivek Jain <jvivek@novell.com> * em-folder-view.c :EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242 svn path=/trunk/; revision=29330
* Fix the bug 303856. Enables OK button when arrow key used to change theSrinivasa Ragavan2005-05-122-0/+27
| | | | | | | | | 2005-05-12 Srinivasa Ragavan <sragavan@novell.com> * misc/e-dateedit.c: (on_time_entry_key_release), (create_children): Fix the bug 303856. Enables OK button when arrow key used to change the time in a appointment. svn path=/trunk/; revision=29329
* add cleanfiles/built_sourcesMichael Zucci2005-05-1212-1/+41
| | | | svn path=/trunk/; revision=29328
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-1224-1/+82
| | | | svn path=/trunk/; revision=29327
* Fixed wrong xalign of Zip/Postal Code. This was very ugly in languagesUlrich Neumann2005-05-122-3/+9
| | | | | | | | | | 2005-05-04 Ulrich Neumann <uli@myuli.com> * gui/contact-editor/contact-editor.glade: Fixed wrong xalign of Zip/Postal Code. This was very ugly in languages like german, dutch etc. svn path=/trunk/; revision=29326
* Fixed the bug 209416. It shows a different view for contact listsSrinivasa Ragavan2005-05-112-7/+31
| | | | | | | | 2005-05-11 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets//e-minicard.c: (add_field), (remodel): Fixed the bug 209416. It shows a different view for contact lists svn path=/trunk/; revision=29325
* Updated Greek Translation.Kostas Papadimas2005-05-112-1387/+1771
| | | | svn path=/trunk/; revision=29324
* setup cleanfiles & fix extra_distNot Zed2005-05-112-1/+7
| | | | | | | | 2005-05-11 Not Zed <NotZed@Ximian.com> * Makefile.am: setup cleanfiles & fix extra_dist svn path=/trunk/; revision=29323
* fixed the rule for .eplug.xml to avoid stupid intltool-merge diagnostics ↵Michael Zucci2005-05-111-3/+2
| | | | | | going into the file svn path=/trunk/; revision=29322
* 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
* Set a mnemonic for the "Attach" buttonRodney Dawes2005-05-092-1/+6
| | | | | | | | | 2005-05-09 Rodney Dawes <dobey@novell.com> * e-msg-composer-select-file.c (get_selector): Set a mnemonic for the "Attach" button svn path=/trunk/; revision=29320
* Misses header file with previous commit.Sushma Rai2005-05-091-1/+1
| | | | svn path=/trunk/; revision=29319
* Removed the plural form "contact(s)" from translatable error message.Sushma Rai2005-05-093-3/+40
| | | | | | Fixes #261969. svn path=/trunk/; revision=29318
* Forming contact deletion confirmation message based on contact(s) orSushma Rai2005-05-093-11/+50
| | | | | | contact list(s) being deleted. Fixes #222599 svn path=/trunk/; revision=29317
* 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
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-05-093-34/+77
| | | | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * rdf-format.c: Fixes for Bug #73099 and Bug #73098 * csv-format.c: Changed malloc to g_malloc and char to gchar * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=29314
* 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
* Updating Maintainers file to include sush and sragHarish Krishnaswamy2005-05-091-2/+5
| | | | svn path=/trunk/; revision=29312
* **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
* mail-ops.c (mail_send_message) Added code to prevent copying of sentSankar P2005-05-073-43/+56
| | | | | | | | | | | | 2005-05-07 Sankar P <psankar@novell.com> * mail-ops.c (mail_send_message) Added code to prevent copying of sent items, based on provider type * em-account-editor.c (emae_defaults_page) Added code to disable the Sent Folders button svn path=/trunk/; revision=29310
* Use "Attach" as the text for the "Open" action button in the file chooserRodney Dawes2005-05-072-1/+6
| | | | | | | | | 2005-05-06 Rodney Dawes <dobey@novell.com> * e-msg-composer-select-file.c (get_selector): Use "Attach" as the text for the "Open" action button in the file chooser svn path=/trunk/; revision=29309
* handle renamed error files.Not Zed2005-05-062-4/+8
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: handle renamed error files. svn path=/trunk/; revision=29308
* renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.Not Zed2005-05-0610-768/+446
| | | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. Removed some unecessary translations. svn path=/trunk/; revision=29307
* put back e_msg_composer_set_enable_autosave which was removed by mistakeRadek Doulik2005-05-061-0/+8
| | | | svn path=/trunk/; revision=29306
* updates for plugins.Not Zed2005-05-062-1/+28
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: updates for plugins. svn path=/trunk/; revision=29305
* fix names so that intltool will parse as xmlMichael Zucci2005-05-0668-242/+313
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* changed .eplug rule to also convert i18n tags if it ends in xml. AlsoNot Zed2005-05-062-0/+13
| | | | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * plugin.mk: changed .eplug rule to also convert i18n tags if it ends in xml. Also convert .error.xml into .error converting i18n tags. svn path=/trunk/; revision=29303
* Remove markup from translatable string. Fixes #268390 Patch submitted bySarfraaz Ahmed2005-05-062-1/+9
| | | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * filter-rule.c : Remove markup from translatable string. Fixes #268390 Patch submitted by Priit Laes svn path=/trunk/; revision=29302
* Removed the schema /schemas/apps/evolution/mail/junk/sa/daemon_port sinceChenthill Palanisamy2005-05-062-14/+6
| | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * evolution-mail.schemas.in.in: Removed the schema /schemas/apps/evolution/mail/junk/sa/daemon_port since its not used anymore. svn path=/trunk/; revision=29301
* Fixes #273063Chenthill Palanisamy2005-05-063-11/+11
| | | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #273063 * org-gnome-shared-folder-errors.xml: * org-gnome-shared-folder-errors.xml.h:Removed the unwanted tabs and new line characters. svn path=/trunk/; revision=29300
* Fixes #301459 Fixed the typo error.Chenthill Palanisamy2005-05-062-1/+6
| | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * evolution-message-composer.xml: Fixed the typo error. svn path=/trunk/; revision=29299
* Fixes #301459 Correct the typo error and made the sentence more clear.Chenthill Palanisamy2005-05-062-2/+8
| | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * e-shell-importer.c: Correct the typo error and made the sentence more clear. svn path=/trunk/; revision=29298
* Removed the extra space in "Mark as default folder".Chenthill Palanisamy2005-05-062-1/+6
| | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * default-source.c: (org_gnome_default_book): Removed the extra space in "Mark as default folder". svn path=/trunk/; revision=29297
* Corrected the spelling for receipt.Chenthill Palanisamy2005-05-062-1/+5
| | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * read_receipts/read.glade: Corrected the spelling for receipt. svn path=/trunk/; revision=29296
* 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
* Fixed a typo. #273095Sarfraaz Ahmed2005-05-062-2/+5
| | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * e-send-options.glade : Fixed a typo. #273095 svn path=/trunk/; revision=29294
* Fix for 272542Harish Krishnaswamy2005-05-062-2/+7
| | | | svn path=/trunk/; revision=29293
* Fixes #301459 Corrected the spelling for addresses and address.Chenthill Palanisamy2005-05-062-1/+7
| | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * gui/contact-list-editor/contact-list-editor.glade: Corrected the spelling for addresses and address. svn path=/trunk/; revision=29292
* Fixed a typo 272538Srinivasa Ragavan2005-05-062-1/+5
| | | | | | | | 2005-05-05 Srinivasa Ragavan <sragavan@novell.com> * properties.glade : Fixed a typo 272538 svn path=/trunk/; revision=29291
* *gui/certificate-manager.c Changed cert to certificates Fixes #273075Sankar P2005-05-062-6/+12
| | | | | | | | | | 2005-05-06 Sankar P <psankar@novell.com> *gui/certificate-manager.c Changed cert to certificates Fixes #273075 svn path=/trunk/; revision=29290
* Fixed a typo #273064Sarfraaz Ahmed2005-05-062-1/+5
| | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * properties.glade : Fixed a typo #273064 svn path=/trunk/; revision=29289
* Changed string 'login' Rephrased photo string Rephrased photo stringSrinivasa Ragavan2005-05-065-6/+13
| | | | | | | | | | | 2005-05-06 Srinivasa Ragavan <sragavan@novell.com> * addressbook/gui/component/ldap-config.glade: Changed string 'login' * mail/evolution-mail.schemas.in.in: Rephrased photo string * mail/mail-config.glade: Rephrased photo string * ui/evolution-mail-message.xml: Changed 'From' to 'from' svn path=/trunk/; revision=29288
* Changelog already addedChenthill Palanisamy2005-05-063-5/+5
| | | | svn path=/trunk/; revision=29287
* Fix for 273097Harish Krishnaswamy2005-05-062-4/+4
| | | | svn path=/trunk/; revision=29286
* Fixes #272464Chenthill Palanisamy2005-05-063-4/+11
| | | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272464 * addressbook-errors.xml: * addressbook-errors.xml.h: Changed the primary and secondary to make it more clear. svn path=/trunk/; revision=29285
* 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 273096Harish Krishnaswamy2005-05-062-2/+6
| | | | svn path=/trunk/; revision=29283
* Solaris gettext crashes on NULL input string. Fixes #260312. PatchSarfraaz Ahmed2005-05-062-1/+7
| | | | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * misc/e-search-bar.c: (set_menu) Solaris gettext crashes on NULL input string. Fixes #260312. Patch submitted by Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> svn path=/trunk/; revision=29282
* Check for NULL string before passing to dgettext. Fixes a crash onSarfraaz Ahmed2005-05-061-1/+1
| | | | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * gal/e-table/e-table.c (et_real_construct) : Check for NULL string before passing to dgettext. Fixes a crash on Solaris. #260312. Patch submitted by Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> svn path=/trunk/; revision=29280
* **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
* Fixed a typo for #272786Sarfraaz Ahmed2005-05-062-1/+5
| | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * mail/mail-errors.xml : Fixed a typo for #272786 svn path=/trunk/; revision=29277
* 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
* reset upgrade revision to 0Harish Krishnaswamy2005-05-052-1/+5
| | | | | | | | 2005-05-05 Harish Krishnaswamy <kharish@novell.com> * configure.in: reset upgrade revision to 0 svn path=/trunk/; revision=29275
* Updated Nepali translationPawan Chitrakar2005-05-052-3875/+2520
| | | | | | | | 2005-05-05 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali translation svn path=/trunk/; revision=29274
* removed old unused function which was using low level gtkhtml APIsRadek Doulik2005-05-052-71/+5
| | | | | | | | | 2005-05-05 Radek Doulik <rodo@site> * e-msg-composer.c (e_msg_composer_ignore): removed old unused function which was using low level gtkhtml APIs svn path=/trunk/; revision=29273
* use gtk_html_command to ask if selection is active tto avoid usingRadek Doulik2005-05-053-27/+17
| | | | | | | | | | | | | 2005-05-05 Radek Doulik <rodo@site> * em-folder-view.c (em_folder_view_get_popup_target): use gtk_html_command to ask if selection is active tto avoid using selection API directly (emfv_popup_copy_text): use gtkhtml API instead of engine API (emfv_message_reply): use new gtk_html_get_selection_html function to avoid using low level gtkhtml APIs svn path=/trunk/; revision=29272
* 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
* *** empty log message ***Jain Vivek2005-05-051-1/+0
| | | | svn path=/trunk/; revision=29270
* UpdateJP Rosevear2005-05-051-1/+1
| | | | svn path=/trunk/; revision=29269
* use @GAL_PACKAGE@ instead of hardcoding the version. FixesAmish2005-05-043-2/+8
| | | | | | | | | | 2005-05-04 Amish <lists@munshi.biz> * evolution-plugin.pc.in, evolution-shell.pc.in : use @GAL_PACKAGE@ instead of hardcoding the version. Fixes evolution-exchange build issues. svn path=/trunk/; revision=29267
* Initial work on remote mail interface, as a plugin.Michael Zucci2005-05-0410-0/+853
| | | | svn path=/trunk/; revision=29265
* Updated Persian translation by Meelad Zakaria <meelad@farsiweb.info> andRoozbeh Pournader2005-05-042-413/+300
| | | | | | | | | 2005-05-03 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Meelad Zakaria <meelad@farsiweb.info> and myself. svn path=/trunk/; revision=29264
* undefine e_profile_event_emit if we are compiled without profiling. TheNot Zed2005-05-033-2/+24
| | | | | | | | | | | | | 2005-05-03 Not Zed <NotZed@Ximian.com> * e-profile-event.c (e_profile_event_emit): undefine e_profile_event_emit if we are compiled without profiling. The 'abi' is not, nor was ever changed. * e-profile-event.h: revert previous patch, the assumptions were incorrect & the code misunderstood. svn path=/trunk/; revision=29261
* removed include of htmlinterval.h as it's not neededRadek Doulik2005-05-032-1/+5
| | | | | | | | | 2005-05-03 Radek Doulik <rodo@site> * em-format-html-display.c: removed include of htmlinterval.h as it's not needed svn path=/trunk/; revision=29260
* This method is a no-op if we are building without ENABLE_PROFILE defined,Rodney Dawes2005-05-032-4/+6
| | | | | | | | | | 2005-05-02 Rodney Dawes <dobey@novell.com> * e-profile-event.h (e_profile_event_emit): This method is a no-op if we are building without ENABLE_PROFILE defined, so we don't need to define a macro to no-op it, and change ABI at compile time svn path=/trunk/; revision=29259
* 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
* Updated Persian translation by Meelad Zakaria <meelad@farsiweb.info> andRoozbeh Pournader2005-05-022-8178/+7898
| | | | | | | | | 2005-05-02 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Meelad Zakaria <meelad@farsiweb.info> and myself. svn path=/trunk/; revision=29254
* remove Evolution-common.idlJP Rosevear2005-05-024-26/+8
| | | | | | | | | | | | 2005-05-02 JP Rosevear <jpr@novell.com> * Evolution.idl: remove Evolution-common.idl * Makefile.am: don't build Evolution-common.idl * Evolution-common.idl: remove dead code svn path=/trunk/; revision=29253
* Updated Spanish translation.Francisco Javier F. Serrador2005-04-302-14/+23
| | | | | | | | 2005-04-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29252
* Braino.Tor Lillqvist2005-04-291-1/+1
| | | | svn path=/trunk/; revision=29250
* Port to Windows, initial commit:Tor Lillqvist2005-04-29136-595/+1042
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-04-29 Tor Lillqvist <tml@novell.com> Port to Windows, initial commit: * configure.in: Check for Win32, define Automake conditional OS_WIN32. Check for regexec() perhaps in separate -lregex, define REGEX_LIBS if so. Require glib-2.0 >= 2.6 (and thus also gtk+-2.0 >= 2.6) so that we can use the gstdio wrappers for full support of non-ASCII filenames on Win32. Don't use -D_REENTRANT on Win32, has ne special meaning. * gal.pc.in: Require gtk+-2.0 >= 2.6 also here for consistency. * gal-zip.in: New file, used to build zipfile format distribution of gal for Win32. * configure.in * Makefile.am: Add gal-zip(.in). * */Makefile.am * */*.c: Harmonize -I and #include conventions. (Of course, this hasn't anything to do with Windows porting as such, I just got carried away...) Use only -I$(top_srcdir). Use paths to gal headers staring with "gal", except for headers from the same directory as the .c file, which are included as such. Include all gal headers using doublequotes. Sort #includes and remove duplicates and obvious redundancies. Include config.h first without any HAVE_CONFIG_H, then system headers, then other GNOME lib headers, than gal's own headers. Just include gtk.h instead of separate gtk*.h headers. Don't include gi18n.h, include e-i18n.h to use e_gettext() consistently. * gal/Makefile.am: Use -no-undefined on Win32 so that libtool agrees to build a shared library. Because of the bidirectional dependency between libgal and libgal-a11y we can build libgal-a11y sanely as a shared library on Win32, so we don't install any separate libgal-a11y at all. So, on Win32, link the stuff that goes into libgal-a11y also into libgal. Link with REGEX_LIBS. * gal/a11y/Makefile.am: See above. Just build a dummy static libgal-a11y on Win32 (can't convince Automake not to build the library at all on one platform using Automake ifdef, apparently). Then (this is a gross hack) explicitly remove the library after installation in the install-data-local rule. * gal/e-table/Makefile.am * gal/e-table/e-table-config.c: Rename ETABLE_GLADEDIR to GAL_GLADEDIR for consistency. * gal/e-table/e-cell-date.c: No localtime_r() in Microsoft's C library, but its localtime() *is* thread-safe. * gal/e-table/e-cell-text.c * gal/e-table/e-cell-tree.c * gal/e-table/e-cell-vbox.c * gal/e-text/e-text.c * gal/widgets/e-unicode.c: Remove unnecessary inclusion of gdkx.h. * gal/e-table/e-cell-tree.c (ect_realize): Instead of the Xlib macro None (whose value is zero), use the corresponding zero-valued enums from the appropriate GDK type. * gal/e-table/e-table-config.c * gal/e-table/e-table-field-chooser.c * gal/menus/gal-define-views-dialog.c * gal/menus/gal-view-instance-save-as-dialog.c * gal/menus/gal-view-new-dialog.c * gal/widgets/e-categories-master-list-array.c * gal/widgets/e-categories-master-list-dialog.c * gal/widgets/e-categories.c: Use g_build_filename() to construct pathnames at run-time instead of compile-time. On Windows the macros GAL_GLADEDIR and GAL_IMAGESDIR expand to function calls, in order to support installing in a freely chosen location. * gal/e-table/e-table-item.c * gal/e-table/e-cell-vbox.c: Instrad of the Xlib GrabSuccess, use GDK_GRAB_SUCCESS (which has the same value). * gal/e-table/e-table-specification.c (e_table_specification_load_from_file) * gal/e-table/e-table.c (e_table_load_specification) * gal/e-table/e-tree-table-adapter.c (open_file) * gal/menus/gal-view-instance.c (load_current_view) * gal/menus/gal-view-instance.c (load_current_view): On Win32, convert filename to the locale character set before passing to xmlParseFile() which doesn't use UTF-8 filenames. Use gstdio wrappers. * gal/util/Makefile.am: Define GAL_PREFIX as $prefix. Define GAL_LOCALEDIR, GAL_GLADEDIR and GAL_IMAGESDIR also here for e-win32-reloc.c. Include e-win32-reloc.c on Win32. * gal/util/e-iconv.c (e_iconv_init): Use g_win32_getlocale() on Windows. * gal/util/e-util.c * gal/util/e-xml-utils.c: Use g_mkstemp() instead of non-portable mkstemp(). Use GLib pathname manipulation functions. Use gstdio wrappers. * gal/util/e-util-private.h: New file. Contains just Win32 bits for now that redefine the directory names from the Makefile as functions calls. * gal/util/e-win32-reloc.c: New file. Contains a minimal DllMain() and functions to support freely chosen installation location on Windows. * gal/util/e-xml-utils.c: No fsync() in the Microsoft C library. * gal/windgets/Makefile.am: Add -I$(top_srcdir)/gal for consistency with the sibling Makefile.am files. * gal/widgets/e-canvas.c: Instead of the Xlib AlreadyGrabbed, use GDK_GRAB_ALREADY_GRABBED. svn path=/trunk/; revision=29249
* we should not do any layout adjustment if the item doesn't exist.Mengjie Yu2005-04-291-1/+4
| | | | | | | | | | | 2005-04-28 Mengjie Yu <meng-jie.yu@sun.com> * gal/widgets/e-reflow.c: (do_adjustment): we should not do any layout adjustment if the item doesn't exist. Fixes #302275 svn path=/trunk/; revision=29248
* don't build/install corba icon utilsJP Rosevear2005-04-293-209/+6
| | | | | | | | | | 2005-04-29 JP Rosevear <jpr@novell.com> * Makefile.am: don't build/install corba icon utils * Remove e-shell-corba-icon-utils.c svn path=/trunk/; revision=29247
* remove dead filesJP Rosevear2005-04-292-2/+4
| | | | | | | | 2005-04-29 JP Rosevear <jpr@novell.com> * POTFILES.in: remove dead files svn path=/trunk/; revision=29246
* don't build wizard related codeJP Rosevear2005-04-2911-1600/+13
| | | | | | | | | | | | | | | 005-04-29 JP Rosevear <jpr@novell.com> * Makefile.am: don't build wizard related code * Evolution.idl: remove wizard idl include * e-shell.c: remove wizard include * Remove wizard related code which is now in a plugin (and is much simpler due to eplugin) svn path=/trunk/; revision=29245
* Updated Greek Translation.Kostas Papadimas2005-04-292-363/+394
| | | | svn path=/trunk/; revision=29244
* remove a call to refresh folder from here call mail_refresh_folder hereParthasarathi Susarla2005-04-283-3/+12
| | | | | | | | | | | 2005-04-28 Parthasarathi Susarla <sparthasarathi@novell.com> * em-folder-view.c (emfv_set_folder): remove a call to refresh folder from here * em-folder-browser.c (emfb_set_folder): call mail_refresh_folder here svn path=/trunk/; revision=29243
* add an --enable-profiling arg, build the profiling plugin optionally asNot Zed2005-04-282-0/+16
| | | | | | | | | 2005-04-28 Not Zed <NotZed@Ximian.com> * configure.in: add an --enable-profiling arg, build the profiling plugin optionally as well. svn path=/trunk/; revision=29242
* setup the profiling plugin hook if profiling is compiled in.Not Zed2005-04-282-0/+9
| | | | | | | | | 2005-04-28 Not Zed <NotZed@Ximian.com> * main.c (main): setup the profiling plugin hook if profiling is compiled in. svn path=/trunk/; revision=29241
* add some message list loading/profiling points, "list".Not Zed2005-04-283-4/+46
| | | | | | | | | | | | 2005-04-28 Not Zed <NotZed@Ximian.com> * message-list.c: add some message list loading/profiling points, "list". * em-folder-view.c: add some message display/loading profiling points, "goto". svn path=/trunk/; revision=29240
* A profiling plugin hook.Not Zed2005-04-286-1/+305
| | | | | | | | 2005-04-28 Not Zed <NotZed@Ximian.com> * e-profile-event.[ch]: A profiling plugin hook. svn path=/trunk/; revision=29239
* A profiler plugin.Not Zed2005-04-284-0/+83
| | | | | | | | 2005-04-26 Not Zed <NotZed@Ximian.com> * A profiler plugin. svn path=/trunk/; revision=29238
* Fix some leaksRoss Burton2005-04-283-1/+19
| | | | svn path=/trunk/; revision=29237
* We should set the title of the window.Mengjie Yu2005-04-282-0/+8
| | | | | | | | | | | 2005-04-27 Mengjie Yu <meng-jie.yu@sun.com> * e-config.c: (e_config_create_window): We should set the title of the window. Fixes #300477 svn path=/trunk/; revision=29236
* add a signal "style_set" to support theme. ditto.Li Yuan2005-04-282-0/+27
| | | | | | | | | | | | | 2005-04-28 Li Yuan <li.yuan@sun.com> * gal/widgets/e-canvas-background.c: (ecb_style_set), (ecb_class_init):add a signal "style_set" to support theme. * gal/widgets/e-canvas-background.h: ditto. Fixes #301888 svn path=/trunk/; revision=29235
* use widget->style instead of hard code colors.Li Yuan2005-04-284-25/+28
| | | | | | | | | | | | | | | | 2005-04-28 Li Yuan <li.yuan@sun.com> * misc/e-calendar-item.c: (e_calendar_item_realize), (e_calendar_item_set_selection_if_emission), (e_calendar_item_style_set): use widget->style instead of hard code colors. * misc/e-calendar-item.h: * misc/e-calendar.c: (e_calendar_style_set): call e_calendar_item_style_set when style changes. Fixes #6767. svn path=/trunk/; revision=29234
* return FALSE to let GTK run "F6" handler.Li Yuan2005-04-281-1/+1
| | | | | | | | | | | 2005-04-28 Li Yuan <li.yuan@sun.com> * gal/a11y/e-table/gal-a11y-e-table-click-to-add.c: (etcta_event): return FALSE to let GTK run "F6" handler. Fixes #74181 svn path=/trunk/; revision=29233
* bump requiresHarish Krishnaswamy2005-04-261-2/+2
| | | | svn path=/trunk/; revision=29231
* configure.in - bump versionHarish Krishnaswamy2005-04-262-1/+5
| | | | svn path=/trunk/; revision=29230
* updates for 2.3.1 releaseHarish Krishnaswamy2005-04-261-0/+88
| | | | svn path=/trunk/; revision=29229
* Bump libsoup requires.Harish Krishnaswamy2005-04-252-1/+5
| | | | | | | | 2005-04-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Bump libsoup requires. svn path=/trunk/; revision=29228
* change the order of the code to avoid a crash.Li Yuan2005-04-253-2/+12
| | | | | | | | | | | | | | 2005-04-22 Li Yuan <li.yuan@sun.com> * calendar/ea-day-view-main-item.c: (ea_day_view_main_item_destory_cell_data): * calendar/ea-week-view-main-item.c: (ea_week_view_main_item_destory_cell_data): change the order of the code to avoid a crash. Fixes #301885 svn path=/trunk/; revision=29227
* Translation updated by Ivar Smolin.Priit Laes2005-04-242-4/+8
| | | | | | | | 2005-04-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29226
* Add focus_in_event function.Mengjie Yu2005-04-222-1/+41
| | | | | | | | | | | | | 2005-04-21 Mengjie Yu <meng-jie.yu@sun.com> * gui/widgets/e-minicard-view-widget.c: (e_minicard_view_widget_class_init), (e_minicard_view_widget_real_focus_in_event): Add focus_in_event function. Fixes #300968 (gnome bugzilla bugID) svn path=/trunk/; revision=29225
* use idle callback to adjust scrollbar when focus has been changed. addMengjie Yu2005-04-222-0/+42
| | | | | | | | | | | | | | 2005-04-21 Mengjie Yu <meng-jie.yu@sun.com> * gal/widgets/e-reflow.c: (do_adjustment), (cursor_changed), (e_reflow_dispose), (e_reflow_init): use idle callback to adjust scrollbar when focus has been changed. * gal/widgets/e-reflow.h: add source ID field for idle callback Fixes #300954 svn path=/trunk/; revision=29223
* break while row equals -1.Mengjie Yu2005-04-211-0/+3
| | | | | | | | | | | 2005-04-21 Mengjie Yu <meng-jie.yu@sun.com> * gal/widgets/e-selection-model.c: (e_selection_model_key_press): break while row equals -1. Fixes #74434 svn path=/trunk/; revision=29222
* We should incarnate the reflow item if it doesn't exist.Yu Mengjie2005-04-212-0/+21
| | | | | | | | | | | 2005-04-17 Yu Mengjie <meng-jie.yu@sun.com> * gui/widgets/e-minicard.c: (e_minicard_event): We should incarnate the reflow item if it doesn't exist. Fixes #300970 (gnome bugzilla bugID) svn path=/trunk/; revision=29221
* Translation updated by Ivar Smolin.Priit Laes2005-04-212-25/+31
| | | | | | | | 2005-04-20 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29220
* fix up macro so that it doesn't trigger configure failures with newerJames Henstridge2005-04-202-7/+11
| | | | | | | | | | 2005-04-20 James Henstridge <james@jamesh.id.au> * configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it doesn't trigger configure failures with newer versions of pkg-config. Fixes bug #300436. svn path=/trunk/; revision=29218
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-04-192-373/+418
| | | | | | | | | 2005-04-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=29216
* 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
* Translation updated by Ivar Smolin.Priit Laes2005-04-152-37/+31
| | | | | | | | 2005-04-15 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29209
* ** See bug #273752Not Zed2005-04-132-1/+8
| | | | | | | | | | | 2005-04-12 Not Zed <NotZed@Ximian.com> ** See bug #273752 * em-folder-tree.c (emft_drop_folder_rec): handle NULL "parent_name" - dropping to store node. svn path=/trunk/; revision=29206
* bump version, requiresHarish Krishnaswamy2005-04-112-5/+9
| | | | | | | | 2005-04-11 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=29205
* check the store state, can create a shared folder only in online modeParthasarathi Susarla2005-04-112-0/+17
| | | | | | | | | | | 2005-03-31 Parthasarathi Susarla <sparthasarathi@novell.com> * share-folder-common.c:(create_folder): check the store state, can create a shared folder only in online mode Fixes bug 74002 svn path=/trunk/; revision=29203
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-112-11/+27
| | | | svn path=/trunk/; revision=29202
* Updated Czech translation.Miloslav Trmac2005-04-102-4432/+4577
| | | | | | | | 2005-04-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=29199
* Updated Canadian English translation.Adam Weinberger2005-04-092-4519/+4472
| | | | | | | | 2005-04-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29198
* Simplify the scanning for '@' by using strchr().Jeffrey Stedfast2005-04-092-10/+12
| | | | | | | | | 2005-04-08 Jeffrey Stedfast <fejj@novell.com> * em-composer-utils.c (em_utils_send_receipt): Simplify the scanning for '@' by using strchr(). svn path=/trunk/; revision=29197
* 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
* block gtkhtml's selection so that we don't set primary X selectionRadek Doulik2005-04-082-0/+9
| | | | | | | | | | | 2005-04-06 Radek Doulik <rodo@novell.com> * e-msg-composer.c (delete_old_signature): block gtkhtml's selection so that we don't set primary X selection Fixes #36972 svn path=/trunk/; revision=29192
* get the uri from Ebook instead of Esource. e_source_get_uri returns NULLSivaiah Nallagatla2005-04-082-7/+16
| | | | | | | | | | | | | | | 2005-04-04 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook.c (load_source_auth_cb) (addressbook_authenticate) : get the uri from Ebook instead of Esource. e_source_get_uri returns NULL when it does not have a reference to source group with it which happens when the source list from which this source was taken is destroyed but Ebook has reference to that source. e_book_get_uri returns the same uri and it will be always present Fixes #73330 svn path=/trunk/; revision=29190
* Fixes #74265 In time_days_in_month the months are indexed from 0, soChenthill Palanisamy2005-04-082-3/+10
| | | | | | | | | | | 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
* use eab_merging_book_add_contact instead of e_book_async_add_contact toSivaiah Nallagatla2005-04-082-2/+10
| | | | | | | | | | | | 2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-gui-util.c (do_copy) : use eab_merging_book_add_contact instead of e_book_async_add_contact to take care of duplicate checking Fixes #74255 svn path=/trunk/; revision=29187
* change the label to "Request read receipt".Not Zed2005-04-082-0/+16
| | | | | | | | | | | | | | 2005-04-08 Not Zed <NotZed@Ximian.com> * evolution-message-composer.xml: change the label to "Request read receipt". 2004-03-31 ERDI Gergo <cactus@cactus.rulez.org> * evolution-message-composer.xml: Added new menu item for requesting message receipts when composing a new message svn path=/trunk/; revision=29186
* removed. (em_utils_handle_receipt): asynchronously load message if none isNot Zed2005-04-088-3/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-04-08 Not Zed <NotZed@Ximian.com> * em-composer-utils.c (em_utils_ask_receipt): removed. (em_utils_handle_receipt): asynchronously load message if none is supplied. * em-folder-view.c (emfv_set_seen): pass message in. * em-composer-utils.c (em_utils_ask_receipt): strip leading lwsp on the disposition address. (em_utils_ask_receipt): added a comment about which rfc. (em_utils_handle_receipt): merged ask_receipt into here. Changed api to take a message instead, so we don't have to load the message every time. Also only set receipt-handled if we have a receipt requested in the first place. 2005-04-05 ERDI Gergo <cactus@cactus.rulez.org> * mail-errors.xml: Added new dialog for receipt requests * em-composer-utils.c (em_utils_guess_account): Made guess_account public, to be callable from em-folder-view (em_utils_send_receipt): New function to send an RFC 2298-compliant message delivery notification svn path=/trunk/; revision=29185
* Added new receipt_policy field to servicesERDI Gergo2005-04-083-1/+74
| | | | | | | | 2004-08-07 ERDI Gergo <cactus@cactus.rulez.org> * e-account.h: Added new receipt_policy field to services svn path=/trunk/; revision=29184
* implement read-receipt functionality.ERDI Gergo2005-04-083-1/+82
| | | | | | | | 2005-04-05 ERDI Gergo <cactus@cactus.rulez.org> * e-msg-composer.c: implement read-receipt functionality. svn path=/trunk/; revision=29183
* Updated British English translationGareth Owen2005-04-082-2027/+2417
| | | | svn path=/trunk/; revision=29182
* 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 #74291JP Rosevear2005-04-082-1/+8
| | | | | | | | | | | 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
* return proper atk_object name and atk_stateset to avoid crash.Yu Mengjie2005-04-073-4/+24
| | | | | | | | | | | | | | | | 2005-04-06 Yu Mengjie <meng-jie.yu@sun.com> * addressbook/ea-minicard-view.c: (ea_minicard_view_get_name), (ea_minicard_view_ref_state_set): return proper atk_object name and atk_stateset to avoid crash. * addressbook/ea-minicard.c: (ea_minicard_get_name), (ea_minicard_ref_state_set): return proper atk_object name and atk_stateset to avoid crash. Fixes #74404 svn path=/trunk/; revision=29177
* Commit Yong Sun's patch which was reviewed by NotZedAntonio Xu2005-04-072-6/+17
| | | | | | | | 2005-04-07 Antonio Xu <antonio.xu@sun.com> Commit Yong Sun's patch which was reviewed by NotZed svn path=/trunk/; revision=29176
* Updated Spanish translation.Francisco Javier F. Serrador2005-04-071-8/+6
| | | | | | | | 2005-04-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29174
* Updated Spanish translation.Francisco Javier F. Serrador2005-04-072-1006/+1144
| | | | | | | | 2005-04-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29173
* Updated Greek translationNikos Charonitakis2005-04-062-4663/+4914
| | | | svn path=/trunk/; revision=29172
* Updated Serbian translation.Danilo Šegan2005-04-063-10814/+10536
| | | | svn path=/trunk/; revision=29166
* noop if we can't open the book/we're disabled.Not Zed2005-04-062-0/+7
| | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're disabled. svn path=/trunk/; revision=29162
* ** See bug #74320Not Zed2005-04-062-1/+11
| | | | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> ** See bug #74320 * em-format.c (em_format_part_as): if the snooped type is NULL, fall back to application/octet-stream. svn path=/trunk/; revision=29161
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-04-052-556/+616
| | | | | | | | | 2005-04-05 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=29160
* Updated German translation.Frank Arnold2005-04-052-425/+472
| | | | | | | | 2005-04-05 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=29158
* set up DBUS_VERSION for use in the new-mail-notify pluginDavid Malcolm2005-04-052-1/+13
| | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * configure.in: set up DBUS_VERSION for use in the new-mail-notify plugin svn path=/trunk/; revision=29155
* preprocessor hackery using the value of DBUS_VERSION to cope with changesDavid Malcolm2005-04-053-0/+13
| | | | | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * new-mail-notify.c: preprocessor hackery using the value of DBUS_VERSION to cope with changes to the semantics of dbus_message_append_args * Makefile.am: define the DBUS_VERSION in the preprocessor svn path=/trunk/; revision=29154
* Translation updated by Tino Meinen.Vincent van Adrighem2005-04-052-87/+93
| | | | | | | | 2005-04-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=29153
* Add Mark as Read/Unread back to the context menu (#73192) Fix the orderingRodney Dawes2005-04-052-3/+12
| | | | | | | | | | | 2005-04-04 Rodney Dawes <dobey@novell.com> * em-folder-view.c (emfv_popup_items): Add Mark as Read/Unread back to the context menu (#73192) Fix the ordering values for some menu items in the context menu that had duplicate order values svn path=/trunk/; revision=29152
* 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
* Updated Canadian English translation.Adam Weinberger2005-04-032-137/+149
| | | | | | | | 2005-04-02 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29149
* 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
* ** See bug #72935Not Zed2005-04-012-0/+9
| | | | | | | | | | 2005-03-31 Not Zed <NotZed@Ximian.com> ** See bug #72935 * em-folder-view.c: always enable the stop button. svn path=/trunk/; revision=29144
* ** See bug #72518Not Zed2005-04-014-2/+21
| | | | | | | | | | | 2005-03-31 Not Zed <NotZed@Ximian.com> ** See bug #72518 * em-folder-tree.c (emft_popup_delete_folder): prompt for vfolder case differently. svn path=/trunk/; revision=29143
* only noop if we only have 1 message selected, otherwise we don't updateNot Zed2005-04-012-2/+8
| | | | | | | | | | 2005-03-31 Not Zed <NotZed@Ximian.com> * message-list.c (on_selection_changed_cmd): only noop if we only have 1 message selected, otherwise we don't update the menu's. Fixes a problem introduced by 64987's fix. svn path=/trunk/; revision=29141
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-014-1/+20656
| | | | svn path=/trunk/; revision=29139
* Updated Canadian English translation.Adam Weinberger2005-04-012-36/+45
| | | | | | | | 2005-03-31 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29138
* Copied Mozilla code to check if the nssckbi root certs module was too oldJeffrey Stedfast2005-04-011-21/+51
| | | | | | | | | | 2005-03-31 Jeffrey Stedfast <fejj@novell.com> * lib/e-cert-db.c (install_loadable_roots): Copied Mozilla code to check if the nssckbi root certs module was too old and if it was, delete/unload it. svn path=/trunk/; revision=29137
* Fixes #73844JP Rosevear2005-04-012-1/+8
| | | | | | | | | | | 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
* **Fixes #74002 return cnc as NULL if evoluiton is in offline.Vivek Jain2005-03-312-0/+18
| | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #74002 * share-folder-common.c : (get_cnc): return cnc as NULL if evoluiton is in offline. (create_folder): return -1 if in offline svn path=/trunk/; revision=29132
* **Fixes #73787 (bugzilla innerweb.novell) : use path passed in theVivek Jain2005-03-312-9/+46
| | | | | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #73787 (bugzilla innerweb.novell) * share-folder.c : (add_right_clicked) (edit_right_clicked) (delete_right_clicked) : use path passed in the callback to get the current iterator also including some NULL checks svn path=/trunk/; revision=29131
* Updated Czech translation.Miloslav Trmac2005-03-312-719/+770
| | | | | | | | 2005-03-31 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=29130
* 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
* Updated Canadian English translation.Adam Weinberger2005-03-312-144/+176
| | | | | | | | 2005-03-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29127
* add a11y name to Certificates Table Fixes #73914Li Yuan2005-03-302-0/+12
| | | | | | | | | | 2005-03-30 Li Yuan <li.yuan@sun.com> * gui/smime-ui.glade: add a11y name to Certificates Table Fixes #73914 svn path=/trunk/; revision=29126
* add a11y name to Conflict Search Table Fixes #73914Li Yuan2005-03-302-0/+7
| | | | | | | | | | 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
* add a11y name to Mail Accounts Table add a11y name to tables in MailLi Yuan2005-03-303-0/+20
| | | | | | | | | | | | | 2005-03-30 Li Yuan <li.yuan@sun.com> * em-account-prefs.c: (em_account_prefs_treeview_new): add a11y name to Mail Accounts Table * mail-config.glade: add a11y name to tables in Mail Preferences page and Composer Preferences page. Fixes #73914 svn path=/trunk/; revision=29124
* 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
* Hungarian translation updated.Gabor Kelemen2005-03-292-455/+459
| | | | | | | | 2005-03-29 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated. svn path=/trunk/; revision=29122
* Added Xhosa translation. Added "xh" to ALL_LINGUAS.Adi Attar2005-03-294-1/+20958
| | | | | | | | | 2005-03-29 Adi Attar <aattar@cvs.gnome.org> * xh.po: Added Xhosa translation. * configure.in: Added "xh" to ALL_LINGUAS. svn path=/trunk/; revision=29118
* 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 #73198 : pass the full name in get_conatiner_id (get_container_id)Vivek Jain2005-03-282-6/+31
| | | | | | | | | | | | | | 2005-03-28 Vivek Jain <jvivek@novell.com> **Fixes #73198 * share-folder-common.c : (org_gnome_shared_folder_factory): (create_folder__created) : pass the full name in get_conatiner_id (get_container_id) : break the full name and start looking for the name from the top most parent. This will give proper container id even in the case of the duplicate names at different hierarchies svn path=/trunk/; revision=29115
* Added id (Indonesian) to ALL_LINGUAS line. Added Indonesian Translation.Ahmad Riza H Nst2005-03-274-1/+20216
| | | | | | | | | 2005-03-27 Ahmad Riza H Nst <ari@160c.afraid.org> * configure.in: Added id (Indonesian) to ALL_LINGUAS line. * po/id.po: Added Indonesian Translation. svn path=/trunk/; revision=29114
* Updated Nepali translationPawan Chitrakar2005-03-272-1214/+766
| | | | | | | | 2005-03-27 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali translation svn path=/trunk/; revision=29113
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-03-262-617/+641
| | | | svn path=/trunk/; revision=29111
* Translation updated by Tino Meinen.Vincent van Adrighem2005-03-262-1639/+1469
| | | | | | | | 2005-03-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=29110
* Updated Canadian English translation.Adam Weinberger2005-03-262-4435/+4534
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29109
* 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
* Updated Danish translation.Martin Willemoes Hansen2005-03-242-7/+11
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=29102
* 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
* New function to reset focus object. (eti_rows_deleted),Harry Lu2005-03-241-43/+45
| | | | | | | | | | | | | 2005-03-24 Harry Lu <harry.lu@sun.com> * gal/a11y/e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object): New function to reset focus object. (eti_rows_deleted), (gal_a11y_e_table_item_new), (eti_a11y_cursor_changed_cb): call the new function. Fixes #73920 svn path=/trunk/; revision=29097
* 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-242-7/+8
| | | | | | | | | | | 2005-03-16 Li Yuan <li.yuan@sun.com> * gui/widgets/gal-view-minicard.c: (gal_view_minicard_class_init): remove the edit function. Fixes #40762 svn path=/trunk/; revision=29095
* 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
* Fixes #40762Li Yuan2005-03-231-1/+8
| | | | | | | | | | 2005-03-16 Li Yuan <li.yuan@sun.com> * gal-define-views-dialog.c: (etable_selection_change_forall_cb): Fixes #40762 svn path=/trunk/; revision=29093
* Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrectDavid Trowbridge2005-03-232-4/+7
| | | | | | | | 2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu> * Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrect comment svn path=/trunk/; revision=29092
* 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 #73541Chenthill Palanisamy2005-03-224-3/+14
| | | | | | | | | | | | | 2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73541 * csv-format.c: (do_save_calendar_csv): * ical-format.c: (do_save_calendar_ical): * rdf-format.c: (do_save_calendar_rdf): Changed the cal e_cal_new to auth_new_from_source, so that the ecal has the auth function in it. svn path=/trunk/; revision=29089
* Added missing file entry. Updated Swedish translation.Christian Rose2005-03-223-489/+523
| | | | | | | | | 2005-03-22 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entry. * sv.po: Updated Swedish translation. svn path=/trunk/; revision=29087
* Updated German translation.Frank Arnold2005-03-222-609/+638
| | | | | | | | 2005-03-22 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=29086
* Fixes #73066JP Rosevear2005-03-222-1/+7
| | | | | | | | | | 2005-03-21 JP Rosevear <jpr@novell.com> Fixes #73066 * apps_evolution_shell.schemas.in.in: fix typo svn path=/trunk/; revision=29081
* Updated Canadian English translation.Adam Weinberger2005-03-222-4499/+4423
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29078
* require gtkhmtl 3.7.0 with 3.8 package/api versionRadek Doulik2005-03-222-5/+9
| | | | | | | | 2005-03-21 Radek Doulik <rodo@novell.com> * configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version svn path=/trunk/; revision=29077
* 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
* Fix for #73917Philip Van Hoof2005-03-212-1/+5
| | | | | | | | 2005-03-21 Philip Van Hoof <pvanhoof@gnome.org> * configure.in: Fix for #73917 svn path=/trunk/; revision=29075
* 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
* switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in fooJP Rosevear2005-03-212-10/+11
| | | | | | | | | 2005-03-21 JP Rosevear <jpr@novell.com> * main.c: switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in foo actually controls this svn path=/trunk/; revision=29070
* 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
* Forming and setting OWA URL when existing account doesn't containSushma Rai2005-03-182-2/+56
| | | | | | this value. svn path=/trunk/; revision=29060
* replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETEVivek Jain2005-03-183-2/+8
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> * send-options.h: * send-options.c: (org_gnome_compose_send_options): replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE svn path=/trunk/; revision=29059
* **Fixes #73473 user proper entry to calculate the date of reply requestedVivek Jain2005-03-182-1/+7
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> **Fixes #73473 * send-options.c :(org_gnome_compose_send_options) user proper entry to calculate the date of reply requested svn path=/trunk/; revision=29058
* fix the qualifier bit assignments for the STATE target.Not Zed2005-03-183-3/+9
| | | | | | | | | | 2005-03-17 Not Zed <NotZed@Ximian.com> * es-event.h: fix the qualifier bit assignments for the STATE target. * e-shell.c (offline_procedure_finished_cb): fix offline state event. svn path=/trunk/; revision=29057
* fixedJeffrey Stedfast2005-03-181-1/+0
| | | | svn path=/trunk/; revision=29053
* Don't show multiple "Mailer" headers even if multipleJeffrey Stedfast2005-03-182-1/+11
| | | | | | | | | | 2005-03-16 Jeffrey Stedfast <fejj@novell.com> * em-format-html.c (efh_format_headers): Don't show multiple "Mailer" headers even if multiple x-mailer/user-agent/whatever headers exist. Fixes bug #70394. svn path=/trunk/; revision=29052
* Setting the authentication mechanism on the the transport url along withSushma Rai2005-03-172-12/+30
| | | | | | source url. svn path=/trunk/; revision=29051
* Updated Canadian English translation.Adam Weinberger2005-03-171-1/+1
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29050
* ** See bug #73363Not Zed2005-03-172-14/+60
| | | | | | | | | | | | | | 2005-03-16 Not Zed <NotZed@Ximian.com> ** See bug #73363 * em-folder-view.c (emfv_list_message_selected): insert a timeout before loading the message. (emfv_message_selected_timeout): handle the timeout, start loading the message. (emfv_set_folder, emfv_destroy): cleanups for above. svn path=/trunk/; revision=29049
* ** See bug #73559Not Zed2005-03-172-7/+16
| | | | | | | | | | | | 2005-03-16 Not Zed <NotZed@Ximian.com> ** See bug #73559 * em-filter-source-element.c (em_filter_source_element_get_sources): check the url != "" and decoded before using it. svn path=/trunk/; revision=29048
* ** See bug #73347Not Zed2005-03-172-1/+7
| | | | | | | | | | 2005-03-16 Not Zed <NotZed@Ximian.com> ** See bug #73347 * mail-composer-errors.xml: set the default for auto-recover. svn path=/trunk/; revision=29047
* ** See bug #71003, again.Not Zed2005-03-172-2/+8
| | | | | | | | | | 2005-03-16 Not Zed <NotZed@Ximian.com> ** See bug #71003, again. * mail-component.c (impl_quit): fix sense of 'can quit' logic. svn path=/trunk/; revision=29044
* 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
* Added nepali translationPawan Chitrakar2005-03-164-1/+19502
| | | | | | | | | | 2005-03-16 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Added nepali translation * configure.in: Added ne in ALL_LINGUAS svn path=/trunk/; revision=29038
* ** See bug #73550Not Zed2005-03-162-4/+18
| | | | | | | | | | | 2005-03-14 Not Zed <NotZed@Ximian.com> ** See bug #73550 * em-format-hook.c (emfh_format_format): if we are disabled, don't invoke handler, try to invoke old handler if there was one. svn path=/trunk/; revision=29032
* ** See bug #73550 (related for config pages)Not Zed2005-03-162-10/+23
| | | | | | | | | | | | 2005-03-14 Not Zed <NotZed@Ximian.com> ** See bug #73550 (related for config pages) * e-config.c (ech_config_widget_factory): if we are disabled, then noop. (ech_config_factory, ech_commit, ech_abort): same. svn path=/trunk/; revision=29031
* make the search field consistent with the Search Dialog.Mengjie Yu2005-03-162-1/+9
| | | | | | | | | | | 2005-03-16 Mengjie Yu <meng-jie.yu@sun.com> * gui/widgets/e-addressbook-view.c: (search_menu_activated): make the search field consistent with the Search Dialog. Fixes #73270 svn path=/trunk/; revision=29030
* Updated Canadian English translation.Adam Weinberger2005-03-162-4448/+4536
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29029
* Fixed problem with Brazilian Portuguese (pt_BR) translationGuilherme de S. Pastore2005-03-162-2/+7
| | | | svn path=/trunk/; revision=29028
* Set up c/c/p for To: Cc: Bcc: and Post To: entries too.Hans Petter Jansson2005-03-162-0/+21
| | | | | | | | | 2005-03-15 Hans Petter Jansson <hpj@novell.com> * e-msg-composer.c (setup_cut_copy_paste): Set up c/c/p for To: Cc: Bcc: and Post To: entries too. svn path=/trunk/; revision=29027
* 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
* set the type appropriately so that assigned tasks can be handledJP Rosevear2005-03-152-0/+19
| | | | | | | | | 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
* cs.po: Fixed plural cases.Stanislav Brabec2005-03-152-3/+7
| | | | svn path=/trunk/; revision=29024
* don't bonobo_ui_free_string from bonobo_ui_node_to_string - it should beNot Zed2005-03-152-4/+7
| | | | | | | | | | 2005-03-14 Not Zed <NotZed@Ximian.com> * menus/gal-view-menus.c (build_menus): don't bonobo_ui_free_string from bonobo_ui_node_to_string - it should be g_free'd now (api chagne in bonobo). svn path=/trunk/; revision=29020
* Merge from 2.10 branchJP Rosevear2005-03-157-6/+44
| | | | svn path=/trunk/; revision=29019
* Pull from 2.10 branchJP Rosevear2005-03-152-1620/+2101
| | | | svn path=/trunk/; revision=29018
* 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
* bounds check the selection beginning.Theppitak Karoonboonyanan2005-03-141-4/+4
| | | | | | | | | | 2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com> * gal/e-text/e-text.c (e_text_retrieve_surrounding_cb) (e_text_delete_surrounding_cb): bounds check the selection beginning. svn path=/trunk/; revision=29008
* selecion fixes for im's.Theppitak Karoonboonyanan2005-03-141-7/+18
| | | | | | | | | 2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com> * e-cell-text.c (e_cell_text_retrieve_surrounding_cb) (e_cell_text_delete_surrounding_cb): selecion fixes for im's. svn path=/trunk/; revision=29007
* 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
* Updated Turkish TranslationBaris Cicek2005-03-122-6265/+4863
| | | | | | * tr.po: Updated Turkish Translation svn path=/trunk/; revision=29002
* Handling static capability for disabling general send options at theSushma Rai2005-03-115-9/+29
| | | | | | 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
* ** See bug #73293Not Zed2005-03-112-0/+9
| | | | | | | | | | | 2005-03-10 Not Zed <NotZed@Ximian.com> ** See bug #73293 * message-list.c (main_folder_changed): emit a 'list built' signal if we just modified it too. svn path=/trunk/; revision=28997
* Updated Danish translation.Martin Willemoes Hansen2005-03-112-528/+539
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28996