| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2004-02-23 Not Zed <NotZed@Ximian.com>
* em-format.c (emf_multipart_signed): check mps->protocol != NULL
before dereferencing it. See #54406.
svn path=/trunk/; revision=24829
|
|
|
|
|
|
|
|
| |
2004-02-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=24828
|
|
|
|
| |
svn path=/trunk/; revision=24827
|
|
|
|
| |
svn path=/trunk/; revision=24826
|
|
|
|
| |
svn path=/trunk/; revision=24825
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (phone_entry_changed):
remove some spew.
svn path=/trunk/; revision=24824
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Jeffrey Stedfast <fejj@ximian.com>
* rule-editor.c (rule_delete): After setting the new selected
iter, call cursor_changed() so we can update state. Fixes bug
#54205.
svn path=/trunk/; revision=24823
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-view.c (emfv_list_key_press): Delete key should always
delete, never undelete (bug #53215). Also fixes a bug where
uids->len was being accessed after uids had been free'd.
svn path=/trunk/; revision=24822
|
|
|
|
| |
svn path=/trunk/; revision=24821
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #53997
* em-folder-view.c (emfv_list_message_selected): Ref the emfv
before spawning the async event.
(emfv_list_done_message_selected): Check emfv->preview !=
NULL. Also unref the emfv when done.
svn path=/trunk/; revision=24820
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Jeffrey Stedfast <fejj@ximian.com>
* camel-provider.c (camel_provider_list): Init list to NULL to
prevent the crash in bug #54574.
svn path=/trunk/; revision=24819
|
|
|
|
|
|
| |
* mail-component.c (set_prop): Remove the debug message here.
svn path=/trunk/; revision=24818
|
|
|
|
| |
svn path=/trunk/; revision=24817
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Not Zed <NotZed@Ximian.com>
* mail-vfolder.c (mail_vfolder_add_uri): fix for vfolder-rule api
changes.
svn path=/trunk/; revision=24816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Not Zed <NotZed@Ximian.com>
** See bug #54338.
* vfolder-rule.c: instead of overriding the filter-rule's 'source'
attribute for 'with sources', add a 'with' enum.
(xml_decode): handle loading old-format files, as well as new
ones, where the with is a prop on the sources xml.
(xml_encode): set 'with' on save.
(rule_copy): copy across with value.
(get_widget): just hook onto option menu changed, dont bother
setting up any per-item callbacks.
(select_source_with_changed): callback to monitor source 'with'
type.
svn path=/trunk/; revision=24815
|
|
|
|
| |
svn path=/trunk/; revision=24814
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Not Zed <NotZed@Ximian.com>
* mail-folder-cache.c (unset_folder_info, setup_folder)
(rename_folders): switch the sense of the no select checks. TEST!
svn path=/trunk/; revision=24813
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Chris Toshok <toshok@ximian.com>
* gui/component/component-factory.c: s/HAVE_NSS/ENABLE_SMIME.
* gui/component/addressbook-component.c: s/HAVE_NSS/ENABLE_SMIME.
svn path=/trunk/; revision=24812
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Chris Toshok <toshok@ximian.com>
* em-format.c (emf_application_xpkcs7mime): wrap code with
ENABLE_SMIME instead of HAVE_NSS.
(emf_multipart_signed): same.
(type_builtin_table): same.
svn path=/trunk/; revision=24811
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Chris Toshok <toshok@ximian.com>
* camel-smime-context.c: wrap this file with #ifdef ENABLE_SMIME
instead of #ifdef HAVE_NSS.
svn path=/trunk/; revision=24810
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Chris Toshok <toshok@ximian.com>
* configure.in: add AC_ARG_ENABLE(smime...) -- "finally", i can
hear the people rejoice. Only check the --enable-smime status if
--enable-ssl is also "yes". AC_DEFINE (ENABLE_SMIME) if smime is
enabled.
svn path=/trunk/; revision=24809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (activate_source): split out the
majority of the set_prop code for PROPERTY_SOURCE_UID_IDX here, so
it can be used for both SOURCE_UID and FOLDER_URI.
(set_prop): add a setter for "folder_uri". we sorta fudge things
and use the uri for the uid (the uid is only used as a hash key to
look up the view associated with the uri/source, so we should be
good still.)
(get_prop): add getter for "folder_uri".
(addressbook_new_control): add the "folder_uri" property to our
property bag.
svn path=/trunk/; revision=24808
|
|
|
|
|
|
|
|
| |
2004-02-19 Rodney Dawes <dobey@ximian.com>
* em-folder-tree.c (emft_save_state): Revert previous change, doh
svn path=/trunk/; revision=24800
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Hans Petter Jansson <hpj@ximian.com>
Fixes #45308 and duplicates.
* gui/widgets/e-addressbook-model.c (eab_model_set_property): Store
the IDs of book signals connected to, so we can disconnect from them
later.
svn path=/trunk/; revision=24799
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Rodney Dawes <dobey@ximian.com>
* em-folder-tree.c (emft_save_state): Don't set the timeout id to 0
and then immediately return FALSE, which tries to remove the timeout
svn path=/trunk/; revision=24798
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-mbox-store.c (get_folder): Add sanity
checking to the folder name if we are going to create it, just
like we do in create_folder().
svn path=/trunk/; revision=24796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Not Zed <NotZed@Ximian.com>
* mail-send-recv.c (get_receive_type):
* mail-config.c (mail_config_get_account_by_source_url)
(mail_config_get_account_by_transport_url):
* mail-component.c (mail_component_load_store_by_uri):
* mail-account-gui.c (mail_account_gui_setup)
(mail_account_gui_save):
* em-utils.c (em_utils_empty_trash, em_uri_from_camel):
* em-folder-tree-model.c (account_changed):
* em-folder-selector.c (em_folder_selector_get_selected_uri): fix
camel provider api changes.
svn path=/trunk/; revision=24795
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Not Zed <NotZed@Ximian.com>
* providers/*/camel-*-provider.c
(camel_provider_module_init): Fixes for api changes.
* camel-provider.c (camel_provider_load): no longer take session
argument. the providers are global resources.
(camel_provider_init): dont return anything anymore. (error?)
call from camel_init now. Use a recursive lock too.
* camel-session.c (camel_session_register_provider)
(camel_session_list_providers, camel_session_get_provider): Moved
to camel-provider, camel_provider_register/list/get.
(vee_provider): moved to camel-provider.c
svn path=/trunk/; revision=24794
|
|
|
|
|
|
| |
patch by hao.sheng@sun.com
svn path=/trunk/; revision=24793
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Not Zed <NotZed@Ximian.com>
* e-pilot-util.c: include string.h, fixes 64 bit crash. From
David Mosberger.
svn path=/trunk/; revision=24792
|
|
|
|
| |
svn path=/trunk/; revision=24791
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-notify.c (free_client_hash): remove the client
from the queue also.
svn path=/trunk/; revision=24790
|
|
|
|
|
|
|
|
| |
2004-02-18 Rodney Dawes <dobey@ximian.com>
* configure.in: Require ORBit 2.9.8 or newer
svn path=/trunk/; revision=24789
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* em-composer-prefs.c (sig_fill_list): Changed the name to not
imply we are working with a GtkCList widget (since we are using a
GtkTreeView).
svn path=/trunk/; revision=24788
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_tree_button_press): Pass flags to
em_popup_target_new_folder() instead of just an isstore arg.
(emft_tree_button_press): Fake the fi flags for vTrash/vJunk so
that em-popup.c can disable the delete flag for these.
svn path=/trunk/; revision=24787
|
|
|
|
| |
svn path=/trunk/; revision=24786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_tree_button_press): Pass flags to
em_popup_target_new_folder() instead of just an isstore arg.
* em-popup.c (em_popup_target_new_folder): Instead of taking an
isstore argument, take a flags argument so that our caller can
give us hints about the selected folder/store. Also fixed a logic
bug from my previous commit.
svn path=/trunk/; revision=24785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_tree_button_press): Updated for em-popup
API change (altho currently passes a dummy value).
* em-popup.c (em_popup_target_new_folder): Check for vTrash/vJunk
by checking the CAMEL_FOLDER_VIRTUAL info flags bit. (perhaps this
flag should be renamed to SPECIAL? VIRTUAL might not have been a
good name). Also changed to check flags & CAMEL_FOLDER_NOSELECT
rather than checking the uri string for a noselect param.
* mail-folder-cache.c (unset_folder_info): Instead of checking for
";noselect" in the uri, check for a CAMEL_FOLDER_NOSELECT flag on
mfi->flags.
(setup_folder): Copy the fi->flags to mfi->flags here.
(rename_folders): Same.
(setup_folder): Check fi->flags for CAMEL_FOLDER_NOSELECT here
instead.
(rename_folders): Same. Also gets rid of a FIXME.
svn path=/trunk/; revision=24784
|
|
|
|
| |
svn path=/trunk/; revision=24783
|
|
|
|
|
|
| |
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=24781
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (client_cal_opened_cb): set the task pad client to NULL
if opening it failed. Show more verbose status bar messages.
svn path=/trunk/; revision=24780
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_verify): Use the trust to decide the
validity signature status. (Better way of solving yesterday's
problem)
* camel-cipher-context.h: Revert change from yesterday.
svn path=/trunk/; revision=24779
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
Revert change from yesterday.
(efhd_xpkcs7mime_button): Use the icon from the table.
svn path=/trunk/; revision=24778
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
* common/authentication.c (auth_func_cb): call first e_passwords_get_password
before calling _ask_password.
svn path=/trunk/; revision=24777
|
|
|
|
| |
svn path=/trunk/; revision=24776
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): add 1 second
to the last notification time, or we'll get many times the same notification.
svn path=/trunk/; revision=24772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Chris Toshok <toshok@ximian.com>
* gui/contact-list-editor/e-contact-list-editor.h (struct
_EContactListEditor): add image_set slot.
* gui/contact-list-editor/e-contact-list-editor.c
(list_image_changed_cb): set image_set = TRUE.
(e_contact_list_editor_init): init image_set = FALSE
(extract_info): only set the LOGO attribute if image_set = TRUE.
* gui/contact-editor/e-contact-editor.h (struct _EContactEditor):
add image_set slot.
* gui/contact-editor/e-contact-editor.c (extract_info): only set
the PHOTO attribute if image_set == TRUE.
(image_chooser_changed): new function, set image_set = TRUE and
call widget_changed.
(e_contact_editor_init): init image_set to FALSE.
(_address_arrow_pressed): quiet compiler.
svn path=/trunk/; revision=24771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/e-cal-view.c: (e_calendar_view_add_event),
(clipboard_get_text_cb): make copy & paste and drag & drop behave
the same way described as follows:
In day view and work week view
from main canvas to top canvas
before copy or drag: short event
after paste or drop: all-day event
from main canvas to main canvas
before copy or drag: short event
after paste or drop: short event
from top canvas to top canvas
before copy or drag: all-day event
after paste or drop: all-day event
before copy or drag: long event
after paste or drop: long event
from top canvas to main canvas
before copy or drag: all-day event
after paste or drop: short event
before copy or drag: long event
after paste or drop: short event
In week view, month view and list view life is pretty simple since
there's no top canvas in these three views. We just get what we copy
or drag after we perform paste or drop.
svn path=/trunk/; revision=24770
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Chris Toshok <toshok@ximian.com>
[ fixes bug #53620 ]
* gui/merging/eab-contact-compare.c (eab_contact_compare_name): ""
is a valid (and common) value for elements of EContactName now.
it's semantically equivalent to NULL in the old ECard foo.
svn path=/trunk/; revision=24769
|
|
|
|
|
|
| |
* gui/itip-utils.c: (itip_send_comp): set the string length properly.
svn path=/trunk/; revision=24768
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Not Zed <NotZed@Ximian.com>
** See bug #54492.
* em-folder-tree.c (emft_popup_copy_folder_selected): check the
store flags, not the fragment presence to find out if we use the
fragment as the path.
svn path=/trunk/; revision=24767
|
|
|
|
|
|
|
|
|
| |
2004-02-18 Not Zed <NotZed@Ximian.com>
* e-shell-offline-handler.c (prepare_for_offline): remove id, and
use info->id for create_progress_listener. Fixes #53649.
svn path=/trunk/; revision=24766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #54060 (except for the "don't let users copy/move
messages to Outbox" bit).
* em-folder-tree.c (emft_drop_target): Rearranged a little. We can
check for special dest folders right away. Also added a check for
the default local folders (Drafts/Inbox/Outbox/Sent) since we
don't want to be able to move them anywhere else (copying is ok).
(emft_popup_copy_folder_selected): Don't allow moving any of the
default local folders to be consistant with drag&drop changes.
(emft_popup_rename_folder): Don't allow the user to rename a
default local folder.
(emft_popup_delete_folder): Don't allow deletion of special local
folders.
* mail-component.c (mail_component_peek_local_store): New function
to peek the local store.
svn path=/trunk/; revision=24765
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
Display an alternate description based on the trust value if we
have a trust to work with.
svn path=/trunk/; revision=24764
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_verify): Set the trust.
* camel-cipher-context.h: Add a trust metric to signatures.
svn path=/trunk/; revision=24763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-browser.c (emfb_hide_deleted): Set the hide_deleted
bool on EMFolderView.
* em-folder-view.c (emfv_popup_delete): Fix Sarfraaz Ahmed's fix
to only jump to the previous message if hide_deleted is
set. Otherwise his fix gets extremely irritating.
(emfv_list_key_press): Same.
svn path=/trunk/; revision=24762
|
|
|
|
| |
svn path=/trunk/; revision=24761
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
>From www_work@reality.cz Tue Feb 17 11: 53:15 2004
Received: from data2.centrum.cz ([62.84.131.152]:52704 "EHLO
data2.centrum.cz") by mail4.centrum.cz with ESMTP id
<S2624487AbUBQKwv>;
Tue, 17 Feb 2004 11:52:51 +0100
Received: from reality.cz ([212.24.129.47]:8630 "EHLO reality.cz") by
mail.centrum.cz with ESMTP id <S279448AbUBQKwS>; Tue, 17 Feb 2004
11:52:18
+0100
X-SpamDetected: 0
Received: by reality.cz (Postfix, from userid 502) id 073861AB2FF; Tue, 17
Feb 2004 11:52:16 +0100 (CET)
From: "REALiTY-ON-LINE" <www@reality.cz>
To: radek.doulik@centrum.cz
Subject: ON-LINE: praha vychod
MIME-Version: 1.0
Content-Type: text/html; charset=ISO-8859-1
Message-Id: <20040217105216.073861AB2FF@reality.cz>
Date: Tue, 17 Feb 2004 11:52:16 +0100 (CET)
Return-Path: <www_work@reality.cz>
X-Orcpt: rfc822;radek.doulik@mail4.centrum.cz
X-Evolution-Source: pop://radek.doulik@pop.centrum.cz/
<HTML>
<HEAD>
<TITLE>praha vychod</TITLE>
</HEAD>
<BODY BGCOLOR="CCFFFF">
<H3>Vypis novinek ON-LINE ze serveru Reality.CZ</H3>
<HR>
<A HREF="http://www.reality.cz/cgi/detailq?200-005280"><B>Prodej RD 2+1+puda
Praha vychod - Drevcice</B></A><BR>
<I>CENA:</I> <B>2.600.000 Kc (cena pro jednani)</B><BR>
<I>TEL.:</I> <B>224 942 873 </B><BR>
<A
HREF="http://www.reality.cz/cgi/detailq?200-005280">http://www.reality.cz/cgi/detailq?200-005280</A>
<HR>
Zmeny v nastaveni sveho osobniho profilu muzete provadet na adrese:
<A
HREF="http://www.reality.cz/komunita/">http://www.reality.cz/komunita/</A>
<HR>
</BODY>
</HTML>
svn path=/trunk/; revision=24760
|
|
|
|
|
|
|
|
| |
2004-02-17 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Daniel van Eeden.
svn path=/trunk/; revision=24759
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
* camel-vee-store.c (vee_sync): implment, make sync a noop on vee
stores. Speeds up exit, so we don't try and sync and re-sync
folders multiple times.
svn path=/trunk/; revision=24758
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
* filter-int.c (int_clone): implement, since we dont store the
min/max values in the xml output, we lose it otherwise. Bug
#54155.
svn path=/trunk/; revision=24757
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
** See bug #53914.
* em-utils.c (guess_account): do some extra checks, message
source, and source folder.
(guess_account_folder): helper to guess account based on folder.
svn path=/trunk/; revision=24756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
** See bug #54200.
* em-popup.c (em_popup_target_new_select): add
EM_POPUP_SELECT_FOLDER - to find out if we have a folder at
all. Handle getting a NULL folder passed in.
* em-folder-view.c (em_folder_view_get_popup_target): Added
EM_FOLDER_VIEW_SELECT_FOLDER - to detect when we dont have a
folder set on the emfolderview.
* em-folder-browser.c (emfb_mark_all_read): if we don't have a
folder, dont try and run.
(emfb_enable_map[]): Disable a bunch of stuff we have no
folder set.
svn path=/trunk/; revision=24755
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
** See bug #53861.
* providers/nntp/camel-nntp-summary.c (add_range_xover): Fix from
Edd Dumbill <edd@usefulinc.com> to avoid aborting on irrelevently
truncated lines.
svn path=/trunk/; revision=24754
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Not Zed <NotZed@Ximian.com>
* importers/pine-importer.c (import_contact): fix for the
weird-arsed e-contact list api. and fix a small memleak.
svn path=/trunk/; revision=24753
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (tray_icon_clicked_cb): removed buggy
characters from menu items' texts.
svn path=/trunk/; revision=24752
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): open the
calendars asynchonously.
(cal_opened_cb): callback for "cal_opened" signal. Add the calendars to
the alarm queue here.
svn path=/trunk/; revision=24751
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): get alarms
since the last notification, only use current time when there is no
previous notification time.
svn path=/trunk/; revision=24750
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/notify-main.c (init_session): set session restart
style to RESTART_IF_RUNNING.
svn path=/trunk/; revision=24749
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/notify-main.c: no need to keep the master client.
(init_session): just set the daemon's restart style, not the restart
command. Connect to "save_yourself" signal on the session also.
(save_session_cb): set the restart command here.
svn path=/trunk/; revision=24748
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/itip-utils.c (comp_server_send): pass the user list to
e_cal_send_objects().
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
svn path=/trunk/; revision=24747
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/notify-main.c: no need to keep the master client.
(init_session): just set the daemon's restart style, not the restart
command. Connect to "save_yourself" signal on the session also.
(save_session_cb): set the restart command here.
svn path=/trunk/; revision=24746
|
|
|
|
|
|
|
|
| |
2004-02-16 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Daniel van Eeden.
svn path=/trunk/; revision=24745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-16 Not Zed <NotZed@Ximian.com>
** See bug #51045.
* providers/imap/camel-imap-store.c (fill_fi): similar to mbox
version.
(get_folder_counts): use fill_fi to try and get folder counts if
we're not doing the hard slog.
(get_one_folder_offline): use fill_fi to try to get folder counts
from open folders or summaries.
* providers/local/camel-maildir-store.c (fill_fi): similar to mbox
version.
(scan_dir): use fill_fi to get the unread count now.
* providers/local/camel-mbox-store.c (fill_fi): helper to lookup
unread count either from active folder or from summary file, if
it's available.
(scan_dir, get_folder_info): use helper above to get folder info.
* devel-docs/camel-folder-summary.txt: New document describing the
format/conventions in the CamelFolderSummary file.
* providers/nntp/camel-nntp-summary.c (summary_header_load/save):
* providers/imapp/camel-imapp-summary.c (summary_header_load/save):
* providers/imap/camel-imap-summary.c (summary_header_load/save):
Handle versions, per-class version number (1).
* providers/local/camel-mbox-summary.c (summary_header_load/save):
Handle versions properly, add a per-class version (1). Write out the
folder size as a size_t rather than 32 bit int.
* providers/local/camel-local-summary.c (summary_header_load/save):
read/write the per-class version number (1).
* camel-folder-summary.c (summary_header_load): do version
checking differently, allow the version to be bumped without
aborting the load. Added unread/deleted/junk counts to base
header.
(summary_header_save): Save out the new-format header. Version
bumped to 13.
* camel.c (camel_init): return 0 rather than spit a compiler warning.
* camel-file-utils.c (camel_file_util_encode_*_t): macro-ise the
type encoder/decoders. Also add size_t encoder/decoder.
svn path=/trunk/; revision=24744
|
|
|
|
| |
svn path=/trunk/; revision=24743
|
|
|
|
| |
svn path=/trunk/; revision=24742
|
|
|
|
| |
svn path=/trunk/; revision=24741
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_drop_folder): Make sure the drop-target
folder doesn't already contain a folder named identical to the one
we are dropping by using the new CAMEL_STORE_FOLDER_EXCL
flag. Fixes bug #53810.
svn path=/trunk/; revision=24739
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c (get_folder_online): Same.
* providers/local/camel-mh-store.c (get_folder): Same as maildir
changes.
* providers/local/camel-maildir-store.c (get_folder): Make
exceptions strings consistanmt with the mbox exception strings
(and vise versa). Also handle the CAMEL_STORE_FOLDER_EXCL flag.
* providers/local/camel-mbox-store.c (get_folder): Check
CAMEL_STORE_FOLDER_EXCL flag.
* providers/local/camel-local-store.c (get_folder): Simplified by
using camel_mkdir instead of doing it manually.
* camel-store.c (camel_store_get_folder): If the folder exists in
the cache and the O_EXCL flag was passed, return NULL and set an
exception.
* camel-store.h: Added a new CAMEL_STORE_FOLDER_EXCL flag for use
with get_folder().
svn path=/trunk/; revision=24738
|
|
|
|
| |
svn path=/trunk/; revision=24737
|
|
|
|
| |
svn path=/trunk/; revision=24736
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (create_composer): get default composer size
from gconf, hook to unrealize event and save size to gconf
(e_msg_composer_unmap): new handler, saves composer window size
svn path=/trunk/; revision=24735
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Radek Doulik <rodo@ximian.com>
* evolution-mail.schemas.in.in: added defaults for composer
width/height
svn path=/trunk/; revision=24734
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Sarfraaz Ahmed <asarfraaz@novell.com>
* em-folder-view.c (emfv_popup_delete): added the code to get
the previous mail in a list, if get_next_mail fails. This is a
fix for #54195
(emfv_list_key_press): Same as above
svn path=/trunk/; revision=24733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Not Zed <NotZed@Ximian.com>
* importers/netscape-importer.c: use mail-importer to import the
mail tree, fix the account stuff to talk directly to mail config.
Added cancel button. etc. This is completely untested apart from
compiling with no warnings.
* importers/mail-importer.c (import_mbox_import): dont re-use the
exception for syncing.
* importers/evolution-outlook-importer.c: major reworking. Some
platform fixes, runs in another thread, simpler/cleaner main loop.
This is completely untested apart from compiling with no warnings.
* importers/evolution-mbox-importer.c (support_format_fn): we dont
want to check the From_ line case insensitive!
(create_control_fn): implement this weird api.
2004-02-12 Not Zed <NotZed@Ximian.com>
* importers/elm-importer.c: rewrote all importing stuff.
* importers/mail-importer.c (mail_importer_import_folders_sync):
split out into a recursive function & entry. Now handles mozilla
format stuff with a flag.
(import_mbox_import): made the cameloperation properly
save/restore multiple registrations.
svn path=/trunk/; revision=24732
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (migrate_contacts): free up
the list returned by e_book_get_contacts.
svn path=/trunk/; revision=24731
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Hans Petter Jansson <hpj@ximian.com>
* gui/dialogs/copy-source-dialog.c (copy_source_dialog): Instead
of saying "Select destination source", we now say "... calendar" or
"... task list", based on object type.
svn path=/trunk/; revision=24730
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Jordi Mallach <jordi@sindominio.net>
* ca.po: Updated Catalan translation by the
Catalan Evolution team.
svn path=/trunk/; revision=24729
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Jeffrey Stedfast <fejj@ximian.com>
* camel-file-utils.c (camel_file_util_encode_string): Since
decoding a string doesn't allow strings longer than 65536,
truncate strings that are longer than 65536 here.
svn path=/trunk/; revision=24728
|
|
|
|
|
|
|
|
| |
* Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
rather than mv'ing it so it doesn't get regenerated at install
time.
svn path=/trunk/; revision=24727
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Chris Toshok <toshok@ximian.com>
* gui/migration.c (CONTACTS_BASE_URI): rename from
CONTACT_BASE_URI, and change to contacts:// to match e-d-s.
(create_calendar_contact_source): CONTACT -> CONTACTS.
(create_calendar_sources): same.
svn path=/trunk/; revision=24726
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-12 Rodney Dawes <dobey@ximian.com>
* gui/component/addressbook-component.c (delete_addressbook_cb):
Fix capitalization of Address Book usage in sentence form
* gui/component/ldap-config.glade: Use Address Book instead of
Addressbook in here (Patch from Aaron Weber <aaron@ximian.com>)
svn path=/trunk/; revision=24725
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c (pipe_to_sa_with_error): use
g_find_program_in_path to avoid fork in case program is not
available
svn path=/trunk/; revision=24724
|
|
|
|
|
|
|
|
| |
2004-02-12 Rodney Dawes <dobey@ximian.com>
* POTFILES.in: Remove dead files and add new ones
svn path=/trunk/; revision=24723
|
|
|
|
| |
svn path=/trunk/; revision=24722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Rodney Dawes <dobey@ximian.com>
* gal/widgets/gal-combo-box.c (gal_combo_box_init): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
2004-02-12 Rodney Dawes <dobey@ximian.com>
* e-cell-popup.c (ecp_draw):
* e-cell-spin-button.c (ecsb_draw):
* e-table-header-utils.c (e_table_header_draw_button): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
2004-02-12 Rodney Dawes <dobey@ximian.com>
* e-vscrolled-bar.c (e_vscrolled_bar_init): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
svn path=/trunk/; revision=24720
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Bruce Tao <bruce.tao@sun.com>
See #51567
* gui/dialogs/delete-comp.c (delete_component_dialog):
use "gtk_dialog_add_buttons" to change the response_id of button
"YES" and "NO".
svn path=/trunk/; revision=24719
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodney Dawes <dobey@ximian.com>
* evolution-mail-message.xml: Add sender to Address Book, not
Addressbook
svn path=/trunk/; revision=24718
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* mail-component.c (mail_control_new): Disable the
bonobo-ui-component statusbar when using the EMFolderBrowser
outside of the mail component. This prevents the Connector
component from having 2 status bars.
svn path=/trunk/; revision=24717
|
|
|
|
| |
svn path=/trunk/; revision=24716
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodney Dawes <dobey@ximian.com>
* gui/component/addressbook-component.c (delete_addressbook_cb):
(fill_popup_menu_callback):
* gui/widgets/e-addressbook-view.c (init_collection):
* gui/widgets/eab-gui-util.c (eab_error_dialog):
* gui/widgets/eab-popup-control.c (eab_popup_control_contstruct):
Address Book, not Addressbook
svn path=/trunk/; revision=24715
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* em-popup.c: #include <libgnomevfs/gnome-vfs-mime.h>
(em_popup_create_menu): Wrap item->label with _() so
that the strings get translated properly.
svn path=/trunk/; revision=24714
|
|
|
|
| |
svn path=/trunk/; revision=24713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* lib/e-pkcs12.c: #include <config.h>
(e_pkcs12_export_to_file): Hmm. I gather this needs to be
implemented. return FALSE here until someone implements this so
gcc doesn't complain about control reaching the end of a non-void
function.
(handle_error): Same.
* lib/e-cert-trust.c: And here.
* lib/e-cert-db.c: Same.
* lib/e-asn1-object.c: And here.
* lib/e-cert.c: Here too.
* gui/e-cert-selector.c: Same.
* gui/certificate-viewer.c: Same.
* gui/certificate-manager.c: #include <config.h>
svn path=/trunk/; revision=24712
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* gui/e-cert-selector.c: Same.
* gui/certificate-viewer.c: Same.
* gui/certificate-manager.c: #include <config.h>
svn path=/trunk/; revision=24711
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html-print.c: Same.
* em-junk-filter.c: #include <config.h>
svn path=/trunk/; revision=24710
|
|
|
|
|
|
|
|
| |
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* em-popup.c: Add license & config.h
svn path=/trunk/; revision=24709
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodney Dawes <dobey@ximian.com>
* e-multi-config-dialog.c (impl_response): Change the filename and
section that we pass to gnome_help_display_desktop so that the help
browser displays the documentation correctly
svn path=/trunk/; revision=24708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodrigo Moya <rodrigo@ximian.com>
Fixes #53886
* gui/gnome-cal.c (gnome_calendar_paste_clipboard,
gnome_calendar_delete_selection, gnome_calendar_cut_clipboard,
gnome_calendar_copy_clipboard): removed g_assert_if_reached calls
since we might get a different widget getting the focus.
(get_focus_location): check the canvas's' focused item.
svn path=/trunk/; revision=24707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c (em_junk_sa_test_spamd): if spamc is not
available, try /usr/sbin/spamc
2004-02-10 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c (em_junk_sa_test_spamd): try to check if system
wide spamd has --local parameter set according to our setting
(em_junk_sa_test_spamd): in case we were unable to start our own
spamd, try to run it from /usr/sbin before giving up
svn path=/trunk/; revision=24706
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodrigo Moya <rodrigo@ximian.com>
Fixes #53271
* gui/calendar-component.c (delete_calendar_cb): remove the source from
the GnomeCalendar widget also.
* gui/tasks-component.c (delete_task_list_cb): ditto.
svn path=/trunk/; revision=24705
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Rodrigo Moya <rodrigo@ximian.com>
Fixes #53271
* gui/calendar-component.c (delete_calendar_cb): remove the source from
the GnomeCalendar widget also.
* gui/tasks-component.c (delete_task_list_cb): ditto.
svn path=/trunk/; revision=24704
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Not Zed <NotZed@Ximian.com>
* importers/mail-importer.c (mail_importer_import_folders_sync):
call the right recursive function, oops.
* importers/mail-importer.h: don't include camel-operation.h, but
fix up the forward decl usage.
svn path=/trunk/; revision=24703
|
|
|
|
|
|
|
|
| |
2004-02-11 JP Rosevear <jpr@ximian.com>
* importers/mail-importer.h: include camel-operation.h
svn path=/trunk/; revision=24702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Not Zed <NotZed@Ximian.com>
* importers/pine-importer.c: Basically rewrote this, the import
tasks run in another thread. It tells you more about what's going
on, and its cancellable.
(pine_store_settings): changed the meaning of the settings
slightly, if set it means we've processed them already.
* mail-component-factory.c (factory): hook in importer factory
callback.
2004-02-10 Not Zed <NotZed@Ximian.com>
* importers/*-importer.c: removed module init, just provide a new
method. Updates for api changes.
* Makefile.am: link mail importers in directly.
* mail-importer.c: changed to do stuff in-memory with linked
stuff, moved to importers/.
* importers/GNOME_Evolution_Mail_Importers.server.in.in: merge all
importer .server info's here, point them all to the mailer
factory. Removed the others.
* importers/Makefile.am: remove Mailer.idl stuff. Move all
importers to a single library.
svn path=/trunk/; revision=24701
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Not Zed <NotZed@Ximian.com>
* configure.in (IMPORTERS_*): Added libebook-1.0. Added back
mail/importers/Makefile.am.
svn path=/trunk/; revision=24700
|
|
|
|
|
|
| |
2004-02-11 Fixed another date-formatted. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=24699
|
|
|
|
|
|
| |
2004-02-11 Fixed date-formatted again. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=24698
|
|
|
|
|
|
| |
2004-02-11 Fixed date-formatted in ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=24697
|
|
|
|
|
|
| |
2004-02-11 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=24696
|
|
|
|
|
|
|
| |
* gui/print.c: (print_date_label): guarantee we do have some timezone
before the time convertion.
svn path=/trunk/; revision=24695
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-10 Rodney Dawes <dobey@ximian.com>
* e-multi-config-dialog.c (init): Add a Help button
(impl_response): Handle the Help button and open the documentation
Fixes #30681
svn path=/trunk/; revision=24694
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* C/usage-mail.xml: Fix bugs noted by Dimitrios. Special thanks to him for this patch.
* C/usage-mail-org.xml: especially to filtering section
* C/usage-print.xml: Remove, this is not a useful section.
* C/usage-contacts: spelling
* C/config-prefs.xml: lots of user-suggested corrections here.
* C/Makefile.am: delete printing page and related images.
* Also some places in menuref and so forth.
svn path=/trunk/; revision=24693
|
|
|
|
|
|
|
|
| |
2004-02-10 JP Rosevear <jpr@ximian.com>
* Remove dead files
svn path=/trunk/; revision=24692
|
|
|
|
|
|
|
|
| |
2004-02-10 JP Rosevear <jpr@ximian.com>
* POTFILES.in: remove files that were killed
svn path=/trunk/; revision=24691
|
|
|
|
|
|
|
|
| |
2004-02-10 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
svn path=/trunk/; revision=24690
|
|
|
|
|
|
|
|
|
|
| |
004-02-10 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c: remove useless include
* importers/Makefile.am: remove executable build cruft
svn path=/trunk/; revision=24689
|
|
|
|
|
|
|
|
| |
2004-02-10 JP Rosevear <jpr@ximian.com>
* Makefile.am: build importers dir
svn path=/trunk/; revision=24688
|
|
|
|
|
|
|
|
| |
2004-02-10 JP Rosevear <jpr@ximian.com>
* configure.in: Add addressbook/importers to AC_OUTPUT
svn path=/trunk/; revision=24687
|
|
|
|
|
|
|
|
| |
2004-02-09 JP Rosevear <jpr@ximian.com>
* configure.in: bump version, libtool numbers
svn path=/trunk/; revision=24685
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Rodney Dawes <dobey@ximian.com>
* tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown
Fixes #54084
svn path=/trunk/; revision=24684
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (client_cal_opened_cb): don't add the clients to the
internal hash/list here, just remove it if opening the calendar fails.
(gnome_calendar_add_event_source): add the client to the internal
hash/list here.
svn path=/trunk/; revision=24682
|
|
|
|
|
|
|
|
| |
2004-02-09 Rodney Dawes <dobey@ximian.com>
* data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag
svn path=/trunk/; revision=24681
|
|
|
|
| |
svn path=/trunk/; revision=24680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (tree_drag_data_delete): merged in code from
em_folder_tree_model_drag_data_delete.
(tree_drag_data_get): similar.
(tree_drag_data_received): similar.
(drag_text_uri_list): removed, use em_utils_selection_set_urilist
in tree_drag_data_get instead.
(em_folder_tree_enable_drag_and_drop): merged in
em_folder_tree_model_set_drag_drop_types.
(tree_drag_motion): merge in drop_possible, handle qualifiers, and
return the right type.
(em_folder_tree_model_row_drop_target): rename to
emft_drop_target, and make private. Beefed up substantially,
handles illogical drops, dropping on to special folders and
properly handling vfolder uri's (at least within the same tree
instance).
* em-folder-tree-model.c: Moved all of the DND stuff to
em-folder-tree, where it belongs, made it all static. Should
allow for some sharing of code too.
svn path=/trunk/; revision=24679
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Not Zed <NotZed@Ximian.com>
** See bug #53978.
* providers/local/camel-mbox-store.c: added ".lock" to the list of
ignored extensions.
(ignore_file): ignore anything ending in ~ too.
svn path=/trunk/; revision=24678
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Not Zed <NotZed@Ximian.com>
** See bug #51319.
* providers/local/camel-local-folder.c
(camel_local_folder_construct): re-enable indexing when folder is
first opened. Also load defaults if no meta-data present.
svn path=/trunk/; revision=24677
|
|
|
|
|
|
|
| |
* gui/e-cal-model-tasks.c: (ecmt_set_value_at): refuse to update
the task info if due date is before start date.
svn path=/trunk/; revision=24676
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Not Zed <NotZed@Ximian.com>
* em-format-quote.c (emfq_format_message): just print the \n after
the credits in the same printf, rather than adding an else. Add a
<br> too, otherwise it has no effect.
svn path=/trunk/; revision=24675
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-08 Rodney Dawes <dobey@ximian.com>
* gui/component/addressbook-migrate.c (create_groups): Initialize the
personal_source to NULL
Fixes #54015
svn path=/trunk/; revision=24674
|
|
|
|
|
|
| |
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=24673
|
|
|
|
|
|
|
|
|
|
| |
2004-02-08 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-view.c (delete) : pass contact
as an argument instead of contact id to e_book_async_remove_contact
svn path=/trunk/; revision=24672
|
|
|
|
| |
svn path=/trunk/; revision=24670
|
|
|
|
| |
svn path=/trunk/; revision=24669
|
|
|
|
|
|
|
|
| |
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-provider.c (camel_provider_init): Use strrchr, not strchr.
svn path=/trunk/; revision=24668
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (create_groups): don't
bother using a function-wide variable to store the personal
source. also, use g_build_filename properly (because fejj is a
whiner.)
(migrate_local_folders): same (wrt fejj whining).
svn path=/trunk/; revision=24667
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
* importer/intelligent.c (get_intelligent_importers): use base
version for intelligent importers
* e-shell-importer.c (get_intelligent_importers): ditto
Fixes #54004
svn path=/trunk/; revision=24666
|
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
* importer/intelligent.c (get_intelligent_importers): use base
version for importers
svn path=/trunk/; revision=24665
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Rodney Dawes <dobey@ximian.com>
* gui/component/addressbook.c (addressbook_new_control): Hide the
border on the notebook also
* gui/widgets/e-addressbook-view.c (eab_view_new): Don't pack another
scrolled window inside of a scrolled window, just pack the contact
display inside the paned, since it already has a scrolled window
svn path=/trunk/; revision=24664
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Rodney Dawes <dobey@ximian.com>
* gui/widgets/e-addressbook-view.c: Use "Address Book" instead of
"folder" or "Addressbook" for the "Address Book Sources..." and
copy/move contact menu items
Fixes #53654
svn path=/trunk/; revision=24662
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_format_headers): Make private (only
EMFormatHTMLQuote used it and that class is no longer in use).
(efh_format_message): Updated for above change.
* em-format-quote.c (emfq_format_message): Always write a \n after
the credits line.
svn path=/trunk/; revision=24661
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Hans Petter Jansson <hpj@ximian.com>
* filter-input.c (filter_input_init): Default to an empty string
for the value.
(xml_decode): Remove old values before decoding the new ones.
svn path=/trunk/; revision=24660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Chris Toshok <toshok@ximian.com>
* importers/evolution-ldif-importer.c (getNextLDIFEntry): only set
the address if something in it's been filled in.
(resolve_list_card): build up a separate list representing the xml
formatted crud.
(process_item_fn): remove FIXME.
(factory_fn): use g_new0 since we test for NULL-ness later on.
* importers/evolution-vcard-importer.c (factory_fn): use g_new0
since we test for NULL-ness later on.
svn path=/trunk/; revision=24659
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_parse_status): Forget the need_id,
not the userid. Fixes bug #53908.
svn path=/trunk/; revision=24658
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* em-subscribe-editor.c (sub_folderinfo_get): Set the NO_VIRTUAL
flag bit for get_folder_info(). Fixes bug #51887.
svn path=/trunk/; revision=24657
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-store.c (add_special_info): Set a CAMEL_FOLDER_VIRTUAL bit
on the special folder info so our UI can know if it is virtual or
not (meant for vTrash/vJunk).
(camel_store_get_folder_info): Don't add vTrash/vJunk if the
NO_VIRTUAL flag bit is set. Used by the subscriptions editor.
svn path=/trunk/; revision=24656
|
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
* importers/evolution-ldif-importer.c (importer_destroy_cb):
implement
svn path=/trunk/; revision=24655
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
* importers/evolution-vcard-importer.c (importer_destroy_cb):
implement
(load_file_fn): use g_file_get_contents to get a string we can
convert to a contact list with eab_contact_list_from_string
svn path=/trunk/; revision=24654
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Rodney Dawes <dobey@ximian.com>
* e-msg-composer-attachment-bar.c: add accel and icon for
the "remove" item in the popup menu.
Patch from Paolo Borelli <pborelli@katamail.com>
svn path=/trunk/; revision=24653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
*
importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in:
shlib importer info
*
importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
ditto
* importers/Makefile.am: build shlib addressbook importers
* importers/evolution-ldif-importer.c: First crack at resurrecting
* importers/evolution-vcard-importer.c: ditto
svn path=/trunk/; revision=24652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Radek Doulik <rodo@ximian.com>
* em-folder-view.c (emfv_popup_mark_nojunk): move to the next
message after mark not junk as well
* em-junk-filter.c (em_junk_sa_test_spamd): split into
spamassassin and spamd tests
(em_junk_sa_is_available): test spamd only if spamd usage enabled
(pipe_to_sa_with_error): extended pipe_to_sa, last added parametr
specifies return value if an error occured
(em_junk_sa_check_junk): don't use /bin/sh -c when running
spamassassin, it's not needed and we need to avoid getting 126,127
exit codes from the shell
(em_junk_sa_check_junk): pass 0 rv_err to pipe_to_sa_with_error to
avoid false positives in case someone removes/uninstalls SA while
evolution runs
svn path=/trunk/; revision=24651
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Rodney Dawes <dobey@ximian.com>
* e-shell-window-commands.c (command_quick_reference): Really make
this work with gnome-vfs 2.2, instead of using gnome-vfs 2.4 api,
fixes #53566 more completely so snapshots can build again (doh)
svn path=/trunk/; revision=24650
|
|
|
|
| |
svn path=/trunk/; revision=24649
|
|
|
|
|
|
|
|
| |
2004-02-06 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Daniel van Eeden.
svn path=/trunk/; revision=24648
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c (em_junk_sa_test_spamd): split into
spamassassin and spamd tests
(em_junk_sa_is_available): test spamd only if spamd usage enabled
svn path=/trunk/; revision=24647
|
|
|
|
|
|
|
|
| |
2004-02-06 JP Rosevear <jpr@ximian.com>
* importer/import.glade: remove step numbers
svn path=/trunk/; revision=24646
|
|
|
|
|
|
|
|
| |
2004-02-06 Radek Doulik <rodo@ximian.com>
* gui/dialogs/calendar-setup.glade: make OK button default
svn path=/trunk/; revision=24645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Not Zed <NotZed@Ximian.com>
** See bug #53258.
* em-format-html-display.c (efhd_find_handler): force any bonobo
handler types to always be inline, even attachments.
* em-format.c (em_format_is_inline): use handler flags for special
cases, removing all hard-coded types.
* em-format.h (EMFormatHandler): add a flags field, so far a flag
to set default inline viewing of the content.
2004-02-06 Not Zed <NotZed@Ximian.com>
* em-folder-properties.c: include string.h to kill warning.
** See bug #53627.
* em-folder-view.c (emfv_popup_mark_junk): changed to work like
delete does, jumping to the next message if required, and marking
things immediately, then queuing up the junk marking job if
required.
* mail-ops.c (mail_mark_junk): ugh, this stuff totally can't go
accessing messagelist from another thread!!!! Changed so this
code only does the junk reporting, not setting flags. UGH! It
should be doing this implictly on the folder when you set the
flags, or at least when you sync the folder!!! Changed ot use the
queued thread.
* message-list.c (find_next_undeleted): changed to find
next-unhidden, i.e. junk as well as deleted, if we're in
hide-deleted mode.
(build_tree): always call find_next_undeleted if we have a cursor.
(build_flat): same.
svn path=/trunk/; revision=24644
|
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Not Zed <NotZed@Ximian.com>
* camel-folder.c (camel_folder_set_message_flags): changed to
return a boolean to indicate if the flags were actually changed or
not. Fixed all implementors.
svn path=/trunk/; revision=24643
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 JP Rosevear <jpr@ximian.com>
* Convert the calendar_config_get_timezone and
icaltimezone_get_builtin_timezone pair to just
calendar_config_get_icaltimezone, this also guarantees we will
have some timezone (even if its just UTC)
svn path=/trunk/; revision=24642
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
004-02-05 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.h: add proto
* gui/calendar-config.c (calendar_config_get_icaltimezone): return
the icaltimezone based on the location and default to utc if we
can't find one
(calendar_config_get_hide_completed_tasks_sexp): use above
svn path=/trunk/; revision=24641
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Rodney Dawes <dobey@ximian.com>
* e-shell-window-commands.c (command_quick_reference): Use gnome-vfs
directly, instead of relying on gnome_url_show (), to launch the
application for the quick reference, since we can run on gnome 2.2
mostly, and gnome_url_show () only handles the uri method there
Fixes #53566
svn path=/trunk/; revision=24640
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Rodney Dawes <dobey@ximian.com>
* em-message-browser.c (emmb_list_message_selected): Grab focus on
the HTML widget when we display
Fixes #52942
svn path=/trunk/; revision=24639
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Jeffrey Stedfast <fejj@ximian.com>
* em-message-browser.c (emmb_list_message_selected): Set the new
title.
(em_message_browser_window_new): Connect to the message_selected
signal in the message-list widget. Fixes bug #52232.
svn path=/trunk/; revision=24638
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree-model.c (em_folder_tree_model_row_drop_target):
Now takes a GdkContext arg... will need this later when we want to
re-enable dnd of vfolders.
svn path=/trunk/; revision=24637
|
|
|
|
|
|
|
|
| |
2004-02-05 Rodney Dawes <dobey@ximian.com>
* e-task-bar.c: Don't show the task label by default
svn path=/trunk/; revision=24636
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 JP Rosevear <jpr@ximian.com>
* gui/dialogs/cal-prefs-dialog.c (set_color_picker): make failure
not so draconian - make the color black
Fixes #53547
svn path=/trunk/; revision=24635
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-browser.c (emfb_set_folder): Always set the
search_state, even if it is NULL (NULL means default/unset state).
svn path=/trunk/; revision=24634
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-view.c (emfv_mail_next_flagged): Pass TRUE as
wraparound (to both be consistant with prev_flagged and to fix bug
#48681.
svn path=/trunk/; revision=24633
|
|
|
|
|
|
|
|
| |
2004-02-05 Rodney Dawes <dobey@ximian.com>
* POTFILES.in: Remove e-shell-view-menu.c
svn path=/trunk/; revision=24632
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_copy_folders__copy): sync the from folder
if we're going to delete it, otherwise we can't because its not
empty. See #53815.
svn path=/trunk/; revision=24631
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Not Zed <NotZed@Ximian.com>
* providers/local/camel-mbox-store.c (rename_folder): rename
.cmeta file too, and fix the recovery order.
* providers/local/camel-local-store.c (rename_folder): rename the
.cmeta file too.
* providers/local/camel-local-folder.c (local_rename): fix this to
use local_get_full_path stuff.
* camel-store.c (camel_store_rename_folder): fix umr's comparing
old and new names.
svn path=/trunk/; revision=24630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Not Zed <NotZed@Ximian.com>
* em-folder-tree-model.c
(em_folder_tree_model_drag_data_received): hmm, another well
tested bit of code ... if you launch another thread you gotta copy
the selection since it wont hang around until we're done with it.
So copy/parse the selection data into appropriate structures.
(drop_folder): just take the async message as an argument, rather
than copying half of it to the stack.
(drop_text_uri_list, drop_uid_list): replace most args with the
thread message.
(drop_message_rfc822): removed, now trivial.
(emftm_drag_data_received_async__drop): change for changed args,
and fix a memleak.
(emftm_drag_data_received_async__free): fixed for changed
structure.
* em-folder-tree.c (em_folder_tree_create_folder): call abort
before we unref, aid debugging if we hit it.
svn path=/trunk/; revision=24629
|
|
|
|
|
|
|
| |
* gui/goto-dialog.glade: add a mnemonic for the 'Go to Today' button
in the 'Go To Date' dialog.
svn path=/trunk/; revision=24628
|
|
|
|
|
|
|
|
| |
2004-02-05 Sarfraaz Ahmed <asarfraaz@novell.com>
Fixes #53388
* gui/e-itip-control.c (get_next): added a check for NULL
svn path=/trunk/; revision=24627
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (em_folder_tree_create_folder): call abort
before we unref, aid debugging if we hit it.
* mail-vfolder.c (uri_is_spethal): check for vfolder/vtrash
folders. Based on name check and store options.
svn path=/trunk/; revision=24626
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Not Zed <NotZed@Ximian.com>
** See bug #53553.
* camel-provider.c (camel_provider_init): changed to return a
hashtable of url protocols to CamelProviderModule structs, rather
than simple strings.
* camel-session.c (get_provider): if we load a provider module,
mark it as loaded.
(ensure_loaded): Check the module loaded flag before trying to
load it.
* providers/local/libcamellocal.urls: Remove spoold from the list,
since it doesn't exist anymore. Actually fixes #53553, the rest
is to robustify the code.
2004-02-05 Not Zed <NotZed@Ximian.com>
* camel-session.c (CS_CLASS): dont typecheck cast.
* camel-store.c (camel_vjunk_folder_new): removed, use
vtrash_new(junk).
(setup_special): changed to get_special, with a type now, and
dont add vtrash folders to the sources.
(get_trash, get_junk): down to 1 liners, call get_special
* camel-vtrash-folder.c (CF_CLASS): dont use cast typecheck macros
here, makes debugging easier and removes redundant checks.
(camel_vtrash_folder_init): dont set flags here.
(camel_vtrash_folder_new): takes a new argument, type, for junk
folders too, removed name arg (taken from type).
(vtrash_transfer_messages_to): parameterise flag processing.
svn path=/trunk/; revision=24625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* e-shell-importer.c (start_import): pass in a parent for the
dialogs, use e_notice
(import_druid_finish): we carry the filename around with us now
(next_file_page): check the file here and store the name; put up
gui dialogs
(e_shell_importer_start_import): set the druid as a transient for
the shell
svn path=/trunk/; revision=24624
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree-model.c (em_folder_tree_model_row_drop_target):
Don't allow dropping into a vfolder (store). Fixes bug #53757.
svn path=/trunk/; revision=24623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c: Get rid of some unnecessary
CAMEL_OBJECT() casts.
* providers/imap/camel-imap-folder.c (camel_imap_folder_new): The
folder_name argument passed to this function is ALWAYS in the UNIX
path form (ie. using '/' as the dir sep) and so when getting the
short_name, don't use imap_store->dir_sep as the dir sep, always
use '/'. Fixes bug #53755 for the IMAP case.
svn path=/trunk/; revision=24622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c (gnome_calendar_import_data_fn):
use new cal auth functions
* common/authentication.c (auth_new_cal_from_default): get a
default calendar with auth
* common/authentication.h: add proto
svn path=/trunk/; revision=24621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c (importer_destroy_cb): we only
have a single client to free
(prepare_events): make the vtodo list optional
(button_toggled_cb): handle the type of thing to import switching
(primary_selection_changed_cb): handle the selected item switching
(create_control_fn): create a control with types (events, tasks)
and corresponding source selectors
(process_item_fn): only import one type of item at a time
(load_file_fn): load the ecal as dictated by the source and type
(vcal_importer_new): pass in control function
(gnome_calendar_import_data_fn): get the default calendars
* importers/Makefile.am (importersdir): add lib
svn path=/trunk/; revision=24620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* importer/import.glade: add extra page
* importer/evolution-importer.h: update protos
* importer/evolution-importer.c: hold the createControl function
(impl_GNOME_Evolution_Importer_createControl): implement
(impl_GNOME_Evolution_Importer_loadFile): remove dead args
* importer/evolution-importer-client.h: update/add protos
* importer/evolution-importer-client.c
(evolution_importer_client_create_control): wrapper
(evolution_importer_client_load_file): we don't take physical_uri
and folder_type as args any more
* importer/GNOME_Evolution_Importer.idl: add createControl method
and remove extraneous loadFile args
* e-shell-window-commands.c (command_import): uncomment
* e-shell-importer.h: update proto
* e-shell-importer.c: remove DEPRECATED hack and tidy includes
(get_iid_for_filetype): use query define
(start_import): we don't take a file name and client directly now
(create_plugin_menu): user query define
(importer_dest_page_new): create vbox
(import_druid_finish): we no longer do folder selection here
(next_file_page): create the client here
(prepare_dest_page): show the importer control
(next_dest_page): skip to the finish
(back_finish_page): back to the destination page
(e_shell_importer_start_import): set up the destination page
* Makefile.am: build import files again
svn path=/trunk/; revision=24619
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* e-shell-view-menu[hc]: remove dead files
svn path=/trunk/; revision=24618
|
|
|
|
|
|
|
|
| |
2004-02-04 JP Rosevear <jpr@ximian.com>
* e-shell.c (e_shell_quit): make this C89 compliant
svn path=/trunk/; revision=24617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #53755 (local folders case)
* providers/local/camel-mbox-store.c (xrename): No longer takes an
exception arg, we just set errno. Our caller can take care of
setting an exception.
(rename_folder): Don't pass an exception to xrename(), we always
overwrote if an error occured it anyway.
(rename_folder): Rename the .sbd as well.
svn path=/trunk/; revision=24616
|
|
|
|
| |
svn path=/trunk/; revision=24615
|
|
|
|
| |
svn path=/trunk/; revision=24614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
Fixes #52970
* idl/evolution-calendar.idl: added back the AlarmNotify interface.
* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
changed to have the AlarmNotify component be created via a factory.
* gui/alarm-notify/alarm-notify.[ch]: converted to implement the
AlarmNotify interface.
* gui/alarm-notify/notify-main.c (main): register the factory with
bonobo_generic_factory_new, not the object itself. Removed redundant
call to bonobo_object_unref. Call e_passwords_shutdown on exit.
* gui/alarm-notify/config-data.c (config_data_get_calendars_to_load):
get only the selected calendars/task lists.
svn path=/trunk/; revision=24613
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (gnome_calendar_add_event_source): don't update the
date navigator query nor the internal lists here...
(client_cal_opened_cb): do it here.
svn path=/trunk/; revision=24612
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
* gui/main.c (launch_alarm_daemon_cb): display the exception message
on error.
svn path=/trunk/; revision=24611
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (open_ecal): open calendars asynchronously.
(client_cal_opened_cb): on success, add the clients to the models here.
(gnome_calendar_add_event_source, gnome_calendar_construct): not here.
svn path=/trunk/; revision=24610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
** See bug #53683.
* Evolution-Component.idl: added EvolutionComponent::quit() call.
* main.c (quit_box_new): removed, dont show quit box anymore at
the end, we've already shutdown by now with the new shutdown
sequence.
* e-shell-window-commands.c (command_quit): call e_shell_quit to
quit.
* e-shell.c (e_shell_prepare_for_quit): renamed es_run_quit, now
internal, and a gtktimeout function, so return code inverted.
(e_shell_quit): new public entry, find out if we can shutdown, if
so, then trigger a shutdown.
(e_shell_request_close_window): just call e_shell_quit to exit
when we've run out of windows.
(e_shell_quit): desensitise all of the app windows before running
shutdown. looks a bit weird, but not doing so looks worse.
svn path=/trunk/; revision=24609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
** See bug #53683.
* mail-ops.c (mail_sync_store): new async op to call
CamelStore::sync.
* mail-component.c (impl_requestQuit): implement, check to see if
we can quit, or have open or unsent messages (and are in online
mode).
(impl_quit): implement. Trigger off a sync of all open stores,
and return FALSE until its done.
(impl_upgradeFromVersion): fixed the signature to match the idl,
killed that warning at last.
** See bug #53832.
* em-folder-browser.c (emfb_folder_properties): only show this if
we have a uri set. Strictly, the menu item shouldn't be
activated.
** See bug #53131.
* em-folder-browser.c (em_folder_browser_show_preview): copy the
message list's cursor_uid before calling set_message, since it can
get freed during setting the message.
svn path=/trunk/; revision=24608
|
|
|
|
| |
svn path=/trunk/; revision=24607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
* camel-store.c (camel_store_sync): added 'expunge' parameter,
easier 'empty trash on exit' call.
2004-02-04 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c
(parse_list_response_as_folder_info): if we can't add the folder
to the summary {i.e. duplicate}, then ignore it. See #53836.
svn path=/trunk/; revision=24606
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
** See bug #53832.
* em-folder-browser.c (emfb_folder_properties): only show this if
we have a uri set. Strictly, the menu item shouldn't be
activated.
svn path=/trunk/; revision=24605
|
|
|
|
|
|
|
| |
* gui/dialogs/alarm-page.glade: change the access key for adding a
reminder from Alt+a to Alt+d to avoid conflict with the menuitem.
svn path=/trunk/; revision=24604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
* camel-store.c (camel_store_delete_folder): changed order around,
first try to delete and only remove from the object bag if the
delete worked. If vjunk/vtrash enabled, don't allow those to be
deleted.
(cs_delete_cached_folder): helper to delete the folder if its in
the cache, remove it from trash/junk, etc.
(camel_store_unsubscribe_folder): changed similarly to
delete_folder.
* camel-vee-store.c (vee_delete_folder): dont do any trash/junk
processing anymore.
2004-02-03 Not Zed <NotZed@Ximian.com>
* camel-store.c: use the folders object bag to manage the trash
folder and junk folders. Remove the init_trash and init_junk
stuff, just use get_trash and get_junk to mean the same thing.
Get rid of the hacked up vjunk and vtrash "uri" stuff too.
* camel-object.c (camel_object_bag_add): null out the pair->func,
otherwise we get an uninitalised memory read during unhook event.
svn path=/trunk/; revision=24603
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Not Zed <NotZed@Ximian.com>
** See bug #53131.
* em-folder-browser.c (em_folder_browser_show_preview): copy the
message list's cursor_uid before calling set_message, since it can
get freed during setting the message.
svn path=/trunk/; revision=24601
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Yong Sun <Yong.Sun@sun.com>
* gui/print.c: Fix a bug in evolution/calendar/gui/print.c:
bound_text(). It does not break lines with the correct boundary of UTF-8
characters. So, for non-latin locales, it will cause printing issues.
svn path=/trunk/; revision=24600
|
|
|
|
| |
svn path=/trunk/; revision=24598
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Jeffrey Stedfast <fejj@ximian.com>
* camel-vee-folder.c (vee_folder_build_folder): Use macro casts
from int to pointer.
* camel-folder.c (camel_folder_change_info_add_source): Same as below.
(camel_folder_change_info_add_source_list): Same.
* camel-folder-search.c (camel_folder_search_execute_expression):
Use GINT_TO_POINTER() to cast 1 to a pointer for
g_hash_table_insert().
* camel-vee-folder.c (vee_folder_remove_folder): 64bit fixes.
(folder_added_uid): Same.
(vee_folder_build_folder): Here too.
(folder_changed_add_uid): And here.
(folder_changed_remove_uid): Same.
svn path=/trunk/; revision=24597
|
|
|
|
| |
svn path=/trunk/; revision=24596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (tree_drag_data_received): Modified
slightly. The model now calls gtk_drag_finish() for us when it is
done.
* em-folder-tree-model.c
(em_folder_tree_model_drag_data_received): Make this perform camel
operations in another thread so we don't block.
(em_folder_tree_model_drag_data_get): Updated args to be
consistant with drag_data_received.
svn path=/trunk/; revision=24595
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Chris Toshok <toshok@ximian.com>
* e-msg-composer.c (e_msg_composer_guess_mime_type): use
FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file
contents before coming up with a mime type.
svn path=/trunk/; revision=24594
|
|
|
|
|
|
|
|
| |
2004-02-03 Rodney Dawes <dobey@ximian.com>
* POTFILES.in: Updated with recent additions/moves
svn path=/trunk/; revision=24593
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Jeffrey Stedfast <fejj@ximian.com>
* tests/misc/url-scan.c: New test suite for url scanning.
* camel-url-scanner.c: Added single/double quotes to url_braces[]
in case the user is quoting the url.
(camel_url_web_end): Add "-;:" to list of punctuation to strip off
the end of urls. Also fixed to handle user@domain's
(camel_url_addrspec_start): Strip open brace characters from the
beginning of the addr.
(camel_url_web_start): Make sure "www" wasn't part of something
not a url (like "Ewww.Gross") by check that pos[-1] is either an
open brace or whitespace.
(camel_url_addrspec_end): Don't allow toplevel domain addr-specs
(if we encounter something that looks like it is a toplevel domain
addr, it is more likely to be bogus than correct).
svn path=/trunk/; revision=24592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-contact-display.c (on_url_requested): remove
some spew, and add an evo-icon: handler, for things in evolution's
imagedir.
(render_address): hack up the html.
(render_name_value): new function, just render a name/value/icon.
(render_attribute): split out most of this function into
render_name_value. this just checks to see if the EContact
attribute has something in it before passing it along.
(render_contact_list): split this out from
eab_contact_display_render_normal.
(start_block): new function, insert a row of height 20 with a
header.
(end_block): new function, insert a row of height 20.
(render_contact): split this out from
eab_contact_display_render_normal, and prettify the contact
display.
(eab_contact_display_render_normal): call render_contact and
render_contact_list.
(eab_contact_display_new): create a scrolled window and add the
GtkHTML to it so we actually have scrollbars.
svn path=/trunk/; revision=24591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-activity-handler.c:
* e-activity-handler.h:
* e-task-bar.c:
* e-task-bar.h:
* e-task-widget.c:
* e-task-widget.h: Moved to misc/widgets since they depend on
libemiscwidgets now, and aren't actually used by the shell itself.
* Makefile.am (eshell_HEADERS, libeshell_la_SOURCES): Update
svn path=/trunk/; revision=24590
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/tasks-component.h: Fix location of e-activity-handler.h
#include
* gui/Makefile.am (INCLUDES): add widgets/misc for
e-activity-handler.h and e-task-bar.h
* gui/dialogs/Makefile.am (INCLUDES): Likewise
svn path=/trunk/; revision=24589
|
|
|
|
|
|
|
| |
* gui/component/select-names/Makefile.am (INCLUDES): add
widgets/misc for e-activity-handler.h
svn path=/trunk/; revision=24588
|
|
|
|
|
|
| |
* Makefile.am (INCLUDES): add widgets/misc
svn path=/trunk/; revision=24587
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-activity-handler.c:
* e-activity-handler.h:
* e-task-bar.c:
* e-task-bar.h:
* e-task-widget.c:
* e-task-widget.h: Moved here from shell/, since they are now used
only by the components, not the shell itself.
* Makefile.am (widgetsinclude_HEADERS,
libemiscwidgets_la_SOURCES): add new files
svn path=/trunk/; revision=24586
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Chris Toshok <toshok@ximian.com>
* e-html-utils.c (e_text_to_html_full): add callto:, h323:, and
webcal: schemes.
svn path=/trunk/; revision=24585
|
|
|
|
| |
svn path=/trunk/; revision=24584
|
|
|
|
| |
svn path=/trunk/; revision=24583
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook-config.c (dialog_to_source)
(source_to_dialog) : use gtk_spin_button_* apis to get and set
values for download limit spin button instead of gtk_entry
Fixes #53432
svn path=/trunk/; revision=24582
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Chris Toshok <toshok@ximian.com>
* gal/e-text/e-text.c (e_text_command): it's possible to get to
this function without the EText ever being realized. Since we
create the layout in realize(), let's just create it here too.
Fixes crash bug 46165 (aka "The Bug with a million dups").
svn path=/trunk/; revision=24579
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-03 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c: handle the sa prefs here, have own gconf
client with sa dir added
* mail-session.c: removed sa prefs
svn path=/trunk/; revision=24578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Chris Toshok <toshok@ximian.com>
* e-image-chooser.c (set_image_from_data): set
image_buf/image_buf_size here instead of in all callers. also
emit the "changed" signal here.
(image_drag_data_received_cb): remove the copying to image_buf and
emitting of "changed" from here.
(e_image_chooser_set_from_file): only g_free (data) here if
set_image_from_data failed.
(e_image_chooser_set_image_data): copy the image data we're passed
before calling set_image_data. free it if rv == FALSE.
svn path=/trunk/; revision=24577
|
|
|
|
|
|
|
|
| |
2004-02-03 Jakub Steiner <jimmac@ximian.com>
* im-jabber.png: 16x16 jabber
svn path=/trunk/; revision=24576
|
|
|
|
| |
svn path=/trunk/; revision=24575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.c (eab_view_new): hook up
contact_changed/contact_removed signals.
(contact_changed): new function. if the changed contact is the
one we're displaying, re-render it.
(contact_removed): new function. if the removed contact is the
one we're displaying, clear the display.
(render_contact): set displayed_contact to the row.
(eab_view_init): init displayed_contact to -1.
(selection_changed): set displayed_contact to -1 when we clear the
display.
* gui/widgets/e-addressbook-view.h (struct _EABView): add
"displayed_contact" so we can update the contact preview when it
changes.
svn path=/trunk/; revision=24574
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Chris Toshok <toshok@ximian.com>
* e-component-registry.c (component_info_new): don't generate a
g_warning if button_icon == NULL.
(component_info_free): unref the button_icon if it's != NULL.
svn path=/trunk/; revision=24573
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bug #53091.
* providers/imap/camel-imap-store.c (create_folder): Set the new
folder's fi->flags to CAMEL_FOLDER_NOCHILDREN since we know it
doesn't have any (we just created it!).
(subscribe_folder): Same.
svn path=/trunk/; revision=24572
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Jeffrey Stedfast <fejj@ximian.com>
* camel-store.c (folder_info_clone_rec): Copy the flags too. Fixes
the local folder case of bug #53091.
svn path=/trunk/; revision=24571
|
|
|
|
| |
svn path=/trunk/; revision=24570
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #52941
* em-message-browser.c (em_message_browser_window_new): Set window
size based on previous size; load from gconf if necessary.
(window_size_allocate): Save window size changes.
svn path=/trunk/; revision=24569
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c (support_format_fn): use
g_file_get_contents
(load_file_fn): ditto
(vcal_support_format_fn): ditto
(load_vcalendar_file): ditto
svn path=/trunk/; revision=24568
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Jordi Mallach <jordi@sindominio.net>
* ca.po: Updated Catalan translation by the
Catalan Evolution team.
svn path=/trunk/; revision=24567
|
|
|
|
| |
svn path=/trunk/; revision=24566
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Not Zed <NotZed@Ximian.com>
** See bug #53549.
* em-folder-selector.c: Fix handling a parent path of "/".
* mail-ops.c (mark_junk_mark): removed the really innacurate cut and
paste comment. This has nothing to do with filter_folder.
svn path=/trunk/; revision=24565
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Not Zed <NotZed@Ximian.com>
** See bug #52994.
* em-folder-properties.c (em_folder_properties_show): redirect
vFolder uri's to the vFolder editor.
** See bug #53502.
* em-folder-browser.c (emfb_folder_properties): implement.
* em-folder-tree.c (emft_popup_properties): fixed for change
below.
* em-folder-properties.[ch]: Moved the folder properties window
from em-folder-tree.c to its own file.
svn path=/trunk/; revision=24564
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Not Zed <NotZed@Ximian.com>
** See bug #53559.
* em-folder-tree.c (folder_tree_new): set CAN_FOCUS flag on the
folder tree content widget.
* em-folder-selector.c (em_folder_selector_construct): Don't wrap
the folder tree in a scrolled window. Its already in one ????.
(em_folder_selector_construct): dont set can_focus on the folder
tree.
svn path=/trunk/; revision=24563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Not Zed <NotZed@Ximian.com>
* evolution-composer.c (impl_Composer_set_body): use
g_ascii_strcasecmp rather than strcasecmp.
** See bug #53506, again.
* e-msg-composer.c (set_editor_text): Add an argument to make
adding the signature optional. Also fix a memleak with the sig
content.
(e_msg_composer_new_with_type, e_msg_composer_flush_pending_body)
(handle_mailto, e_msg_composer_set_body_text)
(e_msg_composer_set_body): Fixed callers for above change
appropriately.
svn path=/trunk/; revision=24562
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-01 Bill Zhu <bill.zhu@sun.com>
Fixes for bug #53530
* em-utils.c (em_utils_redirect_message): Removed the duplicate
adding of attachments
svn path=/trunk/; revision=24561
|
|
|
|
| |
svn path=/trunk/; revision=24559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-31 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Same
as below.
* providers/smtp/camel-smtp-transport.c (smtp_connect): Instead of
using the form %s@%s in the password prompt, use %s on host %s,
hopefully this will be less confusing to users who have usernames
of the form user@vhost.
svn path=/trunk/; revision=24558
|
|
|
|
|
|
|
|
| |
2004-01-31 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation.
svn path=/trunk/; revision=24557
|