Commit Graph

20739 Commits

Author SHA1 Message Date
4e99c39bcf holder for system errors.
2004-04-28  Not Zed  <NotZed@Ximian.com>

        * e-system-errors.xml.in: holder for system errors.

        * test-error.c: helper to show an error message/test it.

        * e-error.[ch]: Api for disk-based, hig-compliant error messages
        and query boxes.

svn path=/trunk/; revision=25650
2004-04-28 06:37:26 +00:00
8aeb46417a init the view to NULL
2004-04-27  JP Rosevear  <jpr@ximian.com>

	* e-shell-window.c (sidebar_button_selected_callback): init the
	view to NULL

svn path=/trunk/; revision=25649
2004-04-28 02:02:36 +00:00
7b7c2d9828 disable comment searching which is currently useless
004-04-27  JP Rosevear  <jpr@ximian.com>

	* gui/cal-search-bar.c: disable comment searching which is
	currently useless

svn path=/trunk/; revision=25648
2004-04-28 01:51:40 +00:00
8bfc8af799 Fixes #52270 and #57593
2004-04-27  JP Rosevear  <jpr@ximian.com>

	Fixes #52270 and #57593

	* gui/e-cal-model-tasks.c (ecmt_set_value_at): remove checks for
	start after due
	(ecmt_duplicate_value): copy the completed and due dates properly
	(ecmt_fill_component_from_model): only set the percent and status
	if the completion isn't set
	(ensure_task_partially_complete): ensure the task is not complete,
	in progress and make the percentage sensible if its 0 or 100
	(set_status): make sure the status and related vars are set
	properly
	(ecmt_set_value_at): handle status
	(ecmt_fill_component_from_model): make sure the click to add
	fields don't clobber each other
	(ecmt_is_cell_editable): status is editable

	* gui/e-cal-model-calendar.c (ecmc_duplicate_value): copy the
	dtend correctly

svn path=/trunk/; revision=25647
2004-04-28 01:31:42 +00:00
a5ef985c81 Don't destroy item until after we know which column it is in; the sort
2004-04-27  Hans Petter Jansson  <hpj@ximian.com>

	* gal/widgets/e-reflow.c (item_removed): Don't destroy item until after
	we know which column it is in; the sort comparison function might need
	it. Also set the newly vacant memory location at the end of the array
	to NULL. Fixes a crash in evo.

svn path=/trunk/; revision=25646
2004-04-27 22:38:31 +00:00
6ed604372a Updated British English translation
svn path=/trunk/; revision=25645
2004-04-27 22:27:17 +00:00
2fdec09f4d hook up the color picker and test buttons in the new task dialog.
2004-04-27  Larry Ewing  <lewing@ximian.com>

	* gui/dialogs/calendar-setup.c: hook up the color picker and test
	buttons in the new task dialog.

	* gui/dialogs/calendar-setup.glade: fix visibility and color
	picker names.

svn path=/trunk/; revision=25644
2004-04-27 21:58:49 +00:00
bca17d1fdc i2004-04-27 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c (new_calendar_test_uri): add
	handler for test button.
	(calendar_setup_new_calendar): connect test button, fill in color
	picker member.
	(source_to_dialog): set the color picker color if the source has
	one.
	(dialog_to_source): set the source color.

svn path=/trunk/; revision=25643
2004-04-27 21:42:47 +00:00
4cbd808678 Fixed the version checks for migrating pilot data. (migrate_calendars):
2004-04-27  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/migration.c (migrate_tasks): Fixed the version checks for
	migrating pilot data.
	(migrate_calendars): Same.
	(migrate_pilot_data): Doh. Take a third argument to specify what
	component we are migrating ("todo" vs "calendar") so that we can
	compare against the correct filename. Might help :-)
	(migrate_pilot_db_key): Just set an empty value for the data since
	there's no way to actually get it and I don't think it really
	matters anyway.

svn path=/trunk/; revision=25642
2004-04-27 20:14:37 +00:00
21bf9d7a55 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=25641
2004-04-27 19:33:55 +00:00
a91a0e92b5 remove debug spew.
2004-04-27  Larry Ewing  <lewing@ximian.com>

	* gui/component/addressbook-config.c: remove debug spew.

svn path=/trunk/; revision=25640
2004-04-27 19:33:30 +00:00
e5315bc0c4 Migrate pilot data. (migrate_pilot_data): Oops. Apparently the addressbook
2004-04-27  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/component/addressbook-migrate.c (addressbook_migrate):
	Migrate pilot data.
	(migrate_pilot_data): Oops. Apparently the addressbook didn't
	change the format of the changelog file from db3 to xml, so fix to
	simply copy the file over.

svn path=/trunk/; revision=25639
2004-04-27 19:32:10 +00:00
319063bd03 Fixed the version checks for migrating pilot data. (migrate_calendars):
2004-04-27  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/migration.c (migrate_tasks): Fixed the version checks for
	migrating pilot data.
	(migrate_calendars): Same.
	(migrate_pilot_data): Doh. Take a third argument to specify what
	component we are migrating ("todo" vs "calendar") so that we can
	compare against the correct filename. Might help :-)

svn path=/trunk/; revision=25638
2004-04-27 18:54:36 +00:00
342bde963e fixed merge conflicts
svn path=/trunk/; revision=25637
2004-04-27 18:39:40 +00:00
18a3cac18a Migrate pilot data.
2004-04-27  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/component/addressbook-migrate.c (addressbook_migrate):
	Migrate pilot data.

svn path=/trunk/; revision=25636
2004-04-27 18:38:58 +00:00
7cd76a6485 Update dialog vbox and action area border widths to be HIG compliant
2004-04-27  Rodney Dawes  <dobey@ximian.com>

	* gui/contact-editor/e-contact-editor-fullname.c:
	(e_contact_editor_fullname_init):
	* gui/contact-editor/fullname.glade:
	* gui/search/e-addressbook-search-dialog.c (eab_search_dialog_init):
	Update dialog vbox and action area border widths to be HIG compliant
	Update main child widget border widths to be HIG compliant

svn path=/trunk/; revision=25635
2004-04-27 17:57:06 +00:00
c16f96602a duh, pass the string not the content type to the warning message. And
2004-04-27  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer-attachment-bar.c (update): duh, pass the string
        not the content type to the warning message.  And derrr, print it
        for the actual error case, not the ok case.  Fixes #57680.

svn path=/trunk/; revision=25633
2004-04-27 14:58:59 +00:00
82e05d3fb1 compare the start time and the due time only when both are not null.
* gui/e-cal-model-tasks.c: (ecmt_set_value_at): compare the start
        time and the due time only when both are not null.

svn path=/trunk/; revision=25627
2004-04-27 08:57:13 +00:00
60d23895f7 ** See bug #57659.
2004-04-27  Not Zed  <NotZed@Ximian.com>

        ** See bug #57659.

        * camel-vee-store.c (vee_get_folder_info): translate Unmatched in
        the folder display name.

        * camel-store.c (add_special_info): dont translate full_name or
        path, only do that for name.

svn path=/trunk/; revision=25626
2004-04-27 08:23:55 +00:00
81d3fd68b3 ** See bug #57659.
2004-04-27  Not Zed  <NotZed@Ximian.com>

        ** See bug #57659.

        * mail-ops.c (fix_unmatched_info): removed, done in camel now.

svn path=/trunk/; revision=25625
2004-04-27 08:17:40 +00:00
6869e5d7d0 fix warnings, remove unused code.
2004-04-27  Larry Ewing  <lewing@ximian.com>

	* gui/component/addressbook-config.c (source_to_dialog_new): fix
	warnings, remove unused code.

svn path=/trunk/; revision=25624
2004-04-27 07:52:40 +00:00
927e286747 start integrate the new dialog.
2004-04-27  Larry Ewing  <lewing@ximian.com>

	* gui/component/addressbook-component.c: start integrate the new
	dialog.

	* gui/component/ldap-config.glade: add the new dialog.

svn path=/trunk/; revision=25623
2004-04-27 07:25:52 +00:00
e7a62ede3b ** See bug #57511.
2004-04-27  Not Zed  <NotZed@Ximian.com>

        ** See bug #57511.

        * mail-config.glade: gave the whole smime frame (vbox) a name so
        we can use it from code.

        * mail-account-gui.c (mail_account_gui_new): get the smime_vbox
        widget if we have no NSS, the name changed and the HIG patches
        didn't fix it.

svn path=/trunk/; revision=25622
2004-04-27 07:10:29 +00:00
810dd44603 Changed to 10.
2004-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in (UPGRADE_REVISION): Changed to 10.

svn path=/trunk/; revision=25621
2004-04-26 21:38:04 +00:00
3e5f3c254e New function to migrate pilot data. (migrate_calendars): Migrate pilot
2004-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/migration.c (migrate_pilot_data): New function to migrate
	pilot data.
	(migrate_calendars): Migrate pilot data if upgrade version <=1.5.9
	(migrate_tasks): Same.

svn path=/trunk/; revision=25620
2004-04-26 21:36:34 +00:00
9fe61b12b4 Only unlink the original autosave draft file if we are successful in
2004-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (autosave_load_draft): Only unlink the original
	autosave draft file if we are successful in saving a new copy,
	otherwise don't unlink the file. Fixes bug #57540.

svn path=/trunk/; revision=25619
2004-04-26 18:50:08 +00:00
ebbd29334a Set spacing around notebook widget and the dialog's action area and vbox
2004-04-26  Rodney Dawes  <dobey@ximian.com>

	* gui/contact-editor/contact-editor.glade:
	* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
	Set spacing around notebook widget and the dialog's action area and
	vbox widgets to be compliant with the HIG dialog specs

svn path=/trunk/; revision=25618
2004-04-26 17:12:43 +00:00
e8cfdbede5 added bug #
svn path=/trunk/; revision=25617
2004-04-26 15:57:13 +00:00
45dae27911 set gtk_html_begin's flags to avoid scroll to top of the message and
2004-04-26  Radek Doulik  <rodo@ximian.com>

	* em-format-html.c (efh_format_timeout): set gtk_html_begin's
	flags to avoid scroll to top of the message and
	reloading+flickering of images

	* em-html-stream.c: added GtkHTMLBeginFlags flags field
	(em_html_stream_set_flags): new helper function to set new flags
	field
	(emhs_sync_write): use gtk_html_begin_full with new flags field
	(em_html_stream_new): zero flags field

svn path=/trunk/; revision=25616
2004-04-26 15:53:15 +00:00
5b3684dd9d require newer gtkhtml with new gtk_html_begin's flags
2004-04-26  Radek Doulik  <rodo@ximian.com>

	* configure.in: require newer gtkhtml with new gtk_html_begin's
	flags

svn path=/trunk/; revision=25615
2004-04-26 15:47:57 +00:00
f6ad8f4d81 Updated Czech translation.
2004-04-26  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.

svn path=/trunk/; revision=25614
2004-04-26 13:16:54 +00:00
c5f2f173bc Updated italian translation
svn path=/trunk/; revision=25611
2004-04-25 23:35:08 +00:00
1f677cb51e add "mobile" mapping to E_CONTACT_PHONE_MOBILE, which is what thunderbird
2004-04-25  Chris Toshok  <toshok@ximian.com>

	* importers/evolution-ldif-importer.c (ldif_fields): add "mobile"
	mapping to E_CONTACT_PHONE_MOBILE, which is what thunderbird uses
	(and really what we should have always been using.)

svn path=/trunk/; revision=25610
2004-04-25 16:49:24 +00:00
125ef20ad7 Translation updated.
2004-04-25  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated.

svn path=/trunk/; revision=25609
2004-04-25 15:17:44 +00:00
92696bad9b Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=25608
2004-04-25 04:40:57 +00:00
521e519abe Spanish translation correction.
2004-04-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Spanish translation correction.

svn path=/trunk/; revision=25607
2004-04-24 19:56:14 +00:00
25a3190115 Updated Spanish translation.
2004-04-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=25606
2004-04-24 19:36:37 +00:00
f3ccd33512 Updated French translation.
svn path=/trunk/; revision=25605
2004-04-24 15:37:21 +00:00
ec38d15534 svn path=/trunk/; revision=25604
2004-04-24 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

svn path=/trunk/; revision=25604
2004-04-24 15:14:05 +00:00
80c1192313 The firt EMAIL item is EMAIL_1, not EMAIL (assuming we want simple
2004-04-23  Jeffrey Stedfast  <fejj@ximian.com>

	* conduit/address-conduit.c (get_next_mail): The firt EMAIL item
	is EMAIL_1, not EMAIL (assuming we want simple strings).
	(local_record_from_ecard): Use e_contact_get() for getting the
	EContactAddress. Loop from FIRST_ADDRESS_ID up to and *including*
	LAST_ADDRESS_ID.
	(ecard_from_remote_record): When searching for an address field,
	loop from FIRST_ADDRESS_ID up to and *including* LAST_ADDRESS_ID.
	(pre_sync): Use e_book_query_any_field_contains() rather than
	e_book_query_from_string ("#t") which doesn't work anyway.

2004-04-20  Jeffrey Stedfast  <fejj@ximian.com>

	* conduit/address-conduit.c (map_name): Updated to use
	~/.evolution as the evolution directory rather than ~/evolution.

svn path=/trunk/; revision=25603
2004-04-23 22:29:05 +00:00
34e1357284 Call e_icon_factory_init ()
2004-04-23  Rodney Dawes  <dobey@ximian.com>

	* gui/alarm-notify/notify-main.c (main): Call e_icon_factory_init ()

	Fixes #57497

svn path=/trunk/; revision=25602
2004-04-23 19:13:11 +00:00
c8103848ed Fix the addressbook control to not crash. (Temporary fix.)
* gui/component/component-factory.c (factory): Fix the addressbook
	control to not crash. (Temporary fix.)

svn path=/trunk/; revision=25601
2004-04-23 15:35:36 +00:00
cce69a908c if there is a current view, use the component alias to select a sensible
2004-04-23  JP Rosevear <jpr@ximian.com>

	* e-shell-window.c (e_shell_window_show_settings): if there is a
	current view, use the component alias to select a sensible default
	config control

svn path=/trunk/; revision=25600
2004-04-23 15:14:27 +00:00
29ae6d2649 this signal takes an EContact* too. (modified_cb): same. (deleted_cb):
2004-04-23  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/eab-gui-util.c (added_cb): this signal takes an
	EContact* too.
	(modified_cb): same.
	(deleted_cb): same.
	(eab_error_dialog): pad the table of status messages out with the
	new status codes, and don't specify gui text for messages that
	aren't generated by the backends.  This fixes the "U" error
	messages people were seeing.

svn path=/trunk/; revision=25598
2004-04-23 08:37:18 +00:00
38ca34ead3 forgot to save after i added bug #.
svn path=/trunk/; revision=25597
2004-04-23 08:21:52 +00:00
2ecf94cf3a If the week view has no spans, there is no visible events in the view.
* calendar/ea-week-view.c: (ea_week_view_get_n_children): If the
        week view has no spans, there is no visible events in the view.

svn path=/trunk/; revision=25596
2004-04-23 07:04:33 +00:00
5f1e465e9b Glade file for displaying the license.
2004-04-23  Sarfraaz Ahmed <asarfraaz@novell.com>

	* mail/mail-license.glade: Glade file for displaying the license.

svn path=/trunk/; revision=25595
2004-04-23 06:15:39 +00:00
455fad8262 fix the check to see if we've already loaded the images. #57450.
2004-04-23  Not Zed  <NotZed@Ximian.com>

        * em-format-html.c (em_format_html_load_http): fix the check to
        see if we've already loaded the images.  #57450.

svn path=/trunk/; revision=25594
2004-04-23 06:04:14 +00:00
d32e4fd988 fallback to stock attach if we can't ifnd the icon.
2004-04-23  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer-attachment-bar.c (update): fallback to stock
        attach if we can't ifnd the icon.

svn path=/trunk/; revision=25593
2004-04-23 05:46:05 +00:00
e5c2711bfd Added HAS_LICENSE flag for allowing camel providers to display license
2004-04-23  Sarfraaz Ahmed <asarfraaz@novell.com>

	* camel-provider.h: Added HAS_LICENSE flag for allowing camel
        providers to display license file.

svn path=/trunk/; revision=25592
2004-04-23 04:16:04 +00:00