| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (imap4_refresh_info): Force
updating of the emsage flags (normally this only happens if
something has changed that warrants rescanning them).
svn path=/trunk/; revision=26317
|
|
|
|
| |
svn path=/trunk/; revision=26316
|
|
|
|
| |
svn path=/trunk/; revision=26315
|
|
|
|
| |
svn path=/trunk/; revision=26314
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Larry Ewing <lewing@ximian.com>
* misc/e-source-selector.c: make the source selector use a colock
block instead of setting the foreground to indicate the source
color.
svn path=/trunk/; revision=26313
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (e_cal_view_objects_modified_cb): removed
g_assert call, since we shouldn't crash when getting wrong
notifications from a backend.
svn path=/trunk/; revision=26312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Radek Doulik <rodo@ximian.com>
* e-table-config.c (e_table_config_construct): set dialog window
position, glade doesn't do that for us anymore as the window is
first hidden, extended and later shown
* e-table-config-no-group.glade: as below
* e-table-config.glade: set visibility to false, it will keep the
dialog hidden until we call gtk_widget_show and thus no resizing
is visible while we are extending the dialog content
Fixes #57825
svn path=/trunk/; revision=26311
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-folder.c (untagged_fetch): Handle
getting FLAGS even though we didn't request it (server can send us
FLAGS info if another client changed them recently, for
example). Also fixed to handle the fact that not every bit of info
has to be in a single untagged FETCH response - it may come in
several untagged responses.
* providers/imap4/camel-imap4-summary.c (envelope_decode_address):
Decode the email address name token.
(envelope_decode_nstring): rfc2047 decode strings if requested.
(decode_envelope): Request that the subject string be rfc2047
decoded.
svn path=/trunk/; revision=26310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Radek Doulik <rodo@ximian.com>
* gal/e-text/e-entry.c (canvas_size_request): hardcode the border
size. it is hardcoded in e-text as well. Even using style values
in e-text will not help as style values might differ between EText
and EEntry. I think it will be best to rewrite EEntry for evo 2.1
so that it derives from GtkEntry and only adds the auto completion
feature
Fixes part of #42864
svn path=/trunk/; revision=26309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_tree_button_press): rearrange the setting
up of the target flags, stores can have a null path.
* em-folder-selector.c (emfs_create_name_changed): use
get_selected_uri rather than path. a valid uri may have a null
path now.
(emfs_create_name_activate): and here too.
(em_folder_selector_get_selected_path): check the uri is null for
a selected path, and then handle a null path.
svn path=/trunk/; revision=26307
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Not Zed <NotZed@Ximian.com>
* em-folder-tree-model.c (em_folder_tree_model_add_store): revert
previous change. Stupid emftm.
svn path=/trunk/; revision=26306
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Not Zed <NotZed@Ximian.com>
* em-utils.c (em_uri_from_camel): handle a null path or fragment.
* em-folder-tree-model.c (em_folder_tree_model_add_store): set the
full name of the store to "". Fixes #59925 and probably other
issues. Related to the removal of folderinfo->path.
svn path=/trunk/; revision=26305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Not Zed <NotZed@Ximian.com>
* providers/local/camel-maildir-store.c (get_folder_info): if we
scan from "" or top == NULL, then we really want to scan from "."
instead.
* camel-url.c (camel_url_new_with_base): don't check the for a
character after the # before extracting the fragment. An empty
fragment is still allowed and # should never be added to the path.
See Rfc1808 2.4.1.
svn path=/trunk/; revision=26304
|
|
|
|
| |
svn path=/trunk/; revision=26303
|
|
|
|
|
|
|
| |
distinguish between EXISTS value changing because it changed and
because messages got expunged.
svn path=/trunk/; revision=26302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-summary.c
(camel_imap4_summary_flush_updates): Don't bother scanning summary
info if EXISTS was 0.
(camel_imap4_summary_set_uidvalidity): Emit the folder_changed
event after clearing the summary.
(camel_imap4_summary_expunge): Emit the folder_changed event after
removing the message from the summary.
(camel_imap4_summary_set_exists): Only set exists_changed if the
new and old exists values are different.
(imap4_fetch_all_add): Emit a folder_changed signal if any new
info's were added.
(imap4_fetch_all_update): Emit a folder_changed event if any uids
were removed or otherwise updated.
(camel_imap4_summary_expunge): Use seqid-1 to determine the actual
summary index.
svn path=/trunk/; revision=26301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-11 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-summary.c
(camel_imap4_summary_flush_updates): Don't bother scanning summary
info if EXISTS was 0.
(camel_imap4_summary_set_uidvalidity): Emit the folder_changed
event after clearing the summary.
(camel_imap4_summary_expunge): Emit the folder_changed event after
removing the message from the summary.
* providers/imap4/camel-imap4-folder.c (imap4_sync): Flush updates
after an EXPUNGE and don't unset expunge if we didn't delete
anything (the logic was wrong anyway).
(imap4_refresh_info): Implemented.
svn path=/trunk/; revision=26300
|
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
* POTFILES.in: Correct path error.
svn path=/trunk/; revision=26298
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_handle_untagged_1): Don't always try and parse
a RESP-CODE in the BYE case as the RESP-CODE is optional.
svn path=/trunk/; revision=26297
|
|
|
|
| |
svn path=/trunk/; revision=26296
|
|
|
|
| |
svn path=/trunk/; revision=26295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Jeffrey Stedfast <fejj@novell.com>
Fixes bug #58825. Ugh. Really Gross Hack (tm).
* em-folder-tree.c (emft_tree_row_expanded): If the store that we
are expanding matches the uri that we've been requested to select
(e.g. from before the store was added to the tree), then give the
uri to the get_folder_info_op.
(em_folder_tree_set_selected): If the store for the uri isn't in
the tree yet, save the uri for later.
* mail-component.c (folder_selected_cb): Set the selected state of
the folder-tree and save it.
(impl_createControls): Restore the selected state on the
folder-tree.
* em-folder-tree-model.c (em_folder_tree_model_set_selected): New
function to set the selected-uri saved state.
(em_folder_tree_model_get_selected): New function to get the
selected uri saved state.
(em_folder_tree_model_save_state): Renamed.
* em-folder-tree.c (emft_update_model_expanded_state): Don't let
path be NULL if the node is a store node (path == NULL for any
other case is a bug).
(emft_maybe_expand_row): Same.
svn path=/trunk/; revision=26294
|
|
|
|
|
|
| |
* POTFILES.in: Update for removed files
svn path=/trunk/; revision=26293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Radek Doulik <rodo@ximian.com>
* gal-view-instance-save-as-dialog.glade: HIGified, updated as
suggested in #46236
* gal-view-instance-save-as-dialog.c (gvisad_setup_radio_buttons):
removed notebook with help text switching
(gal_view_instance_save_as_dialog_init): set dialog title
Fixes #46236
svn path=/trunk/; revision=26292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_build_folder_info):
If flags does not include FOLDER_INFO_FAST, get the total/unread
counts for the folder-info.
* providers/imap4/camel-imap4-engine.c (engine_parse_status):
Removed.
(camel_imap4_engine_handle_untagged_1): Don't handle untagged
STATUS responses anymore. Let the STATUS requestor handle them
instead.
* providers/imap4/camel-imap4-utils.c
(camel_imap4_untagged_status): New function to parse untagged
status events.
svn path=/trunk/; revision=26291
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c
(gnome_calendar_on_date_navigator_selection_changed): only do the
range selected hack in one case
svn path=/trunk/; revision=26290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Radek Doulik <rodo@ximian.com>
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c
(idle_do_action): added cast
* gal/a11y/e-table/gal-a11y-e-cell-tree.c
(gal_a11y_e_cell_tree_new): added cast
* gal/a11y/e-table/gal-a11y-e-cell.c: added #include
<gtk/gtkwindow.h>
* gal/e-text/e-text.c (_get_position): removed unused variable
* gal/e-text/e-completion.c: #if 0'ed e_completion_sort
* tests/test-text.c (create_entry): removed unused variables
added #include "gal/widgets/e-canvas-utils.h"
added #include "gal/e-text/e-text-model.h"
(create_text): removed unused variables
(create_ro_text): ditto
* tests/test-table-1.c (create_table): added cast
* tests/test-completion.c (main): added cast
* gal/a11y/e-text/gal-a11y-e-text.c (et_get_text): return NULL if
check fails
added #include <string.h> for strlen
(et_get_text_after_offset): fixed typo defalut --> default
(et_get_text_at_offset): ditto
(et_get_character_extents): removed unused variables
(et_set_selection): ditto
(_et_command_cb): added default: label to quiet compiler
* gal/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
(gal_a11y_e_table_click_to_add_factory_create_accessible): return
NULL if check fails
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c
(idle_do_action): fixed wrong cast
(idle_do_action): removed unused variables
(etcta_ref_child): return NULL if check fails
(gal_a11y_e_table_click_to_add_new): ditto
(gal_a11y_e_table_click_to_add_new): removed unused variable
* gal/a11y/e-table/gal-a11y-e-table-item-factory.c
(gal_a11y_e_table_item_factory_create_accessible): return NULL if
fails
(gal_a11y_e_table_item_factory_create_accessible): added cast
(gal_a11y_e_table_item_factory_create_accessible): removed unused
variable
* gal/a11y/e-table/gal-a11y-e-table-item.c (eti_dispose): removed
unused variable
(eti_get_parent): ditto
(eti_get_n_children): ditto
(eti_ref_child): ditto
(eti_get_index_in_parent): ditto
(eti_ref_accessible_at_point): return value (NULL)
(cell_destroyed): removed unused variable
(cell_destroyed): ditto
(table_add_row_selection): ditto
added #inclued <string.h> for memset, memmove
(eti_rows_inserted): removed unused variable
(eti_rows_deleted): ditto
(eti_header_structure_changed): ditto
* gal/a11y/e-table/gal-a11y-e-cell-popup.c
(gal_a11y_e_cell_popup_class_init): removed unused variable
added #include "gal-a11y-e-cell-registry.h"
(popup_cell_action): removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-toggle.c (toggle_cell_action):
removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-tree.c: added #include
"gal-a11y-e-cell-registry.h"
(gal_a11y_e_cell_tree_new): add cast
(gal_a11y_e_cell_tree_new): removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-text.c: added #include
<string.h>
(ect_remove_selection): removed unused variable
(ect_copy_text): added cast
(ect_delete_text): ditto
(ect_paste_text): ditto
(ect_init): ditto
* gal/a11y/e-table/gal-a11y-e-cell.c (eti_grab_focus): added cast
(eti_grab_focus): ditto
(eti_grab_focus): return TRUE (grab was successful)
added #include <atk/atkstateset.h>
* gal/a11y/e-table/gal-a11y-e-tree.c: added #include
"gal-a11y-e-table-item.h"
(gal_a11y_e_tree_new): removed unused variable
* gal/e-text/e-text.c (_do_tooltip): removed unused variable
(e_text_event): added cast
(primary_clear_cb): removed unused variable
(_get_position): ditto
(_get_position): ditto
#if 0'ed unused prototypes
* gal/e-text/e-text-model.c (e_text_model_real_insert_length):
removed unused variables
* gal/e-text/e-completion.c (e_completion_sort): #if'0 ed, as it's
not used anywhere
* gal/widgets/e-reflow.c (items_inserted): remove unused variables
* gal/widgets/e-categories.c (e_categories_get_property): remove
unused variable
* gal/widgets/e-categories-master-list-dialog.c
(dialog_destroyed): added cast
* gal/widgets/e-categories-master-list-combo.c
(ecmlc_ecml_changed): remove unused variable
* gal/widgets/color-palette.c: include string.h for memset
prototype
svn path=/trunk/; revision=26289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Radek Doulik <rodo@ximian.com>
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c
(idle_do_action): added cast
* gal/a11y/e-table/gal-a11y-e-cell-tree.c
(gal_a11y_e_cell_tree_new): added cast
* gal/a11y/e-table/gal-a11y-e-cell.c: added #include
<gtk/gtkwindow.h>
* gal/e-text/e-text.c (_get_position): removed unused variable
* gal/e-text/e-completion.c: #if 0'ed e_completion_sort
* tests/test-text.c (create_entry): removed unused variables
added #include "gal/widgets/e-canvas-utils.h"
added #include "gal/e-text/e-text-model.h"
(create_text): removed unused variables
(create_ro_text): ditto
* tests/test-table-1.c (create_table): added cast
* tests/test-completion.c (main): added cast
* gal/a11y/e-text/gal-a11y-e-text.c (et_get_text): return NULL if
check fails
added #include <string.h> for strlen
(et_get_text_after_offset): fixed typo defalut --> default
(et_get_text_at_offset): ditto
(et_get_character_extents): removed unused variables
(et_set_selection): ditto
(_et_command_cb): added default: label to quiet compiler
* gal/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
(gal_a11y_e_table_click_to_add_factory_create_accessible): return
NULL if check fails
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c
(idle_do_action): fixed wrong cast
(idle_do_action): removed unused variables
(etcta_ref_child): return NULL if check fails
(gal_a11y_e_table_click_to_add_new): ditto
(gal_a11y_e_table_click_to_add_new): removed unused variable
* gal/a11y/e-table/gal-a11y-e-table-item-factory.c
(gal_a11y_e_table_item_factory_create_accessible): return NULL if
fails
(gal_a11y_e_table_item_factory_create_accessible): added cast
(gal_a11y_e_table_item_factory_create_accessible): removed unused
variable
* gal/a11y/e-table/gal-a11y-e-table-item.c (eti_dispose): removed
unused variable
(eti_get_parent): ditto
(eti_get_n_children): ditto
(eti_ref_child): ditto
(eti_get_index_in_parent): ditto
(eti_ref_accessible_at_point): return value (NULL)
(cell_destroyed): removed unused variable
(cell_destroyed): ditto
(table_add_row_selection): ditto
added #inclued <string.h> for memset, memmove
(eti_rows_inserted): removed unused variable
(eti_rows_deleted): ditto
(eti_header_structure_changed): ditto
* gal/a11y/e-table/gal-a11y-e-cell-popup.c
(gal_a11y_e_cell_popup_class_init): removed unused variable
added #include "gal-a11y-e-cell-registry.h"
(popup_cell_action): removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-toggle.c (toggle_cell_action):
removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-tree.c: added #include
"gal-a11y-e-cell-registry.h"
(gal_a11y_e_cell_tree_new): add cast
(gal_a11y_e_cell_tree_new): removed unused variable
* gal/a11y/e-table/gal-a11y-e-cell-text.c: added #include
<string.h>
(ect_remove_selection): removed unused variable
(ect_copy_text): added cast
(ect_delete_text): ditto
(ect_paste_text): ditto
(ect_init): ditto
* gal/a11y/e-table/gal-a11y-e-cell.c (eti_grab_focus): added cast
(eti_grab_focus): ditto
(eti_grab_focus): return TRUE (grab was successful)
added #include <atk/atkstateset.h>
* gal/a11y/e-table/gal-a11y-e-tree.c: added #include
"gal-a11y-e-table-item.h"
(gal_a11y_e_tree_new): removed unused variable
* gal/e-text/e-text.c (_do_tooltip): removed unused variable
(e_text_event): added cast
(primary_clear_cb): removed unused variable
(_get_position): ditto
(_get_position): ditto
#if 0'ed unused prototypes
* gal/e-text/e-text-model.c (e_text_model_real_insert_length):
removed unused variables
* gal/e-text/e-completion.c (e_completion_sort): #if'0 ed, as it's
not used anywhere
* gal/widgets/e-reflow.c (items_inserted): remove unused variables
* gal/widgets/e-categories.c (e_categories_get_property): remove
unused variable
* gal/widgets/e-categories-master-list-dialog.c
(dialog_destroyed): added cast
* gal/widgets/e-categories-master-list-combo.c
(ecmlc_ecml_changed): remove unused variable
* gal/widgets/color-palette.c: include string.h for memset
prototype
svn path=/trunk/; revision=26288
|
|
|
|
|
|
|
|
|
| |
2004-06-10 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (setup_widgets): set 6 weeks shown
(display_view): ditto
svn path=/trunk/; revision=26287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* check-empty.xpm, check-filled.xpm, check-missing.xpm:
* e-shell-config-autocompletion.[ch]:
* e-shell-config-default-folders.[ch]:
* e-shell-config-folder-settings.[ch]:
* e-shell-config-offline.[ch]:
* e-shell-config.[ch]:
* e-shell-folder-creation-dialog.[ch]:
* e-shell-shared-folder-picker-dialog.[ch]:
* e-storage-set-store.[ch]:
* e-storage-set-view-checkboxes.etstate:
* e-storage-set-view-no-checkboxes.etstate:
* e-storage-set-view.etspec:
* e-uri-schema-registry.[ch]:
* evolution-activity-client.c:
* evolution-storage-set-view-factory.[ch]:
* evolution-storage-set-view.[ch]:
* glade/e-folder-list.glade:
* glade/e-shell-config-default-folders.glade:
* glade/e-shell-folder-creation-dialog.glade:
* glade/e-shell-shared-folder-picker-dialog.glade: Remove
no-longer-used stuff
* README: Remove this, since it's more confusing than true now.
* Evolution-Offline.idl, Evolution-common.idl: Remove
GNOME_Evolution_Folder, and references to it.
* e-active-connection-dialog.glade:
* evolution-startup-wizard.glade: Move the last two remaining
files from ./glade/ up to here.
* glade/*: Gone.
* Makefile.am, .cvsignore: update for the above
svn path=/trunk/; revision=26286
|
|
|
|
|
|
|
| |
* configure.in (AC_OUTPUT): Remove shell/glade/Makefile, which has
been merged into shell/Makefile
svn path=/trunk/; revision=26285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Radek Doulik <rodo@ximian.com>
* e-cell-text.c (layout_with_preedit): removed unused variable
* e-tree.c (e_tree_get_item): added cast
added #include <atk/atkregistry.h>
* e-table-one.c (one_finalize): removed unused variable
* e-table-item.c: added #include
"gal/a11y/e-table/gal-a11y-e-table-item.h" for
gal_a11y_e_table_item_factory_get_type prototype
* e-table-header-utils.c (e_table_header_draw_button): removed
unused variable
* e-table-config.c (get_source_model_col_index): removed unused
variable
* e-table-click-to-add.c (finish_editing): added cast
(etcta_event): ditto
* e-cell-toggle.c: added #include
"gal/a11y/e-table/gal-a11y-e-cell-registry.h" to have
gal_a11y_e_cell_registry_add_cell_type prototype
* e-cell-text.c (layout_with_preedit): removed unused variable
(build_layout): ditto
(ect_event): ditto
(e_cell_text_commit_cb): ditto
* e-cell-popup.c: added #include
"gal/a11y/e-table/gal-a11y-e-cell-registry.h" to have
gal_a11y_e_cell_registry_add_cell_type prototype
svn path=/trunk/; revision=26284
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
Fixes #58748
* gui/gnome-cal.c (setup_widgets): set the timezone on all views
when creating them.
svn path=/trunk/; revision=26283
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
* gui/e-calendar-table.c (e_calendar_table_init): don't set
the "bg_color_column" property on the ECellToggle class.
svn path=/trunk/; revision=26282
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
Fixes #58799
* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
Use the timezone for getting the RECUR-ID from the instance start
date if available. Also, use dates only as the recurrence ID, and
do nothing if not a recurrent appointment.
svn path=/trunk/; revision=26281
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Radek Doulik <rodo@ximian.com>
* gal/a11y/e-table/gal-a11y-e-table-item.c: clean code to avoid
compiler warnings
Fixes #59858
svn path=/trunk/; revision=26280
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Jon Oberheide <jon@focalhost.com>
* gal-define-views-dialog.c (gal_define_views_dialog_init),
gal-define-views.glade: remove defunct Revert button and replace
OK/Cancel buttons with a Close button. Fixes bug #48131.
svn path=/trunk/; revision=26279
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Not Zed <NotZed@Ximian.com>
* message-list.c (message_list_set_selected): use new
etreeselectionmodel api to select paths in one call. Fixes
#59546.
svn path=/trunk/; revision=26278
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Not Zed <NotZed@Ximian.com>
* e-tree-selection-model.c (e_tree_selection_model_select_paths):
add new api for setting the whole selection in one go. See
#59546.
svn path=/trunk/; revision=26277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-09 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (get_times_for_views): calculate the work week,
week, and month views more exactly
(update_adjustment): update the view based on week view scrolling
(setup_widgets): listen for the scroll bar moving on the week
views
(gnome_calendar_update_date_navigator): adjust for compressed
weekends in the month view
(gnome_calendar_on_date_navigator_selection_changed): ditto
* gui/e-week-view.h: add protos
* gui/e-week-view.c (time_range_changed_cb): calculate the
base_date and first_day_shown more simply, allows multi-week
selection to work better; update the base date when told to do so
(e_week_view_init): init update_base_value var
(e_week_view_get_update_base_date): accessor
(e_week_view_set_update_base_date): ditto
svn path=/trunk/; revision=26276
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Not Zed <NotZed@Ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_message): add
some :filter debug.
(open_folder): only ignore the get_folder exception if we have a
default folder, otherwise don't. See #59727.
svn path=/trunk/; revision=26275
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_message_reply): check that we have
content selected, not just a selection, before trying to reply to
that content. #59146.
(emfv_message_reply): strip call content-* headers (fixme), and
set transfer-encoding to 8bit.
svn path=/trunk/; revision=26274
|
|
|
|
|
|
|
|
|
|
| |
2004-06-10 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c (camel_nntp_command): move the
stream based checking into the loop, after we connect. Fixes a
crash.
svn path=/trunk/; revision=26272
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-09 Jeffrey Stedfast <fejj@novell.com>
* camel-gpg-context.c (gpg_verify): Fixed a case where it was
possible to double-free the gpg context.
(gpg_verify): If we don't have a public key, then the signature is
just BAD always.
svn path=/trunk/; revision=26271
|
|
|
|
|
|
|
|
|
|
| |
2004-06-09 Radek Doulik <rodo@ximian.com>
* gal/e-text/e-text.c (capitalize): process only if len > 0
Fixes #51078
svn path=/trunk/; revision=26270
|
|
|
|
| |
svn path=/trunk/; revision=26269
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-09 Radek Doulik <rodo@ximian.com>
* e-table-field-chooser.c (ensure_nonzero_step_increments): new
helper function to set step_increments
(allocate_callback): call ensure_nonzero_step_increments
(resize): ditto
Fixes #48275
svn path=/trunk/; revision=26268
|
|
|
|
|
|
| |
creating a new NODATA check :-)
svn path=/trunk/; revision=26267
|
|
|
|
| |
svn path=/trunk/; revision=26266
|
|
|
|
|
|
|
|
|
| |
2004-06-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_verify): Don't assign trust to be
UNKNOWN if gpg sent us a NODATA status.
svn path=/trunk/; revision=26265
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-model.c (get_view_idle): new
function. do the get_view in an idle handler.
(eab_model_set_property): don't call get_view directly from any
setter block. instead just add the idle handler (if it's not
already added.) This keeps us from duplicating queries when both
"book" and "query" are set using the same g_object_set.
svn path=/trunk/; revision=26264
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodney Dawes <dobey@ximian.com>
* mail-config.glade: Fix for SSL options appearing for sendmail
svn path=/trunk/; revision=26263
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (em_folder_tree_set_selected): Scroll to the
selected folder if needed. Fixes bug #59609.
svn path=/trunk/; revision=26262
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Jeffrey Stedfast <fejj@novell.com>
* em-folder-selector.c (em_folder_selector_construct): Make the
chooser non-modal. Fixes bug #53735.
svn path=/trunk/; revision=26261
|
|
|
|
|
|
|
|
| |
2004-06-08 Chris Toshok <toshok@ximian.com>
* lib/e-cert-db.[ch]: quiet the compiler, and dobey.
svn path=/trunk/; revision=26259
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_tree_row_collapsed): Only change the
cursor if the currently selected folder is a subfolder of the
folder collapsed. Fixes bug #59801 without breaking bug #57665.
(emft_tree_test_collapse_row): Renamed from
emft_tree_collapse_row() to match the new signal we are connected
to.
svn path=/trunk/; revision=26258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #57578
* gui/e-calendar-view.c (on_move_to, on_copy_to): simplified to
just call transfer_selected_items() with the approppriate
arguments.
(transfer_selected_items): new function to transfer all selected
items to another calendar.
(transfer_item_to): added missing implementation.
svn path=/trunk/; revision=26257
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #57579
* gui/dialogs/select-source-dialog.c (select_source_dialog): start
with the OK button disabled.
(primary_selection_changed_cb): enable/disable the OK button depending
on the selection on the ESourceSelector.
svn path=/trunk/; revision=26256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/comp-editor.[ch] (comp_editor_notify_client_changed):
new function for notifying all pages of the client change.
(page_client_changed_cb): no need for this callback.
(comp_editor_append_page): no need to connect to "client_changed"
signal on the pages.
* gui/dialogs/comp-editor-page.c
(comp_editor_page_notify_client_changed): re-added the call to
comp_editor_page_set_e_cal(), the client was not being set anywhere.
* gui/dialogs/event-page.c (source_changed_cb): use
comp_editor_notify_client_changed() so that all pages get informed
of the client change.
* gui/dialogs/task-page.c (source_changed_cb): ditto.
svn path=/trunk/; revision=26255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/comp-editor-page.c
(comp_editor_page_notify_client_changed): do not set the private
client here, it is set in comp-editor.c.
* gui/dialogs/event-page.c (sensitize_widgets): new function.
(source_changed_cb): call sensitize_buttons().
* gui/dialogs/recurrence-page.c (sensitize_buttons): new
function, to deal correctly with the sensitivity of all widgets
in the page.
(recurrence_page_fill_widgets, type_toggled_cb, client_changed_cb):
call sensitize_buttons() instead of sensitize_recur_widgets().
(recurrence_page_construct): g_signal_connect_after for
"client_changed", to get notifications after CompEditorPage
gets his.
* gui/dialogs/alarm-page.c (sensitize_buttons): sensitize the missing
widgets in the page.
(alarm_page_construct): g_signal_connect_after for "client_changed",
to get notifications after CompEditorPage gets his.
svn path=/trunk/; revision=26254
|
|
|
|
|
|
|
|
|
| |
2004-06-08 JP Rosevear <jpr@novell.com>
* gui/e-week-view.c (e_week_view_do_key_press): cast week view
correctly
svn path=/trunk/; revision=26253
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recurrence-page.c (recurrence_page_construct): connect
to "client_changed" signal on the page.
(client_changed_cb): new callback.
* gui/dialogs/alarm-page.c (sensitize_buttons): fixed missing stuff
in last commit.
svn path=/trunk/; revision=26252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #59650
* gui/dialogs/alarm-page.c (alarm_page_construct): connect to
"client_changed" signal on the page.
(client_changed_cb): new callback.
(sensitize_buttons): added code for dealing with read only calendars
and disable/enable buttons approppriately.
svn path=/trunk/; revision=26251
|
|
|
|
| |
svn path=/trunk/; revision=26249
|
|
|
|
|
|
|
|
| |
2004-06-08 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=26248
|
|
|
|
|
|
|
|
| |
2004-06-08 Not Zed <NotZed@Ximian.com>
* filtertypes.xml: give the junk test a unique name. #59567.
svn path=/trunk/; revision=26247
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Hans Petter Jansson <hpj@ximian.com>
Fixes #58921.
* gui/contact-editor/e-contact-editor.c (extract_address_record):
Also check if the po box field is non-empty.
svn path=/trunk/; revision=26246
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Jon Oberheide <jon@focalhost.com>
* gui/contact-list-editor/e-contact-list-model.c: disable editing
of cells in the contact table.
svn path=/trunk/; revision=26245
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Hans Petter Jansson <hpj@ximian.com>
Fixes #57795.
* gui/component/addressbook-migrate.c (migrate_contacts): Change
the "POSTAL" address in 1.4 to "OTHER" in 1.5.
svn path=/trunk/; revision=26243
|
|
|
|
| |
svn path=/trunk/; revision=26242
|
|
|
|
|
|
|
|
| |
2004-06-07 Hans Petter Jansson <hpj@ximian.com>
* gui/Makefile.am (SUBDIRS): Fix order of dependencies.
svn path=/trunk/; revision=26241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-07 H P Nadig <hpnadig@pacific.net.in>
* gui/contact-list-editor/e-contact-list-editor.h: Added few
headers needed for select names dialog.
* gui/contact-list-editor/e-contact-list-editor.c
(e_contact_list_editor_init): Added select button handler.
(select_cb): The callback function for Select Button.
(setup_corba): To setup corba for select names dialog.
(select_names_ok_cb): Handle Select names dialog entries.
(add_to_model): Adds cards to the model.
* gui/contact-list-editor/contact-list-editor.glade: New 'Select'
Button. Tooltips added for buttons in button Box.
svn path=/trunk/; revision=26240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
Load the entire summary, not just the summary header. This way
when the user opens the folder, we don't do a complete re-sync
with the server unnecessarily.
* providers/imap4/camel-imap4-summary.c (untagged_fetch_all): New
info's always have a uid of "", so don't checkagainst NULL.
svn path=/trunk/; revision=26239
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree-model.c (em_folder_tree_model_add_store): Set the
store's FULL_NAME to NULL here. Fixes the crash in bug #59713.
svn path=/trunk/; revision=26238
|
|
|
|
| |
svn path=/trunk/; revision=26237
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-07 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (e_tasks_add_todo_source): open task lists
asynchronously.
(client_cal_opened_cb): callback from the client when opened.
* gui/gnome-cal.c (client_cal_opened_cb): disconnect from all
signals of the client when opening it fails. Clean up the status
messages correctly, based on source type.
(open_ecal): for tasks, use e_calendar_table_set_status_message
not e_calendar_view_set_status_message.
(gnome_calendar_remove_source_by_uid): call update_query only when
removing calendars, not tasks lists.
(update_query): set meaningful status messages.
svn path=/trunk/; revision=26236
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-06 Vardhman Jain <vardhman@students.iiit.net>
* Bug #36247
* gui/e-itip-control.c (write_html, set_date_label):
Changes to improve the performance of _(str) function call on strings
str of the type <tar>str</tag> to avoid translation of tag.
svn path=/trunk/; revision=26235
|
|
|
|
|
|
|
|
| |
2004-06-07 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=26234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-06 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-store.c (imap4_rename_folder):
Implemented, mostly. Still need to update state on the renamed
folder object if instantiated and rename the on-disk cache
directory.
* providers/imap4/camel-imap4-folder.c
(camel_imap4_folder_finalize): Free the cachedir.
(camel_imap4_folder_new): Init the cachedir and load the saved
summary before updating it against the server summary.
* providers/imap4/camel-imap4-store.c
(camel_imap4_store_finalize): Free the storage_path.
(imap4_construct): Init the storage_path.
svn path=/trunk/; revision=26233
|
|
|
|
|
|
|
|
| |
2004-06-06 Jeffrey Stedfast <fejj@ximian.com>
* e-shell-window-commands.c: Added Martyn Russel to the credits.
svn path=/trunk/; revision=26232
|
|
|
|
| |
svn path=/trunk/; revision=26231
|
|
|
|
| |
svn path=/trunk/; revision=26230
|
|
|
|
| |
svn path=/trunk/; revision=26229
|
|
|
|
|
|
| |
2004-06-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=26228
|
|
|
|
| |
svn path=/trunk/; revision=26227
|
|
|
|
|
|
|
|
|
| |
2004-06-05 Christian Neumair <chris@gnome-de.org>
* mail-component.c (view_changed_cb): Use ngettext for message count
information.
svn path=/trunk/; revision=26226
|
|
|
|
| |
svn path=/trunk/; revision=26225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Larry Ewing <lewing@ximian.com>
* gui/contact-list-editor/e-contact-list-editor.c: remove bonobo
menus and cruft add ok/cancel buttons.
* gui/contact-list-editor/e-contact-list-editor.h: add buttons for
ok/cancel.
* gui/contact-list-editor/contact-list-editor.glade: add fields for
ok/cancel reparent to GtkDialog, other minor adjustments.
svn path=/trunk/; revision=26224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 JP Rosevear <jpr@novell.com>
Fixes #55945
* importers/*.server.in.in: ditto
* importers/evolution-ldif-importer.c: fix OAFIIDs
* importers/evolution-vcard-importer.c: ditto
svn path=/trunk/; revision=26223
|
|
|
|
| |
svn path=/trunk/; revision=26222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
Initialise the folder->summary and force an update of the message
info cache by selecting the folder and flushing the updates to the
imap4 summary object.
* providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
Lock the connect_lock before we check if the engine is NULL and
after we connect (assuming we need to), initialise the engine
pointer again.
(imap4_get_folder_info): Doh. Need to escape the "'s in the LIST
command string.
(imap4_get_folder): Same.
svn path=/trunk/; revision=26221
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
* camel-stream-buffer.c (stream_flush): Fixed to work
properly. After we've flushed the buffer, we want to set sbf->ptr
to sbf->buf, we don't want to do sbf->ptr += written, that'll just
corrupt our next write.
svn path=/trunk/; revision=26220
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-model.c
(name_and_email_simple_query_cb): only resolve destinations
against persons, not contact lists.
svn path=/trunk/; revision=26219
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER,
not USE_SSL_ALWAYS.
svn path=/trunk/; revision=26218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
* camel-tcp-stream-ssl.c (stream_flush): Always just return 0,
don't try to PR_Sync() - fsync on a socket causes an error.
* providers/imap4/camel-imap4-command.c
(camel_imap4_command_step): Set exceptions when write/flush fail.
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_take_stream): Set an exception in the case
where we get an unexpected greeting from the server.
* providers/imap4/camel-imap4-store.c (imap4_create_folder):
store->dir_sep no longer exists, so query the engine for the
directory separator for the parent_folder.
(imap4_build_folder_info): CamelFolderInfo no longer has a path
component.
svn path=/trunk/; revision=26217
|
|
|
|
|
|
|
|
| |
2004-06-04 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c: define G_MAXINT32 if it isn't already
svn path=/trunk/; revision=26216
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer.c (create_composer): Use e_error_run() instead of
the e_activation_error_dialog() stuff that no longer exists.
svn path=/trunk/; revision=26215
|
|
|
|
| |
svn path=/trunk/; revision=26214
|
|
|
|
|
|
|
|
|
| |
2004-06-04 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (gnome_calendar_purge): make purging actually
work
svn path=/trunk/; revision=26213
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Radek Doulik <rodo@ximian.com>
* default/C/Inbox (Content-Type): added size info to IMG tags so
that it loads the message smoother
svn path=/trunk/; revision=26212
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 JP Rosevear <jpr@novell.com>
* gui/dialogs/task-page.c (task_page_fill_widgets): guard
against the text value being NULL
* gui/dialogs/event-page.c (event_page_fill_widgets): add guards
here as well
svn path=/trunk/; revision=26211
|
|
|
|
|
|
|
|
|
|
| |
2004-06-04 JP Rosevear <jpr@novell.com>
Fixes #59361
* e-sidebar.c (layout_buttons): handle 0 and 1 buttons properly
svn path=/trunk/; revision=26210
|
|
|
|
|
|
|
|
| |
2004-06-04 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation.
svn path=/trunk/; revision=26208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Hans Petter Jansson <hpj@ximian.com>
Fixes #53643 and #26903.
* gui/search/addresstypes.xml: category -> category_list
* gui/search/e-addressbook-search-dialog.c (get_widget): Get
filter rule from parent view.
(eab_search_dialog_set_property): Implement.
(eab_search_dialog_get_property): Impleent.
(eab_search_dialog_class_init): Set up property methods.
(get_query): Get filter rule from parent view.
(eab_search_dialog_init): Don't get the filter widget here,
wait until parent view property is set.
(eab_search_dialog_new): Don't poke the parent view in, set it
as a property instead.
(eab_search_dialog_dispose): No longer needs to unref rule.
* gui/search/e-addressbook-search-dialog.c: EABSearchDialog no
longer needs to keep rule internally.
* gui/widgets/Makefile.am: Set SEARCH_RULE_DIR define.
* gui/widgets/e-addressbook-view.c (eab_view_new): Set up filter
rule and context.
(eab_view_peek_search_context): Implement.
(eab_view_peek_search_rule): Implement.
* gui/widgets/e-addressbook-view.h: Keep track of filter rule
and context. Add protos for added API.
svn path=/trunk/; revision=26207
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 William Jon McCann <mccann@jhu.edu>
* mail-session.c (request_password): Don't pack entry and checkbox
widgets directly into the dialog vbox so that they line up
correctly with the action area buttons.
svn path=/trunk/; revision=26206
|
|
|
|
|
|
|
|
| |
2004-06-03 William Jon McCann <mccann@jhu.edu>
* e-error.c (e_error_newv): Add HIG border width for dialog window.
svn path=/trunk/; revision=26205
|
|
|
|
| |
svn path=/trunk/; revision=26204
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Jeffrey Stedfast <fejj@novell.com>
* conduits/calendar/calendar-conduit.c
(calconduit_load_configuration): If the last_uri string value is
the Evolution 1.4 URI, change it to the new URI. Fixes bug #54134.
svn path=/trunk/; revision=26203
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Jeffrey Stedfast <fejj@novell.com>
* conduit/address-conduit.c (set_status_cleared): Protect against
a NULL uid. Fixes bug #57619.
(ecard_from_remote_record): Set the full_name of the contact so
that we can use that as the FILE_AS rather than the company name,
which sucked. Fixes a bug I may or may not have reported months
ago.
svn path=/trunk/; revision=26202
|
|
|
|
| |
svn path=/trunk/; revision=26178
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
Fixes #59481
* gui/e-tasks.c (set_status_message): don't use vsprintf with
NULL strings, crashes on FreeBSD.
svn path=/trunk/; revision=26177
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (set_status_message): don't use vsprintf with
NULL strings, crashes on FreeBSD.
svn path=/trunk/; revision=26176
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Jeffrey Stedfast <fejj@novell.com>
* conduit/address-conduit.c (set_status_cleared): Protect against
a NULL uid. Fixes bug #57619.
svn path=/trunk/; revision=26175
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/comp-editor-page.c
(comp_editor_page_notify_client_changed): update the internal client
when it changes.
svn path=/trunk/; revision=26174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
Fixes #56875
* gui/dialogs/event-editor.c (event_editor_construct): connect to
"client_changed" signal on the EventPage.
(client_changed_cb): set menu sensibility when the client changes.
* gui/dialogs/task-editor.c (task_editor_construct): connect to
"client_changed signal on the TaskPage.
(client_changed_cb): set menu sensibility when the client changes.
svn path=/trunk/; revision=26173
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (e_msg_composer_show_sig_file): always insert
new paragraph for signature
Fixes #37601
svn path=/trunk/; revision=26170
|
|
|
|
| |
svn path=/trunk/; revision=26169
|
|
|
|
|
|
|
|
| |
* e-icon-factory.c (load_icon): If the icon_name is an abolute
path, just load it.
(e_icon_factory_get_icon): Update the docs to reflect that
svn path=/trunk/; revision=26168
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c
(nntp_disconnect_online): reset current folder.
(connect_to_server): and here too just to make sure.
svn path=/trunk/; revision=26167
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c (camel_nntp_command):
disconnect if we get an io error or user cancellation.
svn path=/trunk/; revision=26166
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Not Zed <NotZed@Ximian.com>
* mail-component.c (mc_add_local_store_done): put this back in,
local folders not being noted properly all the time.
svn path=/trunk/; revision=26165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-03 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-folder.c (nntp_folder_sync_online):
only save the summary, don't update from server, thats what
refresh info does.
(nntp_folder_download_message): fix exception handling.
(nntp_folder_cache_message): same.
(nntp_folder_get_message): ditto, plus major cleanup.
(nntp_folder_download_message): take combined uid so it can cache
and lookup properly. duh.
* providers/nntp/camel-nntp-store.c
(nntp_store_get_subscribed_folder_info): if not fast, then open
the folder, and update it. Yeah i've given up trying to worry
about performance vs usability.
* providers/nntp/camel-nntp-summary.c (camel_nntp_summary_check):
update the storesummary if we update the folder summary. Hmm,
isn't duplicated data meant to be a bad thing? :P
* providers/nntp/camel-nntp-store.c (camel_nntp_store_set_folder):
removed, now handled by nntp_command.
(nntp_connected): removed, now handled by nntp_command.
* camel-string-utils.c (camel_tolower): added ascii to-lower
function.
(camel_toupper): and upper, for completeness.
* camel-store-summary.c (CAMEL_STORE_SUMMARY_VERSION): bumped file
version by 1. This is a mess, version 1 files treated the
bitfield 'flags' with bit number values not bits. Messy.
* providers/nntp/camel-nntp-store-summary.c (store_info_save):
write last/first count.
(CAMEL_NNTP_STORE_SUMMARY_VERSION): bump version to 1.
(store_info_load): if we're loading >= version 1, then load
last/first counts.
* providers/nntp/camel-nntp-store.c
(nntp_store_get_folder_info_all): pass the whole line to
store_info_from_line, dont strip last/first info.
(nntp_store_info_update): renamed from info_new_from_line. only
add if not present. handle updates, try and handle unread counts
and readonly status.
2004-06-02 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c: setup xover once we've
started.
* providers/nntp/camel-nntp-summary.c: (xover_setup): moved to
nntp store.
* providers/nntp/camel-nntp-folder.c (folder_check)
(folder_check_free, camel_nntp_folder_new): remove async summary
stuff.
* providers/nntp/camel-nntp-store.c (camel_nntp_command): take
exception argument again, and folder argument. do retry logic and
auth logic differently.
(camel_nntp_raw_command): raw command interface, dont try
reconnect or anything fancy. pass i/o errors straight out, etc.
(camel_nntp_try_authenticate): change to return return codes &
take exception.
* providers/nntp/camel-nntp-summary.c (camel_nntp_summary_new):
just take path argument.
(camel_nntp_summary_check): take a store, and a folder name.
(add_range_head, add_range_xover): remove the time based update
events, they never had any effect anyway. Take store argument.
(xover_setup): take store argument.
* camel-folder-search.c (search_match_threads): remove debug.
svn path=/trunk/; revision=26164
|
|
|
|
| |
svn path=/trunk/; revision=26163
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Hans Petter Jansson <hpj@ximian.com>
* gui/component/addressbook-migrate.c
(migrate_contact_folder_to_source): Add missing negation that caused
a crash.
svn path=/trunk/; revision=26162
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Chris Toshok <toshok@ximian.com>
* configure.in (EDS_REQUIRED): bump to 0.0.93.1.
(BASE_VERSION): change to 12 for the ESource absolute_uri stuff.
svn path=/trunk/; revision=26161
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (addressbook_migrate):
remove hidden field migration, and add in a phase to clear the
absolute_uri properties on ESources.
svn path=/trunk/; revision=26160
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Chris Toshok <toshok@ximian.com>
* gui/migration.c (migrate_calendars): remove absolute_uri from
ESource's.
(migrate_tasks): same.
svn path=/trunk/; revision=26159
|
|
|
|
|
|
|
|
| |
2004-06-01 William Jon McCann <mccann@jhu.edu>
* evolution.xml: Add toolbar visibility toggle to View menu.
svn path=/trunk/; revision=26158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 William Jon McCann <mccann@jhu.edu>
* e-shell-window-commands.c (e_shell_window_commands_setup):
Add listener for the ViewToolbar command.
(view_toolbar_item_toggled_handler):
New function to handle toggling toolbar visibility and saving state.
* e-shell-window.c (e_shell_window_save_defaults):
Save the status of the toolbar visibility.
(setup_widgets): Set initial state of toolbar visibility.
* apps_evolution_shell.schemas.in.in: Added schema for toolbar_visible.
svn path=/trunk/; revision=26157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Rodrigo Moya <rodrigo@novell.com>
* gui/e-meeting-list-view.c (start_addressbook_server): removed
pre-completion code, not needed anymore.
(emlv_finalize): no need to unref the book anymore.
(emlv_init): don't call start_addressbook_server.
* gui/e-meeting-store.c (start_addressbook_server): removed.
(ems_finalize): no need to unref the book anymore.
svn path=/trunk/; revision=26156
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/copy-source-dialog.c (copy_source): fixed
leak and pass the correct icalcomponent to e_cal_modify_object.
svn path=/trunk/; revision=26154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Rodney Dawes <dobey@novell.com>
* gui/component/addressbook-config.c (focus_help, add_focus_handler):
Don't need these two functions any more
(source_to_dialog, auth_optionmenu_func):
Don't try to change the notebook page or set the widget sensitive,
for a notebook that doesn't exist any more
(reparent_to_vbox): Don't need this function any more, as the
widgets are all contained in the same dialog in the glade now
(setup_general_tab, setup_connecting_tab, setup_searching_tab):
We don't need to do the focus-based "tooltip" stuff any more
We just use tooltips on the widgets now
(ssl_optionmenu_selected, add_ssl_activate_cb):
We don't need the ssl_optionmenu_selected callback any more, as the
tooltips are just set on the necessary widgets now
(query_for_supported_bases): Set the border widths on the dialog's
vbox and action_area to be compliant with the HIG
(addressbook_add_server_dialog): Unref the GConfClient object
(addressbook_config_edit_source): Create the source_list so that
we can actually save the changes that we make here
Create the GladeXML with only the widget subtree that we need to
use here, to avoid popping up other visible dialogs
Set the border widths on the dialog's vbox and action_area to be
compliant with the HIG
We don't need to reparent widgets to vboxes any more, as the widgets
are now part of the dialog's widget tree
If we are without LDAP or not in LDAP mode, then hide the notebook
borders, and change the border size of its child to appear as though
we are a normal non-LDAP dialog
We don't need to set the type hint on the window as we are no a
real GtkDialog
* gui/component/ldap-config.glade: Update the properties dialogs to
be compliant with the HIG layout
Get rid of some of the extra windows and put their children in the
appropriate places in the properties dialog
Make the properties dialog be a real GtkDialog
Fixes #41141
svn path=/trunk/; revision=26153
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Rodrigo Moya <rodrigo@novell.com>
Fixes #59333
* gui/dialogs/task-page.c (task_page_fill_widgets): guard against
list items being NULL.
svn path=/trunk/; revision=26152
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-02 Larry Ewing <lewing@ximian.com>
* gui/e-tasks.c (table_drag_data_delete): add a drag delete handler.
(table_drag_data_get): support text/vcard drags.
(setup_widgets): setup the etable as a drag source.
* gui/tasks-component.c: add source selector Drag & Drop handlers.
svn path=/trunk/; revision=26151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Larry Ewing <lewing@ximian.com>
* gui/contact-list-editor/e-contact-list-editor.c: Add in a source
option menu to the dialog and make is sensitive only on new lists.
* gui/contact-list-editor/e-contact-list-editor.h: add load_book
fields for async book loading.
* gui/contact-list-editor/contact-list-editor.glade: add the new
source selector in a table reorder some of the other widgets.
svn path=/trunk/; revision=26150
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c: rename can_add to is_mutable, add
sensitivity logic for both readonly and mutable cases. The
esource attributes are a complete mess and need discussion.
* gui/dialogs/calendar-setup.glade: remove edit dialogs and name
the tables.
svn path=/trunk/; revision=26149
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Christophe Fergeau <teuf@gnome.org>
* e-shell-importer.c: sort the various available importer plugins by
name in the importer druid combo box so that the list doesn't change
from one evolution run to another.
svn path=/trunk/; revision=26148
|
|
|
|
|
|
|
|
| |
2004-06-01 Christian Neumair <chris@gnome-de.org>
* Makefile.am (test_error_LDADD): Link test-error against libeutil.
svn path=/trunk/; revision=26147
|
|
|
|
| |
svn path=/trunk/; revision=26146
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Jeffrey Stedfast <fejj@novell.com>
* em-composer-utils.c (forward_non_attached): Don't attach
anything ever. This is confusing way too many users who expect it
to attach all or nothing. Since Forward-Attached is what users
should be using to forward a message and all attachments, make
these not attach anything (which is what other mailers do anyway).
svn path=/trunk/; revision=26145
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Anders Carlsson <andersca@gnome.org>
* e-expander.c (e_expander_expose): Don't propagate the expose
to the label widget, the parent expose handler does that.
svn path=/trunk/; revision=26144
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Rodrigo Moya <rodrigo@novell.com>
Fixes #59369
* gui/e-calendar-view.c (clipboard_get_text_cb): don't pass NULL strings
to libical functions.
svn path=/trunk/; revision=26142
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Not Zed <NotZed@Ximian.com>
* em-folder-selector.c (em_folder_selector_get_selected_uri): set
the right path on the url.
svn path=/trunk/; revision=26141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Not Zed <NotZed@Ximian.com>
** A few fixes for better rfc compliance, and cleaner code.
* camel-mime-utils.c (header_encode_param): a bunch of logic
cleanups with new util functions.
(header_decode_init): setup a new type ATTR_CHAR, for
attribute-char.
* tests/misc/test2.c (main): new test for rfc2184 stuff.
* camel-mime-utils.c (header_convert): helper to convert between
charsets.
(rfc2184_decode): fix a bunch of logic problems and use the helper
above to simplify code.
(decode_param_token): removed, not needed.
(header_decode_rfc2184_param): removed, not needed.
(header_decode_param): removed, not needed. ugh.
(header_decode_param_list): completely rewritten, hence lack of
need of above.
svn path=/trunk/; revision=26140
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Not Zed <NotZed@Ximian.com>
* e-fsutils.c (e_fsutils_avail): use statvfs if available. Should
make it actually work, if not portable. This is for a bug but I
can't recall the number.
svn path=/trunk/; revision=26139
|
|
|
|
|
|
|
|
| |
2004-06-01 Not Zed <NotZed@Ximian.com>
* configure.in: check for statvfs.
svn path=/trunk/; revision=26138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-27 Not Zed <NotZed@Ximian.com>
** See #58827.
* e-shell-window.c (switch_view): api change
* e-shell.c (impl_Shell_handleURI): Fixed for api change.
(impl_Shell_handleURI): check the component alias for an alternate
uri schema path. 'quick hack' for activating components from
command line. This may, or may not, continue to function.
* e-component-registry.c (e_component_registry_peek_info): added
an id for search type.
(e_component_registry_peek_info_for_uri_schema): ^ makes this
redundant, removed.
(e_component_registry_activate): fixed for api change.
svn path=/trunk/; revision=26137
|
|
|
|
|
|
|
|
|
|
| |
2004-06-01 Not Zed <NotZed@Ximian.com>
* mail-signature-editor.c (load_signature): ugh, unlike camel
exceptions, you can't pass NULL to CORBA calls.
(mail_signature_editor): ditto. See bug #58815.
svn path=/trunk/; revision=26136
|
|
|
|
|
|
|
|
|
| |
2004-05-31 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-gzip.c (camel_mime_filter_gzip_finalize):
Don't leak the zlib stream internals.
svn path=/trunk/; revision=26135
|
|
|
|
| |
svn path=/trunk/; revision=26134
|
|
|
|
|
|
|
|
|
| |
2004-05-31 Priyanshu Raj <Priyanshu@students.iiit.net>
*Bug #51968 "Invite others.." button confusing in Appointment
editor dialog(Fixed)"
svn path=/trunk/; revision=26133
|
|
|
|
|
|
|
|
| |
2004-05-28 Anders Carlsson <andersca@gnome.org>
* e-error.c (e_error_newv): Use the constructed title string.
svn path=/trunk/; revision=26132
|
|
|
|
|
|
|
|
|
| |
2004-05-29 Priyanshu Raj <priyanshu@students.iiit.net>
* Bug #48134: Menu items in Scheduling tab should have sentence
capitalization (Fixed)
svn path=/trunk/; revision=26131
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-contact-display.c (render_contact): render all
email addresses, not just the first 3.
(eab_contact_display_class_init): use a C comment, not C++.
svn path=/trunk/; revision=26130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-bonobo.c
(entry_set_property_fn): call e_select_names_model_load_contacts
after setting text/addresses/destinations.
* gui/component/select-names/e-select-names-model.c
(name_and_email_simple_query_cb): new function, ripped from the
1.4 e-destination stuff.
(book_opened): new function, fire off eab_name_and_email_query for
each item in our model (that doesn't represent a contact already).
(e_select_names_model_load_contacts): new function, open the
default addressbook (yeah yeah, i know we should open something
different/more.)
(e_select_names_cancel_contacts_load): new (unimplemented, and how
do we implement it?) function.
* gui/component/select-names/e-select-names-model.h: add
prototypes for e_select_names_model_load_contacts and
e_select_names_cancel_contacts_load.
* gui/component/select-names/e-select-names.c (set_book): call
get_query_string and set the book and query in a single call to
g_object_set, just because we can/should.
(update_query): reimplement in terms of get_query_string.
(get_query_string): new function, build up the query string.
* gui/component/select-names/Makefile.am (INCLUDES): add
$(top_srcdir)/addressbook/util to INCLUDES.
svn path=/trunk/; revision=26129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/contact-editor.glade: Add back office, spouse,
web log fields. Allow for 8 phone numbers, of which 4 can be hidden.
* gui/contact-editor/e-contact-editor.c (phones_default): Add more
defaults.
(im_service_default): Add more defaults.
(expand_phone): Implement.
(fill_in_phone_record): Expand if we have any records past 4.
(init_im_record_location)
(fill_in_im_record)
(extract_im_record)
(sensitize_im_record): Remove location.
(simple_field_map): Add spouse, office, web log.
(expand_phone_toggle): Implement.
(e_contact_editor_init): Hook up expander button.
svn path=/trunk/; revision=26128
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Rodney Dawes <dobey@novell.com>
* e-shell-importer.c (e_shell_importer_start_import):
Set the default window size for the druid to 480x320
svn path=/trunk/; revision=26127
|
|
|
|
|
|
|
|
| |
2004-05-28 Christophe Fergeau <teuf@gnome.org>
* gui/component/addressbook-config.c: added missing #ifdef HAVE_LDAP
svn path=/trunk/; revision=26126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (d): Disable debug here too - all this code has
been working fine.
* em-folder-selector.c (d): Disable debug spew here too (not that
this debug was ever seen since it never hit those conditions).
* mail-folder-cache.c (d): Disable debug here too.
* em-folder-tree-model.c: Disable debug spewage that we don't need
anymore. The amount of debug spewage on the console is getting to
be too much to find anything.
* em-folder-tree.c (emft_expand_node): Use p+1 as the full_name
rather than p. Fixes bug #59187.
svn path=/trunk/; revision=26125
|
|
|
|
|
|
|
|
| |
2004-05-28 JP Rosevear <jpr@novell.com>
* e-shell-window-commands.c: remove bogus include
svn path=/trunk/; revision=26124
|
|
|
|
|
|
|
|
| |
2004-05-28 JP Rosevear <jpr@novell.com>
* evolution.xml: changed to About Evolution; comment out FAQ
svn path=/trunk/; revision=26123
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 William Jon McCann <mccann@jhu.edu>
* Makefile.am (evolution_SOURCES): Remove e-shell-about-box.
* e-shell-window-commands.c (command_about_box, about_box_new):
Use GNOME about box.
svn path=/trunk/; revision=26122
|
|
|
|
|
|
|
|
| |
2004-05-28 JP Rosevear <jpr@novell.com>
* POTFILES.in: remove about box
svn path=/trunk/; revision=26121
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Not Zed <NotZed@Ximian.com>
* gui/certificate-manager.c (initialize_yourcerts_ui): set some
columns resizable.
(initialize_contactcerts_ui): same.
svn path=/trunk/; revision=26120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-28 Not Zed <NotZed@Ximian.com>
** See bugs #52061 & #52669.
* gui/smime-ui.glade: added cert-trust-dialog and tweaked the
ca-trust-dialog.
* gui/ca-trust-dialog.c (ca_trust_dialog_show): Fix the %s in the
label. Slack.
(ca_trust_dialog_show): slight rearrangement.
* gui/certificate-manager.c (add_contact_cert): fill out fields.
* lib/e-cert.c (e_cert_get_usage): helper to get the usage of a
cert.
* gui/certificate-manager.c (edit_ca): use the right certdb, not
the e-one.
(add_user_cert): fill out missing columns.
* lib/e-cert.c (e_cert_get_ca_cert): new method to find the ca
cert of a cert.
* gui/cert-trust-dialog.[ch]: peer cert trust editor.
* gui/certificate-manager.c (edit_contact): implement.
svn path=/trunk/; revision=26119
|
|
|
|
|
|
|
|
| |
* gui/e-week-view.c: (e_week_view_event_move),
(e_week_view_get_day_offset_of_event): a more straightforward way
to calculate the offset of a day within the week.
svn path=/trunk/; revision=26118
|
|
|
|
|
|
|
|
| |
2004-05-27 Jeffrey Stedfast <fejj@novell.com>
* mail-composer-errors.xml: s/${0}/{0}/g
svn path=/trunk/; revision=26117
|
|
|
|
| |
svn path=/trunk/; revision=26116
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-27 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_get_folder_info__got): Instead of
removing the "Loading..." row for toplevel folder nodes on failure
(which indicates a failure conenct to the server, most likely),
collapse the store node so that if the user expands the store
node, it will automagically try connecting again. Fixes bug #57493.
svn path=/trunk/; revision=26115
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-27 Rodney Dawes <dobey@novell.com>
* e-util/Makefile.am (dist-hook): Require e-error-tool
2004-05-27 Rodney Dawes <dobey@novell.com>
* */Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist"
svn path=/trunk/; revision=26114
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-27 Jeffrey Stedfast <fejj@novell.com>
Fixes bug #59191.
* providers/imap/camel-imap-store.c (camel_imap_store_readline):
Don't override the exception with g_strerror() since presumably
camel_imap_store_is_connected() will have set that for us (and
will have a much more accurate exception anyway).
svn path=/trunk/; revision=26113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #57818.
* gui/e-tasks.c (setup_widgets): Same.
* gui/gnome-cal.c (setup_widgets): Updated to pass a set of
bitflags to cal_search_bar_new().
* gui/cal-search-bar.c (cal_search_bar_new): Now takes a bit flag
argument specifying which search options to present.
(cal_search_bar_construct): Same as above. Construct the search
menu to use based on the bit flags.
* gui/apps_evolution_calendar.schemas.in.in: Changed the default
"Tasks due today" colour to be a light-blue (one of the default
colour values in the colour picker dialog). Fixes bug #53412.
svn path=/trunk/; revision=26112
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-27 Rodney Dawes <dobey@novell.com>
* Makefile.am (EXTRA_DIST): Don't dist $(error_i18n) as it requires
e-error-tool to be built
* shell-errors.xml.(h|in): Remove these from CVS, the .in is not used
any more, and the .h is generated from the .xml
svn path=/trunk/; revision=26111
|
|
|
|
|
|
|
|
|
|
|
| |
* camel-store.c (camel_store_get_trash): If the store is not a
vtrash store, just invoke the virtual method. (In particular,
don't assume that the trash folder's name is CAMEL_VTRASH_NAME).
If it is a vtrash store, just let camel_store_get_folder() do the
work since it's duplicated there anyway. #57114
(camel_store_get_junk): Likewise.
svn path=/trunk/; revision=26110
|
|
|
|
| |
svn path=/trunk/; revision=26109
|
|
|
|
|
|
|
|
| |
2004-05-27 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=26108
|
|
|
|
| |
svn path=/trunk/; revision=26107
|
|
|
|
| |
svn path=/trunk/; revision=26106
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Jeffrey Stedfast <fejj@novell.com>
* gui/apps_evolution_calendar.schemas.in.in: Changed the default
"Tasks due today" colour to be a light-blue (one of the default
colour values in the colour picker dialog). Fixes bug #53412.
svn path=/trunk/; revision=26105
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Rodrigo Moya <rodrigo@ximian.com>
Fixes #57759
* gui/gnome-cal.c (gnome_calendar_remove_source_by_uid): remove all
queries we've got for the removed source.
svn path=/trunk/; revision=26104
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Radek Doulik <rodo@ximian.com>
* htmltext.c (html_text_op_copy_helper): update spell errors
Fixes #50829
svn path=/trunk/; revision=26103
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Rodney Dawes <dobey@novell.com>
* libfilter-i18n.h: Removed from CVS
Generated files don't belong in CVS
svn path=/trunk/; revision=26102
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah nallagatla <snallagatla@novell.com>
* providers/groupwise/came;-gw-listener.c (add_addressbook_sources):
set port property on e-source
svn path=/trunk/; revision=26101
|
|
|
|
|
|
|
|
| |
2004-05-26 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
svn path=/trunk/; revision=26100
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (lookup_account_info):
return NULL when there is no existing gw account with same uid
svn path=/trunk/; revision=26099
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Sarfraaz Ahmed <asarfraaz@novell.com>
* e-shell.c (set_interactive): Implemented. Sends the "interactive"
message when the first window is created to all the components.
svn path=/trunk/; revision=26098
|
|
|
|
|
|
|
|
| |
* gui/e-week-view.c: (e_week_view_event_move),
(e_week_view_change_event_time): In week view all-day events should
keep all-dayness when moved around.
svn path=/trunk/; revision=26097
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Not Zed <NotZed@Ximian.com>
* mail-vfolder.c (vfolder_adduri_desc): initialise desc to NULL
before using it later on. gcc doesn't warn on this if you're not
optimising. Sigh. Probably fix #59070, #59060, #58972 and
friends.
svn path=/trunk/; revision=26096
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c: remove now unused functions.
(source_group_can_add): fix can add logic, remove more unused
functions.
svn path=/trunk/; revision=26095
|
|
|
|
|
|
| |
* gui/dialogs/calendar-setup.c: remove now unused functions.
svn path=/trunk/; revision=26094
|
|
|
|
| |
svn path=/trunk/; revision=26093
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (add_addressbook_sources)
(add_calendar_tasks_sources) : remove /soap part from uri.
make port as a e-source property instead of putting it in uri
to amek the uris same as that of mail for password sharing
svn path=/trunk/; revision=26092
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c (calendar_setup_edit_task_list):
use the new dialog.
(calendar_setup_edit_calendar): use the new dialog.
svn path=/trunk/; revision=26091
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Not Zed <NotZed@Ximian.com>
* importers/evolution-mbox-importer.c (create_control_fn): set the
default selection to inbox.
* importers/evolution-outlook-importer.c (folder_selected)
(create_control_fn): copied from mbox importer. fixes a crash &
lets you choose the target folder.
2004-05-25 Not Zed <NotZed@Ximian.com>
* mail-component.c (mc_add_local_store_done): removed, now
redundant.
* em-folder-tree.c (em_folder_tree_set_selected): fix for path changes.
* em-folder-tree-model.c (em_folder_tree_model_set_unread_count):
change to use full name rather than path name.
* em-folder-tree-model.h: renamed path_hash to full_hash.
* em-folder-tree-model.c (folder_subscribed): dont use
g_path_get_dirname here, it is os dependent, we want / always.
(full_hash_free): rename from path_hash free.
svn path=/trunk/; revision=26090
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Not Zed <NotZed@Ximian.com>
* camel-store.c (camel_folder_info_build_path): removed.
* camel-store.h (CamelFolderInfo): removed 'path', fixed all
callers.
(struct _CamelStore): removed 'dir_sep' fixed all uses.
svn path=/trunk/; revision=26089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-26 Not Zed <NotZed@Ximian.com>
* importer/evolution-importer.c
(impl_GNOME_Evolution_Importer_createControl): set exception if not
implemented.
* e-shell-importer.c (importer_file_page_new): set the entry to
activate default, and fixed the _Filename and _Forward shortcut
clash. #58081.
(prepare_dest_page): pack the widget without expand/fill.
svn path=/trunk/; revision=26088
|
|
|
|
| |
svn path=/trunk/; revision=26087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Jeffrey Stedfast <fejj@novell.com>
* gui/dialogs/url-editor-dialog.c (init_widgets): Use
gtk_window_set_icon_list() here instead of gtk_window_set_icon().
* gui/dialogs/select-source-dialog.c (select_source_dialog): Use
gtk_window_set_icon_list() here instead of gtk_window_set_icon().
* gui/dialogs/calendar-setup.c (source_to_dialog): Huh?? Why are
integer colours in an array of char*? Fixed to be an array of
guint32.
* gui/dialogs/changed-comp.c (changed_component_dialog): Use
gtk_window_set_icon_list() here instead of gtk_window_set_icon().
* gui/dialogs/calendar-setup.c (calendar_setup_new_calendar):
Don't bother calling tk_window_set_icon() if we are gonna call
gtk_window_set_icon_list a few lines later.
(calendar_setup_edit_calendar): Same.
instead.
(calendar_setup_new_task_list): Same.
(calendar_setup_edit_task_list): Same.
* gui/dialogs/alarm-options.c (alarm_options_dialog_run): Use
gtk_window_set_icon_list() instead of gtk_window_set_icon() so gtk
can do the Right Thing (tm).
svn path=/trunk/; revision=26086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 William Jon McCann <mccann@jhu.edu>
* evolution-message-composer.xml:
* evolution-composer-entries.xml:
* evolution-contact-list-editor.xml:
* evolution-contact-editor.xml:
* evolution.xml:
* evolution-mail-message.xml:
* evolution-mail-list.xml:
* evolution-mail-global.xml:
* evolution-addressbook.xml: use stock icons where possible.
Calendar and tasks already use stock icons.
* evolution-tasks.xml: swap positions of delete and print icons
to be consistent with the other components.
svn path=/trunk/; revision=26085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Jeffrey Stedfast <fejj@novell.com>
* Makefile.am: Make calendar-errors.xml.h and install the xml
file.
* calendar-errors.xml: New error definitions file.
* gui/gnome-cal.c (backend_died_cb): Use e-error
* gui/e-tasks.c (backend_died_cb): Use e-error
* gui/dialogs/send-comp.c (send_component_dialog): Use e-error
* gui/dialogs/save-comp.c (save_component_dialog): Use e-error
* gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error
* gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error
svn path=/trunk/; revision=26084
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (add_addressbook_sources)
(add_calendar_tasks_sources) : remove /soap part from uri.
make port as a e-source property instead of putting it in uri
to amek the uris same as that of mail for password sharing
svn path=/trunk/; revision=26083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-text-model.c
(e_select_names_text_model_activate_obj): reenable this function,
in a slightly broken manner. we don't have e_contact_get_book
anymore (well, we never had it really... but we lost
e_card_get_book). load the system addressbook and supply that to
the editors. shouldn't be a problem, since it's a read-only
editor anyway.
svn path=/trunk/; revision=26082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Chris Toshok <toshok@ximian.com>
[ fixes #58654 ]
* gui/component/select-names/e-select-names.c (update_query):
build up the query using e_book_query calls so we're insulated
from field name changes. also, conjoin if we have more than 1
query element, not more than 2 (i *hope* this was an off by 1
error...)
svn path=/trunk/; revision=26081
|
|
|
|
| |
svn path=/trunk/; revision=26080
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Jeffrey Stedfast <fejj@novell.com>
* mail-errors.xml: a few fixes.
* em-format-quote.c (emfq_text_plain): Only strip the signature if
we are in some wy modifying the content (we don't want to remove
the signature if we are editing the message as a new
message). Fixes bug #58826.
svn path=/trunk/; revision=26079
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (load_source_auth_cb )
(load_source_auth_cb ) : read the "auth-domain" property
from e-source and use it as the component name for e_password_*
calls if it exists
svn path=/trunk/; revision=26078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Jeffrey Stedfast <fejj@novell.com>
* Makefile.am: Generate the addressbook-errors.xml.h file and
install the xml file and all that jazz.
* addressbook-errors.xml: New error xml file.
* gui/widgets/e-addressbook-view.c (backend_died): Use
e_error_run().
* gui/widgets/eab-gui-util.c (eab_error_dialog): Use
e_error_run().
(eab_load_error_dialog): Same.
(eab_search_result_dialog): Same.
(eab_prompt_save_dialog): Same.
(save_it): Same.
* gui/contact-editor/e-contact-editor.c (categories_clicked): Use
e_error_run().
(e_contact_editor_is_valid): Same.
(save_contact): Same.
* gui/component/addressbook-view.c (delete_addressbook_cb): Use
e_error_run().
* gui/component/addressbook-config.c (addressbook_ldap_init): Use
e_error_run().
(addressbook_ldap_auth): Same.
(addressbook_root_dse_query): Same.
(do_ldap_root_dse_query): Same.
(do_schema_query): Same.
svn path=/trunk/; revision=26077
|
|
|
|
|
|
|
|
| |
2004-05-25 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=26076
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=26075
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
* common/authentication.c (auth_func_cb) : read the "auth-domain"
property to use as component name for e-password calls instead of
hard coded component name
svn path=/trunk/; revision=26074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Trent Lloyd <lathiat@bur.st>
Fixes: #57472
* gui/dialogs/alarm-options.c:
* gui/dialogs/calendar-setup.c:
* gui/dialogs/cancel-comp.c:
* gui/dialogs/changed-comp.c:
* gui/dialogs/delete-comp.c:
* gui/dialogs/delete-error.c:
* gui/dialogs/save-comp.c:
* gui/dialogs/select-source-dialog.c:
* gui/dialogs/send-comp.c
* gui/dialogs/url-editor-dialog.c:
- Add include of e-icon-factory.h
- Set icon on window to be calendar/tasks icon rather than mail icon
svn path=/trunk/; revision=26073
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_popup_menu[]): disable add sender to
addressbook bar if it is also disabled. #58955.
svn path=/trunk/; revision=26072
|
|
|
|
|
|
|
|
| |
2004-05-25 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (pixcache[]): use e-icon-factory sizes.
svn path=/trunk/; revision=26071
|
|
|
|
|
|
|
|
|
| |
2004-05-25 Not Zed <NotZed@Ximian.com>
* e-msg-composer-attachment-bar.c (update): if we have a cached
icon, use it, don't just ignore it! #58831.
svn path=/trunk/; revision=26070
|
|
|
|
|
|
|
|
| |
2004-05-25 Joop Stakenborg <pg4i@xs4all.nl>
* nl.po: fixed attribution to not cause crash. See #58882.
svn path=/trunk/; revision=26069
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=26068
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Chris Toshok <toshok@ximian.com>
* configure.in: add addressbook/tools/Makefile.am back to the
build.
svn path=/trunk/; revision=26067
|
|
|
|
|
|
|
|
| |
2004-05-24 Chris Toshok <toshok@ximian.com>
* Makefile.am (SUBDIRS): add tools back to the build.
svn path=/trunk/; revision=26066
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Chris Toshok <toshok@ximian.com>
* tools/Makefile.am: fix this for current build foo.
* tools/evolution-addressbook-export-list-folders.c,
* tools/evolution-addressbook-export-list-cards.c,
* tools/evolution-addressbook-export.c: revive this.
svn path=/trunk/; revision=26065
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Chris Toshok <toshok@ximian.com>
[ fixes bug #32194 ]
* importers/evolution-vcard-importer.c (process_item_fn): make
sure all ADR attributes have HOME/WORK/OTHER.
svn path=/trunk/; revision=26064
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Chris Toshok <toshok@ximian.com>
[ fixes bug #40013 ]
* importers/evolution-vcard-importer.c (process_item_fn): for TEL
attribute that don't specify a location (HOME/WORK/OTHER), default
to "OTHER". For TEL attributes that *only* specify a location,
default to "VOICE".
svn path=/trunk/; revision=26063
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* mail-account-gui.c (mail_account_gui_build_extra_conf): don't
enable the widget based on its writability if it is a dependent
option which is now disable.
(setup_toggle): return whether the widget is sensitive too.
#57171.
svn path=/trunk/; revision=26062
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* em-popup.c (em_popup_target_new_select): only enable add sender
if we also have 1 selected. #56663.
svn path=/trunk/; revision=26061
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_enable_menus): remove some debug.
* em-format-html.c (efh_format_header): output commas between
newsgroups, and also append_printf.
svn path=/trunk/; revision=26060
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* camel-mime-utils.c (camel_header_newsgroups_decode):
fix/rearrange logic. It was using the wrong working pointer.
svn path=/trunk/; revision=26059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (em_folder_tree_set_selected): use set_cursor
instead of scroll_to_row. See #58383.
(get_selected_uris_iterate): removed.
(em_folder_tree_get_selected_uris): use an interative call based
on gtk_tree_selection_get_selected_rows rather than
selected_foreach, as the gtk+ docs suggest. was trying to fix a
bug but it seems gtktreeselection bug (shift-select rows using
keyboard only)
svn path=/trunk/; revision=26058
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-provider.h : added CAMEL_PROVIDER_CONF_HIDDEN to
conf item type enum. This is used by groupwise provider
* providers/groupwise/camel-groupwise-provider.c : Added CAMEL_PROVIDER_CONF_HIDDEN
to groupwise_conf_entries to pass the auth-domain value
* providers/imap/camel-imap-store.c (imap_auth_loop) : read the auth-domain
property from imap url and pass it camel sesstion apis
svn path=/trunk/; revision=26057
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Sivaiah Nallagatla <snallagatla@novell.com>
* mail-account-gui.c (mail_account_gui_build_extra_conf) : added empty
handling for CAMEL_PROVIDER_CONF_HIDDEN
* (extract_values) : added handling for CAMEL_PROVIDER_CONF_HIDDEN
svn path=/trunk/; revision=26056
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-24 Not Zed <NotZed@Ximian.com>
* message-list.c (regen_list_regened): pull the message from the
regen list before we check the list and pending uid.
* em-folder-view.c (emfv_enable_menus): remove the hack for
enabling select delete from here and put it in the right place.
(em_folder_view_get_popup_target): put it here so its consistent.
svn path=/trunk/; revision=26055
|
|
|
|
|
|
| |
2004-05-23 Fixed another wrong translations. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=26054
|
|
|
|
|
|
| |
2004-05-23 Fixed wrong translations. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=26053
|
|
|
|
| |
svn path=/trunk/; revision=26052
|
|
|
|
| |
svn path=/trunk/; revision=26051
|
|
|
|
|
|
|
|
| |
2004-05-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=26050
|
|
|
|
|
|
| |
2004-05-22 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=26047
|
|
|
|
|
|
|
|
| |
2004-05-22 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
svn path=/trunk/; revision=26046
|
|
|
|
|
|
|
|
| |
2004-05-22 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
svn path=/trunk/; revision=26045
|
|
|
|
|
|
|
|
|
|
| |
2004-05-22 Not Zed <NotZed@Ximian.com>
* camel-store.c: oops, forgot folder_created. Removed locking, the
object bag serialises stuff for us.
(camel_store_get_junk): same.
svn path=/trunk/; revision=26044
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-22 Not Zed <NotZed@Ximian.com>
* mail-tools.c (mail_tool_uri_to_folder): put note_store back in.
Quick hack to fix the issue of folders being opened before we hook
onto folder_created.
* mail-folder-cache.c: remove 'name' from update struct, not used
anymore
svn path=/trunk/; revision=26043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-22 Not Zed <NotZed@Ximian.com>
** Another unread count bug, #58814.
* mail-vfolder.c (context_rule_added):
* mail-tools.c (mail_tool_uri_to_folder):
* mail-component.c (mc_add_local_store_done): don't call mail note
folder anymore, fix up headers.
* mail-folder-cache.c (store_folder_opened)
(mail_note_store_remove, mail_note_store): handle the new
store:folder_opened signal. Don't need the mail_note_folder hack
anymore, mail_tool_uri_to_folder slowly does less.
svn path=/trunk/; revision=26042
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-22 Not Zed <NotZed@Ximian.com>
** Another unread count bug, #58814.
* camel-store.c (camel_store_class_init): added a folder_opened
event.
(camel_store_get_folder): emit a folder_opened event whenever we
[re] open the physical folder.
svn path=/trunk/; revision=26041
|
|
|
|
| |
svn path=/trunk/; revision=26040
|
|
|
|
|
|
|
|
|
|
| |
2004-05-21 Not Zed <NotZed@Ximian.com>
* e-error.c
(e_error_default_parent): uh, fix the sense of the
if-we-dont-have-it test.
svn path=/trunk/; revision=26039
|
|
|
|
|
|
|
| |
* gui/dialogs/calendar-setup.c: set the dialog icons appropriately
for add task and calendar dialogs.
svn path=/trunk/; revision=26038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/dialogs/calendar-setup.c: remove references to the uri
buttons.
* gui/dialogs/calendar-setup.glade: remove uri buttons, make add
task window wider and make the button spacing larger.
2004-05-21 H P Nadig <hpnadig@pacific.net.in>
* gui/dialogs/calendar-setup.glade: Adjusted the default size of
New Calendar Dialog. Fixes 57469.
svn path=/trunk/; revision=26037
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-21 H P Nadig <hpnadig@pacific.net.in>
Fixes #58516.
* gui/contact-editor/contact-editor.glade: 'Job Title' is now called
'Title'.
svn path=/trunk/; revision=26036
|
|
|
|
|
|
|
|
|
|
| |
2004-05-21 Jeffrey Stedfast <fejj@novell.com>
* evolution-shell-component-utils.c (e_activation_failure_dialog):
Removed. Nothing uses this interface (which didn't use the EError
routines anyway).
svn path=/trunk/; revision=26035
|
|
|
|
|
|
|
|
|
|
| |
2004-05-21 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-store.c (connect_to_server): Added a
workaround for broken IMAP. Hopefully by forcing only the IMAP4
command subst, we can work around their suckage.
svn path=/trunk/; revision=26034
|
|
|
|
|
|
|
|
| |
2004-05-21 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=26033
|
|
|
|
|
|
|
|
| |
2004-05-21 Not Zed <NotZed@Ximian.com>
* e-shell.c (e_shell_attempt_upgrade): remove unused.
svn path=/trunk/; revision=26032
|