aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_5_93nobody2004-08-14304-93103/+0
| | | | | | 'EVOLUTION_1_5_93'. svn path=/tags/EVOLUTION_1_5_93/; revision=26927
* bump version. requiresJP Rosevear2004-08-1458-18351/+23893
| | | | | | | | 2004-08-13 JP Rosevear <jpr@novell.com> * configure.in: bump version. requires svn path=/trunk/; revision=26926
* Unified po headers for Finnish TeamTommi Vainikainen2004-08-142-1/+5
| | | | svn path=/trunk/; revision=26925
* Revert previous EVO_LDAP_CHECK changes, aren't working as well as expcetedRodney Dawes2004-08-142-10/+24
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted and determined in testing svn path=/trunk/; revision=26924
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-142-9/+9
| | | | | | | | | | | 2004-08-13 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all): Use g_ptr_array_sized_new() rather than using set_size() after creating a GPtrArray so that array->len starts out at 0. (imap4_summary_fetch_flags): Same. svn path=/trunk/; revision=26923
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-141-9/+15
| | | | | | | | | | | 2004-08-13 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all): Use g_ptr_array_sized_new() rather than using set_size() after creating a GPtrArray so that array->len starts out at 0. (imap4_summary_fetch_flags): Same. svn path=/trunk/; revision=26922
* include gtkdialog.h rather than gnome-dialog.h.Rodrigo Moya2004-08-142-1/+5
| | | | | | | | 2004-08-13 Rodrigo Moya <rodrigo@novell.com> * e-categories-config.c: include gtkdialog.h rather than gnome-dialog.h. svn path=/trunk/; revision=26921
* remove the cal/taksks sources when account is disbaled. Also do not try toSivaiah Nallagatla2004-08-143-6/+35
| | | | | | | | | | | | | 2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (account_changed): remove the cal/taksks sources when account is disbaled. Also do not try to to create sources when a disabled account is changed to Novell Groupwise (camel_gw_listener_construct) : do not add the disbaled accounts to exitsting groupwise accounts list svn path=/trunk/; revision=26920
* set paragraph style to normal to avoid signature landing in PRE paragraphRadek Doulik2004-08-142-0/+6
| | | | | | | | | 2004-08-13 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (e_msg_composer_show_sig_file): set paragraph style to normal to avoid signature landing in PRE paragraph svn path=/trunk/; revision=26919
* update ssl setting label and title of the soap settings section FixesSivaiah Nallagatla2004-08-142-2/+8
| | | | | | | | | | 2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : update ssl setting label and title of the soap settings section Fixes #62747 svn path=/trunk/; revision=26918
* Add option to specify location of kerberos 4/5 libraries and headersFrédéric Crozat2004-08-142-16/+41
| | | | | | | | | * configure.in: Add option to specify location of kerberos 4/5 libraries and headers directories. Needed for 64bits support. svn path=/trunk/; revision=26917
* Add value and description fields to AC_DEFINE calls for theRodney Dawes2004-08-132-2/+7
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * configure.in: Add value and description fields to AC_DEFINE calls for the HAVE_ET_COM_ERR_H and HAVE_COM_ERR_H checks svn path=/trunk/; revision=26916
* Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to supportRodney Dawes2004-08-132-75/+72
| | | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * acinclude.m4: Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes} Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK) svn path=/trunk/; revision=26915
* Commit the correct version of carlos's patch.JP Rosevear2004-08-131-6/+6
| | | | svn path=/trunk/; revision=26914
* Updated Korean translationChangwoo Ryu2004-08-131-2/+2
| | | | svn path=/trunk/; revision=26913
* Check for et/comm-err.h and comm_err.h so that we can include the correctRodney Dawes2004-08-132-0/+8
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * configure.in: Check for et/comm-err.h and comm_err.h so that we can include the correct one svn path=/trunk/; revision=26912
* Handle et/comm_err.h as well as the normal comm_err.hRodney Dawes2004-08-132-0/+9
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * camel-sasl-gssapi.c: Handle et/comm_err.h as well as the normal comm_err.h svn path=/trunk/; revision=26911
* make the button say Add Task List instead of Add Group (matches menu item)JP Rosevear2004-08-132-1/+6
| | | | | | | | | 2004-08-12 JP Rosevear <jpr@ximian.com> * gui/dialogs/calendar-setup.glade: make the button say Add Task List instead of Add Group (matches menu item) svn path=/trunk/; revision=26910
* Updated Korean translationChangwoo Ryu2004-08-132-91/+89
| | | | svn path=/trunk/; revision=26909
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-38/+97
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * gui/widgets/eab-gui-util.c: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 svn path=/trunk/; revision=26904
* Updated Canadian English translation.Adam Weinberger2004-08-132-77/+72
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26903
* Really dist the pilot sources this timeJP Rosevear2004-08-132-0/+10
| | | | | | | | 2004-08-03 JP Rosevear <jpr@novell.com> * Makefile.am: Really dist the pilot sources this time svn path=/trunk/; revision=26902
* Update Name and description to not include "Ximian" or "(Unstable)" RemoveRodney Dawes2004-08-132-3/+10
| | | | | | | | | | | 2004-08-12 Rodney Dawes <dobey@novell.com> * data/evolution.desktop.in.in: Update Name and description to not include "Ximian" or "(Unstable)" Remove the MimeType field since we can't open these types on the command line svn path=/trunk/; revision=26901
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-1/+5
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * gui/widgets/eab-gui-util.c: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 svn path=/trunk/; revision=26900
* Check for gtk+-2.4 in order to enable the use of GtkFileChooser.Jeffrey Stedfast2004-08-132-2/+16
| | | | | | | | | 2004-08-12 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for gtk+-2.4 in order to enable the use of GtkFileChooser. svn path=/trunk/; revision=26899
* added a commentJeffrey Stedfast2004-08-131-0/+1
| | | | svn path=/trunk/; revision=26898
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-133-24/+64
| | | | | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * em-utils.c: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 * mail-config.glade: added the "use_filechooser" property to the various GnomeFileEntries svn path=/trunk/; revision=26897
* added the property "use_filechooser" to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * gui/dialogs/alarm-dialog.glade: added the property "use_filechooser" to the GnomeFileEntry svn path=/trunk/; revision=26896
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-132-6/+63
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * gui/certificate-manager.c: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 svn path=/trunk/; revision=26895
* added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * e-shell-importer.c: added the "use_filechooser" property to the GnomeFileEntry svn path=/trunk/; revision=26894
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-132-11/+52
| | | | | | | | | 2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org> * e-dialog-utils.c: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 svn path=/trunk/; revision=26893
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0.Carlos Garnacho Parro2004-08-134-53/+139
| | | | | | | | | | | | | 2004-07-29 Carlos Garnacho Parro <carlosg@gnome.org> * e-msg-composer-select-file.[ch]: Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0. (e_msg_composer_select_file): added save_mode parameter * e-msg-composer.c: use the modified e_msg_composer_select_file() function svn path=/trunk/; revision=26892
* added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6
| | | | | | | | | 2004-07-29 Carlos Garnacho Parro <carlosg@gnome.org> * filter-file.c: added the "use_filechooser" property to the GnomeFileEntry svn path=/trunk/; revision=26891
* use g_string_append_len when appending a subset of a string rather than ↵Jeffrey Stedfast2004-08-132-8/+8
| | | | | | g_string_append, duh. svn path=/trunk/; revision=26890
* Partial fix for bug #62771Jeffrey Stedfast2004-08-133-1/+12
| | | | | | | | | | | | | 2004-08-10 Jeffrey Stedfast <fejj@novell.com> Partial fix for bug #62771 * em-format-quote.c (emfq_format_header): Same. * em-format-html.c (efh_format_header): Decode the X-Mailer/User-Agent headers. svn path=/trunk/; revision=26889
* Fix for bug #62771Jeffrey Stedfast2004-08-133-7/+56
| | | | | | | | | | | | | | | | 2004-08-11 Jeffrey Stedfast <fejj@novell.com> Fix for bug #62771 * camel-mime-utils.c (append_quoted_pair): New function to append a string of text that may contain quoted-pairs. (header_decode_text): Now takes a ctext argument specifying whether or not to expect comments and to handle them. (camel_header_decode_string): Pass FALSE as ctext argument. (camel_header_format_ctext): New function to format text|comment header field bodies. svn path=/trunk/; revision=26888
* completingAmanpreet Singh Alam2004-08-121-2368/+2144
| | | | svn path=/trunk/; revision=26887
* update Russian translationLeonid Kanter2004-08-122-468/+551
| | | | svn path=/trunk/; revision=26886
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-122-255/+273
| | | | | | | | 2004-08-12 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26885
* init epasswords.Not Zed2004-08-122-1/+7
| | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * main.c (main): init epasswords. svn path=/trunk/; revision=26884
* api change in e_passwords.Not Zed2004-08-123-6/+11
| | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * gui/component.c (smime_pk11_passwd, smime_pk11_change_passwd): * lib/e-pkcs12.c (prompt_for_password): api change in e_passwords. svn path=/trunk/; revision=26883
* epasswords api change.Not Zed2004-08-123-6/+11
| | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * gui/e-pub-utils.c (e_pub_publish): * common/authentication.c (auth_func_cb): epasswords api change. svn path=/trunk/; revision=26882
* e passwords api change/reprompt if we need to.Not Zed2004-08-122-3/+10
| | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * gui/component/addressbook.c (addressbook_authenticate): e passwords api change/reprompt if we need to. svn path=/trunk/; revision=26881
* just call e_passwords_ask_password directly. (pass_activate,Not Zed2004-08-123-244/+73
| | | | | | | | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * mail-session.c (get_password): just call e_passwords_ask_password directly. (pass_activate, pass_response, request_password, do_get_pass) (do_free_pass, main_forget_password): no longer required as e_password now handles the magic, and is thread safe. * mail-config.c (mail_config_write_on_exit): epasswords api change. svn path=/trunk/; revision=26880
* fix for e_passwords api change, and handle reprompting as well.Not Zed2004-08-123-4/+14
| | | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * providers/groupwise/camel-gw-listener.c (get_addressbook_names_from_server): fix for e_passwords api change, and handle reprompting as well. svn path=/trunk/; revision=26879
* ** See bug #61840, and others.Not Zed2004-08-123-214/+560
| | | | | | | | | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> ** See bug #61840, and others. * e-passwords.c: Lots of changes. The api is now fully multi-thread safe, all calls are serialised internally, even recursive main-loop calls. Small api changes to the ask_password call to add some new features required by the mailer and to clean up some of the names. (e_passwords_cancel): new procedure to cancel any outstanding password requests, for when we need to go uninteractive. svn path=/trunk/; revision=26878
* just revering a local change gone in in the commit i just madeSivaiah nallagatla2004-08-122-3/+8
| | | | | | | | | 2004-08-12 Sivaiah nallagatla <snallagatla@novell.com> * gui/compoent/addressbook.c : just revering a local change gone in in the commit i just made svn path=/trunk/; revision=26877
* when user cancels auth dialog send the anonoymous query only in case ofSivaiah Nallagatla2004-08-123-3/+22
| | | | | | | | | | | | 2004-08-12 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addresbook.c (load_source_auth_cb) : when user cancels auth dialog send the anonoymous query only in case of ldap *gui/component/addresbook-view.c (book_open_cb) : no need to display the error dialog when user cancels that svn path=/trunk/; revision=26876
* svn path=/trunk/; revision=26875Updated ja.po. T.Aihana2004-08-122-203/+226
| | | | | | 2004-08-12 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=26875
* include scrollbar offset in vertical calculation. don't ask me i just workNot Zed2004-08-121-4/+6
| | | | | | | | | | 2004-08-09 Not Zed <NotZed@Ximian.com> * e-cell-combo.c (e_cell_combo_get_popup_pos): include scrollbar offset in vertical calculation. don't ask me i just work here. see #61932. svn path=/trunk/; revision=26873
* Updated Simplified Chinese translationFunda Wang2004-08-121-217/+241
| | | | svn path=/trunk/; revision=26872
* updated Russian translationLeonid Kanter2004-08-112-258/+179
| | | | svn path=/trunk/; revision=26871
* Fixes #61555JP Rosevear2004-08-112-6/+44
| | | | | | | | | | | | | 2004-08-11 JP Rosevear <jpr@ximian.com> Fixes #61555 * gui/dialogs/meeting-page.c (existing_attendee): check if an attendee was pre-existing (remove_attendee): only add the attendee to the cancel comp if it was pre-existing svn path=/trunk/; revision=26870
* Updated Korean translationChangwoo Ryu2004-08-112-197/+225
| | | | svn path=/trunk/; revision=26869
* guard against re-running the same query.Rodrigo Moya2004-08-112-0/+8
| | | | | | | | | 2004-08-10 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (e_cal_model_set_search_query): guard against re-running the same query. svn path=/trunk/; revision=26868
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-112-310/+418
| | | | | | | | 2004-08-11 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=26867
* Updated Czech translation.Miloslav Trmac2004-08-112-172/+182
| | | | | | | | 2004-08-11 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26866
* Updated Canadian English translation.Adam Weinberger2004-08-112-189/+180
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26865
* Return NULL not FALSE on error.Jeffrey Stedfast2004-08-112-1/+6
| | | | | | | | | 2004-08-06 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree-model.c (em_folder_tree_model_get_selected): Return NULL not FALSE on error. svn path=/trunk/; revision=26864
* update Russian translationLeonid Kanter2004-08-112-1027/+442
| | | | svn path=/trunk/; revision=26863
* disconnect from signals also when using only the system tray. Fixes aRodrigo Moya2004-08-102-0/+9
| | | | | | | | | | 2004-08-10 Rodrigo Moya <rodrigo@novell.com> * gui/alarm-notify/alarm-queue.c (tray_icon_destroyed_cb): disconnect from signals also when using only the system tray. Fixes a crash when removing an event that had an alarm popup recently. svn path=/trunk/; revision=26862
* re-added 'Make this occurrence movable' menu item, gone by mistake.Rodrigo Moya2004-08-102-18/+96
| | | | | | | | | | 2004-08-09 Rodrigo Moya <rodrigo@novell.com> * gui/e-calendar-view.c: re-added 'Make this occurrence movable' menu item, gone by mistake. (on_unrecur_appointment): new callback for the new menu item. svn path=/trunk/; revision=26861
* Updated Hungarian translation by Gabor Kelemen.Laszlo Dvornik2004-08-102-259/+381
| | | | | | | | 2004-08-10 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation by Gabor Kelemen. svn path=/trunk/; revision=26860
* Updated Spanish translation.Francisco Javier F. Serrador2004-08-102-255/+282
| | | | | | | | 2004-08-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=26859
* [ fixes bug #52459 ] use the same defaults as the 1.4 phone list view.Chris Toshok2004-08-102-4/+12
| | | | | | | | | | 2004-08-06 Chris Toshok <toshok@ximian.com> [ fixes bug #52459 ] * addressbook/Phone_List.galview: use the same defaults as the 1.4 phone list view. svn path=/trunk/; revision=26858
* We must return TRUE here so that things actually get removed from the listRodney Dawes2004-08-102-0/+7
| | | | | | | | | 2004-08-09 Rodney Dawes <dobey@novell.com> * e-icon-factory.c (icon_foreach_remove): We must return TRUE here so that things actually get removed from the list svn path=/trunk/; revision=26857
* Fixes #62452JP Rosevear2004-08-092-56/+76
| | | | | | | | | | | | | | | | 2004-08-06 JP Rosevear <jpr@ximian.com> Fixes #62452 * gui/e-itip-control.c (find_my_address): take option to retrieve current status as well, actually look for the delegator in the list so we can retrieve status there as well (show_current_event): use find_my_address to get the status so we properly handle not finding the address in the list of attendees (show_current): pass extra param (ok_clicked_cb): ditto svn path=/trunk/; revision=26856
* ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-1207/+1144
| | | | svn path=/trunk/; revision=26855
* update for messageAmanpreet Singh Alam2004-08-091-2518/+3223
| | | | svn path=/trunk/; revision=26854
* Added Gujarati & PanjabiAnkitkumar Rameshchandra Patel2004-08-091-0/+8
| | | | svn path=/trunk/; revision=26853
* Added Gujarati & panjabiAnkitkumar Rameshchandra Patel2004-08-092-1/+5
| | | | svn path=/trunk/; revision=26852
* Updated Albanian translation.Laurent Dhima2004-08-092-501/+452
| | | | | | | | 2004-08-08 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=26851
* Updated Simplified Chinese translationFunda Wang2004-08-081-4/+4
| | | | svn path=/trunk/; revision=26850
* Fixes #62021JP Rosevear2004-08-085-0/+36
| | | | | | | | | | | | | | | | | | | | 004-08-06 JP Rosevear <jpr@ximian.com> Fixes #62021 * gui/dialogs/event-page.c (source_changed_cb): set the default timezone * gui/e-itip-control.c (start_calendar_server): set the default timezone * gui/calendar-component.c (setup_create_ecal): set the default timezone, as the component view is not alive and hence has not set it * gui/tasks-component.c (setup_create_ecal): ditto svn path=/trunk/; revision=26849
* Updated Simplified Chinese translationFunda Wang2004-08-082-347/+412
| | | | svn path=/trunk/; revision=26848
* Updated Czech translation.Miloslav Trmac2004-08-072-68/+87
| | | | | | | | 2004-08-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26847
* Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info weJeffrey Stedfast2004-08-072-0/+29
| | | | | | | | | | | | 2004-08-06 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-summary.c (untagged_fetch_all): Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info we need for progress reporting. (imap4_summary_fetch_flags): Same. svn path=/trunk/; revision=26846
* Updated Canadian English translation.Adam Weinberger2004-08-072-73/+91
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26845
* minor typo, uppercase 'the' corrected.Karsten Bräckelmann2004-08-072-2/+13
| | | | | | | | | 2004-06-08 Karsten Bräckelmann <guenther@rudersport.de> * em-format-html-display.c (smime_encrypt_table[4]): minor typo, uppercase 'the' corrected. svn path=/trunk/; revision=26841
* ankit@redhat.com 06/08/04Ankitkumar Rameshchandra Patel2004-08-061-721/+904
| | | | svn path=/trunk/; revision=26840
* Fix for bug #61673. The function takes two arguments now, instead of one.Parthasarathi S A2004-08-066-6/+47
| | | | | | | | | | | | | | | | | | | 2004-08-05 Parthasarathi S A <sparthasarathi@novell.com> Fix for bug #61673. * calendar/gui/dialogs/save_comp.c(save_component_dialog): The function takes two arguments now, instead of one. The second argument is the pointer to the ECalComponent from which the component type can be determined. Based on the component type the corresponding error message is displayed. * calendar/gui/dialogs/save_comp.h: Function definition updated for save_component_dialog. * calendar/gui/dialogs/comp_editor.c(prompt_to_save_changes): passing the ECalComponent pointer to the 'save_component_dialog' function * calendar/calendar-errors.xml: New error message string for task included * calendar/calendar-errors.xml.h svn path=/trunk/; revision=26839
* Fixes #62030Rodrigo Moya2004-08-063-12/+30
| | | | | | | | | | | | | | | | | | | 2004-08-05 Rodrigo Moya <rodrigo@novell.com> Fixes #62030 * gui/alarm-notify/alarm-queue.c (tray_icon_destroyed_cb): only remove the tray icon blinking timeout if we installed it. (display_notification): only install the tray icon blinking timeout if using the system tray. (tray_icon_blink_cb): use g_object_unref instead of the deprecated gdk_pixbuf_unref. * gui/alarm-notify/alarm.c (alarm_add): added missing argument documentation. svn path=/trunk/; revision=26838
* tranlateAmanpreet Singh Alam2004-08-061-453/+629
| | | | svn path=/trunk/; revision=26837
* Updated Korean translationChangwoo Ryu2004-08-062-115/+208
| | | | svn path=/trunk/; revision=26836
* Updated Portuguese translation.Duarte Loreto2004-08-062-651/+504
| | | | | | | | 2004-08-06 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=26835
* connect to "changed" signal on the GnomeIconTheme object.Rodrigo Moya2004-08-062-2/+20
| | | | | | | | | | | | 2004-08-05 Rodrigo Moya <rodrigo@novell.com> * e-icon-factory.c (e_icon_factory_init): connect to "changed" signal on the GnomeIconTheme object. (icon_theme_changed_cb): g_hash_table_foreach_remove all items in the hash table. (icon_foreach_remove): callback for removing hash table items. svn path=/trunk/; revision=26834
* Updated Canadian English translation.Adam Weinberger2004-08-062-21/+25
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26833
* nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE.Chris Toshok2004-08-061-20/+6
| | | | | | | | | | | | 2004-08-04 Chris Toshok <toshok@ximian.com> * gal/e-text/e-entry.c (e_entry_refresh_popup): nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE. (added_cb): nuke, unnecessary. (full_cb): only show the popup if the user hasn't chosen an entry. (activate_cb): set item_chosen to TRUE. svn path=/trunk/; revision=26832
* In the case of start() or end() failing, loop starting with the firstJeffrey Stedfast2004-08-062-14/+28
| | | | | | | | | | 2004-08-03 Jeffrey Stedfast <fejj@novell.com> * camel-url-scanner.c (camel_url_scanner_scan): In the case of start() or end() failing, loop starting with the first character immediately following the failed match position. Fixes bug #62136. svn path=/trunk/; revision=26831
* Fixes #62030Rodrigo Moya2004-08-052-4/+13
| | | | | | | | | | | | | 2004-08-05 Rodrigo Moya <rodrigo@novell.com> Fixes #62030 * e-icon-factory.c (load_icon): get the icon_key as a new argument and use that in the call to icon_new(). (e_icon_factory_get_icon): pass icon_key to load_icon(). (e_icon_factory_get_icon_list): ditto. svn path=/trunk/; revision=26830
* ankit@redhat.com 05/08/04Ankitkumar Rameshchandra Patel2004-08-051-576/+696
| | | | svn path=/trunk/; revision=26829
* clean up all the default clients (default_client_cal_opened_cb): changeJP Rosevear2004-08-053-28/+58
| | | | | | | | | | | | | | | | | | | | | | | 2004-08-03 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (gnome_calendar_destroy): clean up all the default clients (default_client_cal_opened_cb): change the if statement to a switch to be consistent with the other code bits and set the default client for the source type (gnome_calendar_add_source): look at the default based on the source type (gnome_calendar_set_default_source): set the default for the source type (gnome_calendar_new_task): bail out if we have no ecal * gui/gnome-cal.c (set_timezone): set the timezone for all the default clients * gui/calendar-component.c (update_primary_task_selection): look in the task source list, not the plain source list svn path=/trunk/; revision=26828
* kill warning by checking if there is a default client first (can happenJP Rosevear2004-08-052-1/+10
| | | | | | | | | | 2004-08-05 JP Rosevear <jpr@novell.com> * gui/tasks-control.c (tasks_control_sensitize_commands): kill warning by checking if there is a default client first (can happen when first starting up) svn path=/trunk/; revision=26827
* Fixes #62363JP Rosevear2004-08-052-0/+8
| | | | | | | | | | | 004-08-05 JP Rosevear <jpr@novell.com> Fixes #62363 * gui/calendar-component.c (create_new_event): commit the sequence svn path=/trunk/; revision=26826
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-052-63/+157
| | | | | | | | 2004-08-05 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26825
* svn path=/trunk/; revision=26824Updated ja.po. T.Aihana2004-08-052-180/+200
| | | | | | 2004-08-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=26824
* Updated Czech translation.Miloslav Trmac2004-08-042-58/+150
| | | | | | | | 2004-08-04 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26823
* #include <gtk/gtkvbox.h>Rodney Dawes2004-08-042-0/+5
| | | | | | | | 2004-08-04 Rodney Dawes <dobey@novell.com> * gui/widgets/eab-popup-control.c: #include <gtk/gtkvbox.h> svn path=/trunk/; revision=26822
* #include <gal/util/e-iconv.h>Rodney Dawes2004-08-042-0/+6
| | | | | | | | 2004-08-04 Rodney Dawes <dobey@novell.com> * camel-charset-map.c: #include <gal/util/e-iconv.h> svn path=/trunk/; revision=26821
* If type="{Sender}" and name is an empty string, use the addr. Fixes bugJeffrey Stedfast2004-08-042-1/+6
| | | | | | | | | 2004-08-03 Jeffrey Stedfast <fejj@novell.com> * em-composer-utils.c (format_sender): If type="{Sender}" and name is an empty string, use the addr. Fixes bug #62377 svn path=/trunk/; revision=26820
* do not set position, it's already done in .glade, call set_transient_forRadek Doulik2004-08-044-17/+17
| | | | | | | | | | | | | | | | | | | | | | | 2004-08-02 Radek Doulik <rodo@ximian.com> * e-table-config.c (e_table_config_construct): do not set position, it's already done in .glade, call set_transient_for always (passing NULL is valid as well) * e-table-config.glade: * e-table-config-no-group.glade: center window on parent, don't let it resize and most importan make it dialog window so that set_transient_for works against define views dialog Fixes #61936 2004-08-02 Radek Doulik <rodo@ximian.com> * gal-define-views-dialog.c: save collection on exit Fixes #61936 svn path=/trunk/; revision=26819
* Handle decline request by using update_item rather than remove_item, soHarish Krishnaswamy2004-08-042-1/+10
| | | | | | | | | * gui/e-itip-control.c: (ok_clicked_cb): Handle decline request by using update_item rather than remove_item, so the backend receives the notification and can handle it. Also, do not rsvp if the backend has the 'save_schedule' capability. svn path=/trunk/; revision=26818
* Updated Canadian English translation.Adam Weinberger2004-08-042-58/+152
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26817
* Fixes #60529.Hans Petter Jansson2004-08-042-6/+46
| | | | | | | | | | | | | | | | | | | 2004-08-02 Hans Petter Jansson <hpj@ximian.com> Fixes #60529. * gui/contact-list-editor/e-contact-list-editor.c (table_drag_drop_cb): Make sure to get the text/x-vcard target. 2004-08-02 Hans Petter Jansson <hpj@ximian.com> Fixes #62085. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_class_init): Set the save_contact method. (e_contact_list_editor_save_contact): Implement. svn path=/trunk/; revision=26816
* fixed changelogJeffrey Stedfast2004-08-041-1/+1
| | | | svn path=/trunk/; revision=26815
* Updated Spanish translation.Francisco Javier F. Serrador2004-08-042-213/+233
| | | | | | | | 2004-08-03 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=26814
* Pass a reconnect func.Jeffrey Stedfast2004-08-044-3/+38
| | | | | | | | | | | | | 2004-08-03 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_construct): Pass a reconnect func. * providers/imap4/camel-imap4-engine.c (camel_imap4_engine_iterate): Reconnect if needed. (camel_imap4_engine_new): Now takes a reconnect func. svn path=/trunk/; revision=26813
* Updated finnish translationIlkka Tuohela2004-08-032-460/+410
| | | | svn path=/trunk/; revision=26809
* Translation updated by Daniel van Eeden.Vincent van Adrighem2004-08-032-1125/+904
| | | | | | | | 2004-08-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Daniel van Eeden. svn path=/trunk/; revision=26808
* ankit@redhat.com 03/07/04Ankitkumar Rameshchandra Patel2004-08-031-201/+249
| | | | svn path=/trunk/; revision=26807
* bump version, requirementsJP Rosevear2004-08-0357-30196/+36322
| | | | | | | | 2004-08-02 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=26803
* Updated Canadian English translation.Adam Weinberger2004-08-032-1166/+1008
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=26802
* Removed e-utils/e-pilot-settings.cAdam Weinberger2004-08-032-1/+4
| | | | | | * POTFILES.in: Removed e-utils/e-pilot-settings.c svn path=/trunk/; revision=26801
* find the source with the pilot-sync property (e_pilot_set_sync_source):JP Rosevear2004-08-036-225/+62
| | | | | | | | | | | | | | | 2004-08-01 JP Rosevear <jpr@novell.com> * e-pilot-util.c (e_pilot_get_sync_source): find the source with the pilot-sync property (e_pilot_set_sync_source): give the source the pilot-sync property and make sure its the only one * e-pilot-util.h: add prototypes * Makefile.am (eutilincludedir): don't build pilot settings svn path=/trunk/; revision=26800
* get source uid (addrconduit_dupe_configuration): copy source_uidJP Rosevear2004-08-033-7/+60
| | | | | | | | | | | | | | | | | | | 2004-08-02 JP Rosevear <jpr@novell.com> * conduit/address-conduit.c (addrconduit_load_configuration): get source uid (addrconduit_dupe_configuration): copy source_uid (addrconduit_destroy_configuration): free source_uid (e_addr_context_new): get the source list (e_addr_context_destroy): unref the source list (pre_sync): open the source that was set earlier (fill_widgets): set the source option menu value (create_settings_window): pass source list to pilot settings (save_settings): save source uid * conduit/Makefile.am: link to and include misc. widgets svn path=/trunk/; revision=26799
* get source list and source (todoconduit_dupe_configuration): copy sourceJP Rosevear2004-08-035-19/+116
| | | | | | | | | | | | | | | | | | | | | 2004-08-01 JP Rosevear <jpr@novell.com> * conduits/todo/todo-conduit.c (todoconduit_load_configuration): get source list and source (todoconduit_dupe_configuration): copy source list and source (todoconduit_destroy_configuration): unref source list and source (start_calendar_server): open the source that was set earlier (fill_widgets): set the source option menu value (create_settings_window): pass source list to pilot settings (save_settings): mark source with pilot-sync property * conduits/calendar/calendar-conduit.c: as above * conduits/todo/Makefile.am: link to and include misc. widgets * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=26798
* accessor (e_pilot_settings_set_source): ditto (build_ui): show the sourceJP Rosevear2004-08-034-0/+293
| | | | | | | | | | | | | 2004-08-01 JP Rosevear <jpr@novell.com> * e-pilot-settings.c (e_pilot_settings_get_source): accessor (e_pilot_settings_set_source): ditto (build_ui): show the source option menu (e_pilot_settings_new): use above * e-pilot-settings.h: add prototypes svn path=/trunk/; revision=26797
* add libedataserver to E_UTIL flagsJP Rosevear2004-08-032-1/+5
| | | | | | | | 004-08-01 JP Rosevear <jpr@novell.com> * configure.in: add libedataserver to E_UTIL flags svn path=/trunk/; revision=26796
* Make the main dialog here be an actual GtkDialog instead of a GtkWindowRodney Dawes2004-08-033-1306/+1294
| | | | | | | | | | | | | | | | | | | 2004-08-02 Rodney Dawes <dobey@novell.com> * gui/component/ldap-config.glade: Make the main dialog here be an actual GtkDialog instead of a GtkWindow Fix up a few small spacing issues with the UI Change "Contacts Group" to "Address Book" * gui/component/addressbook-config.c (query_for_supported_bases): Use gtk_widget_ensure_style instead of gtk_widget_realize (addressbook_add_server_dialog): Use gtk_widget_ensure_style on the dialog and fix the spacing and border width of the dialog containers Fixes #61365 svn path=/trunk/; revision=26795
* Fixed to work for both LE and BE architectures.Jeffrey Stedfast2004-08-032-18/+20
| | | | | | | | | 2004-08-02 Jeffrey Stedfast <fejj@novell.com> * lib/e-pkcs12.c (prompt_for_password): Fixed to work for both LE and BE architectures. svn path=/trunk/; revision=26794
* Updated Czech translation.Miloslav Trmac2004-08-032-188/+253
| | | | | | | | 2004-08-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26793
* Update to just call us "Evolution" and be more accurate about the newJP Rosevear2004-08-022-173/+57
| | | | | | | | | 2004-08-01 JP Rosevear <jpr@novell.com> * default/C/Inbox: Update to just call us "Evolution" and be more accurate about the new features included svn path=/trunk/; revision=26792
* updateAmanpreet Singh Alam2004-08-021-1954/+1550
| | | | svn path=/trunk/; revision=26791
* Fixes #57622Rodrigo Moya2004-08-028-69/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-30 Rodrigo Moya <rodrigo@novell.com> Fixes #57622 * gui/e-cal-model.h: added ECalModelFlags enum type. * gui/e-cal-model.c (e_cal_model_set_flags, e_cal_model_get_flags): new functions. (e_cal_model_init): initialize the new internal field to keep the flags. (e_cal_view_objects_added_cb): expand recurrences if the model flags contain the EXPAND_RECUR bit. (e_cal_view_objects_modified_cb): if EXPAND_RECUR is on, remove all recurrences and regenerate them. (e_cal_view_objects_removed_cb): remove all instances for given UIDs. (add_new_client): killed warning. (get_dtstart): use the instance_start time when dealing with recurrences. * gui/e-cal-model-calendar.c (get_dtend): use the instance_end time when dealing with recurrences. * gui/e-cal-list-view.c (e_cal_list_view_new): set the EXPAND_RECUR flag on the model for the list view. * gui/e-week-view.c (e_week_view_add_event): * gui/e-day-view.c (e_day_view_add_event): fill in the instance's start and end times in the ECalModelComponent struct. * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): use the instance_start field to retrieve the RECUR-ID, now that all the views fill it in. svn path=/trunk/; revision=26790
* ankit@redhat.com 02/08/04Ankitkumar Rameshchandra Patel2004-08-021-368/+456
| | | | svn path=/trunk/; revision=26789
* added last_version item.JP Rosevear2004-08-027-86/+260
| | | | | | | | | | | | | | | | | | | | | | | | * apps_evolution_shell.schemas.in.in: added last_version item. * shell-errors.xml: added upgrade-remove-1-4 and upgrade-remove-1-4-confirm dialogues. * e-shell.c (remove_dir): utility to recursively delete a tree of files and folders. (e_shell_attempt_upgrade): keep track of the last upgraded version, if != current version, and < 1.5, and it exists, offer to remove ~/evolution. Confirm the offer before actually doing it. * e-shell-window-commands.c: include gnome-about. (command_help_faq): fix comment structure * e-shell.c (attempt_upgrade): moved most of this into e_shell_attempt_upgrade. (e_shell_attempt_upgrade): moved most of this into attempt_upgrade, removed rev args. It makes sense, really! (e_shell_construct): call e_shell_attempt_upgrade instead. svn path=/trunk/; revision=26788
* Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2004-08-012-6487/+3948
| | | | svn path=/trunk/; revision=26787
* creating new items no longer needs to be disabled since the user canJP Rosevear2004-08-012-4/+10
| | | | | | | | | | 2004-07-29 JP Rosevear <jpr@novell.com> * gui/e-calendar-view.c: creating new items no longer needs to be disabled since the user can switch to a writable calendar and the editor ui is disabled properly svn path=/trunk/; revision=26786
* use Invitations not Meetings (event_editor_edit_comp): dittoJP Rosevear2004-08-012-2/+8
| | | | | | | | | | 2004-07-31 JP Rosevear <jpr@novell.com> * gui/dialogs/event-editor.c (show_meeting): use Invitations not Meetings (event_editor_edit_comp): ditto svn path=/trunk/; revision=26785
* guard with is_instance instead of has_recurrences because most of theJP Rosevear2004-08-013-8/+22
| | | | | | | | | | | | | | | | | | 2004-07-31 JP Rosevear <jpr@novell.com> * gui/e-day-view.c (e_day_view_finish_long_event_resize): guard with is_instance instead of has_recurrences because most of the backends don't support this yet (e_day_view_finish_resize): ditto (e_day_view_change_event_time): ditto (e_day_view_on_editing_stopped): ditto (e_day_view_on_top_canvas_drag_data_received): ditto (e_day_view_on_main_canvas_drag_data_received): ditto * gui/e-week-view.c (e_week_view_change_event_time): ditto (e_week_view_on_editing_stopped): ditto svn path=/trunk/; revision=26784
* Updated British English translationGareth Owen2004-07-312-30/+45
| | | | svn path=/trunk/; revision=26783
* Updated Hungarian translation.Laszlo Dvornik2004-07-312-576/+667
| | | | | | | | 2004-07-31 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation. svn path=/trunk/; revision=26782
* This needs to prequeue the CAPABILITY command rather than queue itJeffrey Stedfast2004-07-313-4/+12
| | | | | | | | | | | | 2004-07-30 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-engine.c (camel_imap4_engine_capability): This needs to prequeue the CAPABILITY command rather than queue it normally for the case of reconnecting. (camel_imap4_engine_namespace): Same. svn path=/trunk/; revision=26781
* fixed sed-o's (s/IMAP44/IMAP4/g)Jeffrey Stedfast2004-07-312-10/+10
| | | | svn path=/trunk/; revision=26780
* blehJeffrey Stedfast2004-07-311-0/+1
| | | | svn path=/trunk/; revision=26779
* [ fixes #61365 and other misc issues with the addressbook source editors ]Chris Toshok2004-07-315-21/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-30 Chris Toshok <toshok@ximian.com> [ fixes #61365 and other misc issues with the addressbook source editors ] * gui/component/ldap-config.glade: change the supported-bases-dialog to be initially hidden. * gui/component/addressbook-view.c (editor_weak_notify): new function, remove the editor from our hash. (source_list_changed_cb): destroy the editors for given sources if they're up when the source disappears. (edit_addressbook_cb): add the editor (and some other misc info we need) to our uid_to_editor hash so we can look it up later. only create the editor if one doesn't exist for the given source. (destroy_editor): GHFunc that destroys the widgets. (addressbook_view_dispose): destroy uid_to_editor. (addressbook_view_init): init uid_to_editor. * gui/component/addressbook-config.h: change return values for _edit_source and _new_source - they both return GtkWidget*s now. * gui/component/addressbook-config.c (addressbook_ldap_init): attempt set the protocol version to LDAPv3. This makes the ldap_auth stuff work if the server requires v3. (addressbook_root_dse_query): we don't need the separate window arg, since all of this now happens *before* the supported bases dialog is shown. we just use the source dialog's window for the various error dialogs. (do_ldap_root_dse_query): same. (query_for_supported_bases): same, and set the supported bases dialog as transient-for the source dialog, and make it modal. Lastly, don't make the editor modal. (addressbook_config_edit_source): return the editor's window. (addressbook_config_create_new_source): same. svn path=/trunk/; revision=26778
* Similar fix as below in a later if-statement. Thanks to Suresh forJeffrey Stedfast2004-07-302-1/+7
| | | | | | | | | | 2004-07-30 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (camel_header_encode_string): Similar fix as below in a later if-statement. Thanks to Suresh for spotting this one. svn path=/trunk/; revision=26776
* yet to completeN Jayaradha2004-07-301-897/+1027
| | | | svn path=/trunk/; revision=26775
* Handle E_CALENDAR_STATUS_BUSY conditions and do notHarish Krishnaswamy2004-07-303-0/+19
| | | | | | remove the source from the gnome-calendar. svn path=/trunk/; revision=26774
* hide dialog items that don't apply when editing properties.Larry Ewing2004-07-302-3/+29
| | | | | | | | | | | 004-07-28 Larry Ewing <lewing@novell.com> * gui/dialogs/calendar-setup.c (dialog_hide_unused_options): hide dialog items that don't apply when editing properties. (general_update_dialog): check to make sure we have a source before checking its state. svn path=/trunk/; revision=26773
* ankit@redhat.com 30/07/04Ankitkumar Rameshchandra Patel2004-07-301-380/+420
| | | | svn path=/trunk/; revision=26772
* Updated French translation.Christophe Merlet2004-07-302-1362/+1303
| | | | svn path=/trunk/; revision=26771
* Updated Spanish translation.Francisco Javier F. Serrador2004-07-302-651/+714
| | | | | | | | 2004-07-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=26770
* Fixed an ABR that may have been responsible for bug #62029.Jeffrey Stedfast2004-07-292-18/+23
| | | | | | | | | 2004-07-28 Jeffrey Stedfast <fejj@novell.com> * camel-mime-utils.c (camel_header_encode_string): Fixed an ABR that may have been responsible for bug #62029. svn path=/trunk/; revision=26769
* ankit@redhat.com 29/07/04Ankitkumar Rameshchandra Patel2004-07-291-680/+707
| | | | svn path=/trunk/; revision=26768
* yet to completeN Jayaradha2004-07-291-511/+570
| | | | svn path=/trunk/; revision=26767
* add the error message needed for groupwise account setupSivaiah Nallagatla2004-07-292-0/+9
| | | | | | | | | 2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com> * mail-errors.xml : add the error message needed for groupwise account setup svn path=/trunk/; revision=26766
* Add an entry to specify POA address and a check box to say whehter ssl hasSivaiah Nallagatla2004-07-294-120/+273
| | | | | | | | | | | | | | | | | | | | | | | | 2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com> * proivders/groupwise/camel-groupwise-provider.c : Add an entry to specify POA address and a check box to say whehter ssl has to be used for SOAP or not (groupwise_auto_detect_cb) : new function to automatically fill POA address with host specified in receiving mail page (camel_provider_module_init) : use the new auto_detect funcntion * providers/groupwise/camel-gw-listener.c (modify_esource) (account_changed) (add_calendar_tasks_sources) (remove_calendar_tasks_sources) (get_addressbook_names_from_server) (add_addressbook_sources) (modify_addressbook_sources) (remove_addressbook_sources) : while forming the uri, use the value from new poa_address setting instead of url->host. Also use ssl setting from the new check box provider instaed of imap one (get_addressbook_names_from_server) : display an error to user when connection cpuld not be established with server during account setup svn path=/trunk/; revision=26765
* ** See #61958.Not Zed2004-07-292-27/+55
| | | | | | | | | | | | | | | | | 2004-07-28 Not Zed <NotZed@Ximian.com> ** See #61958. * mail-folder-cache.c (real_flush_updates): remove the soreinfo lookup, it isn't used anywhere anymore. (mail_note_folder): hook onto the events outside of the lock, and don't pass the mfi pointer anymore. (mail_note_store): hook onto the events outside of the lock. (folder_changed, folder_finalised, folder_renamed): lookup the mfi if needed, it is no longer passed to the callback. (unset_folder_info): change unhook calls for new parameters. svn path=/trunk/; revision=26764
* Updated British English translationGareth Owen2004-07-292-503/+627
| | | | svn path=/trunk/; revision=26763
* Updated Norwegian translation.Kjartan Maraas2004-07-292-593/+704
| | | | | | | | 2004-07-28 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. svn path=/trunk/; revision=26762
* Fixes for api changes in mail/ for 61940.Not Zed2004-07-292-5/+9
| | | | | | | | 2004-07-28 Not Zed <NotZed@Ximian.com> * e-msg-composer.c: Fixes for api changes in mail/ for 61940. svn path=/trunk/; revision=26761
* Fixes #62006JP Rosevear2004-07-292-1/+10
| | | | | | | | | | | 2004-07-27 JP Rosevear <jpr@novell.com> Fixes #62006 * gui/e-cal-model.c (add_new_client): don't load the events if we are already doing the query svn path=/trunk/; revision=26760
* Updated Albanian translation.Laurent Dhima2004-07-292-468/+648
| | | | | | | | 2004-07-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=26759
* Changed the logic slightly to only match certain charsets if the localeJeffrey Stedfast2004-07-292-7/+20
| | | | | | | | | | 2004-07-26 Jeffrey Stedfast <fejj@novell.com> * camel-charset-map.c (camel_charset_best_mask): Changed the logic slightly to only match certain charsets if the locale matches (Macedonians don't want to use koi8-r for example). svn path=/trunk/; revision=26758
* ** See #61940.Not Zed2004-07-287-20/+58
| | | | | | | | | | | | | | | 2004-07-28 Not Zed <NotZed@Ximian.com> ** See #61940. * em-composer-utils.c (composer_set_body): add emformat source arg. (em_utils_reply_to_message): take source arg. Fixed callers. * em-utils.c (em_utils_message_to_html): take a source formatter argument, so we can copy/honour settings from it. (em_utils_part_to_html): similar. svn path=/trunk/; revision=26757
* yet to completeN Jayaradha2004-07-281-494/+528
| | | | svn path=/trunk/; revision=26756
* ankit@redhat.com 28/07/04Ankitkumar Rameshchandra Patel2004-07-281-394/+439
| | | | svn path=/trunk/; revision=26755
* ankit@redhat.com 28/07/04Ankitkumar Rameshchandra Patel2004-07-281-0/+18886
| | | | svn path=/trunk/; revision=26754
* Updated Korean translationChangwoo Ryu2004-07-282-255/+265
| | | | svn path=/trunk/; revision=26753
* ** See bug #61841.Not Zed2004-07-282-1/+10
| | | | | | | | | | 2004-07-27 Not Zed <NotZed@Ximian.com> ** See bug #61841. * providers/groupwise/camel-groupwise-provider.c: added junk settings. svn path=/trunk/; revision=26752
* downloaded from net -conflictN Jayaradha2004-07-281-764/+821
| | | | svn path=/trunk/; revision=26751
* ** See #57972.Not Zed2004-07-285-99/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-27 Not Zed <NotZed@Ximian.com> ** See #57972. * message-list.c (search_func): removed. (ml_search_path): new function to just search, not actually change the cursor like e_tree_find does. (message_list_can_select): new function, returns true if the selection specified is possible without changing the selection. (message_list_select): rewritten. (select_path): helper to select a path in a way that 'works reliably'. (message_list_select_next_thread): rewritten to use the table-adapter, so it properly handles arbitrary sorting. * em-folder-view.c (em_folder_view_get_popup_target): setup next/prev flags as appropriate. (emfv_enable_map[]): setup next/prev flags. * em-folder-view.h: added last and first message status bits to folder view select mask. svn path=/trunk/; revision=26749
* Changed to be the same prototype as engine_queue().Jeffrey Stedfast2004-07-284-40/+67
| | | | | | | | | | | | | | | | | | 2004-07-27 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-engine.c (camel_imap4_engine_prequeue): Changed to be the same prototype as engine_queue(). (engine_prequeue_folder_select): Updated. * providers/imap4/camel-imap4-store.c (connect_to_server): Use engine_prequeue() for STARTTLS in case we are reconnecting and already have a command queue. (imap4_try_authenticate): Use prequeue() here too. (imap4_reconnect): Moved all the connect logic in here. (imap4_connect): just lock and call reconnect(). svn path=/trunk/; revision=26748
* added len parameter to em_utils_part_to_html and em_utils_message_to_html.Radek Doulik2004-07-284-8/+21
| | | | | | | | | | 2004-07-23 Radek Doulik <rodo@ximian.com> * added len parameter to em_utils_part_to_html and em_utils_message_to_html. it is used to return length of returned buffer. we use that info later when setting composer body content. svn path=/trunk/; revision=26747
* removed unused static variable listener_vepvRadek Doulik2004-07-285-19/+55
| | | | | | | | | | | | | 2004-07-23 Radek Doulik <rodo@ximian.com> * listener.c: removed unused static variable listener_vepv * added len parameter to set_editor_text, e_msg_composer_set_body_text, e_msg_composer_set_pending_body. it allows us to send whole buffer (even if it contains \0 in the middle) to gtkhtml editor. svn path=/trunk/; revision=26746
* Updated Czech translation.Miloslav Trmac2004-07-272-193/+214
| | | | | | | | 2004-07-27 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26745
* do not set transport object for groupwise provider. We want user to useSivaiah Nallagatla2004-07-272-6/+10
| | | | | | | | | | | | | 2004-07-27 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c (camel_provider_module_init) : do not set transport object for groupwise provider. We want user to use SMTP itself instead of "Novell Groupwise" Fixes #61454 svn path=/trunk/; revision=26744
* yet to complete-2300N Jayaradha2004-07-271-691/+710
| | | | svn path=/trunk/; revision=26743
* commit commitN Jayaradha2004-07-271-243/+243
| | | | svn path=/trunk/; revision=26742
* Fixes #61058JP Rosevear2004-07-272-5/+48
| | | | | | | | | | | | | | | | | | 2004-07-25 JP Rosevear <jpr@ximian.com> Fixes #61058 * gui/e-week-view.c (process_component_recur_cb): add but don't prepend (process_component): use above as call back so we can pass the prepend bool (e_week_view_add_event): take a prepend bool and prepend to the events array if asked so the event will be shown first when drawn (e_week_view_do_key_press): If the event can't be fit on the screen, ie not even one event can be shown in the day, don't try to edit it svn path=/trunk/; revision=26741
* Don't instantiate an engine here. Instead, take an engine as an argumentJeffrey Stedfast2004-07-274-85/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-26 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (connect_to_server): Don't instantiate an engine here. Instead, take an engine as an argument (it has a service pointer) and connect using that. Also, if connect fails, don't unref the engine. (connect_to_server_wrapper): Now also takes an engine argument rather than a service argument. (imap4_try_authenticate): Now also takes an engine argument. (imap4_connect): Pass the engine to connect/auth functions rather than the store. (imap4_query_auth_types): Updated. (imap4_disconnect): Don't unref the engine here. (camel_imap4_store_init): Create the engine here. (imap4_get_folder_info): Can't check engine == NULL to know to connect (that was a broken check anyway). * providers/imap4/camel-imap4-engine.c (camel_imap4_engine_new): Now simply takes a service argument rather than a session and url. (camel_imap4_engine_next_token): Set the state to DISCONNECTED. (camel_imap4_engine_eat_line): Same. (camel_imap4_engine_line): Same. (camel_imap4_engine_literal): Same. svn path=/trunk/; revision=26740
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-07-271-150/+49
| | | | | | | | 2004-07-26 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26739
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-07-272-2274/+572
| | | | | | | | 2004-07-26 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26738
* Fix mnemonic for "Location" to not be duplicated with "OK"Rodney Dawes2004-07-275-225/+176
| | | | | | | | | | | | | | | | | | | 2004-07-26 Rodney Dawes <dobey@novell.com> * gui/dialogs/event-page.glade: Fix mnemonic for "Location" to not be duplicated with "OK" * gui/dialogs/meeting-page.c (get_widgets): Get the "Attendees" label (meeting_page_construct): Fix padding of GtkScrolledWindow widget Set the mnemonic widget for the "Attendees" label * gui/dialogs/meeting-page.glade: Fix HIG spacing to be correct Fix the mnemonic for "Organizer" to not conflict Add mnemonic for "Attendees" * gui/dialogs/task-page.glade: Add mnemonic for "Description" svn path=/trunk/; revision=26737
* change contacts group to address bookJP Rosevear2004-07-263-5/+13
| | | | | | | | | | | | 2004-07-26 JP Rosevear <jpr@novell.com> * gui/component/ldap-config.glade: change contacts group to address book * gui/component/addressbook-component.c (impl__get_userCreatableItems): ditto svn path=/trunk/; revision=26736
* set a different title if we are editing; de-sensitize option menu if weJP Rosevear2004-07-265-19/+53
| | | | | | | | | | | | | | | | | | | | 2004-07-26 JP Rosevear <jpr@novell.com> * gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar): set a different title if we are editing; de-sensitize option menu if we are editing (calendar_setup_edit_task_list): set a different title if we are editing * gui/dialogs/calendar-setup.glade: use task list instead of tasks group * gui/tasks-component.c (impl__get_userCreatableItems): add assigned task as an item, use task list instead of tasks group * gui/calendar--component.c (impl__get_userCreatableItems): fiddle with shortcuts svn path=/trunk/; revision=26735
* use ctrl-shift-q to clear search barJP Rosevear2004-07-262-1/+6
| | | | | | | | | 2004-07-26 JP Rosevear <jpr@novell.com> * e-search-bar.c (setup_bonobo_menus): use ctrl-shift-q to clear search bar svn path=/trunk/; revision=26734
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-07-262-640/+659
| | | | | | | | 2004-07-26 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=26733
* Fixes #59983 If the ecal component is already loaded, check for thepchenthill2004-07-262-2/+39
| | | | | | | | | | | 2004-07-25 pchenthill <pchenthill@novell.com> Fixes #59983 If the ecal component is already loaded, check for the participation status of the attendee and display the menu for selecting the calendar. svn path=/trunk/; revision=26732
* file modified 883N Jayaradha2004-07-261-618/+658
| | | | svn path=/trunk/; revision=26731
* fuzzy removeAmanpreet Singh Alam2004-07-261-984/+511
| | | | svn path=/trunk/; revision=26730
* merged this into e_shell_create_window, all it was doing was adding aNot Zed2004-07-262-24/+15
| | | | | | | | | | 2004-07-22 Not Zed <NotZed@Ximian.com> * e-shell.c (create_window): merged this into e_shell_create_window, all it was doing was adding a stack frame. (e_shell_create_window): setup the e error default window. svn path=/trunk/; revision=26729
* dont call e_error_default parent here, we dont have access to the toplevelNot Zed2004-07-262-2/+6
| | | | | | | | | | 2004-07-22 Not Zed <NotZed@Ximian.com> * mail-component.c (impl_createControls): dont call e_error_default parent here, we dont have access to the toplevel yet. svn path=/trunk/; revision=26728
* ** See bug #61824.Not Zed2004-07-265-74/+60
| | | | | | | | | | | | | | | | | | | | | | | | 2004-07-23 Not Zed <NotZed@Ximian.com> ** See bug #61824. * em-popup.c (emp_part_popup_reply_sender) (emp_part_popup_reply_list, emp_part_popup_reply_all): use new api. We have no uid/folder to update here. * em-folder-view.c (emfv_message_reply): use new api for replying so we can supply the message content and have flags updated. * em-composer-utils.c (em_utils_reply_to_message): added optional folder and uid. (em_utils_reply_to_message_by_uid): removed, use the other interface instead. (reply_to_message): just call reply_to_message if we get a message to reply to. (em_utils_reply_to_message): if no message supplied, load it via the uid. svn path=/trunk/; revision=26727
* new fileN Jayaradha2004-07-261-0/+18809
| | | | svn path=/trunk/; revision=26726
* Added 'he' (Hebrew) to ALL_LINGUAS.Gil Osher2004-07-261-0/+4
| | | | | | * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS. svn path=/trunk/; revision=26725
* Add 'he' (Hebrew) to ALL_LINGUAS.Gil Osher2004-07-261-1/+1
| | | | svn path=/trunk/; revision=26724
* Added Hebrew translation.Gil Osher2004-07-261-0/+4
| | | | | | * he.po: Added Hebrew translation. svn path=/trunk/; revision=26723
* Added Hebrew translation.Gil Osher2004-07-261-0/+18826
| | | | svn path=/trunk/; revision=26722
* Fixes #61571JP Rosevear2004-07-242-1448/+32
| | | | | | | | | | | | 2004-07-23 JP Rosevear <jpr@ximian.com> Fixes #61571 * gui/e-week-view.c (e_week_view_start_editing_event): if the event moves, find it again using the model data as the invariant and then find the span again svn path=/trunk/; revision=26721
* Fixes #61760JP Rosevear2004-07-242-7/+11
| | | | | | | | | | | 2004-07-23 JP Rosevear <jpr@novell.com> Fixes #61760 * gui/e-cal-model.c (add_new_client): don't check against the URI, just against the client svn path=/trunk/; revision=26720
* Updated Czech translation.Miloslav Trmac2004-07-242-272/+276
| | | | | | | | 2004-07-23 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26719
* watch for selection changes and set Delete button sensitivity according toRadek Doulik2004-07-241-0/+21
| | | | | | | | | | | | 2004-07-23 Radek Doulik <rodo@ximian.com> * gal-define-views-dialog.c: watch for selection changes and set Delete button sensitivity according to view collection item built-in flag Fixes #57914 svn path=/trunk/; revision=26717
* Use stock_mail-import instead of stock_import? *shrug* Fixes bug #61778.Jeffrey Stedfast2004-07-242-1/+7
| | | | | | | | | | 2004-07-22 Jeffrey Stedfast <fejj@novell.com> * e-shell-importer.c (e_shell_importer_start_import): Use stock_mail-import instead of stock_import? *shrug* Fixes bug #61778. svn path=/trunk/; revision=26716
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-07-232-9/+1
| | | | | | | | 2004-07-23 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26715
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-07-232-942/+758
| | | | | | | | 2004-07-23 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=26714
* Retracting the commit made below for #59983 as it has results in crashpchenthill2004-07-232-31/+7
| | | | | | | | | 2004-07-23 pchenthill <pchenthill@novell.com> * Retracting the commit made below for #59983 as it has results in crash some cases svn path=/trunk/; revision=26713
* Fixes #59983 If the ecal component is already loaded, check for thepchenthill2004-07-232-2/+39
| | | | | | | | | | | | 2004-07-23 pchenthill <pchenthill@novell.com> Fixes #59983 * gui/e-itip-control.c (show_current_event): If the ecal component is already loaded, check for the participation status of the attendee and display the menu for selecting the calendar. svn path=/trunk/; revision=26712
* set the session on the formatter. See #61767.Not Zed2004-07-234-12/+33
| | | | | | | | | | | | | | | | | | | 2004-07-22 Not Zed <NotZed@Ximian.com> * em-utils.c (em_utils_part_to_html, em_utils_message_to_html): set the session on the formatter. See #61767. 2004-07-22 Not Zed <NotZed@Ximian.com> ** See bug #61747. * message-list.c (search_func): don't emit a message_selected here (god knows why we did?). Don't update cursor_uid either, just clear it. (message_list_select): select the path if we find it here, causing the cascade of selection action. svn path=/trunk/; revision=26710
* ** See bug #61761.Not Zed2004-07-232-2/+29
| | | | | | | | | | | | 2004-07-22 Not Zed <NotZed@Ximian.com> ** See bug #61761. * providers/pop3/camel-pop3-engine.c (camel_pop3_engine_iterate): if we get an io error, move every current/active and queued command to the done queue and mark as failed. svn path=/trunk/; revision=26709
* Updated Korean translation.Changwoo Ryu2004-07-232-300/+377
| | | | | | * ko.po: Updated Korean translation. svn path=/trunk/; revision=26708
* Good enough for government work.Aaron Weber2004-07-234-223/+366
| | | | svn path=/trunk/; revision=26707
* fix the row heights and tweek the offsets so that things come out OK.Larry Ewing2004-07-232-11/+39
| | | | | | | | | | 2004-07-16 Larry Ewing <lewing@ximian.com> * gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set): fix the row heights and tweek the offsets so that things come out OK. svn path=/trunk/; revision=26706
* removed body content + signature html concatenating and callRadek Doulik2004-07-232-22/+12
| | | | | | | | | | | | 2004-07-22 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (set_editor_text): removed body content + signature html concatenating and call e_msg_composer_show_sig_file instead Fixes #59490 svn path=/trunk/; revision=26705
* Variety of updatesAaron Weber2004-07-235-938/+599
| | | | svn path=/trunk/; revision=26704
* but buttons to button box, use vbox instead of tableRadek Doulik2004-07-225-51/+53
| | | | | | | | | | | | | | | 2004-07-19 Radek Doulik <rodo@ximian.com> * gui/widgets/eab-vcard-control.c (eab_vcard_control_new): but buttons to button box, use vbox instead of table * gui/widgets/eab-contact-display.c: base this widget directly on gtkhtml * gui/widgets/e-addressbook-view.c (eab_view_new): put contact display in scrolled window svn path=/trunk/; revision=26703
* Fixes #61776JP Rosevear2004-07-222-3/+11
| | | | | | | | | | | 2004-07-21 JP Rosevear <jpr@novell.com> Fixes #61776 * gui/e-calendar-table.c (clipboard_get_text_cb): make sure the text is not NULL svn path=/trunk/; revision=26702
* Fixes #61738JP Rosevear2004-07-222-4/+19
| | | | | | | | | | | | | | 2004-07-21 JP Rosevear <jpr@novell.com> Fixes #61738 * gui/dialogs/meeting-page.c (clear_widgets): by default we have a user as organizer (sensitize_widgets): use user_org to determine widget sensitivity (meeting_page_fill_widgets): set user_org value appropriately (change_clicked_cb): set user_org to TRUE svn path=/trunk/; revision=26701
* Fixes #61779JP Rosevear2004-07-223-0/+16
| | | | | | | | | | | | | | 2004-07-21 JP Rosevear <jpr@novell.com> Fixes #61779 * gui/dialogs/task-page.c (init_widgets): listen for changes on start and due dates * gui/dialogs/task-details-page.c (init_widgets): listen for changes on completion date svn path=/trunk/; revision=26700
* Very small fixMarco Ciampa2004-07-221-3/+1
| | | | svn path=/trunk/; revision=26699
* Updated italian translationMarco Ciampa2004-07-222-1008/+380
| | | | svn path=/trunk/; revision=26698
* include config.h. See #61395.Not Zed2004-07-222-0/+8
| | | | | | | | 2004-07-20 Not Zed <NotZed@Ximian.com> * e-dialog-utils.c: include config.h. See #61395. svn path=/trunk/; revision=26697
* include config.h. See #61395.Not Zed2004-07-222-0/+8
| | | | | | | | 2004-07-20 Not Zed <NotZed@Ximian.com> * e-error.c: include config.h. See #61395. svn path=/trunk/; revision=26696
* include config.h. See #61395.Not Zed2004-07-222-0/+8
| | | | | | | | 2004-07-20 Not Zed <NotZed@Ximian.com> * e-msg-composer-attachment.c: include config.h. See #61395. svn path=/trunk/; revision=26695
* include config.h. See #61395.Not Zed2004-07-228-0/+38
| | | | | | | | | | | | | | 2004-07-20 Not Zed <NotZed@Ximian.com> * gui/e-cal-model.c: * importers/icalendar-importer.c: * gui/dialogs/select-source-dialog.c: * gui/dialogs/copy-source-dialog.c: * gui/alarm-notify/util.c: * common/authentication.c: * gui/migration.c: include config.h. See #61395. svn path=/trunk/; revision=26694
* include config.h #61395.Not Zed2004-07-224-0/+18
| | | | | | | | | | 2004-07-20 Not Zed <NotZed@Ximian.com> * gui/widgets/eab-contact-display.c: * gui/contact-editor/eab-editor.c: * gui/component/addressbook-migrate.c: include config.h #61395. svn path=/trunk/; revision=26693
* [ fixes #60508 ]Chris Toshok2004-07-223-40/+34
| | | | | | | | | | | | | | | 2004-07-21 Chris Toshok <toshok@ximian.com> [ fixes #60508 ] * gui/component/addressbook-config.h: reorder the Scopes so that they match the option menu. * gui/component/ldap-config.glade: change the scope option menu to only display One and Sub, and also set the Login field to Lo_gin in both dialogs. Add accelerators for the details page as well. svn path=/trunk/; revision=26692
* Give a reasonable name to the widget for the _Where labelRodney Dawes2004-07-223-2/+14
| | | | | | | | | | | | | | 2004-07-21 Rodney Dawes <dobey@novell.com> * gui/contact-editor/contact-editor.glade: Give a reasonable name to the widget for the _Where label * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): Set the mnemonic widget for the _Where label Fixes #61544 svn path=/trunk/; revision=26691
* Add MimeType line to desktop file new mime sytem.Ray Strode2004-07-222-0/+5
| | | | | | | | 2004-07-21 Ray Strode <rstrode@redhat.com> * evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file new mime sytem. svn path=/trunk/; revision=26690
* Free result after parsing it. Fixes a leak.Jeffrey Stedfast2004-07-212-0/+6
| | | | | | | | | 2004-07-19 Jeffrey Stedfast <fejj@novell.com> * providers/imap/camel-imap-store.c (get_subscribed_folders): Free result after parsing it. Fixes a leak. svn path=/trunk/; revision=26689
* Free uri and name strings. Fixes a leak.Jeffrey Stedfast2004-07-212-0/+7
| | | | | | | | | 2004-07-19 Jeffrey Stedfast <fejj@novell.com> * em-migrate.c (em_migrate_folder): Free uri and name strings. Fixes a leak. svn path=/trunk/; revision=26688
* svn path=/trunk/; revision=26684Updated ja.po. T.Aihana2004-07-212-123/+226
| | | | | | 2004-07-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=26684
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-07-212-2344/+597
| | | | | | | | | 2004-07-20 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * pt_BR.po: Updated Brazilian Portuguese translation done by Gustavo Maciel Dias Vieira <gustavo@sagui.org>. svn path=/trunk/; revision=26683
* remove protoJP Rosevear2004-07-213-41/+24
| | | | | | | | | | | | | | | 2004-07-20 JP Rosevear <jpr@novell.com> * e-source-selector.h: remove proto * e-source-selector.c (selection_func): don't force the item to be checked (cell_toggled_callback): allow the cell to be untoggled even if its primary (init): set the pixbuf renderable (e_source_selector_set_toggle_selection): no longer necessary svn path=/trunk/; revision=26682
* don't set the toggle selectionJP Rosevear2004-07-212-2/+8
| | | | | | | | | | 2004-07-20 JP Rosevear <jpr@novell.com> * gui/component/autocompletion-config.c (autocompletion_config_control_new): don't set the toggle selection svn path=/trunk/; revision=26681
* Updated Czech translation.Miloslav Trmac2004-07-202-64/+165
| | | | | | | | 2004-07-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26680
* only copy 5 chars after the F if we actually have "From ", otherwise weNot Zed2004-07-202-9/+9
| | | | | | | | | | 2004-07-19 Not Zed <NotZed@Ximian.com> * camel-mime-filter-canon.c (filter): only copy 5 chars after the F if we actually have "From ", otherwise we might have F.{,4}\n instead and break eol canonicalisation. For #53355. svn path=/trunk/; revision=26679
* Fixes #61451JP Rosevear2004-07-202-4/+25
| | | | | | | | | | | | | 2004-07-16 JP Rosevear <jpr@novell.com> Fixes #61451 * gui/e-itip-control.c (get_cancel_options): don't give a cancel option if the event is no where to be found (show_current_event): pass in kind (show_current_todo): ditto svn path=/trunk/; revision=26678
* bump version, requirementsJP Rosevear2004-07-2053-19505/+22886
| | | | | | | | 2004-07-19 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=26676
* [ fixes #61490 ]Chris Toshok2004-07-202-5/+11
| | | | | | | | | | | | | 2004-07-16 Chris Toshok <toshok@ximian.com> [ fixes #61490 ] * lib/e-cert-db.c (e_cert_db_import_pkcs12_file): un-ifdef this, as it's working.. (e_cert_db_export_pkcs12_file): and ifdef this one, since it's the function i meant to ifdef in the first place. svn path=/trunk/; revision=26675
* Check source book writeability directly instead of relying on storedHans Petter Jansson2004-07-203-35/+64
| | | | | | | | | | | | | | | | | | | | | | | | 2004-07-16 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/e-contact-editor.c (contact_added_cb) (save_contact) (app_delete_event_cb): Check source book writeability directly instead of relying on stored state. (e_contact_editor_init): Don't init source_editable. (e_contact_editor_dispose): We don't listen for source writeability anymore. (writable_changed): Source writeability doesn't affect widget status; remove code to check for it. (e_contact_editor_set_property): Do nothing if book being set is the same as currently set book; previously we would end up unreffing then reffing it. Don't watch for source writeability, but do so for target; fixes a warning. Only call sensitize_all() if writeability on target changed. * gui/contact-editor/e-contact-editor.h (EContactEditor): We don't need the source_editable and source_editable_id vars anymore. svn path=/trunk/; revision=26674
* use short month forms to limit the maximum width of the label.Larry Ewing2004-07-202-7/+12
| | | | | | | | | 2004-07-16 Larry Ewing <lewing@ximian.com> * gui/calendar-component.c (set_info): use short month forms to limit the maximum width of the label. svn path=/trunk/; revision=26673
* Added some debug stuff.Not Zed2004-07-192-3/+64
| | | | | | | | 2004-07-16 Not Zed <NotZed@Ximian.com> * camel-gpg-context.c: Added some debug stuff. svn path=/trunk/; revision=26672
* UPdated Spanish translation.Francisco Javier F. Serrador2004-07-182-304/+463
| | | | | | | | 2004-07-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: UPdated Spanish translation. svn path=/trunk/; revision=26671
* Updated Hungarian translation by Gabor Kelemen.Laszlo Dvornik2004-07-182-2515/+1876
| | | | | | | | 2004-07-18 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation by Gabor Kelemen. svn path=/trunk/; revision=26670
* Don't grab the connect_lock before calling refresh_info so that we avoidJeffrey Stedfast2004-07-172-2/+6
| | | | | | | | | | 2004-07-15 Jeffrey Stedfast <fejj@novell.com> * providers/imap/camel-imap-folder.c (imap_transfer_online): Don't grab the connect_lock before calling refresh_info so that we avoid the deadlock in bug #61551. svn path=/trunk/; revision=26668
* Chck that the selection is active. Hopefully this will fix bug #61427.Jeffrey Stedfast2004-07-172-12/+15
| | | | | | | | | 2004-07-13 Jeffrey Stedfast <fejj@novell.com> * em-folder-view.c (emfv_message_reply): Chck that the selection is active. Hopefully this will fix bug #61427. svn path=/trunk/; revision=26667
* Updated Czech translation.Miloslav Trmac2004-07-162-8/+16
| | | | | | | | 2004-07-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26666
* Fixes #57142Rodrigo Moya2004-07-164-4/+19
| | | | | | | | | | | | | | | | | | | 2004-07-15 Rodrigo Moya <rodrigo@novell.com> Fixes #57142 * gui/e-day-view.c (e_day_view_on_editing_stopped): commit the sequence on the object before sending it to the backend. (e_day_view_add_event): s/abort_sequence/commit_sequence. * gui/e-week-view.c (e_week_view_on_editing_stopped): commit the sequence here also. (e_week_view_add_event): s/abort_sequence/commit_sequence. * gui/comp-util.c (cal_comp_event_new_with_current_time): don't commit the sequence here. svn path=/trunk/; revision=26665
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-07-162-3087/+2324
| | | | | | | | | 2004-07-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=26664
* [ fixes #60873, and possibly other crashes ]Chris Toshok2004-07-162-1/+11
| | | | | | | | | | | | | 2004-07-14 Chris Toshok <toshok@ximian.com> [ fixes #60873, and possibly other crashes ] * gui/widgets/e-addressbook-model.c (get_view): don't call free_data before potentially making an async call. Or rather, don't call free_data without ensure we'll be emitting MODEL_CHANGED shortly after. svn path=/trunk/; revision=26661
* remove debug spew and fix the display when pango_layout_line_x_to_indexChris Toshok2004-07-162-10/+11
| | | | | | | | | | | 2004-07-16 Chris Toshok <toshok@ximian.com> * e-clipped-label.c (e_clipped_label_recalc_chars_displayed): remove debug spew and fix the display when pango_layout_line_x_to_index returns FALSE (before we were drawing both the ellipses and the text). svn path=/trunk/; revision=26660
* Fixes #61572JP Rosevear2004-07-163-350/+15
| | | | | | | | | | | | | | | 2004-07-14 JP Rosevear <jpr@novell.com> Fixes #61572 * gui/dialogs/schedule-page.c (times_changed_cb): call notify changed * gui/dialogs/comp-editor.c (page_summary_changed_cb): no need to mark the editor changed here, it doesn't do the right thing anyhow (page_dates_changed_cb): ditto svn path=/trunk/; revision=26659
* Fixes #60678JP Rosevear2004-07-152-8/+15
| | | | | | | | | | | | 2004-07-14 JP Rosevear <jpr@novell.com> Fixes #60678 * gui/dialogs/cancel-comp.c (cancel_component_dialog): flip the messages around, the "deleting" flag means something else is doing the deleting svn path=/trunk/; revision=26658
* ignore Evolution-Addressbook-SelectNames.h.Chris Toshok2004-07-154-2/+25
| | | | | | | | | | | | | | | | 2004-07-14 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/.cvsignore: ignore Evolution-Addressbook-SelectNames.h. * gui/contact-list-editor/e-contact-list-editor.c: include our local (in this directory) generated Evolution-Addressbook-SelectNames.h * gui/contact-list-editor/Makefile.am: add stuff to generate (and clean up) the select names header we need to include. svn path=/trunk/; revision=26657
* Updated Czech translation.Miloslav Trmac2004-07-152-216/+236
| | | | | | | | 2004-07-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=26656
* Updated Korean translation.Changwoo Ryu2004-07-151-284/+418
| | | | svn path=/trunk/; revision=26655
* Updated Korean translation.Changwoo Ryu2004-07-151-7/+7
| | | | svn path=/trunk/; revision=26654
* Updated Korean translation.Changwoo Ryu2004-07-152-441/+349
| | | | | | * ko.po: Updated Korean translation. svn path=/trunk/; revision=26653