2003-05-20 Ettore Perazzoli <ettore@ximian.com>
* e-tree.c (tree_canvas_size_allocate): to really fix 42952
use e_table_item_get_cell_geometry. Also a couple valgrind
and g_warning fixes related to this change from Mike.
svn path=/trunk/; revision=21303
2003-05-20 Jeffrey Stedfast <fejj@ximian.com>
* camel-object.c (camel_object_bag_destroy): Create a second
GPtrArray for the keys. We don't want to use bag->free_key() on
the object. Fixes bug #43406.
svn path=/trunk/; revision=21300
2003-05-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-importer.c: Updated copyright years.
* mail-callbacks.c (ask_confirm_for_empty_subject): Fixed the
logic a bit - if the gconf key *isn't* set, we want to return
TRUE.
* mail-search.c (mail_search_finalise): We need to weak_unref()
the mail-display here. Fixes bug #43392.
svn path=/trunk/; revision=21299
2003-05-21 Larry Ewing <lewing@ximian.com>
* mail-config.glade: remove link hilighting option that isn't
attached to anything.
svn path=/trunk/; revision=21298
2003-05-20 Larry Ewing <lewing@ximian.com>
* mail-composer-prefs.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-preferences.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-config.glade: remove keybinding setting.
* mail-display.c (mail_display_destroy): remove notification.
(display_notify): set animate and redisplay. We have to redisplay
because the citation color may have changed.
* evolution-mail.schemas: add composer and display gconf entries.
svn path=/trunk/; revision=21288
* e-msg-composer.c (composer_settings_update): set the various
bonobo properties that are composer preferences.
(create_composer): add notification of gconf changes.
(destroy): disconnect notification.
* e-msg-composer.h: keep the gcond notify handler id.
svn path=/trunk/; revision=21287
2003-05-20 Anna Marie Dirks <anna@ximian.com>
* gui/dialogs/save-comp.c (save_component_dialog): Change this
dialog from using a gnome_message_box (which has been deprecated),
to using a gtk_message_dialog. This HIG-ifies this dialog, and
fixes bug #42046.
svn path=/trunk/; revision=21285
2003-05-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (camel_folder_summary_load): Only display
a warning if errno != EINVAL (EINVAL means there was a version
mismatch, so we don't really need to warn here since we are
supposed to be able to handle this situation).
(perform_content_info_load): Turn off debugging message.
(summary_assign_uid): Turn off uid-clash warning.
(camel_folder_summary_decode_token): Turn off debug messages.
(summary_header_load): Turn off version-mismatch warning.
svn path=/trunk/; revision=21284
2003-05-19 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): Only re-add the
store to the folder-tree if the account is enabled. Oops. Fixes
bug #43214.
svn path=/trunk/; revision=21283
2003-05-20 Hans Petter Jansson <hpj@ximian.com>
Fixes#42056
* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
Don't create accel groups for menuitem mnemonics. Don't use
deprecated functions where we actually need accel groups.
svn path=/trunk/; revision=21281
the storage member to NULL.
(shell_weak_notify): Set the shell member to NULL.
(cleanup_discovery): g_object_weak_unref() shell, parent and
storage.
svn path=/trunk/; revision=21280
2003-05-20 Larry Ewing <lewing@ximian.com>
* mail-config-factory.c: remove references to font prefs.
* component-factory.c: Remove stale refernces the the font prefs.
(make_factory): remove unused variables.
* mail-config.c (mail_config_init): add a notify callback to the
spelling color.
(config_write_style): rename and write out the spell color as
well.
svn path=/trunk/; revision=21279
2003-05-20 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated by Francisco Javier Fernandez <serrador@arrakis.es>
svn path=/trunk/; revision=21276
* pcs/cal-backend.c (cal_backend_finalize): Don't double-free
newly-added categories that the gui hasn't been told about yet.
#43321
svn path=/trunk/; revision=21275
2003-05-19 Rodrigo Moya <rodrigo@ximian.com>
* gui/main.c (factory): set 'initialized' to TRUE when initialization
is done, or we get the initialization code called over and over.
svn path=/trunk/; revision=21274
* backend/pas/pas-backend-ldap.c (func_beginswith): use the more
convoluted (but more correct) query if evolutionPerson is
supported. Fixes#42825.
svn path=/trunk/; revision=21270
2003-05-19 Chris Toshok <toshok@ximian.com>
* backend/ebook/e-destination.c (use_default_book_cb): handle the
case where @book == NULL, which can happen if there was a problem
opening the default book. Should fix#43005.
svn path=/trunk/; revision=21269
* main.c: Removed "forced_upgrade" unused variable.
(show_development_warning): Put in a DEVELOPMENT_WARNING cpp
conditional.
(warning_dialog_response_callback): Likewise.
(view_map_callback): Likewise.
(new_view_created_callback): Likewise.
(idle_cb) [DEVELOPMENT_WARNING]: Do not connect
new_view_created_callback() to the "new_view" shell signal
anymore.
* Makefile.am (install-evolution) [DEFAULT_BINARY]: Make a
symbolic link from evolution to evolution-$(BASE_VERSION).
* e-shell-folder-creation-dialog.c (dialog_data_destroy):
g_object_weak_unref shell and dialog if they are not NULL.
(dialog_destroy_notify): Set ->dialog to NULL in all cases.
svn path=/trunk/; revision=21267
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* e-multi-config-dialog.c (init): Added HIG-appropriate spacing/
padding to the main hbox into which the icons and page widgets
are packed.
svn path=/trunk/; revision=21265
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* e-corba-config-page.c: Remove some padding which I incorrectly
added to the wrong vbox. This shoulda been fixed in
widgets/misc/e-multi-config-dialog.c . (And it is, now.)
svn path=/trunk/; revision=21264
2003-05-19 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-component.c
(ensure_completion_uris_exist): fix the initial run case. the
config upgrade code creates all elements so we can't just check
for NULL - we have to check if the string is empty. Fixes#43213.
svn path=/trunk/; revision=21263
2003-05-19 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-label.c (set_colors): if we've got focus,
set the background of the rect to bg[NORMAL], and the fill color
of the text and label to text[NORMAL]. This will make the
background a different color than the canvas, but won't make it
use the selected background. fixes#42472
svn path=/trunk/; revision=21262
2003-05-19 Mike Kestner <mkestner@ximian.com>
* Makefile.am : revert a broken CLEAN_FILES change. [42478]
2003-05-19 Mike Kestner <mkestner@ximian.com>
* e-cell-text.c (build_layout): don't call any line breaking
or justification code if the width <= 0 since it's pointless
and apparently pango likes to crash when you do. [43199]
svn path=/trunk/; revision=21260
2003-05-19 Chris Toshok <toshok@ximian.com>
* gui/merging/e-card-merging.c (e_card_merging_book_commit_card):
add a g_object_ref(card), to match the one in
e_card_merging_book_add_card. Fixes#43175.
svn path=/trunk/; revision=21259
2003-05-19 JP Rosevear <jpr@ximian.com>
* gui/gnome-cal.c (gnome_calendar_destroy): remove the query time
out if its still alive
(update_query_timeout): update the query and clear the time out
(client_cal_opened_cb): add the query update timeout
svn path=/trunk/; revision=21257
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct):
Added HIG-blessed padding to (some of) the widgets in the
dialog.
* gui/dialogs/meeting-page.glade: Added HIG-blessed border width
and spacing to the meeting page of the event editor.
* gui/dialogs/schedule-page.glade: Added HIG-blessed border width
to the schedule page on the event editor.
svn path=/trunk/; revision=21256
2003-05-19 Aaron Weber <aaron@ximian.com>
* C/config-prefs.xml: fix glossterms not to be inside
<guilabel>s. None of these should be inside <term>s anyway.
2003-05-02 Aaron Weber <aaron@ximian.com>
* C/usage-mail-org.xml: Filter-new-fig.png
* C/figures/filter-assist-fig.png: removed this figure image. Didn't need it and -new.
* C/figures/small_desktop.png: removed this figure image. Not sure why we had it.
* C/Makefile.am: remove filter-assist-fig.png,
2003-04-15 Aaron Weber <aaron@ximian.com>
* C/usage-exchange.xml: delegation
svn path=/trunk/; revision=21255
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* e-timezone-dialog/e-timezone-dialog.glade: HIG-ified the
spacing, padding, alignment of this dialog. Fixes bug #41148
svn path=/trunk/; revision=21253
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* gui/component/ldap-config.glade: HIG-ified the various dialogs
(including the settings pages, the config druid, and the edit dialog)
in this glade file. This fixes bugs #41140, #41137, #41130
svn path=/trunk/; revision=21252
2003-05-19 Anna Marie Dirks <anna@ximian.com>
* e-summary-preferences.c: This patch HIG-ifies the "New News Feed"
dialog, by using a table with appropriate spacing instead of hboxes.
Also fixes an invalid cast of gtk_dialog->gnome_dialog.
svn path=/trunk/; revision=21251