aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Specify additional includes when testing for rpc/pmap_clnt.h. Needed forPavel Roskin2001-08-202-1/+14
| | | | | | | | | * gnome-vfs.m4 (GNOME_WITH_VFS): Specify additional includes when testing for rpc/pmap_clnt.h. Needed for Autoconf 2.50+ only - older versions don't try to compile headers and ignore this argument. svn path=/trunk/; revision=12262
* oops, commit the ChangeLogJeffrey Stedfast2001-08-201-0/+10
| | | | svn path=/trunk/; revision=12261
* added comments to help translators a bit.Damon Chaplin2001-08-202-0/+15
| | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * e-time-utils.c (e_time_parse_date): added comments to help translators a bit. svn path=/trunk/; revision=12260
* Make sure we display a pin when we are popped up.Ettore Perazzoli2001-08-202-0/+8
| | | | | | | * e-shell-view.c (pop_up_folder_bar): Make sure we display a pin when we are popped up. svn path=/trunk/; revision=12259
* Get the entire directory structure for the folder we just created, meaningJeffrey Stedfast2001-08-203-17/+98
| | | | | | | | | | | | | 2001-08-20 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (create_folder): Get the entire directory structure for the folder we just created, meaning if we created a folder named "test.mailbox" where test didn't previously exist, get the listing for "test" and "test.mailbox". * providers/imap/camel-imap-utils.c (imap_parse_folder_name): New function. svn path=/trunk/; revision=12258
* camel_folder_create_folder can now return a heirachial tree so subscribeJeffrey Stedfast2001-08-203-16/+24
| | | | | | | | | | 2001-08-20 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (storage_create_folder): camel_folder_create_folder can now return a heirachial tree so subscribe to down the tree. svn path=/trunk/; revision=12257
* changed all %m/%d/%Y date formats to %d/%m/%Y.Damon Chaplin2001-08-202-7/+11
| | | | | | | | 2001-08-19 Damon Chaplin <damon@ximian.com> * en_GB.po: changed all %m/%d/%Y date formats to %d/%m/%Y. svn path=/trunk/; revision=12256
* added cut.png, copy.png & paste.png, so we can use them for the tasksDamon Chaplin2001-08-202-0/+8
| | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * Makefile.am (buttons_DATA): added cut.png, copy.png & paste.png, so we can use them for the tasks toolbar. svn path=/trunk/; revision=12255
* added Cut/Copy/Paste icons for toolbar.Damon Chaplin2001-08-202-1/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * gui/tasks-control.c: added Cut/Copy/Paste icons for toolbar. svn path=/trunk/; revision=12254
* added Cut/Copy/Paste items to toolbar, though I'm not sure they are veryDamon Chaplin2001-08-202-0/+14
| | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: added Cut/Copy/Paste items to toolbar, though I'm not sure they are very useful. svn path=/trunk/; revision=12253
* use new delete icons in menu & toolbar.Damon Chaplin2001-08-202-3/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: use new delete icons in menu & toolbar. svn path=/trunk/; revision=12252
* uses new delete icons in menu & toolbar.Damon Chaplin2001-08-202-0/+6
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * gui/tasks-control.c: uses new delete icons in menu & toolbar. svn path=/trunk/; revision=12251
* Don't set the paned tree position.Ettore Perazzoli2001-08-202-1/+5
| | | | | | | * e-shell-view.c (setup_widgets): Don't set the paned tree position. svn path=/trunk/; revision=12250
* fill the corba sequence for the accepted_dnd_types.Chris Toshok2001-08-202-0/+7
| | | | | | | | | 2001-08-19 Chris Toshok <toshok@ximian.com> * evolution-shell-component.c (impl__get_supported_types): fill the corba sequence for the accepted_dnd_types. svn path=/trunk/; revision=12249
* use new Cut/Copy/Paste icons.Damon Chaplin2001-08-202-0/+8
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * folder-browser-ui.c: use new Cut/Copy/Paste icons. svn path=/trunk/; revision=12248
* use Cut/Copy/Paste icons.Damon Chaplin2001-08-202-3/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-mail-list.xml: use Cut/Copy/Paste icons. svn path=/trunk/; revision=12247
* Don't show the vbox here. (setup_widgets): Don't show theEttore Perazzoli2001-08-202-2/+8
| | | | | | | | * e-shell-view.c (setup_storage_set_subwindow): Don't show the vbox here. (setup_widgets): Don't show the storage_set_view_box here. svn path=/trunk/; revision=12246
* Added display_name and description to the type.Ettore Perazzoli2001-08-2019-42/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * evolution-test-component.c: Added display_name and description to the type. * evolution-shell-component.c (impl__get_supported_types): Pass `display_name' and `description' here. (evolution_shell_component_construct): Likewise. * evolution-shell-component.h: New members `display_name', `description' in `EvolutionShellComponentFolderType'. * e-component-registry.c (register_type): New args @description and @display_name. Pass to `e_folder_type_registry_register_type()'. (register_component): Pass the values returned in the sequence from __get_supported_types. * e-folder-type-registry.c: New members `display_name' and `description' in `struct _FolderType'. (folder_type_new): New args @description and @display_name. Initialize the respective fields in the `FolderType' accordingly. (folder_type_free): Free `display_name' and `description'. (register_folder_type): New args @display_name, @description. (e_folder_type_registry_register_type): New args @display_name, @description. (e_folder_type_registry_get_description_for_type): New. (e_folder_type_registry_get_display_name_for_type): New. * Evolution-ShellComponent.idl: Added `display_name' and `description' fields to the `FolderType' struct. svn path=/trunk/; revision=12245
* use new delete icon for toolbar.Damon Chaplin2001-08-202-0/+5
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (pixmaps): use new delete icon for toolbar. svn path=/trunk/; revision=12244
* don't use old stock icon for the menu, to be consistent with otherDamon Chaplin2001-08-202-3/+8
| | | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-comp-editor.xml: don't use old stock icon for the menu, to be consistent with other components. Use new delete icon for toolbar. svn path=/trunk/; revision=12243
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-207-84/+122
| | | | | | | | | | | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * mail-mt.c (do_op_status): Allow the activity to be NULL if there isn't a global_shell_client so that we don't try and report status updates when the shell is destroyed. * mail-config.c (add_shortcut_entry): Return if there isn't a global_shell_client. * component-factory.c (owner_set_cb): set the global_shell_client here and connect to the destroy signal. * mail-vfolder.c (vfolder_create_storage): Use an extern global_shell_client. svn path=/trunk/; revision=12242
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-202-1/+13
| | | | | | | | | 2001-08-19 Damon Chaplin <damon@ximian.com> * gui/component/addressbook.c: use new Cut/Copy/Paste/Save/Search icons. svn path=/trunk/; revision=12241
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-202-9/+19
| | | | | | | | 2001-08-19 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: use new Cut/Copy/Paste/Save/Search icons. svn path=/trunk/; revision=12240
* Change the type from "Summary" to "summary" for consistency with the otherEttore Perazzoli2001-08-202-1/+6
| | | | | | | * component-factory.c: Change the type from "Summary" to "summary" for consistency with the other folder types. svn path=/trunk/; revision=12239
* Put the bonobo_object_release_unref() for the db at the top in an attemptEttore Perazzoli2001-08-202-3/+10
| | | | | | | * e-shell.c (destroy): Put the bonobo_object_release_unref() for the db at the top in an attempt to fix #7542. svn path=/trunk/; revision=12238
* Just wanted to mention, this fixes Ximian bug #6995.Chris Lahey2001-08-201-1/+2
| | | | svn path=/trunk/; revision=12237
* Made delete make the cursor go backwards if the user is sorting byChristopher James Lahey2001-08-202-6/+33
| | | | | | | | | 2001-08-19 Christopher James Lahey <clahey@ximian.com> * mail-callbacks.c (delete_msg): Made delete make the cursor go backwards if the user is sorting by descending date. svn path=/trunk/; revision=12236
* fixed typo, 'send' -> 'sent'. Bug #7621.Damon Chaplin2001-08-202-2/+6
| | | | | | | | 2001-08-19 Damon Chaplin <damon@ximian.com> * gui/e-itip-control.c: fixed typo, 'send' -> 'sent'. Bug #7621. svn path=/trunk/; revision=12235
* Change type of toplevel node from "Summary" to "summary". [All the otherEttore Perazzoli2001-08-203-1/+6
| | | | | | | | | | | * e-summary-storage.c (e_summary_storage_new): Change type of toplevel node from "Summary" to "summary". [All the other folder types use lowercase names.] * e-shortcuts.c (load_shortcuts): Also use the display name for the storage. svn path=/trunk/; revision=12234
* Also use the display name for the storage.Ettore Perazzoli2001-08-202-7/+18
| | | | | | | * e-shortcuts.c (load_shortcuts): Also use the display name for the storage. svn path=/trunk/; revision=12233
* Use xmlMemStrdup() to override the type as it's expected to be allocatedEttore Perazzoli2001-08-205-43/+97
| | | | | | | | | | | | | | | | | | | * e-shortcuts.c (load_shortcuts): Use xmlMemStrdup() to override the type as it's expected to be allocated by libxml later on. Also, get the icon for the storage if the shortcut points to a storage. * e-storage-set-view.c (etree_icon_at): Don't special case the Summary storage. Rather, use `e_storage_get_toplevel_node_type()' for getting the type of the node. * e-shortcuts-view-model.c (get_icon_for_item): New helper function. (shortcuts_update_shortcut_cb): Use it. (shortcuts_new_shortcut_cb): Use it. (load_group_into_model): Use it. svn path=/trunk/; revision=12232
* Note: The following changes were based on Zbigniew Chyla's fixes.Jeffrey Stedfast2001-08-201-0/+2
| | | | | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> Note: The following changes were based on Zbigniew Chyla's fixes. * mail-callbacks.c (mail_generate_reply): Convert the date string to UTF-8. (do_forward_non_attached): Same here. svn path=/trunk/; revision=12231
* Updated Swedish translation.Christian Rose2001-08-202-1338/+2625
| | | | | | | | 2001-08-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=12230
* #include <sys/types.h> for regex_t on freebsd.Chris Toshok2001-08-202-0/+5
| | | | | | | | 2001-08-19 Chris Toshok <toshok@ximian.com> * filter-input.c: #include <sys/types.h> for regex_t on freebsd. svn path=/trunk/; revision=12229
* #include <sys/types.h> for mode_t on freebsd.Chris Toshok2001-08-202-0/+7
| | | | | | | | 2001-08-19 Chris Toshok <toshok@ximian.com> * camel-store.h: #include <sys/types.h> for mode_t on freebsd. svn path=/trunk/; revision=12228
* omf-install/Makefile.am (scrollkeeper_localstate_dir) useChris Toshok2001-08-203-5/+22
| | | | | | | | | | | | | | | | | | 2001-08-19 Chris Toshok <toshok@ximian.com> * omf-install/Makefile.am (scrollkeeper_localstate_dir) use $(SCROLLKEEPER_LOCALSTATE_DIR), and not something based on evolution's local state dir. this should fix the core dumps during install on freebsd and solaris. * configure.in (GLIB_CONFIG): use $GLIB_CONFIG if it's set, otherwise default to glib-config. a cheap solution to get this working on freebsd (where they have glib12-config, but not glib-config.) also, switch all `glib-config`s to `$GLIB_CONFIG`. (SCROLLKEEPER_LOCALSTATE_DIR): use scrollkeeper-config to figure this out, and AC_SUBST so omf-install/Makefile.am can use it. svn path=/trunk/; revision=12227
* Marked string for translation (connection type).Chyla Zbigniew2001-08-203-8/+30
| | | | | | | | | | | | | * my-evolution/e-summary-rdf.c (make_connection): Marked string for translation (connection type). * my-evolution/e-summary-weather.c (make_url): Split into two functions: make_url and make_anchor. (weather_make_html): s/make_url/make_anchor/ (make_connection): Marked connection type string for franslation, assign the real URI to ->hostname (using make_url), not location code. svn path=/trunk/; revision=12226
* Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-203-6/+9
| | | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-folder.c (pop3_generate_uids): Make sure the generated UID is non-NULL before appending it to the array of UIDs. How would this even happen? I have no clue... svn path=/trunk/; revision=12225
* Reset the "changed" state to FALSE after a successful save.Jeffrey Stedfast2001-08-202-1/+9
| | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (save_draft): Reset the "changed" state to FALSE after a successful save. svn path=/trunk/; revision=12224
* Added Cut/Copy/Paste underline thingies.Jeffrey Stedfast2001-08-203-4/+9
| | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Added Cut/Copy/Paste underline thingies. svn path=/trunk/; revision=12223
* Convert the date string to UTF-8. (do_forward_non_attached): Same here.Jeffrey Stedfast2001-08-202-12/+21
| | | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Convert the date string to UTF-8. (do_forward_non_attached): Same here. svn path=/trunk/; revision=12222
* Forgot to mention that this commit fixes Ximian bug #4670.Chris Lahey2001-08-201-1/+2
| | | | svn path=/trunk/; revision=12221
* Set the folder bar message here.Christopher James Lahey2001-08-207-4/+167
| | | | | | | | | | | | | | | | 2001-08-19 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (set_folder_bar_label), gui/widgets/e-addressbook-model.c, gui/widgets/e-addressbook-model.h (update_folder_bar_message), gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h (folder_bar_message): Set the folder bar message here. * gui/component/select-names/e-select-names-model.c (SEPLEN): Use strlen(SEPARATOR) here so that if the separator changes the length will work properly. svn path=/trunk/; revision=12220
* fixed a compile errorJeffrey Stedfast2001-08-201-50/+51
| | | | svn path=/trunk/; revision=12219
* Updated Slovak translation.Stanislav Visnovsky2001-08-192-855/+1842
| | | | | | | | 2001-08-19 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=12218
* Added full country list. Fixes Ximian bug #5123.Christopher James Lahey2001-08-192-1/+236
| | | | | | | | | 2001-08-19 Christopher James Lahey <clahey@ximian.com> * gui/contact-editor/fulladdr.glade: Added full country list. Fixes Ximian bug #5123. svn path=/trunk/; revision=12217
* Don't hardcode the default list of stations, let translators define it perChyla Zbigniew2001-08-193-9/+33
| | | | | | | | | * e-summary-preferences.c (make_initial_weather_list), e-summary-weather.c (e_summary_weather_init): Don't hardcode the default list of stations, let translators define it per locale/country. svn path=/trunk/; revision=12216
* added option to hide completed tasks after a given number ofDamon Chaplin2001-08-194-2/+92
| | | | | | | | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * gui/dialogs/cal-prefs-dialog.glade: added option to hide completed tasks after a given number of minutes/hours/days. Unfinished. * gui/dialogs/event-page.c (event_page_fill_component): initialize zone to NULL to avoid a warning. (contacts_clicked_cb): work around a bug in SelectNames by notifying that the page has changed when you click the 'Contacts' button. Otherwise it is easy to lose changes. * gui/dialogs/task-page.c (contacts_clicked_cb): ditto. svn path=/trunk/; revision=12215
* used new Save/Save As icons.Damon Chaplin2001-08-194-3/+22
| | | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (pixmaps): used new Save/Save As icons. * gui/tasks-control.c: * gui/calendar-commands.c (pixmaps): added new Cut/Copy/Paste icons, and changed the 'New Task' icon to use the bigger one I made. svn path=/trunk/; revision=12214
* used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print PreviewDamon Chaplin2001-08-194-50/+28
| | | | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview commands as they do nothing. * evolution-comp-editor.xml: used the new Save/Save As icons. * evolution-calendar.xml: used the new Cut/Copy/Paste icons. svn path=/trunk/; revision=12213
* added 16_copy.png, 16_customize.png, 16_cut.png & 16_paste.png.Damon Chaplin2001-08-193-0/+12
| | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added 16_copy.png, 16_customize.png, 16_cut.png & 16_paste.png. (buttons_DATA): added new_task.png, which I made from scaling up the smaller task.xpm icon. svn path=/trunk/; revision=12212
* New constant `MIN_POPUP_TREE_WIDTH'. (pop_up_folder_bar): Make sure theEttore Perazzoli2001-08-192-2/+14
| | | | | | | | | | * e-shell-view.c: New constant `MIN_POPUP_TREE_WIDTH'. (pop_up_folder_bar): Make sure the pop-up is always this size or more. (setup_widgets): Pass %FALSE for @shrink to `e_paned_pack1()'. (reparent_storage_set_view_box_and_destroy_popup): Likewise. svn path=/trunk/; revision=12211
* Added missing #include <config.h>. (applied by Damon)Zbigniew Chyla2001-08-192-0/+8
| | | | | | | | 2001-08-05 Zbigniew Chyla <cyba@gnome.pl> * folder-info.c: Added missing #include <config.h>. (applied by Damon) svn path=/trunk/; revision=12210
* Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8Zbigniew Chyla2001-08-192-1/+7
| | | | | | | | | | 2001-08-05 Zbigniew Chyla <cyba@gnome.pl> * gui/dialogs/task-page.c (summary_changed_cb): Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8 string). svn path=/trunk/; revision=12209
* Change the default values for "always-sign" to false.Jeffrey Stedfast2001-08-193-3/+12
| | | | | | | | | | | | 2001-08-18 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (config_read): Change the default values for "always-sign" to false. * mail-callbacks.c (open_msg): if the folder is Outbox, let the user edit the message(s) too I guess. svn path=/trunk/; revision=12208
* Shut up!Ettore Perazzoli2001-08-191-0/+6
| | | | svn path=/trunk/; revision=12207
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-197-19/+19
| | | | | | | | | | | | | * evolution-addressbook.xml: Set the pixtype for "ContactEditorDelete" to "pixbuf". * evolution-contact-editor.xml: Likewise. * evolution-contact-list-editor.xml: Likewise. * gui/component/addressbook.c: Hook up `delete-message.png' as the icon for "ContactDelete". * gui/contact-editor/e-contact-editor.c: Likewise. svn path=/trunk/; revision=12206
* Remove "Control-W" accelerator for closing the window.Ettore Perazzoli2001-08-192-1/+6
| | | | | | | * evolution.xml: Remove "Control-W" accelerator for closing the window. svn path=/trunk/; revision=12205
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-197-1/+16
| | | | | | | | | | | * evolution-mail-message.xml: Change pixtype of "MessageDelete" to "pixbuf". * folder-browser-ui.c: Hook the new `delete-message.png' up. * Makefile.am (buttons_DATA): Added `delete-message.png'. svn path=/trunk/; revision=12204
* New, replacing `shortcut_bar_mode_changed_cb'.Ettore Perazzoli2001-08-194-167/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-shell-view-menu.c (shortcut_bar_visibility_changed_cb): New, replacing `shortcut_bar_mode_changed_cb'. (folder_bar_visibility_changed_cb): New, replacing `folder_bar_mode_changed_cb'. (command_toggle_folder_bar): Use `e_shell_view_show_folder_bar()' instead of `e_shell_view_set_folder_bar_mode()'. (command_toggle_shortcut_bar): Use `e_shell_view_show_shortcut_bar()' instead of `e_shell_view_set_shortcut_bar_mode()'. (e_shell_view_menu_setup): Updated for the "shortcut_bar_visibility_changed" and "folder_bar_visibility_changed" signals and the above changes. * e-shell-view.c: New member `folder_bar_popup' in `EShellViewPrivate'. Replaced `folder_bar_mode' and `shortcut_bar_mode' with `folder_bar_shown' and `shortcut_bar_shown', respectively. (init): Updated to initialize these correctly. (reparent): New helper function. (reparent_storage_set_view_box_and_destroy_popup): New helper function. (popdown_transient_folder_bar): Updated to use the `folder_bar_popup'. (folder_bar_popup_map_callback): Renamed from `storage_set_view_box_map_cb'. (e_shell_view_set_shortcut_bar_mode): Removed. (e_shell_view_set_folder_bar_mode): Removed. (e_shell_view_show_shortcut_bar): New. All the calls to `e_shell_view_set_shortcut_bar_mode()' replaced with calls to this one. (e_shell_view_show_folder_bar): New. All the calls to `e_shell_view_set_folder_bar_mode()' replaced with calls to this one. (e_shell_view_folder_bar_shown): New. All the calls to `e_shell_view_get_folder_bar_mode()' replaced with calls to this one. (e_shell_view_shortcut_bar_shown): New. All the calls to `e_shell_view_get_shortcut_bar_mode()' replaced with calls to this one. (class_init): Replace signal `folder_bar_mode_changed' with `folder_bar_visibility_changed' and `shortcut_bar_mode_changed' with `shortcut_visibility_changed'. (e_shell_view_save_settings): Use keys "ShortcutBarShown" and "FolderBarShown" instead of "ShortcutBarMode" and "FolderBarMode", respectively. (e_shell_view_load_settings): Likewise. * e-shell-view.h: Removed enum `EShellViewSubwindowMode'. Renamed signal `shortcut_bar_mode_changed' to `shortcut_bar_visibility_changed' and `folder_bar_mode_changed' to `folder_bar_visibility_changed'. svn path=/trunk/; revision=12203
* Updated Slovenian translationAndraz Tori2001-08-191-14/+65
| | | | svn path=/trunk/; revision=12202
* Updated Slovenian translationAndraz Tori2001-08-191-4796/+6193
| | | | svn path=/trunk/; revision=12201
* New. (config_read): Use locale's setting as default forZbigniew Chyla2001-08-182-1/+18
| | | | | | | | | | | 2001-08-18 Zbigniew Chyla <cyba@gnome.pl> * gui/calendar-config.c (locale_uses_24h_time_format): New. (config_read): Use locale's setting as default for /Calendar/Display/Use24HourFormat so that Europeans don't have to switch to 24-hour format manually. svn path=/trunk/; revision=12200
* Chain to the destroy handler in the parent class. Hey, I'm getting used toFederico Mena Quintero2001-08-181-0/+2
| | | | | | | | | 2001-08-18 Federico Mena Quintero <federico@ximian.com> * e-table-without.c (etw_destroy): Chain to the destroy handler in the parent class. Hey, I'm getting used to this :) svn path=/trunk/; revision=12199
* Renamed events to appointments (please review for me as it was a simpleKevin Breit2001-08-183-20/+26
| | | | | | | | | | 2001-08-18 Kevin Breit <battery841@mediaone.net> * C/usage-calendar.sgml: Renamed events to appointments (please review for me as it was a simple regex replace). * C/usage-mail.sgml: Removed "emoticon" and "root of all evil", removed gargantuan, removed instances of "the the", changes Virtual Folders to vFolders, renamed "Attachements and HTML Mail" section, reworded "Embellish" to say "Enhance" svn path=/trunk/; revision=12198
* add prototype for addressbook_get_other_contact_storage.Chris Toshok2001-08-183-5/+22
| | | | | | | | | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.h: add prototype for addressbook_get_other_contact_storage. * gui/component/addressbook-storage.c (addressbook_get_other_contact_storage): rename register_storage to this, and return the EvolutionStorage. (load_source_data): register_storage => addressbook_get_other_contact_storage. (addressbook_storage_add_source): register_storage => addressbook_get_other_contact_storage. svn path=/trunk/; revision=12197
* changed goto icon from stock icon to pixbuf for the toolbar. Note that theDamon Chaplin2001-08-182-5/+18
| | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: changed goto icon from stock icon to pixbuf for the toolbar. Note that the menu still uses the stock icon. Yuck! Added 'New Task' command to toolbar and menus. svn path=/trunk/; revision=12196
* new function to open the task editor to add a new task.Damon Chaplin2001-08-184-0/+66
| | | | | | | | | | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * gui/gnome-cal.c (gnome_calendar_new_task): new function to open the task editor to add a new task. * gui/calendar-commands.c: added new_task_cb() to create a new task in the calendar folder, and added menu commands for it, and a toolbar button (I think that is what Ettore wanted. Maybe he just meant menu commands. Anyway, it is easy to take out.) Note that we don't have a decent icon for 'New Task' for the toolbar. Also added the new Goto button (but we don't have a similar one for the menu command). svn path=/trunk/; revision=12195
* moved task.xpm here, so it gets installed, so we can use it for the menus.Damon Chaplin2001-08-182-1/+7
| | | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): moved task.xpm here, so it gets installed, so we can use it for the menus. Note that we don't have an icon to use in the toolbar for a new task, and we need one. Jakub? svn path=/trunk/; revision=12194
* connect to the "changed" signal on "entry-web" to update command state.Chris Toshok2001-08-182-0/+11
| | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (set_entry_changed_signals): connect to the "changed" signal on "entry-web" to update command state. svn path=/trunk/; revision=12193
* stop signal emission so the GtkButton class method doesn't mess up theDamon Chaplin2001-08-182-0/+9
| | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * mail-display.c (pixmap_press): stop signal emission so the GtkButton class method doesn't mess up the popup menu. Hopefully fixes bug #1828. svn path=/trunk/; revision=12192
* call e_card_set_id on the list's card so we can continue to use thisChris Toshok2001-08-183-0/+29
| | | | | | | | | | | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c (list_added_cb): call e_card_set_id on the list's card so we can continue to use this dialog. also, call command_state_changed if we aren't closing the dialog so the toolbar is properly sensitized. (list_deleted_cb): always close the dialog after we successfully delete a list. * gui/contact-editor/e-contact-editor.c (card_added_cb): call e_card_set_id on the card so we can continue to use this dialog (to modify or delete the card.) (card_deleted_cb): always close the dialog after we successfully delete a card. svn path=/trunk/; revision=12191
* call e_sexp_encode_string on the search string the user types in so itChris Toshok2001-08-182-6/+16
| | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.c (addressbook_query_changed): call e_sexp_encode_string on the search string the user types in so it doesn't break sexp parsing in the wombat. svn path=/trunk/; revision=12190
* changed print icon types to pixbuf.Damon Chaplin2001-08-182-2/+7
| | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: changed print icon types to pixbuf. svn path=/trunk/; revision=12189
* changed to new print icon.Damon Chaplin2001-08-182-0/+5
| | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * gui/component/addressbook.c: changed to new print icon. svn path=/trunk/; revision=12188
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-183-35/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names.c: (struct ESelectNamesFolder): rename physical_uri to uri, since it includes the addressbook.db for file: uris. (e_select_names_folder_free): physical_uri => uri. (e_select_names_option_activated): physical_uri => uri, and we don't need to strdup_printf "addressbook.db" onto the end anymore. (new_folder): if the physical_uri is a file: uri, append /addressbook.db onto it. (hookup_listener): new function, split out lots of code from e_select_names_hookup_shell_listener. (e_select_names_hookup_shell_listeners): rename e_select_names_hookup_shell_listener to this, and hookup both the local and "Other Contacts" listener, using hookup_listener. (e_select_names_destroy): disconnect from the other_contacts_listener and unref it. * gui/component/select-names/e-select-names.h (struct _ESelectNames): add a listener for Other Contacts, and rename "listener" to "local_listener." svn path=/trunk/; revision=12187
* changed 'Search for Contacts'.Damon Chaplin2001-08-182-1/+5
| | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: changed 'Search for Contacts'. svn path=/trunk/; revision=12186
* changed 'Send contact to other' to 'Forward Contact' and capitalized 'SendDamon Chaplin2001-08-183-4/+13
| | | | | | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: changed 'Send contact to other' to 'Forward Contact' and capitalized 'Send message to Contact' to be consistent with address book. * evolution-addressbook.xml: added '...' to 'Forward Contact' and 'Send Message to Contact' to be consistent with contact editor. svn path=/trunk/; revision=12185
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-182-18/+39
| | | | | | | | | | | | | | | | | | 2001-08-17 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_seq_complete_cb): If we get the "sequence_complete" signal when we aren't searching, it means the addressbook changed out from under us. Clear the search cache, so that future completion requests won't use the out-of-date cached data. Also, don't unref book_view... we leave the EBookView open so that we can catch these addressbook changes. (e_select_names_completion_do_query): Don't use the book_view being non-NULL as a sign that another query is still running. (e_select_names_completion_got_book_view_cb): Properly unref any previous value in book_view. svn path=/trunk/; revision=12184
* Put _() instead of N_() around of the "Search" string,Zbigniew Chyla2001-08-182-1/+7
| | | | | | | | | | 2001-08-17 Zbigniew Chyla <cyba@gnome.pl> * mail-search.c (mail_search_construct): Put _() instead of N_() around of the "Search" string, gnome_dialog_constructv doesn't translate button names. svn path=/trunk/; revision=12183
* s/My Evolution/Summary/Aaron Weber2001-08-187-1450/+306
| | | | | | | | | | | | | | | | | 2001-08-17 Aaron Weber <aaron@ximian.com> * C/usage-exec-summary.sgml: s/My Evolution/Summary/ * C/preface.sgml: Moved "Quickref" stuff to Menuref file. * C/usage-mainwindow.sgml: removed reference to faq. * C/menuref.sgml: Gutted. Filled with "quickref" stuff. * C/evolution.sgml: Removed FAQ. Re-added menuref. Menuref is now the "quick reference" section. svn path=/trunk/; revision=12182
* formatted code nicerJeffrey Stedfast2001-08-181-11/+9
| | | | svn path=/trunk/; revision=12181
* We want wax-seal.png instead, since I added the png files to cvs andJeffrey Stedfast2001-08-182-2/+9
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (mail_write_authenticity): We want wax-seal.png instead, since I added the png files to cvs and renamed it to wax-seal.png. svn path=/trunk/; revision=12180
* Added.Jeffrey Stedfast2001-08-184-88/+92
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * wax-seal.png: Added. * wax-seal-broken.png: Added. svn path=/trunk/; revision=12179
* Don't allow nonroot nodes to be selectedIain Holmes2001-08-182-0/+16
| | | | svn path=/trunk/; revision=12178
* Toggle the View->Attachments menu item. This fixes bug #6107.Jeffrey Stedfast2001-08-183-34/+33
| | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (show_attachments): Toggle the View->Attachments menu item. This fixes bug #6107. svn path=/trunk/; revision=12177
* Build fixIain Holmes2001-08-182-0/+5
| | | | svn path=/trunk/; revision=12176
* Wrote documentation about HTML templates.Kevin Breit2001-08-182-4/+59
| | | | | | | | 2001-08-17 Kevin Breit <battery841@mediaone.net> * C/usage-mail.sgml: Wrote documentation about HTML templates. svn path=/trunk/; revision=12175
* Add a warning for EttoreIain Holmes2001-08-181-0/+1
| | | | svn path=/trunk/; revision=12174
* Changelog I forgotIain Holmes2001-08-181-0/+5
| | | | svn path=/trunk/; revision=12173
* Compile fixesIain Holmes2001-08-186-5/+17
| | | | svn path=/trunk/; revision=12172
* Changed the messages here in the right click menus.Christopher James Lahey2001-08-183-4/+11
| | | | | | | | | | | 2001-08-17 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (e_addressbook_reflow_adapter_right_click), gui/widgets/e-addressbook-view.c (table_right_click): Changed the messages here in the right click menus. svn path=/trunk/; revision=12171
* Start scanning new messages at maxuid + 1 rather than uidval + 1? MaybeJeffrey Stedfast2001-08-182-35/+41
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_update_summary): Start scanning new messages at maxuid + 1 rather than uidval + 1? Maybe I'm missing the logic, but anyways...this might fix bug #5348. svn path=/trunk/; revision=12170
* Libical compile orderIain Holmes2001-08-182-1/+5
| | | | svn path=/trunk/; revision=12169
* Add libical include pathIain Holmes2001-08-181-0/+1
| | | | svn path=/trunk/; revision=12168
* g_return_if_fail(), not g_return_val_if_fail().Ettore Perazzoli2001-08-182-2/+8
| | | | | | | | * evolution-shell-client.c (evolution_shell_client_set_line_status): g_return_if_fail(), not g_return_val_if_fail(). svn path=/trunk/; revision=12167
* don't init the config hereJP Rosevear2001-08-183-2/+7
| | | | | | | | | | 2001-08-17 JP Rosevear <jpr@ximian.com> * component-factory.c (owner_set_cb): don't init the config here * main.c (main): init the config here svn path=/trunk/; revision=12166
* Added some g_warnings for when we return CORBA_OBJECT_NIL; this might helpEttore Perazzoli2001-08-182-3/+16
| | | | | | | | | | * evolution-shell-client.c (evolution_shell_client_get_local_storage): Added some g_warnings for when we return CORBA_OBJECT_NIL; this might help to figure out what is wrong with bug #6625. Also, added a missing CORBA_exception_free(). svn path=/trunk/; revision=12165
* destroy the addresses (clean_up): don't free the addresses, we need themJP Rosevear2001-08-181-3/+3
| | | | | | | | | 2001-08-17 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (destroy): destroy the addresses (clean_up): don't free the addresses, we need them svn path=/trunk/; revision=12164
* remove a cmpiler warningJeffrey Stedfast2001-08-181-1/+1
| | | | svn path=/trunk/; revision=12163
* Changed the order of the toolbar icons (moved "New Message" (formerlyAnna Marie Dirks2001-08-183-5/+14
| | | | | | | | | | | | 2001-08-17 Anna Marie Dirks <anna@ximian.com> * evolution-mail-global.xml : Changed the order of the toolbar icons (moved "New Message" (formerly "Compose") to be the left-most item). * evolution-addressbook.xml: Changed Send Contact to Other to Forward Contact. svn path=/trunk/; revision=12162
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-08-181-0/+2
| | | | | | | | tedfast <fejj@ximian.com> * e-shell.c (e_shell_construct): Don't destroy the splash twice. svn path=/trunk/; revision=12161
* Don't destroy the splash twice.Jeffrey Stedfast2001-08-181-29/+26
| | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * e-shell.c (e_shell_construct): Don't destroy the splash twice. svn path=/trunk/; revision=12160
* remove dead structureJP Rosevear2001-08-182-1/+4
| | | | | | | | 2001-08-17 JP Rosevear <jpr@ximian.com> * mail-config-druid.c: remove dead structure svn path=/trunk/; revision=12159
* utf_name should not be const as e_utf8_from_locale_string() returns anJeffrey Stedfast2001-08-182-3/+10
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * e-local-storage.c (setup_folder_as_stock): utf_name should not be const as e_utf8_from_locale_string() returns an allocated buffer. svn path=/trunk/; revision=12158
* Added key accelerators.Jeffrey Stedfast2001-08-183-30/+52
| | | | | | | | 2001-08-15 Jeffrey Stedfast <fejj@ximian.com> * filter.glade: Added key accelerators. svn path=/trunk/; revision=12157
* Save the always-sign options for pgp and smime. (config_read): Read in theJeffrey Stedfast2001-08-182-0/+24
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_write): Save the always-sign options for pgp and smime. (config_read): Read in the always-save options for pgp and smime. svn path=/trunk/; revision=12156
* Updated Polish translationChyla Zbigniew2001-08-182-271/+485
| | | | svn path=/trunk/; revision=12155
* boring splash againJakub Steiner2001-08-172-0/+4
| | | | svn path=/trunk/; revision=12154
* splash screensJakub Steiner2001-08-172-1/+2
| | | | svn path=/trunk/; revision=12153
* Rupertzilla splashJakub Steiner2001-08-172-0/+4
| | | | svn path=/trunk/; revision=12152
* unref our card_sexp. (create_card_handler): make sure to set the id of theChris Toshok2001-08-172-34/+134
| | | | | | | | | | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (view_destroy): unref our card_sexp. (create_card_handler): make sure to set the id of the vcard so it gets properly transmitted back to the BookView, and notify all matching BookViews to add the created card. (remove_card_handler): notify all matching BookViews to remove the card. (modify_card_handler): notify all matching BookViews to modify the card. (pas_backend_ldap_process_get_book_view): init card_sexp based on the view's search. svn path=/trunk/; revision=12151
* use card_sexp. (pas_backend_file_book_view_free): same.Chris Toshok2001-08-175-324/+461
| | | | | | | | | | | | | | | | 2001-08-17 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-file.c (pas_backend_file_book_view_copy): use card_sexp. (pas_backend_file_book_view_free): same. (vcard_matches_search): use the new pas_backend_card_sexp_match_vcard call. (pas_backend_file_search): use card_sexp. (pas_backend_file_process_get_book_view): same. * backend/pas/Makefile.am (libpas_a_SOURCES): add pas-backend-card-sexp.[ch]. svn path=/trunk/; revision=12150
* Made the default values for column expansions here more reasonable.Christopher James Lahey2001-08-172-6/+11
| | | | | | | | | 2001-08-17 Christopher James Lahey <clahey@ximian.com> * message-list.etspec: Made the default values for column expansions here more reasonable. svn path=/trunk/; revision=12149
* Updated Norwegian translation. Updated with missing files.Kjartan Maraas2001-08-173-571/+696
| | | | | | | | | 2001-08-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Updated with missing files. svn path=/trunk/; revision=12148
* Destroy the hash table and all objects in it, as well as the privChristopher James Lahey2001-08-171-2/+32
| | | | | | | | | 2001-08-17 Christopher James Lahey <clahey@ximian.com> * e-table-without.c (etw_destroy): Destroy the hash table and all objects in it, as well as the priv structure. svn path=/trunk/; revision=12147
* Added code so the user can create a new contact or contact list fromChristopher James Lahey2001-08-172-1/+42
| | | | | | | | | | 2001-08-17 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c (factory_fn): Added code so the user can create a new contact or contact list from anywhere in evolution. svn path=/trunk/; revision=12146
* Startup assistant stuffIain Holmes2001-08-1732-169/+2330
| | | | svn path=/trunk/; revision=12145
* Bumped version number to 0.10.99.4. Fixed some comments.Christopher James Lahey2001-08-172-34/+206
| | | | | | | | | | | | | | | | | | | | | 2001-08-16 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped version number to 0.10.99.4. Fixed some comments. * gal/Makefile.am (libgal_la_LIBADD): Added e-table/e-table-without.lo. From gal/e-table/ChangeLog: 2001-08-16 Christopher James Lahey <clahey@ximian.com> * Makefile.am: Added e-table-without.c and e-table-without.h. * e-table-without.c, e-table-without.h: Got this to compile. Finished the first version of it. svn path=/trunk/; revision=12144
* Only starting cutting the signature out when we match "-- \n", so "--\n"Jason Leach2001-08-172-1/+7
| | | | | | | | | | 2001-08-16 Jason Leach <jleach@ximian.com> * mail-tools.c (mail_tool_quote_message): Only starting cutting the signature out when we match "-- \n", so "--\n" in the middle of a mail won't omit the rest for a quoted reply. Bug #7454. svn path=/trunk/; revision=12143
* Added a closing paren.Jeffrey Stedfast2001-08-172-0/+5
| | | | | | | | 2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * backend/pas/evolutionperson.schema: Added a closing paren. svn path=/trunk/; revision=12142
* Respect the user's desire to be prompted to confirm that he wants toJeffrey Stedfast2001-08-174-10/+63
| | | | | | | | | | | | | | | | | | | | | 2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (confirm_expunge): Respect the user's desire to be prompted to confirm that he wants to expunge the blasted folder. Also, don't set the usize - that's just an evil hack and you may find it will cut off text once the label has been translated. (create_msg_composer): In order for the security options to be checked when composing a new message, we must set the from account explicitly even though the composer hdrs sets the default from account and emits the signal because at that stage the composer hasn't yet connected to the signals and thus the bonobo menu items don't get set. * mail-config.c (mail_config_set_confirm_expunge): New. (mail_config_get_confirm_expunge): New. svn path=/trunk/; revision=12141
* I know what you did last summer!Jason Leach2001-08-174-0/+9
| | | | | | | | 2001-08-16 Jason Leach <jleach@ximian.com> * AUTHORS: I know what you did last summer! svn path=/trunk/; revision=12140
* Desensitize the move/copy/delete/rename in the menus (including rightJason Leach2001-08-173-23/+38
| | | | | | | | | | | | | 2001-08-16 Jason Leach <jleach@ximian.com> * e-shell-view.c (folder_selected_cb): Desensitize the move/copy/delete/rename in the menus (including right click) for stock folders. * Evolution-Icon.idl: Actually remove this file from CVS (its contents are now in Evolution-common.idl). svn path=/trunk/; revision=12139
* Changed "Import file..." to "Import File..." Fixed a few lack ofAnna Marie Dirks2001-08-173-6/+13
| | | | | | | | | | 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution.xml : Changed "Import file..." to "Import File..." * evolution-addressbook.xml : Fixed a few lack of capitalization issues. svn path=/trunk/; revision=12138
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-1712-20/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-16 Damon Chaplin <damon@ximian.com> * gui/dialogs/event-page.c: hide the timezone fields for all-day events. We will use DATE values for these eventually, and these don't have timezones associated with them. Currently we just use the default timezone for all-day events, as a workaround until we have DATE values working. * gui/dialogs/comp-editor-util.c (comp_editor_new_date_edit): added make_time_insensitive flag. Though we may not use it. * gui/dialogs/event-page.glade: made the 'All day event' toggle right-aligned, so it doesn't move when the other widgets are shown and hidden. * gui/e-timezone-entry.c (e_timezone_entry_set_default_timezone): new function to set the default timezone of the widget. If the current timezone setting matches the default then the entry field is hidden. Most people won't use timezones so this makes the GUI simpler. * gui/dialogs/event-page.c (init_widgets): * gui/dialogs/task-page.c (init_widgets): set the default timezone using the above function. * gui/dialogs/task-page.c (task_page_fill_widgets): if the start date or due date is not set, we use the default timezone, so the user doesn't have to set this each time they set the date. svn path=/trunk/; revision=12137
* If we are online and message flags have changed in the current folder,Jeffrey Stedfast2001-08-175-33/+61
| | | | | | | | | | | | | | | | | | 2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (imap_keepalive): If we are online and message flags have changed in the current folder, sync the flags else do a NOOP. This fixes bug #4666. Also lock around the NOOP command. * providers/imap/camel-imap-folder.c (imap_sync_online): Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like this (and maybe others too?) so what we'll do instead is to send "STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear all the flags (since this is in essence what we want to do anyway). svn path=/trunk/; revision=12136
* added e_date_edit_get/set_make_time_insensitive() which makes the timeDamon Chaplin2001-08-173-18/+115
| | | | | | | | | | 2001-08-16 Damon Chaplin <damon@ximian.com> * e-dateedit.c: added e_date_edit_get/set_make_time_insensitive() which makes the time field insensitive rather than hiding it. I'm not sure we're going to actually use this now, though. svn path=/trunk/; revision=12135
* Implement "Message Contains" (searches sender, recipients, subject, andPeter Williams2001-08-172-0/+28
| | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * searches.xml: Implement "Message Contains" (searches sender, recipients, subject, and body) and make it first. svn path=/trunk/; revision=12134
* minor edits. Added <tip> about bug 7428.Aaron Weber2001-08-172-36/+135
| | | | | | | | 2001-08-16 Aaron Weber <aaron@ximian.com> * C/usage-mail.sgml: minor edits. Added <tip> about bug 7428. svn path=/trunk/; revision=12133
* Set the horizontal usize of the entry to 4.Ettore Perazzoli2001-08-172-0/+6
| | | | | | | * e-search-bar.c (activate_by_subitems): Set the horizontal usize of the entry to 4. svn path=/trunk/; revision=12132
* Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't likeJeffrey Stedfast2001-08-172-9/+31
| | | | | | | | | | | | | 2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_sync_online): Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like this (and maybe others too?) so what we'll do instead is to send "STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear all the flags (since this is in essence what we want to do anyway). svn path=/trunk/; revision=12131
* Sort the nodes here... (fe_sort_folder): ... using this function.Peter Williams2001-08-173-1/+24
| | | | | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * subscribe-dialog.c (fe_got_children): Sort the nodes here... (fe_sort_folder): ... using this function. * folder-browser-ui.c (folder_browser_ui_message_loaded): Check for uic == NULL. I'm not sure how this could happen, but... svn path=/trunk/; revision=12130
* Stop search message from conflicting with expunge.Peter Williams2001-08-172-2/+5
| | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Stop search message from conflicting with expunge. svn path=/trunk/; revision=12129
* If the component has no alarms remember to set the priv->updating flag toFederico Mena Quintero2001-08-172-1/+9
| | | | | | | | | | 2001-08-16 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/alarm-page.c (alarm_page_fill_widgets): If the component has no alarms remember to set the priv->updating flag to FALSE before returning. svn path=/trunk/; revision=12128
* Remove the Help menu verbs and add a "HelpFAQ" verb. (command_help):Ettore Perazzoli2001-08-172-12/+12
| | | | | | | | | * e-shell-view-menu.c: Remove the Help menu verbs and add a "HelpFAQ" verb. (command_help): Removed. (command_help_faq): New, implementation for the "HelpFAQ" verb. svn path=/trunk/; revision=12127
* get the destinations property, not the text propertyJP Rosevear2001-08-172-1/+7
| | | | | | | | | | 2001-08-16 JP Rosevear <jpr@ximian.com> * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_get_delegate_name): get the destinations property, not the text property svn path=/trunk/; revision=12126
* add save menu itemJP Rosevear2001-08-172-3/+11
| | | | | | | | 2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: add save menu item svn path=/trunk/; revision=12125
* rename menu item to Assign Task and tidyJP Rosevear2001-08-172-5/+10
| | | | | | | | | 2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: rename menu item to Assign Task and tidy svn path=/trunk/; revision=12124
* Set the default-to-add notification to be display a message 15 minutesFederico Mena Quintero2001-08-172-41/+54
| | | | | | | | | | 2001-08-16 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/alarm-page.c (clear_widgets): Set the default-to-add notification to be display a message 15 minutes before the start of the appointment. Fixes bug #7175. svn path=/trunk/; revision=12123
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-175-4/+95
| | | | | | | | | | | | | | | 2001-08-16 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/comp-editor-util.c (comp_editor_strip_categories): New function to strip surrounding whitespace from a string of categories entered by the user. * gui/dialogs/task-page.c (task_page_fill_component): Use comp_editor_strip_categories(). * gui/dialogs/event-page.c (event_page_fill_component): Likewise. svn path=/trunk/; revision=12122
* Adding the first versions of these files. Doesn't work yet.Christopher James Lahey2001-08-172-0/+181
| | | | | | | | | 2001-08-16 Christopher James Lahey <clahey@ximian.com> * e-table-without.c, e-table-without.h: Adding the first versions of these files. Doesn't work yet. svn path=/trunk/; revision=12121
* single pixel fixJakub Steiner2001-08-171-0/+0
| | | | svn path=/trunk/; revision=12120
* fix previousJakub Steiner2001-08-171-0/+0
| | | | svn path=/trunk/; revision=12119
* next/previous message using the new document templateJakub Steiner2001-08-173-0/+5
| | | | svn path=/trunk/; revision=12118
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-174-4/+12
| | | | | | | | | | 2001-08-16 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_handle_request): Renamed from _begin to match changes in gal 0.10.99.3. svn path=/trunk/; revision=12117
* Added "hit_count" to ECompletionMatch. Used by searchJon Trowbridge2001-08-175-20/+232
| | | | | | | | | | | | | | | | | | | | | | 2001-08-16 Jon Trowbridge <trow@ximian.com> * gal/e-text/e-completion-match.h: Added "hit_count" to ECompletionMatch. Used by search refinement/unrefinement. * gal/e-text/e-completion.c (e_completion_refine_search): Added. Handle automatic search refinements. (e_completion_unrefine_search): Added. Handle automatic search "unrefinements", or reversions. (e_completion_begin_search): Check if the refinement or unrefinement operations can be used to handle the search. Emit "request_search" at the end of the call. (e_completion_class_init): Added a new signal "request_search". "begin_search" is now purely informational, telling views that a series of matches and an "end_search" are forthcoming. * configure.in: Increment version of 0.10.99.3. svn path=/trunk/; revision=12116
* Dequote the same characters that we know how to quote inFederico Mena Quintero2001-08-172-12/+34
| | | | | | | | | | 2001-08-16 Federico Mena Quintero <federico@ximian.com> * src/libical/icalvalue.c (icalmemory_strdup_and_dequote): Dequote the same characters that we know how to quote in icalvalue_text_as_ical_string(). Fixes Ximian bug #7433. svn path=/trunk/; revision=12115
* New callback for the realize signal. (make_bold): New. Hooks up theEttore Perazzoli2001-08-172-1/+44
| | | | | | | | | | * e-shell-folder-title-bar.c (label_realize_callback): New callback for the realize signal. (make_bold): New. Hooks up the label_realize_callback. (e_shell_folder_title_bar_construct): Make the name of the folder bold using it. svn path=/trunk/; revision=12114
* Place it under <category="GNOME|Applications"/>Kjartan Maraas2001-08-174-2/+7
| | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * C/evolution-C.omf: Place it under <category="GNOME|Applications"/> svn path=/trunk/; revision=12113
* Disable "Search Message" when more or less than exactly one message isPeter Williams2001-08-172-1/+4
| | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * folder-browser-ui.c (folder_browser_ui_set_selection_state): Disable "Search Message" when more or less than exactly one message is selected. svn path=/trunk/; revision=12112
* removed the Print Setup menu item, and changed Print Message to Print forAnna Marie Dirks2001-08-172-3/+13
| | | | | | | | | 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml : removed the Print Setup menu item, and changed Print Message to Print for consistency's sake. svn path=/trunk/; revision=12111
* Evil GTK+ hackery. Of course if GTK+ made things easier, I wouldn'tEttore Perazzoli2001-08-173-28/+36
| | | | | | | | | | | | have to do this. * e-gray-bar.c (endarken_style): Just hardcode the colors. * e-shell-folder-title-bar.c (set_title_bar_label_style): New. (e_shell_folder_title_bar_construct): Call it on the labels here, so we get nice white labels. svn path=/trunk/; revision=12110
* Do not set the time popup range. We also want to be able to createFederico Mena Quintero2001-08-173-12/+14
| | | | | | | | | | | | | | 2001-08-16 Federico Mena Quintero <federico@ximian.com> * gui/calendar-config.c (calendar_config_configure_e_date_edit): Do not set the time popup range. We also want to be able to create appointments that are not within nine-to-five! Think of going to the movies! Fixes bug #7436. * gui/dialogs/cal-prefs-dialog.glade: "am/pm" is now "AM/PM". Fixes bug #7367. svn path=/trunk/; revision=12109
* s/doc/help to point at the right dir.Aaron Weber2001-08-171-1/+1
| | | | svn path=/trunk/; revision=12108
* s/the view for `%s' have/the views for `%s' have/.Ettore Perazzoli2001-08-172-1/+6
| | | | | | | * e-shell.c (e_shell_component_maybe_crashed): s/the view for `%s' have/the views for `%s' have/. svn path=/trunk/; revision=12107
* and the .cvsignore files tooKjartan Maraas2001-08-176-53/+0
| | | | svn path=/trunk/; revision=12106
* Removing these files which belong in doc/ not help/Aaron Weber2001-08-1721-1607/+0
| | | | svn path=/trunk/; revision=12105
* Remove debugging message.Ettore Perazzoli2001-08-172-1/+5
| | | | | | * e-storage-set-view.c (etree_icon_at): Remove debugging message. svn path=/trunk/; revision=12104
* Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do theEttore Perazzoli2001-08-172-19/+6
| | | | | | | * evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do the fancy Bonobo help stuff. svn path=/trunk/; revision=12103
* Removing these files which belong in the doc dir, not the help dir.Aaron Weber2001-08-1733-5632/+0
| | | | svn path=/trunk/; revision=12102
* (fe_node_to_shell_path): Use node->name and node->full_name to generatePeter Williams2001-08-172-6/+51
| | | | | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> (fe_node_to_shell_path): Use node->name and node->full_name to generate the the shell path of this item. Don't need to escape the URL, and handle cases when dir_sep != '/' (fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL. Third time's the charm... svn path=/trunk/; revision=12101
* The finaleKjartan Maraas2001-08-174-636/+0
| | | | svn path=/trunk/; revision=12100
* Missed thisKjartan Maraas2001-08-171-9/+0
| | | | svn path=/trunk/; revision=12099
* Here go the restKjartan Maraas2001-08-1733-19802/+0
| | | | svn path=/trunk/; revision=12098
* I have deleted all of these files as they are being moved to the help directory.Aaron Weber2001-08-1746-8967/+0
| | | | svn path=/trunk/; revision=12097
* Nuke the old no docsKjartan Maraas2001-08-1746-8946/+0
| | | | svn path=/trunk/; revision=12096
* Fix this again. Sigh. Problem of namespace = "" may not yet be completelyPeter Williams2001-08-172-1/+7
| | | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-store.c (imap_connect_online): Fix this again. Sigh. Problem of namespace = "" may not yet be completely solved. svn path=/trunk/; revision=12095
* Back to building develKjartan Maraas2001-08-171-1/+1
| | | | svn path=/trunk/; revision=12094
* More devel stuff awayKjartan Maraas2001-08-176-347/+2
| | | | svn path=/trunk/; revision=12093
* Here go the white-papersKjartan Maraas2001-08-174-1002/+0
| | | | svn path=/trunk/; revision=12092
* Updated Slovenian translationAndraz Tori2001-08-171-4077/+3035
| | | | svn path=/trunk/; revision=12091
* Instead of hackfully getting the path, use a CamelURL so that escaping isPeter Williams2001-08-162-10/+12
| | | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * subscribe-dialog.c (fe_done_subscribing): Instead of hackfully getting the path, use a CamelURL so that escaping is handled. Silly me. svn path=/trunk/; revision=12090
* Some info on adding --localstatedir to the configure options.Kjartan Maraas2001-08-162-1/+6
| | | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * README: Some info on adding --localstatedir to the configure options. svn path=/trunk/; revision=12089
* Added omf-install to the build. Adjust for the move of the user docs.Kjartan Maraas2001-08-162-2/+5
| | | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Added omf-install to the build. * configure.in: Adjust for the move of the user docs. svn path=/trunk/; revision=12088
* Adjust for the move of the user docs.Kjartan Maraas2001-08-162-2/+7
| | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Adjust for the move of the user docs. svn path=/trunk/; revision=12087
* Small fix to build. Small fix. Remove an extra space. Same here. And here.Kjartan Maraas2001-08-1612-20/+34
| | | | | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * C/Makefile.am: Small fix to build. * C/evolution-C.omf: Small fix. Remove an extra space. * no/Makefile.am: Same here. * no/evolution-no.omf: And here. svn path=/trunk/; revision=12086
* Updated Hungarian translation.Andras Timar2001-08-162-833/+1100
| | | | | | | | 2001-08-16 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation. svn path=/trunk/; revision=12085
* Check that name != NULL before we start messing with it. (Fixes bug #7329)Jon Trowbridge2001-08-162-9/+17
| | | | | | | | | | 2001-08-16 Jon Trowbridge <trow@ximian.com> * gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add): Check that name != NULL before we start messing with it. (Fixes bug #7329) svn path=/trunk/; revision=12084
* Remove the other copy of the figuresKjartan Maraas2001-08-1646-0/+0
| | | | svn path=/trunk/; revision=12083
* Remove some stray cvs collision markers.Jon Trowbridge2001-08-161-4/+0
| | | | svn path=/trunk/; revision=12082
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-1610-136/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-16 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (match_nickname): Boost scoring on an exact nickname match. Manually addressify match. (match_name): Manually addressify matches. (book_query_score): Remove automatic addressification. * gui/component/addressbook.c (addressbook_query_changed): Minor tweak to avoid a crash if we have a negative subid with id ESB_CATEGORY. This should never happen. (addressbook_menu_activated): Reset the entry/option when we select "Clear". Some changes to reflect renaming in ESearchBar. * gui/component/select-names/e-select-names-bonobo.c (entry_set_property_fn): Cardify after importing destinations. This might fix a problem that Damon is having. 2001-08-16 Jon Trowbridge <trow@ximian.com> * e-filter-bar.c (option_changed): Adjusted for renamed ESearchBar functions. (menubar_activated): Adjusted for renamed ESearchBar functions. * e-search-bar.c: Renames some of the horrible function names: s/option_choice/item_id/, s/suboption_choice/subitem_id/. 2001-08-16 Jon Trowbridge <trow@ximian.com> * gui/cal-search-bar.c: Changed to reflect my renaming of some of the more hideously-named functions in the ESearchBar API. svn path=/trunk/; revision=12081
* updatedMarius Andreiana2001-08-162-1727/+1459
| | | | | | | | 2001-08-16 Marius Andreiana <mandreiana@yahoo.com> * ro.po: updated svn path=/trunk/; revision=12080
* Updated one line about bullet points.Kevin Breit2001-08-164-2/+10
| | | | | | | | 2001-08-15 Kevin Breit <battery841@mediaone.net> * C/usage-mail.sgml: Updated one line about bullet points. svn path=/trunk/; revision=12079
* set title of initial dialog to Addressbook Sources (bug #6704).Chris Toshok2001-08-162-0/+6
| | | | | | | | | 2001-08-15 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.glade: set title of initial dialog to Addressbook Sources (bug #6704). svn path=/trunk/; revision=12078
* don't let people add subdirs in the ldap server storage - everything isChris Toshok2001-08-162-0/+9
| | | | | | | | | | 2001-08-15 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.c (create_ldap_folder): don't let people add subdirs in the ldap server storage - everything is toplevel there. svn path=/trunk/; revision=12077
* Remember the filename is in utf8, so use the e_utf8 functions to set theJeffrey Stedfast2001-08-162-6/+16
| | | | | | | | | | 2001-08-15 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (save_part): Remember the filename is in utf8, so use the e_utf8 functions to set the filename in the file selection dialog. svn path=/trunk/; revision=12076
* Always remove the idle and return FALSE, instead of returning TRUE if morePeter Williams2001-08-162-6/+10
| | | | | | | | | | 2001-08-15 Peter Williams <peterw@ximian.com> * message-list.c (on_cursor_activated_idle): Always remove the idle and return FALSE, instead of returning TRUE if more than one message is selected. svn path=/trunk/; revision=12075
* Stop building the quote after a sigdash, hence, omitting the signatureJason Leach2001-08-162-0/+8
| | | | | | | | | | 2001-08-15 Jason Leach <jleach@ximian.com> * mail-tools.c (mail_tool_quote_message): Stop building the quote after a sigdash, hence, omitting the signature from a reply/forward. Bug #5529. svn path=/trunk/; revision=12074
* *evolution-calendar.xml : Changed "print calendar" to "print".Anna Marie Dirks2001-08-162-1/+7
| | | | | | | | 2001-08-15 Anna Marie Dirks <anna@ximian.com> *evolution-calendar.xml : Changed "print calendar" to "print". svn path=/trunk/; revision=12073
* Don't hardcode/build a help URI here, use gnome_help_display() instead,Jason Leach2001-08-162-9/+15
| | | | | | | | | | | | | 2001-08-15 Jason Leach <jleach@ximian.com> * e-shell-view-menu.c (command_help): Don't hardcode/build a help URI here, use gnome_help_display() instead, which will figure out what language the user needs, etc. (help_verbs): Adapt these menu items to above changes, they don't need to pass "evolution/foo.html" to command_help, just "foo.html". svn path=/trunk/; revision=12072
* Re-added, at Ettore's request, the confirm-expunge dialog.Anna Marie Dirks2001-08-162-8/+123
| | | | | | | | | 2001-08-15 Anna Marie Dirks <anna@ximian.com> * mail-callbacks.c (expunge-folders): Re-added, at Ettore's request, the confirm-expunge dialog. svn path=/trunk/; revision=12071
* Added beginnings of a Norwegian translation. Forgot to add this. KindaKjartan Maraas2001-08-1698-2/+18174
| | | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * no/*: Added beginnings of a Norwegian translation. * sgmldocs.make: Forgot to add this. Kinda important. svn path=/trunk/; revision=12070
* Addded missing dirs to the build. Add checks for scrollkeeper and jw toKjartan Maraas2001-08-162-0/+22
| | | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Addded missing dirs to the build. Add checks for scrollkeeper and jw to get the docs building on later Red Hat's. svn path=/trunk/; revision=12069
* Added this for integration with scrollkeeper.Kjartan Maraas2001-08-163-0/+24
| | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * omf-install/*: Added this for integration with scrollkeeper. svn path=/trunk/; revision=12068
* s/fig/figures/ Make it use the sgmldocs.make framework.Kjartan Maraas2001-08-1622-192/+138
| | | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * C/*.sgml: s/fig/figures/ * C/Makefile.am: Make it use the sgmldocs.make framework. svn path=/trunk/; revision=12067
* Moved imagesKjartan Maraas2001-08-1646-0/+0
| | | | svn path=/trunk/; revision=12066
* New function. Try to approximate the SSL error into errno.Peter Williams2001-08-162-1/+58
| | | | | | | | | | | | | | 2001-08-15 Peter Williams <peterw@ximian.com> * camel-tcp-stream-openssl.c (ssl_error_to_errno): New function. Try to approximate the SSL error into errno. (errlib_error_to_errno): New function, try to approximate OpenSSl's error library's error (ERR_*) into errno. (stream_read): Try to set errno using ssl_error_to_errno. (stream_write): Same. (open_ssl_connection): Same. svn path=/trunk/; revision=12065
* forgot to commit thisJacob Leach2001-08-161-3/+10
| | | | svn path=/trunk/; revision=12064
* Emit a "changed" signal at the end of this function. Bug #7232.Jason Leach2001-08-162-2/+7
| | | | | | | | | 2001-08-15 Jason Leach <jleach@ximian.com> * e-folder.c (e_folder_set_child_highlight): Emit a "changed" signal at the end of this function. Bug #7232. svn path=/trunk/; revision=12063
* Changed help menus to point to evolution/ and not evolution-guide/.Aaron Weber2001-08-162-5/+10
| | | | | | | | | 2001-08-15 Aaron Weber <aaron@ximian.com> * e-shell-view-menu.c (command_about_box): Changed help menus to point to evolution/ and not evolution-guide/. svn path=/trunk/; revision=12062
* Use ALWAYS for scroll frame policy because ETable acts lame withJason Leach2001-08-162-163/+20
| | | | | | | | | 2001-08-15 Jason Leach <jleach@ximian.com> * message-list.c (message_list_init): Use ALWAYS for scroll frame policy because ETable acts lame with AUTOMATIC. Bug #6925. svn path=/trunk/; revision=12061
* US datifiedIain Holmes2001-08-162-1/+5
| | | | svn path=/trunk/; revision=12060
* s/My Evolution/Summary/Iain Holmes2001-08-162-4/+8
| | | | svn path=/trunk/; revision=12059
* s/My Evolution/Summary/Iain Holmes2001-08-167-11/+27
| | | | svn path=/trunk/; revision=12058
* Add a new IDL function, Evolution::Shell::setLineStatus (in boolean). BugJason Leach2001-08-164-3/+58
| | | | | | | | | | | | | | | | | 2001-08-15 Jason Leach <jleach@ximian.com> * Evolution-Shell.idl: Add a new IDL function, Evolution::Shell::setLineStatus (in boolean). Bug #3030. * e-shell.c (impl_Shell_setLineStatus): Implementation of the above. * evolution-shell-client.c (evolution_shell_client_set_line_status): A wrapper function for the above, this is what a component can call to set the shell on/offline. svn path=/trunk/; revision=12057
* Force open of internal data before using it.Not Zed2001-08-162-0/+5
| | | | | | | | 2001-08-16 Not Zed <NotZed@Ximian.com> * dumpindex.c (main): Force open of internal data before using it. svn path=/trunk/; revision=12056
* oops wrong shadowJakub Steiner2001-08-161-0/+0
| | | | svn path=/trunk/; revision=12055
* compose message fixJakub Steiner2001-08-162-0/+2
| | | | svn path=/trunk/; revision=12054
* Don't confirm expunge.Not Zed2001-08-152-1/+5
| | | | | | | | 2001-08-16 Not Zed <NotZed@Ximian.com> * mail-callbacks.c (expunge_folder): Don't confirm expunge. svn path=/trunk/; revision=12053
* only fill the component and save it if something has changedJP Rosevear2001-08-152-2/+15
| | | | | | | | | | | 2001-08-15 JP Rosevear <jpr@ximian.com> * gui/dialogs/comp-editor.c (save_comp): only fill the component and save it if something has changed (save_comp_with_send): only try to send if something has changed and the editor needs a send svn path=/trunk/; revision=12052
* change yellow attachment to white oneJakub Steiner2001-08-153-0/+4
| | | | svn path=/trunk/; revision=12051
* OK, re-added the default alarm options. Way too many people are asking forFederico Mena Quintero2001-08-152-0/+106
| | | | | | | | | 2001-08-15 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/cal-prefs-dialog.glade: OK, re-added the default alarm options. Way too many people are asking for them. svn path=/trunk/; revision=12050
* Use a next pointer so we keep the list intact as we scan it.Not Zed2001-08-153-4/+12
| | | | | | | | | 2001-08-16 Not Zed <NotZed@Ximian.com> * ibex_block.c (ibex_use): Use a next pointer so we keep the list intact as we scan it. svn path=/trunk/; revision=12049
* Oh crap, huge killer typo.Peter Williams2001-08-152-1/+6
| | | | | | | | | 2001-08-15 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-store.c (imap_connect_online): Oh crap, huge killer typo. svn path=/trunk/; revision=12048
* Add the user creatable items. The callback is not actually implementedFederico Mena Quintero2001-08-154-23/+134
| | | | | | | | | | | | | | 2001-08-15 Federico Mena Quintero <federico@ximian.com> * gui/component-factory.c (factory_fn): Add the user creatable items. The callback is not actually implemented yet; this is just to finalize the GUI. * gui/dialogs/cal-prefs-dialog.glade: Added an option to ask for confirmation when deleting items. Added underlined shortcuts (they may not all work currently). svn path=/trunk/; revision=12047
* fix contact panel iconsJakub Steiner2001-08-153-268/+258
| | | | svn path=/trunk/; revision=12046
* oop, wrong filenameJakub Steiner2001-08-152-1/+1
| | | | svn path=/trunk/; revision=12045
* less detail on bottomJakub Steiner2001-08-152-0/+5
| | | | svn path=/trunk/; revision=12044
* implement using search_for_dn.Chris Toshok2001-08-152-4/+19
| | | | | | | | | | 2001-08-14 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (pas_backend_ldap_process_get_vcard): implement using search_for_dn. svn path=/trunk/; revision=12043
* New function to limit use of fd's. Mark an ibex file in use, re-open ifNot Zed2001-08-153-5/+216
| | | | | | | | | | | | | | | | | | | 2001-08-15 Not Zed <NotZed@Ximian.com> * ibex_block.c (ibex_use): New function to limit use of fd's. Mark an ibex file in use, re-open if necessary, and close off another (lru) if necessary. (ibex_unuse): Mark an ibex as not in use. (ibex_open): Delay opening of the actual block file till later, and add the ibex to a global list. (ibex_save): Use/unuse around operations. (close_backend): Zero out blocks when closed. (ibex_close): Remove the ibex from the global list before closing it down. (ibex_index_buffer, ibex_find, ibex_unindex, ibex_find_name): Use/unuse around ops. svn path=/trunk/; revision=12042
* gets rid of those annoying operation-re-registered messages at last.Not Zed2001-08-153-14/+9
| | | | | | | | | | | | 2001-08-15 Not Zed <NotZed@Ximian.com> * mail-local.c (register_folder_register): Remove operation registration/etc. Handled by mail-mt.c * message-list.c (regen_list_regen): Remove camel operation registration/etc. svn path=/trunk/; revision=12041
* Canonicalize store->namespace to end in store->dir_sep, once both valuesPeter Williams2001-08-152-1/+18
| | | | | | | | | | | 2001-08-14 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-store.c (imap_connect_online): Canonicalize store->namespace to end in store->dir_sep, once both values are known. The %F-related code makes this assumption. Probably fixes a bug reported on the mailing list. svn path=/trunk/; revision=12040
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-1514-69/+747
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-14 Damon Chaplin <damon@ximian.com> * gui/dialogs/task-page.c: * gui/dialogs/event-page.c: added support for the Contacts field. Note that I'm not sure what we should put in the iCalendar CONTACT properties. Currently we put "name <email>", but it isn't recognized as a contact when we reopen the dialog, so we may need more info here. Also we currently use a simple parser to parse the above format, and we should maybe use some camel function. * gui/dialogs/task-page.glade: * gui/dialogs/event-page.glade: replaced the GtkEntry fields for the Contacts with a GtkEventBox which we put the BonoboControl in at runtime. * gui/dialogs/meeting-page.c (invite_entry_changed): added FIXMEs since it doesn't seem to be freeing the EDestination stuff. JP? * gui/dialogs/comp-editor-util.c: added bunch of utility functions to handle the Contacts field in the main Event and Task pages. * gui/gnome-cal.c: added visible_start and visible_end fields, so we only emit the 'dates-shown-changed' signal when really necessary. Currently changing the folder title bar label results in a complete redraw of the Evolution window (silly GtkLabel queueing a resize), so we want to avoid that as much as possible. (gnome_calendar_new_appointment_for): only move the event's end time to the end of the day if it is not already 00:00:00. * gui/e-week-view-event-item.c: * gui/e-week-view.c: * gui/e-day-view.c: added support for double-clicking on an event to open it, and for double-clicking on the background to create a new event. There is still a minor problem to sort out, but it basically works. * cal-util/cal-component.c: added support for CONTACT properties, mainly by copying the code for COMMENT properties which are exactly the same type. * gui/e-day-view.c (e_day_view_realize): use the same color for the top canvas background as the shortcut bar, to make it look a little nicer (I think). Although we still have the theme problem with hard-coded colors. svn path=/trunk/; revision=12039
* removed send_receive_mockups.gladeJeffrey Stedfast2001-08-151-534/+0
| | | | svn path=/trunk/; revision=12038
* YESS!Peter Williams2001-08-152-19/+53
| | | | | | | | | | | | | | 2001-07-12 Peter Williams <peterw@ximian.com> * e-msg-composer.c (map_default_cb): New function. Figure out which widget gets the default and assign it. Harder to do than it sounds. (e_msg_composer_construct): Hook map_default_cb up to the "map" signal. (set_focus_to_editor): Removed. (set_focus_to_editor_idle): Removed. svn path=/trunk/; revision=12037
* Convert the UTF-8 account name string into a gtk-string before using it inJeffrey Stedfast2001-08-152-3/+11
| | | | | | | | | 2001-08-14 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c (load_accounts): Convert the UTF-8 account name string into a gtk-string before using it in the GtkCList. svn path=/trunk/; revision=12036
* icon for "Goto date.." -button. /tigertTuomas Kuosmanen2001-08-153-0/+6
| | | | svn path=/trunk/; revision=12035
* in default_user:Peter Williams2001-08-154-8/+18
| | | | | | | | | | | | | | | | 2001-08-14 Peter Williams <peterw@ximian.com> * searches.xml: Rename <title> to <_title> so that these fields can be translated. in filter: 2001-08-14 Peter Williams <peterw@ximian.com> * filter-rule.c (xml_decode): Match either "title" or "_title" to allow for translations of the title (provided in the default files) svn path=/trunk/; revision=12034
* Update moreKjartan Maraas2001-08-151-103/+117
| | | | svn path=/trunk/; revision=12033
* After talking to NotZed, it turns out I was wrong after all. (store_sync):Jeffrey Stedfast2001-08-152-3/+28
| | | | | | | | | | | | | 2001-08-13 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (camel_store_get_folder): After talking to NotZed, it turns out I was wrong after all. (store_sync): Create a copy of the folder-cache that owns a ref on each of the folders so that if one of the folders get's finalized inside store_sync(), we don't run into any locking issues. This is mostly meant to solve a problem in IMAP (#6089). svn path=/trunk/; revision=12032
* Made the click-to-add message shorter. Fixes bug #7177.Federico Mena Quintero2001-08-151-0/+5
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/e-calendar-table.etspec: Made the click-to-add message shorter. Fixes bug #7177. svn path=/trunk/; revision=12031
* *** empty log message ***Federico Mena Quintero2001-08-152-2/+2
| | | | svn path=/trunk/; revision=12030
* Make previous unread wrap around too.Peter Williams2001-08-152-1/+4
| | | | | | | | | 2001-08-14 Peter Williams <peterw@ximian.com> * mail-callbacks.c (previous_unread_msg): Make previous unread wrap around too. svn path=/trunk/; revision=12029
* Commented out menuref. Commented out menuref. commented out menuref.Aaron Weber2001-08-1510-34/+42
| | | | | | | | | | | 2001-08-14 Aaron Weber <aaron@ximian.com> * C/usage-mainwindow.sgml: Commented out menuref. * C/usage-contact.sgml: Commented out menuref. * C/evolution.sgml: commented out menuref. * C/preface.sgml: commented out menuref. svn path=/trunk/; revision=12028
* Added Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-152-0/+7
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/calendar-commands.c (pixmaps): Added Tigert's new icons for Prev and Next. svn path=/trunk/; revision=12027
* Add Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-152-4/+8
| | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * evolution-calendar.xml: Add Tigert's new icons for Prev and Next. svn path=/trunk/; revision=12026
* Small version to match.. /tigertTuomas Kuosmanen2001-08-151-0/+0
| | | | svn path=/trunk/; revision=12025
* new versions, a bit smoother.. /tigertTuomas Kuosmanen2001-08-153-0/+0
| | | | svn path=/trunk/; revision=12024
* New arrow icons for calendar.. /tigertTuomas Kuosmanen2001-08-154-0/+6
| | | | svn path=/trunk/; revision=12023
* Destroy, do not unref, the popup_window.Federico Mena Quintero2001-08-152-1/+7
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * e-cell-date-edit.c (e_cell_date_edit_destroy): Destroy, do not unref, the popup_window. svn path=/trunk/; revision=12022
* Destroy, do not unref, the popup_window.Federico Mena Quintero2001-08-151-1/+2
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * e-cell-combo.c (e_cell_combo_destroy): Destroy, do not unref, the popup_window. svn path=/trunk/; revision=12021
* Make the "Any Category" item consistent with the one in the addressbook.Federico Mena Quintero2001-08-152-6/+15
| | | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/cal-search-bar.c (make_suboptions): Make the "Any Category" item consistent with the one in the addressbook. Also, free the items correctly. svn path=/trunk/; revision=12020
* Correctness fixes for when the entry and submenu must be interchanged.Federico Mena Quintero2001-08-152-24/+50
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * e-search-bar.c (activate_by_subitems): Correctness fixes for when the entry and submenu must be interchanged. svn path=/trunk/; revision=12019
* Use the passed-in unread_count.Dan Winship2001-08-153-1/+10
| | | | | | | | | | * evolution-storage.c (evolution_storage_new_folder): Use the passed-in unread_count. * e-corba-storage.c (impl_StorageListener_notifyFolderCreated): Pass the passed-in unread_count to e_storage_new_folder. svn path=/trunk/; revision=12018
* If the account is enabled, set a checkmark pixmap instead of a strangePeter Williams2001-08-153-3/+29
| | | | | | | | | | | | | 2001-08-14 Peter Williams <peterw@ximian.com> * mail-accounts.c (load_accounts): If the account is enabled, set a checkmark pixmap instead of a strange plus sign. (mail_accounts_dialog_init): Load the pixmap here. (mail_accounts_dialog_finalise): Free it here. * mail-accounts.h: Prototype it here. svn path=/trunk/; revision=12017
* Handle an array of categories in the CalSearchBar instead of our own menuFederico Mena Quintero2001-08-154-141/+157
| | | | | | | | | | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/cal-search-bar.c (get_current_category): Handle an array of categories in the CalSearchBar instead of our own menu items. (notify_query_contains): Fetch the text from the search bar here instead of in regen_query(). (regen_query): Handle category searches. (notify_category_is): New function. (cal_search_bar_construct): Do not create an option menu. (make_suboptions): New function to create the suboption items from the list of categories. (notify_query_contains): Do not include a category sexp here. svn path=/trunk/; revision=12016
* Tell the search bar to translate the subitem texts.Federico Mena Quintero2001-08-152-0/+7
| | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/component/addressbook.c (addressbook_factory_new_control): Tell the search bar to translate the subitem texts. svn path=/trunk/; revision=12015
* *Please* add accessor functions instead of just object arguments!Federico Mena Quintero2001-08-153-42/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> *Please* add accessor functions instead of just object arguments! * e-search-bar.c (e_search_bar_set_option_choice): New function. (e_search_bar_set_suboption_choice): New function. (e_search_bar_set_text): New function. (impl_set_arg): Use the functions above instead of setting things directly. (add_dropdown): If the item is a separator, set it as insensitive. (activate_by_subitems): Handle the translate field in the subitem structure. Also, allow the creation of separators by having NULL text strings in the subitems. (set_option): If the item is a separator, set it as insensitive. (set_option): Do not use the subitem_garbage hack. Do proper memory management instead. (e_search_bar_set_suboption): New function to change the suboption items in a search bar. * e-search-bar.h (ESearchBarSubitem): Added a `translate' field. This API sucks so much it is not funny. (ESearchBar): Removed the subitem_garbage hack. Please do proper memory management. svn path=/trunk/; revision=12014
* Add "Any Category" option for category searches.Jon Trowbridge2001-08-144-9/+32
| | | | | | | | | | | | | | | | 2001-08-14 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook.c (addressbook_factory_new_control): Add "Any Category" option for category searches. (addressbook_query_changed): Do the right thing on an "Any Category" search. 2001-08-14 Jon Trowbridge <trow@ximian.com> * e-search-bar.c (activate_by_subitems): Oops... initial suboption_choice should be subitems[0].id, not 0. svn path=/trunk/; revision=12013