Commit Graph

18454 Commits

Author SHA1 Message Date
015c3706a8 Check for gnome-thumbnail.h existence.
* configure.in: Check for gnome-thumbnail.h existence.

        * mail/em-icon-stream.c: (emis_sync_close):
        Use gnome-thumbnail_scale_down_pixbuf if available,
        for better performance.

svn path=/trunk/; revision=22829
2003-10-09 07:49:28 +00:00
fd1c610868 Removed an unused variable.
2003-10-08  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_helo): Removed an
	unused variable.

svn path=/trunk/; revision=22823
2003-10-08 18:30:39 +00:00
45e84af1ac Add a hide_mask to the create-rule-from-message bars so that we don't
2003-10-08  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-view.c: Add a hide_mask to the
	create-rule-from-message bars so that we don't segfault when we
	right click with a multi-selection.

svn path=/trunk/; revision=22822
2003-10-08 17:51:12 +00:00
ae22d10fa7 Make repeat-quantity and repeat-value of alarm option dialog numeric only.
2003-10-08  Harry Lu  <harry.lu@sun.com>

        * gui/dialogs/alarm-options.glade: Make repeat-quantity and
        repeat-value of alarm option dialog numeric only.
        * gui/dialogs/task-details-page.glade: Make percent-complete
        of task details dialog numeric only.

svn path=/trunk/; revision=22818
2003-10-08 09:42:05 +00:00
24f28157cb *** empty log message ***
svn path=/trunk/; revision=22810
2003-10-07 16:50:35 +00:00
b9b7e031f7 removed unused etspec file
svn path=/trunk/; revision=22809
2003-10-07 15:52:22 +00:00
c1939dd948 Remove libical-static
* src/libical/Makefile.am: Remove libical-static

	* src/libicalcap/Makefile.am: and libicalcap-static

svn path=/trunk/; revision=22807
2003-10-07 14:28:18 +00:00
f2d79cd76e fixed ChangeLog
svn path=/trunk/; revision=22804
2003-10-06 18:44:23 +00:00
91627508d7 Fixed.
2003-10-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (identity_prepare): Fixed.

	* mail-ops.c (fetch_mail_fetch): Always save the uid cache no
	matter what.

svn path=/trunk/; revision=22803
2003-10-06 18:42:07 +00:00
dbe2c18c4c Don't blindly claim that the file exists and then ask the user if he/she
2003-09-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (save): Don't blindly claim that the file
	exists and then ask the user if he/she would like to overwrite
	it. First check that the file even exists, if not - then we've got
	a different error. Fixes bug #48759.

	* e-msg-composer-select-file.c (e_msg_composer_select_file): Use
	the proper selector title, otherwise it says "Attach files" when
	we are trying to save a message.

svn path=/trunk/; revision=22798
2003-10-06 16:56:52 +00:00
1441c34f00 Convert real name to UTF-8 if needed.
* mail-config-druid.c: (identity_prepare), (config_wizard_new):
        Convert real name to UTF-8 if needed.

svn path=/trunk/; revision=22796
2003-10-03 15:41:01 +00:00
2ff5378ac9 Disable the selection of the first unread message for now. This is
2003-10-03  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-browser.c (emfb_set_folder): Disable the selection of
	the first unread message for now. This is actually annoying the
	fuck out of me, Radek, and a few other people.

svn path=/trunk/; revision=22794
2003-10-03 15:16:42 +00:00
bca6fac45e fixed suresh's broken changelog entry
svn path=/trunk/; revision=22793
2003-10-03 15:11:38 +00:00
b354bafd8a Updated Norwegian (nynorsk) translation.
2003-10-02  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian (nynorsk) translation.

svn path=/trunk/; revision=22792
2003-10-02 20:19:09 +00:00
6956ee62cf Patch to use Control-L for "Reply to list" from Karsten Bräckelmann
2003-10-02  Rodney Dawes  <dobey@ximian.com>

	* evolution-mail-message.xml: Patch to use Control-L for "Reply
	to list" from Karsten Bräckelmann

svn path=/trunk/; revision=22791
2003-10-02 20:13:57 +00:00
868f975856 Fix for 40917 "Backspace shouldn't highlight the whole remaining string in
2003-10-02  Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

        * mail-config-druid.c: Fix for 40917 "Backspace shouldn't highlight
        the whole remaining string in Setup Assistant".

        Removed repeated focussing per keystroke for the following functions

        (identity_changed)
        (source_changed)
        (transport_changed)
        (management_changed)

        (identity_prepare): Removed the initial highlighting for Full Name,
        also the unneeded intial grab_focus.

svn path=/trunk/; revision=22790
2003-10-02 17:19:30 +00:00
eff89404e4 zero out last_part if we're clearing. Uh, this fixes, but shouldn't, part
2003-10-02  Not Zed  <NotZed@Ximian.com>

        * em-format-html.c (efh_format_timeout): zero out last_part if
        we're clearing.  Uh, this fixes, but shouldn't, part of #49034.
        The problem is the 'last part' logic is based on the address,
        which can quite easily be repeated for different messages.

        * em-folder-view.c (emfv_list_message_selected): reverted jeff's
        patch for #48618, use a much simpler method.

        * em-message-browser.c (emmb_destroy): hook onto destroy handler,
        we need to destroy the messagelist ourselves, since we dont attach
        it to any parent window.

svn path=/trunk/; revision=22785
2003-10-02 05:34:36 +00:00
060d4b7e0a turn off blocking writes. (efh_format_timeout): don't do a htmlbegin on
2003-10-01  Not Zed  <NotZed@Ximian.com>

        * em-format-html.c (efh_init): turn off blocking writes.
        (efh_format_timeout): don't do a htmlbegin on the page yet, it'll
        be handled by em-html-stream when it has data, to reduce flicker.
        (efh_format_do): close the main gtkhtml stream as soon as we're
        done writing the body.  any sub-jobs should be using frames etc.
        (efh_text_plain): dont write a table around the text, try to
        reduce flickering.  layout may be out now though.

        * em-html-stream.c (emhs_sync_write): if we have no html_stream
        yet, begin a new one.

svn path=/trunk/; revision=22784
2003-10-02 04:26:03 +00:00
14cc184b53 Updated Norwegian (nynorsk) translation.
2003-10-01  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian (nynorsk) translation.

svn path=/trunk/; revision=22777
2003-10-01 06:55:11 +00:00
54869d90bd new VOID:STRING,STRING,STRING build the new view/store/renderer/editable
2003-09-30  Mike Kestner <mkestner@ximian.com>

	* cal-util/cal-util-marshal.list : new VOID:STRING,STRING,STRING
	* gui/Makefile.am : build the new view/store/renderer/editable
	* gui/e-select-names-renderer.* : new completion cell renderer
	* gui/e-select-names-editable.* : new completion cell editable
	* gui/e-meeting-model.* : killed. code reused in list-view/store
	* gui/e-meeting-store.* : port of EMeetingModel to GtkTreeModel
	* gui/e-meeting-list-view.* : GtkTreeView subclass for attendee lists
	* gui/e-meeting-time-sel.c : Use the new store/view
	* gui/e-meeting-time-sel-item.c : Use the new store/view
	* gui/dialogs/Makefile.am : don't install the etspec anymore.
	* gui/dialogs/event-editor.c : Use the new store/view.
	* gui/dialogs/meeting-page.c : Use the new store/view.
	* gui/dialogs/shedule-page.c : Use the new store/view.
	* gui/dialogs/task-editor.c : Use the new store/view.

svn path=/trunk/; revision=22774
2003-09-30 22:39:04 +00:00
642e0e5abd new, treeview renderer for combo cells new, GtkCellEditable for combo
2003-09-30  Mike Kestner  <mkestner@ximian.com>

	* e-cell-renderer-combo.* : new, treeview renderer for combo cells
	* e-combo-cell-editable.* : new, GtkCellEditable for combo cells
	* Makefile.am : build the new files

svn path=/trunk/; revision=22773
2003-09-30 22:35:10 +00:00
8660505eb2 Use "Sans Regular" instead of "Helvetica" Fixes bug #47878
2003-09-30  Rodney Dawes  <dobey@ximian.com>

	* em-format-html-print.c: Use "Sans Regular" instead of "Helvetica"
	Fixes bug #47878

svn path=/trunk/; revision=22771
2003-09-30 18:44:09 +00:00
7d9119733a fixed encoding for Spanish translators.
2003-09-30  Ismael Olea <ismael@olea.org>

	* e-shell-about-box.c: fixed encoding for Spanish translators.

svn path=/trunk/; revision=22769
2003-09-30 09:58:02 +00:00
dbecfb2314 remove gconf stuff. (em_format_html_set_xmailer_mask): new method to set
2003-09-30  Not Zed  <NotZed@Ximian.com>

        * em-format-html.c (efh_init): remove gconf stuff.
        (em_format_html_set_xmailer_mask): new method to set the xmailer mask.

        * em-folder-view.c (emfv_display_keys[]): Added charset key to
        monitor/retrieve, and xmailer_mask.
        (emfv_setting_notify): Monitor charset setting, pass onto the
        formatter, as well as xmailer_mask.

        * mail-preferences.c (mail_preferences_construct): use the new
        charset key.
        (mail_preferences_apply): use the new charset key.

        * evolution-mail.schemas: Moved the mail/format/charset to
        mail/display/charset.  1. it makes more sense, and 2. it makes
        notification update easier in em-folder-view.c

        * em-format.c (emf_init): remove the gconf charset stuff, for bug
        #48791, and also actually fixes the fixme that jeff thought he
        fixed.
        (em_format_format_text): use default charset as fallback.
        (em_format_set_default_charset): New method to set the default charset.
        (gconf_charset_changed): removed.

svn path=/trunk/; revision=22768
2003-09-30 06:52:13 +00:00
1af3fe8fe0 Oops, put the arguments in the right order.
2003-09-29  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format.c (emf_init): Oops, put the arguments in the right order.

svn path=/trunk/; revision=22757
2003-09-29 20:40:35 +00:00
7dbb51cfc9 removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.c
svn path=/trunk/; revision=22756
2003-09-29 20:22:43 +00:00
2c2f8e8fde link to libical-evolution
2003-09-29  JP Rosevear <jpr@ximian.com>

	* conduits/todo/Makefile.am: link to libical-evolution

	* conduits/calendar/Makefile.am: ditto

svn path=/trunk/; revision=22752
2003-09-29 18:16:15 +00:00
4fa09be933 added a FIXME comment
svn path=/trunk/; revision=22749
2003-09-29 17:51:28 +00:00
0b1c3c7775 updated
svn path=/trunk/; revision=22729
2003-09-26 16:38:16 +00:00
dee72e870e updated cvsignore
svn path=/trunk/; revision=22728
2003-09-26 16:37:39 +00:00
8711e2ffaa updateed cvsignore
svn path=/trunk/; revision=22727
2003-09-26 16:37:14 +00:00
671eb28ab8 added .cvsignore
svn path=/trunk/; revision=22726
2003-09-26 16:36:34 +00:00
2d75334547 ignore makefile.in
svn path=/trunk/; revision=22725
2003-09-26 16:35:54 +00:00
1bb363c322 *** empty log message ***
svn path=/trunk/; revision=22724
2003-09-26 16:35:21 +00:00
1579e36541 ignore Makefile.in
svn path=/trunk/; revision=22723
2003-09-26 16:34:29 +00:00
dd3b7c670e Updated Norwegian (nynorsk) translation.
2003-09-26  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian (nynorsk) translation.

svn path=/trunk/; revision=22722
2003-09-26 16:13:37 +00:00
2e42040bad IPv6 implementation rewritten to use getnameinfo() which is the proper
2003-09-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-host-utils.c (e_gethostbyaddr_r): IPv6 implementation
	rewritten to use getnameinfo() which is the proper function to use
	in this case. Fixes bug #46006 the Right Way (tm).

svn path=/trunk/; revision=22720
2003-09-26 16:04:12 +00:00
99c61843f0 Updated Norwegian (nynorsk) translation.
2003-09-26  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian (nynorsk) translation.

svn path=/trunk/; revision=22715
2003-09-26 13:47:03 +00:00
39b6277e89 Updated Slovak translation.
2003-09-26  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation.

svn path=/trunk/; revision=22714
2003-09-26 11:57:07 +00:00
6482763161 Allow any file: uri to point to a sent or drafts folder.
2003-09-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-gui.c (mail_account_gui_save): Allow any file: uri
	to point to a sent or drafts folder.

svn path=/trunk/; revision=22706
2003-09-25 20:04:42 +00:00
9588114593 Make the dialog more HIG-compliant by fixing widget alignment/spacing
2003-09-25  Rodney Dawes  <dobey@ximian.com>

	* mail-send-recv.c: Make the dialog more HIG-compliant by fixing
	widget alignment/spacing issues, and removing separators

svn path=/trunk/; revision=22702
2003-09-25 16:11:29 +00:00
b8c1050886 Make sure that res->ai_canonname is non-NULL and that it doesn't match the
2003-09-25  Jeffrey Stedfast  <fejj@ximian.com>

	* e-host-utils.c (e_gethostbyaddr_r): Make sure that
	res->ai_canonname is non-NULL and that it doesn't match the
	numeric host address that we were trying to resolve. Fixes the
	second half of bug #46006.

svn path=/trunk/; revision=22701
2003-09-25 16:09:07 +00:00
da85df2ff6 fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it was not needed (ref and unref calls)
svn path=/trunk/; revision=22700
2003-09-25 16:07:46 +00:00
e993c193d8 Updated Slovak translation.
2003-09-25  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation.

svn path=/trunk/; revision=22699
2003-09-25 16:05:13 +00:00
8eb39923ce If the localhost lookup results in a numeric IPv6 host, use the form
2003-09-25  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_helo): If the
	localhost lookup results in a numeric IPv6 host, use the form
	"[IPv6:<addr>]" as specified in rfc2821. Fixes bug #46006.

svn path=/trunk/; revision=22694
2003-09-25 15:16:51 +00:00
edafb41f2a Same as below.
2003-09-24  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (get_default_charset): Same as
	below.

	* e-msg-composer.c (composer_get_default_charset_setting): Handle
	empty-string as the charset value gotten from gconf as this can
	happen. Partial fix for bug #47638.

svn path=/trunk/; revision=22692
2003-09-24 20:12:02 +00:00
367d71e400 fixed ChangeLog
svn path=/trunk/; revision=22691
2003-09-24 20:09:30 +00:00
6ddd4506fe Same as below.
2003-09-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-preferences.c (mail_preferences_construct): Same as below.

	* mail-composer-prefs.c (mail_composer_prefs_construct): gconf can
	return empty string if the charset has not been set, so if the
	charset string is empty, default the charset to the user's locale
	charset. Partial fix for bug #47638.

svn path=/trunk/; revision=22690
2003-09-24 20:08:15 +00:00
335cc4fad6 More artwork from Jakub.
svn path=/trunk/; revision=22687
2003-09-24 14:46:35 +00:00
1f06b6dfe5 New artwork from Jakub.
svn path=/trunk/; revision=22686
2003-09-24 14:43:30 +00:00