2006-07-11 Li Yuan
Fixes bug #345402
* e-dateedit.c: (on_date_popup_key_press):
Grab the popup window when some key except ESC is pressed.
2006-07-04 Andre Klapper
* e-search-bar.c: fixing two typos, adding translator comments.
2006-07-03 Harry Lu
Fix compile error in solaris
* e-filter-bar.h: E_FILTERBAR_SEPARATOR should have 3 members.
* e-search-bar.h: add the declaration of e_search_bar_set_viewitem_id.
2006-06-19 Srinivasa Ragavan
** Fixes bug #252814
Committing a patch from Oswald.
* e-combo-button.c: (e_combo_button_init),
(e_combo_button_pack_hbox), (e_combo_button_pack_vbox):
* e-combo-button.h: Adds new packing support for supporting toolbar
options.
2006-06-19 Chpe
* e-combo-button.c: (paint): Fix for bug #262210
2006-06-09 Johnny Jacob
* e-dateedit.c (): Removing aggressive time check when entering a
date in the editor. Fixes bug #335400. (Committed by Andre Klapper)
2006-06-08 Jeffrey Stedfast
* e-attachment-bar.c (attachment_destroy): Call update (bar); the
rest of the fix for bug #178631.
2006-06-07 Federico Mena Quintero
* e-map.c (e_map_class_init): Don't use gtk_signal_new() for the
set_scroll_adjustments signal, and use the correct marshaler.
Fixes bug #331743.
2006-06-02 Hiroyuki Ikezoe
** Fixes bug 343494
* e-search-bar.c (add_button): Use gtk_button_set_image if GTK+ is
2.6 or higher.
2006-05-30 Li Yuan
Fix for #343280.
* e-search-bar.c (add_button): No need to add label when we use
gtk_button_new_from_stock to create a button.
2006-05-26 Jeffrey Stedfast
Fix for Novell bug #178631
* e-attachment-bar.c: Changed the EAttachmentBarPrivate struct, we
no longer use a linked list, instead we use a GPtrArray - faster,
simpler (plus all the code used indexes anyway, so it was really
bizarre).
(free_attachment_list): Removed.
(attachment_destroy): New GWeakNotify callback for when an
EAttachment object gets destroyed. Remove the attachment from the
attachments array.
(add_common): Updated to add to an array rather than a linked
list. Also weak_ref the attachment object.
(remove_attachment): Removed.
(update): Updated to use the array instead of linked list of
attachments.
(e_attachment_bar_remove_selected): Same.
(e_attachment_bar_set_width): Same.
(e_attachment_bar_edit_selected): Same.
(e_attachment_bar_get_selected): Same.
(e_attachment_bar_get_attachment): Same.
(e_attachment_bar_get_all_attachments): Same and also optimised
since we can cheat now without having to g_slist_reverse.
(e_attachment_bar_get_parts): Same.
(destroy): Same.
(eab_drag_data_get): Same.
(init): Init attachments to a g_ptr_array_new
(e_attachment_bar_to_multipart): Updated to use the attachments
array.
(e_attachment_bar_get_num_attachments): Updated to return the
attachments->len.
(e_attachment_bar_get_download_count): Updated to use the array.
* e-attachment.c (finalise): Close the editor dialog if it is
open.
(async_progress_update_cb): If the phase is COMPLETE but the
file_size is 0, then treat it as an error. In the error case,
unref the attachment object (this will magically remove it from
the EAttachmentBar).
(close_cb): Don't unref the attachment object here anymore.
(e_attachment_edit): Don't ref the EAttachment anymore.
2006-05-25 Srinivasa Ragavan
* e-attachment-bar.c (update, eab_icon_clicked_cb),
(e_attachment_bar_attach_remote_file):
* e-attachment-bar.h:
* e-attachment.c (e_attachment_new_remote_file),
(e_attachment_build_remote_file): Added code to specify the
attachment type for remote files. Also added code to save files
to CamelStreamVfs
2006-05-04 Rajeev Ramanathan
* e-calendar-item.c (e_calendar_item_draw),
(e_calendar_item_draw_month, e_calendar_item_draw_day_numbers),
(layout_set_day_text): enable build without cairo using
ENABLE_CAIRO macro. Also it fixes a bold issue, where entire
evolution appears with bold text.
2006-04-27 Boby Wang
** Fixes bug #339138
* e-calendar.c (e_calendar_init): Correct the button's accessible
name.
2006-04-27 Boby Wang
** Fixes bug #332821
* e-expander.c (e_expander_class_init): Implement the
accessibility of EExpander.
2006-04-26 Srinivasa Ragavan
* e-search-bar.c (append_xml_menu_item, setup_bonobo_menus): Added
icons to search menu.
2006-04-26 Srinivasa Ragavan
* e-search-bar.c (add_button, e_search_bar_construct): Adding
icons for find and clear buttons. (Patch from PR Suman)
2006-04-26 Srinivasa Ragavan
** Patch from charu_jayaprakasam@yahoo.com fixes bug #335861
* e-search-bar.c (e_search_bar_construct): Change the mnemonics
for Find Now button.
2006-04-24 Srinivasa Ragavan
* e-calendar-item.c (e_calendar_item_draw),
(e_calendar_item_draw_month, e_calendar_item_draw_day_numbers):
Used Cairo to draw the Tag Calendar. (Rajeev)
2006-04-22 Srinivasa Ragavan
* e-attachment-bar.c (e_attachment_bar_create_attachment_cache):
Added a new function that creates a attachment with a image cache.
2006-03-28 Li Yuan
**Fixes bug #335618
* e-selection-model-array.c (e_selection_model_array_delete_rows):
If the row being deleted is the last one, we should change the
selection_start_row.
2006-03-06 Simon Zheng
Fixes bug #332140
* e-attachment-bar.c (temp_save_part): Changed to transfer
filenames from utf-8 to glib encoding before really saving files.
2006-03-06 Jeff Cai
** Fixes for 333235
* e-combo-button.c (paint): If width of a widget is 0, don't draw
it.
2006-02-28 Devashish Sharma
* e-reflow.c (do_adjustment): Check and see if reflow->items and
reflow->items[row] are NULL or not. Fixes Bug # 331998.
Patch submitted by Irene Huang
2006-02-24 Srinivasa Ragavan
** Fixes bug #322789
* e-image-chooser.c (set_image_from_data): Added code to get the
pixbuf after closing the loaded.
2006-02-13 Andre Klapper
* e-charset-picker.c: adding thai support.
fixes the UI part of bug 251062.
2006-02-11 Karsten Bräckelmann
* e-search-bar.c (activate_by_subitems):
* e-dateedit.c (e_date_edit_new, create_children)
(create_children, create_children):
* e-calendar.c (e_calendar_init):
Change a11y names. Fixes part of bug #330723.
2006-01-16 Nancy Cai
** Fixes bug #326649
* e-multi-config-dialog.c (set_page_timeout_callback): make the
preferences dialog's keyboard navigation more consistent.
2006-01-13 Srinivasa Ragavan
** Fixes bug #326265
* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Added
mnemonics to "Character Encoding" menu.
2006-01-11 Chenthill Palanisamy
* Makefile.am: Remove the e-util-marshal.list from extra dist.
Fixes a build break.
2006-01-10 Simon Zheng
* Makefile.am:
* e-dateedit.c:
* e-image-chooser.c:
* e-printable.c:
* e-reflow-model.c:
* e-reflow.c:
* e-search-bar.c:
* e-selection-model.c:
* gal-combo-box.c:
Remove e-util-marshal.list in current directory, and
use the copy in evolution/e-util directory instead.
*e-util-marshal.list: removed
2006-01-06 Parthasarathi Susarla
* e-search-bar.c (clear_verb_cb): assign the data first before
accessing it.
2006-01-02 Harish Krishnaswamy
reviewed by: Srinivasa Ragavan
* e-canvas-background.c (ecb_style_set): Set the foreground only
if the widget has already been realized. Fixes #309618.
2005-12-21 Srinivasa Ragavan
** Fixes bug #324590
* e-search-bar.c (search_now_verb_cb, clear_verb_cb): Added code
to clear search entry from menu.
2005-12-20 Johnny Jacob
** See Bug #246233
* e-filter-bar.c (member_activated): Changed "Search Editor" to
"Searches"
2005-12-18 Tor Lillqvist
* Makefile.am: Link with bootstrap libs on Win32. Use
EVOLUTION_IMAGES instead of MAP_DIR for uniformity. Use
EVOLUTION_MAIL_CFLAGS instead of E_WIDGETS_CFLAGS. Use privsolib
instead of privlib (no difference on Unix). Use -no-undefined on
Win32. Link with all required libraries.
* e-attachment.c
* e-send-options.c: Use gstdio wrappers. Construct glade file name
at run-time.
* e-map.c: Construct map file name at run-time.
* gal-combo-text.c (strcase_equal): Use g_ascii_strcasecmp().
(strcase_hash): Use g_ascii_tolower().
2005-12-15 Srinivasa Ragavan
* e-filter-bar.c (rule_advanced_response, option_changed)
(set_property): Added code to Show color in search widget. *
* e-search-bar.c (entry_activated_cb),
(activate_button_clicked_cb, clear_button_clicked_cb): Added code
to show color in search widget, when the filter is active.
2005-11-24 Tor Lillqvist
* e-dateedit.c:
* e-cell-date-edit.c: Include e-time-utils.h from libedataserver
instead of using evolution's copy which is going away.
2005-11-23 Johnny Jacob
* e-dateedit.c (on_date_entry_focus_out, on_time_entry_focus_out):
Validation for date and time during focus out event.
2005-11-22 Johnny Jacob
** See Bug #303856
* e-dateedit.c (create_children): Added a signal handler for
date_entry's "key_release_event".
2005-11-17 Harish Krishnaswamy
* e-attachment-bar.c (update, e_attachment_bar_set_width): Fix a
division-by-zero error crasher.
2005-11-15 Srinivasa Ragavan
* e-attachment-bar.c (e_attachment_bar_get_all_attachments): Added
a function to get all attachments of the attachment bar for plugin
purposes.
2005-11-14 Chenthill Palanisamy
* e-dateedit.c (create_children): Adjusted the size for the
dateedit widgets.
2005-11-14 Srinivasa Ragavan
* e-dateedit.c (create_children): Set a size for the date
edit widgets, so that it doesnt expand too much.
2005-09-28 Veerapuram Varadhan
* e-attachment-bar.c (update): gtk_pixbuf_add_alpha returns a
newly allocated pixbuf, so, free the original one.
2005-09-28 Tor Lillqvist
* e-charset-picker.c (e_charset_picker_new)
(e_charset_picker_bonobo_ui_populate): Use g_ascii_strcasecmp()
instead of strcasecmp(). We are comparing to strings known to be
plain ASCII, so just casefolding ASCII is enough. Also better for
portability.
2005-09-20 Devashish Sharma
* e-search-bar.c (subitem_activated_cb): Emits the signal "search
activated" when after selecting option "Category is" in search bar
category is selected. So dont have to explicitly click "Find Now".
Fixes #263269.
2005-08-22 Srinivasa Ragavan
* e-attachment.c (e_attachment_build_remote_file):
Fix for bug #314136. Shows filename in the remote download in
composer.
2005-08-22 Srinivasa Ragavan
* e-attachment-bar.c (update): Better space management.
Kills one extra row that happens some times.
(e_attachment_bar_set_width): Just adjusts the size instead of
rebuild of the bar, which is the cause for the freeze. Fixes the
bug #313799. Remove the function e_attachment_bar_refresh
* e-attachment-bar.h: Remove the function e_attachment_bar_refresh
2005-08-23 Not Zed
* e-send-options.c (get_widgets): cast warning away.
* e-calendar-item.c (e_calendar_item_realize): remove some unused
vars.
2005-08-17 Srinivasa Ragavan
* e-attachment-bar.c (eab_drag_data_get): Use camel_url to
construct url
(eab_icon_clicked_cb, e_attachment_bar_new): Fixed part of bug
#312224. It handles double click on a attachment icon and calls
gnome_url_show.
* e-attachment.c (finalise, init): Add a new member to preserve
the stored location
(e_attachment_new)(e_attachment_build_remote_file): Camel_url to
construct urls
2005-08-16 Srinivasa Ragavan
* e-attachment.c (download_to_local_path, e_attachment_edit):
Fixed few warnings
2005-08-16 Srinivasa Ragavan
* e-attachment.c (finalise, e_attachment_new)
(e_attachment_build_remote_file, e_attachment_new_from_mime_part)
(ok_cb): Maintain the filename of the attachment in the structure
and free it in finalize.
* e-attachment-bar.c (update): For display consider the filename
from the structure before from the part.
2005-08-03 Not Zed
* e-filter-bar.c (build_items): revert dobey's last patch here, it
completely broke customisation of the menu.
2005-08-11 Srinivasa Ragavan
* e-attachment-bar.c (e_attachment_bar_refresh): Added a function
to force refresh/resize the icons.
2005-08-02 David Malcolm
* e-attachment-bar.c (update_remote_file): escape the "%"
character correctly.
2005-07-29 Srinivasa Ragavan
* e-attachment.c (e_attachment_new_from_mime_part): used ref
instead of copying the entire mime part.
2005-07-15 Diego Gonzalez
* e-image-chooser.c (image_drag_data_received_cb): modificatio to
avoid getting into an infinite loop. Also remove some debug
output.
(set_image_from_data): substitute calls to gdk_pixbuf_unref and
gdk_pixbuf_ref and use g_object_ref/unref instead. The first ones
are deprecated API. Fixes #310488
2005-07-25 Srinivasa Ragavan
* e-attachment-bar.c (e_attachment_bar_remove_selected)
(e_attachment_bar_edit_selected)
(e_attachment_bar_get_attachment, e_attachment_bar_get_parts)
(e_attachment_bar_get_download_count)
(e_attachment_bar_attach_remote_file): Added checks for the
parameters.
2005-07-20 Vivek Jain
* e-send-options.h: ESendOptionsDialogClass: has a member new
virtual method for default callback of "sod_response"
* e-send-options.c: introduced a new signal "sod_response"
captures the response for the child dialog and makes it available
at the object level (useful for the external members invoking the
dialog)
2005-07-20 Srinivasa Ragavan
* e-attachment-bar.c (remove_attachment, update)
(e_attachment_bar_get_selector, e_attachment_bar_get_attachment)
(destroy, init, e_attachment_bar_new)
(e_attachment_bar_add_attachment)
(e_attachment_bar_attach_remote_file): Cleaned up most of
it. Added the DnD.
* e-attachment.c (real_changed, class_init, init)
(e_attachment_new, e_attachment_new_remote_file)
(e_attachment_build_remote_file): Moved the remote download code
from bar to here and few cleanups.
2005-07-11 Srinivasa Ragavan
* Makefile.am: Added e-attachment-bar.[ch], e-attachment.[ch],
and e-attachment.glade.
* e-attachment.[ch]: Merge of em-attachment.[ch] and
cal-attachment.[ch]
* e-attachment-bar.[ch]: Merge of em-attachment-bar.[ch] and
cal-attachment-bar.[ch].
2005-06-23 Kaushal Kumar
* Makefile.am: Use 'misc' for widgetsincludedir, instead of
'widgets', to match source directory name and fix
evolution-exchange build.
2005-05-31 Li Yuan
* e-dateedit.c (e_date_edit_update_date_entry): add relation to
date_button.
Fixes #302267
2005-05-16 Not Zed
* Makefile.am: move e-error.[ch] and e-system-errors.xml to
e-util/. remove test-error.
2005-05-13 Rodney Dawes
* e-filter-bar.[ch]: Update for the new menu layout
2005-05-12 Shreyas Srinivasan
* e-send-options.c: Fixed #272005
2005-05-06 Sarfraaz Ahmed
* e-send-options.glade: Fixed a typo. #273095
2005-05-06 Harish Krishnaswamy
* e-send-options.glade: Fix for bugs #273096, #273097
2005-03-01 Jeffrey Stedfast
* e-search-bar.c (subitem_activated_cb): Make the entry widget
grab focus. Fixes bug #60551.
2005-02-21 Rodney Dawes
* e-combo-button.c (paint): Fix the calculation of which shadow type
to use to be more appropriate for the widget state and relief
Always call gtk_box_paint and not only in special cases like GtkButton
(e_combo_button_init): Change the arrow packing to pack_end
Fixes #54503
2005-02-02 Li Yuan
* e-url-entry.c (init): add a11y name to url link button.
2005-01-26 Rodney Dawes
* e-error.c (e_error_newv): Fix up spacing to be HIG compliant for
the borders around the dialogs
2005-01-25 Not Zed
* e-error.c: turn off debug output, people think its a significant
error.
2005-01-24 Mengjie Yu
* e-search-bar.c (set_option): add a11y name for the option menu.
2005-01-20 Not Zed
** See bug #64964.
* e-error.c (e_error_newv): just use add_button, not
add_action_widget, for stock+label widgets, since they both show
the same, and for some reason set_default_response doesn't work
otherwise.
2005-01-20 Harry Lu
* e-search-bar.c (activate_by_subitems): add a translater note.
2005-01-19 Harry Lu
Fix for 46359, enable "Alt+Down Arrow" to show the popup for
e-combo-cell-editable.c.
* e-combo-cell-editable.c (show_popup): rewrite it to a more
generic function.
(button_clicked_cb): call the new show_popup function.
(entry_key_press_event_cb): show popup if "Alt+Down Arrow".
(ecce_grab_focus): new function.
(ecce_class_init): add grab_focus handler so that the entry can
get focus.
2005-01-17 Harry Lu
Fix for 62831.
* e-search-bar.c (activate_by_subitems): add an a11y name for the
search entry.
2005-01-12 Chenthill Palanisamy
* e-send-options.c (e_send_options_get_widgets_data),
(e_send_options_fill_widgets_with_data): Get the value for the
autodelete toggle button
(page_changed_cb): Do not hide the classification label and its
combo box here.
2005-01-10 Chenthill Palanisamy
* e-send-options.c (e_send_options_get_widgets_data),
(e_send_options_fill_widgets_with_data, page_changed_cb),
(init_widgets, get_widgets, setup_widgets),
(e_sendoptions_set_global, e_sendoptions_dialog_run),
(e_sendoptions_dialog_finalize, e_sendoptions_dialog_dispose),
(e_sendoptions_dialog_init, e_sendoptions_dialog_class_init),
(e_sendoptions_dialog_get_type): Added code to support global
options. Filled the finalize and dispose functions.
* e-send-options.glade: Changed a label id.
* e-send-options.h: Added the set_global function.
2005-01-06 JP Rosevear
* Makefile.am: dist the glade file
2005-01-06 Chenthill Palanisamy
Commiting the files mentioned below again to HEAD since it
was not added in head.
2005-01-06 Chenthill Palanisamy
merging send options
* Makefile.am:
* e-send-options.[ch]: Widgets for the send options dialog
* e-send-options.glade: Contains interface for the dialog
2005-01-04 Harry Lu
* misc/e-combo-button.c (e_combo_button_popup): new internal
function to popup the menu.
(impl_button_press_event): call the new function.
(e_combo_button_class_init): init a11y.
(e_combo_button_get_label): new function to return label.
(e_combo_button_popup_menu): new function to popup menu.
* misc/e-combo-button.h: add function declarations.
2004-12-17 Not Zed
* e-error.c (ee_load, e_error_newv): translate strings based on
translation-domain, if supplied.
2004-12-14 Rodney Dawes
* e-calendar-item.c (e_calendar_item_draw): Use gtk_paint_foo instead
of the deprecated gtk_draw_foo functions
(e_calendar_item_get_day_style): Use colors from the theme for the
background and foreground of various items
* test-calendar.c (main): Don't set a callback for getting the day
style, we want the test app to use the widget defaults
(get_day_style): Remove all this duplicated code as we want to use
the widget default colors for day fg/bg
2004-11-26 JP Rosevear
* test-info-label.c: test prog
* e-url-entry.c: get image directly from icon factory
* e-combo-button.c: ditto; convert to G_DEFINE_TYPE
* e-activity-handler.c: convert to G_DEFINE_TYPE
* e-task-widget.c: ditto
* e-task-bar.c: ditto
* e-multi-config-dialog.c: ditto
* e-dropdown-button.c: ditto
* e-cell-renderer-combo.c: ditto
* e-cell-date-edit.c: ditto
* e-calendar.c: ditto
* e-calendar-item.c: ditto
* Makefile.am: don't build the title bar, build an info label test
program
2004-10-28 Li Yuan
* e-calendar.c (e_calendar_init, e_calendar_new): Make
accessibility name and description translatable. Add a atk name
for the two buttons so that they can be UI grabbed by GOK.
* e-dateedit.c (e_date_edit_new, create_children): Add a name for
atk object. Make accessibility name and description translatable.
Add name and description for the date_entry, date_button and
time_combo.
(e_date_edit_show_date_popup), (hide_date_popup): Grab and ungrab
keyboard. add_relation(): New function to add labelled_by
relation for entry and combobox.
* e-map.c (e_map_new): Add a name for world map widget. Make
accessibility name and description translatable. Set the atk role
to image.
* e-multi-config-dialog.c (e_multi_config_dialog_add_page): Add an
atk name for the page.
2004-10-27 JP Rosevear
* Makefile.am: use E_WIDGET instead of GNOME_FULL
2004-10-14 JP Rosevear
* e-pilot-settings.c: fix e-source-option-menu include
2004-10-13 JP Rosevear
* Makefile.am: don't build source selector or source option menu
or test programs any more
2004-10-08 Harry Lu
* e-source-selector.c (e_source_selector_popup_menu),
(class_init): implement popup_menu so that popup menu can be shown
with Shift+F10.
2004-10-06 JP Rosevear
Fixes #66164
* e-cell-date-edit.c (e_cell_date_edit_get_popup_pos): replicate
fix to e-cell-combo.c by NotZed
2004-10-01 Not Zed
* e-util-marshal.list: added boolean object boxed.
* e-source-selector.c (class_init): add new 'popup event' signal,
to replace fill_popup_menu.
(selector_button_press_event): emit a POPUP_EVENT rather than a
FILL_POPUP_MENU.
2004-09-13 Rodney Dawes
* e-multi-config-dialog.c (impl_response):
Point at "config-prefs" instead of "config" for the help section
2004-08-03 JP Rosevear
* Makefile.am: Really dist the pilot sources this time
2004-08-03 JP Rosevear
* Makefile.am: Dist the pilot sources
2004-08-01 JP Rosevear
* e-pilot-settings.c (e_pilot_settings_get_source): accessor
(e_pilot_settings_set_source): ditto
(build_ui): show the source option menu
(e_pilot_settings_new): use above
* e-pilot-settings.h: add prototypes
2004-07-20 JP Rosevear
* Makefile.am: build pilot setting
2004-07-26 JP Rosevear
* e-search-bar.c (setup_bonobo_menus): use ctrl-shift-q to clear
search bar
2004-07-20 Not Zed
* e-error.c: include config.h. See #61395.
2004-07-20 JP Rosevear
* e-source-selector.h: remove proto
* e-source-selector.c (selection_func): don't force the item to be
checked
(cell_toggled_callback): allow the cell to be untoggled even if
its primary
(init): set the pixbuf renderable
(e_source_selector_set_toggle_selection): no longer necessary
2004-07-16 Chris Toshok
* e-clipped-label.c (e_clipped_label_recalc_chars_displayed):
remove debug spew and fix the display when
pango_layout_line_x_to_index returns FALSE (before we were drawing
both the ellipses and the text).
2004-07-12 Jeffrey Stedfast
* e-charset-picker.c: s/GB-2312/GB2312/ - fixes bug #61385.
2004-06-24 Rodney Dawes
* e-error.c (e_error_newv): Fix alignment of the icon to be 0x0
Fixes #60493
2004-06-24 Rodney Dawes
* e-source-selector.[ch]: Add new "select_new" property to
private structure of the ESourceSelector
(rebuild_cb): Add code to select the new source, and cause the
selection_changed signal to get emitted, if we select new sources
(init): Don't select new sources by default
(e_source_selector_set_select_new): Add function to set whether or not
we want to select new sources when we add them
2004-06-22 Hans Petter Jansson
* e-source-selector.c (e_source_selector_peek_primary_selection):
Add preconditions. Make sure garbage or NULL data doesn't get
used.
2004-06-16 Not Zed
* e-source-selector.c (cell_toggled_callback): fix a path leak and
maek the code more structured.
(e_source_selector_set_toggle_selection): set the mode on whether
you can toggle the currnet selection or not.
(cell_toggled_callback): implement set_toggle_selection behaviour.
2004-06-11 Larry Ewing
* e-source-selector.c: make the source selector use a colock block
instead of setting the foreground to indicate the source color.
(pixbuf_cell_data_func): actually initialize the pixbuf (bad
larry).
(pixbuf_cell_data_func): clean up warnings. (double bad larry).
(pixbuf_cell_data_func): fix the appearance a little.
2004-06-03 William Jon McCann
* e-error.c (e_error_newv): Add HIG border width for dialog window.
2004-06-01 Christian Neumair
* Makefile.am (test_error_LDADD): Link test-error against libeutil.
2004-06-01 Anders Carlsson
* e-expander.c (e_expander_expose): Don't propagate the expose
to the label widget, the parent expose handler does that.
2004-05-28 Anders Carlsson
* e-error.c (e_error_newv): Use the constructed title string.
2004-05-27 Rodney Dawes
* Makefile.am (EXTRA_DIST): Add $(error_i18n)
2004-05-21 Not Zed
* e-error.c (e_error_default_parent): set a default error parent
fallback.
(e_error_newv): if parent is null, see if we have a default still
alive, and use that. warn if not.
(e_error_default_parent): uh, fix the sense of the
if-we-dont-have-it test.
2004-05-20 JP Rosevear
* e-task-widget.c (e_task_widget_construct): only unref the mask
if there is one
2004-05-19 JP Rosevear
* Makefile.am: don't dist the error .h file
2004-05-18 Not Zed
* e-error.c (ee_load): load the tag if present.
(ee_response): handle the help response and swallow the signal.
(e_error_newv): setup help button if we have a help uri.
2004-05-17 Jeffrey Stedfast
* e-url-entry.c (init): Use E_ICON_SIZE_BUTTON for the icon size
in the e_icon_factory_get_icon() call.
* e-combo-button.c (create_empty_image_widget): Don't hard-code
the size of the icon in pixels, instead use the appropriate
E_ICON_SIZE_ enum.
2004-05-17 JP Rosevear
Fixes #58460
* e-task-widget.c (e_task_widget_construct): bitmap_unref the
mask, don't object_unref it
2004-05-12 Not Zed
* e-error.c (ee_load): duh, use the right node pointer for title
and secondary text.
* e-system-errors.xml: make the Because cases the same.
* e-system-errors.xml.h: add for translators.
* e-error.c (ee_load): just use _() to do i18n rather than the
nasty lang stuff.
(find_node): no longer needed.
* Makefile.am (%.xml.h): setup the build rules for the i18n file
for the errors.
* e-system-errors.xml.in: Removed, renamed to .xml and removed the
_ stuff.
2004-05-04 Xan Lopez
* Makefile.am:
Build fixes.
2004-05-03 Not Zed
* e-error.c (ee_build_label): blah, need to do entity decoding.
#57918.
2004-04-29 JP Rosevear
* e-activity-handler.c (impl_dispose): pass the correct data when
weak unreffing
2004-04-29 Not Zed
* e-error.c (e_error_newv): make the label selectable.
(e_error_newv): if we have stock and label set, then use a stock
button with an override label.
2004-04-28 Not Zed
* e-system-errors.xml.in: holder for system errors.
* test-error.c: helper to show an error message/test it.
* e-error.[ch]: Api for disk-based, hig-compliant error messages
and query boxes.
2004-04-19 Jeffrey Stedfast
* e-info-label.c (e_info_label_new): Updated to sue E_ICON_SIZE enums.
2004-04-19 Rodney Dawes
* e-info-label.c (e_info_label_new): Update to use EIconFactory to
get the filename for the component icons using the icon theme
2004-04-19 Michael Terry
* e-combo-buddon.c:
* e-url-entry.c: Update these to use EIconFactory and GtkImages
directly instead of GdkPixmaps
2004-04-09 Rodney Dawes
* e-charset-picker.c: Include gtkhbox.h in here to avoid the warnings
(activate_other):
(e_charset_picker_dialog): Make these dialogs be more HIG-compliant
* e-filter-bar.c (do_advanced):
(menubar_activated): Make these dialogs be more HIG-compliant
2004-04-08 Not Zed
* e-info-label.c (e_info_label_set_info): ugh, fix some last
minute changes which broke shit.
* e-info-label.[ch]: A widget to show component info for the
current component/view.
2004-04-07 Jeffrey Stedfast
* e-multi-config-dialog.c: Updated for changes to e-config-page.c
(init): Removed the OK and Apply buttons.
* e-config-page.c (e_config_page_apply): Removed.
(e_config_page_is_applied): Removed.
(e_config_page_changed): Removed.
2004-04-01 Dan Winship
* e-url-entry.c (init): Make the button initially insensitive.
Connect to the entry's "changed" signal.
(entry_changed_cb): sensitize the button iff the entry is
non-empty
(button_clicked_cb): simplify a bit by using gtk_entry_get_text
rather than gtk_editable_get_chars.
2004-04-01 Jeffrey Stedfast
* e-charset-picker.c (e_charset_picker_new): Create a new class
for "Western European, New" to fix a translation issue.
2004-03-31 Not Zed
* e-filter-bar.c (menubar_activated): start the rule editor with
the right label.
2004-03-26 Rodney Dawes
* e-multi-config-dialog.c (init): Remove the dialog separator
Set the border widths of the dialog's vbox and action area to be more
HIG-compliant
Set the border width of the dialog's child to 12 for HIG-compliance
2004-03-15 JP Rosevear
* e-calendar-item.c (e_calendar_item_class_init): change arg name
(e_calendar_item_init): ditto
(e_calendar_item_get_arg): ditto
(e_calendar_item_set_arg): ditto
(e_calendar_item_preserve_day_selection): set the selection day to
the given selection
(e_calendar_item_set_first_month): use above to preserve selected
day of week
* e-calendar-item.h: change field name
2004-03-13 Trent Lloyd
* e-search-bar.c (remove_bonobo_menus): move function above
setup_bonobo_menus, fixes implicit declaration.
2004-03-12 Kidd Wang
* e-dateedit.c (create_children): enlarge the text box to
accomodate the time info in different locales.
2004-03-11 Jeffrey Stedfast
Fix for bug #55267.
* e-filter-bar.c (set_property): Use efb->setquery properly (set
to TRUE before calling set_item_id and FALSE afterwards). Also
setquery to TRUE before emitting the "search-activated" signal so
that we don't run the callback for the signal we are emitting.
2004-03-02 Jeffrey Stedfast
* e-filter-bar.c (set_property): Emit the "search-activated"
signal. Fixes bug #55054.
2004-02-26 Rodney Dawes
* e-cell-renderer-combo.c (ecrc_get_size):
* e-dateedit.c (create_children):
* e-dropdown-button.c (e_dropdown_button_construct): Create the
arrows in these widgets as GTK_SHADOW_NONE, since the default arrow
type in GTK+ 2.x is flat triangle arrows, and shadow types are
generally ignored for arrows anyway, and so we don't look ugly with
themes that handle shadow types on arrows correctly
2004-02-26 Bill Zhu
* e-search-bar.c (setup_bonobo_menus): Before Update the bonobo ui
component, remove it first.
Fixes #54788
2004-02-11 Rodney Dawes
* e-multi-config-dialog.c (impl_response): Change the filename and
section that we pass to gnome_help_display_desktop so that the help
browser displays the documentation correctly
2004-02-10 Rodney Dawes
* e-multi-config-dialog.c (init): Add a Help button
(impl_response): Handle the Help button and open the documentation
Fixes #30681
2004-02-05 Rodney Dawes
* e-task-bar.c: Don't show the task label by default
2004-02-03 Dan Winship
* e-activity-handler.c:
* e-activity-handler.h:
* e-task-bar.c:
* e-task-bar.h:
* e-task-widget.c:
* e-task-widget.h: Moved here from shell/, since they are now used
only by the components, not the shell itself.
* Makefile.am (widgetsinclude_HEADERS,
libemiscwidgets_la_SOURCES): add new files
2004-02-02 Chris Toshok
* e-image-chooser.c (set_image_from_data): set
image_buf/image_buf_size here instead of in all callers. also
emit the "changed" signal here.
(image_drag_data_received_cb): remove the copying to image_buf and
emitting of "changed" from here.
(e_image_chooser_set_from_file): only g_free (data) here if
set_image_from_data failed.
(e_image_chooser_set_image_data): copy the image data we're passed
before calling set_image_data. free it if rv == FALSE.
2004-01-30 Chris Toshok
* e-image-chooser.c (e_image_chooser_init): add an alignment
around the image. This might not be enough. hrm.
(set_image_from_data): handle the case where there's no image
(image_height == image_width == 0).
(e_image_chooser_get_image_data): new function.
(e_image_chooser_set_image_data): new function.
* e-image-chooser.h: add prototypes for set/get_image_data.
2004-01-30 Chris Toshok
* e-image-chooser.[ch]: abstract out the drag and droppable image
widget from the contact list editor and stick it here. There's
some code for a "Browse..." button here but it's not enabled.
* Makefile.am (widgetsinclude_HEADERS): add e-image-chooser.h.
(libemiscwidgets_la_SOURCES): add e-image-chooser.c
2004-01-30 Jeffrey Stedfast
* e-filter-bar.c (get_property): Only save the search-bar state OR
the filter-bar state - decided based on what the search is. If the
search is an advanced search, then save the filter-bar state,
otherwise save the search-bar state.
(set_property): Only need to restore the first state we find
(filter-bar vs search-bar). If we are restoring filter-bar state,
set efb->setquery to TRUE and then set the item_id to
E_FILTERBAR_ADVANCED_ID.
2004-01-29 Jeffrey Stedfast
* e-filter-bar.c (option_changed): Don't call efb->config() if the
current_query is NULL.
2004-01-28 Jeffrey Stedfast
* e-search-bar.c (impl_get_property): Same.
* e-filter-bar.c (get_property): Use
g_value_set_string_take_ownership() instead of
g_value_take_string() since we need snaps to work with glib-2.0
earlier than 2.3.x.
2004-01-28 Jeffrey Stedfast
* e-filter-bar.c: Added a new property "state" which is READ-WRITE
so that we can save/restore state in the mailer code if we want
to. Sort of a work-in-progress toward fixing bug #53195.
(class_init): Ported to use the GObject property stuff instead of
the deprecated GtkArg stuff.
(get_property): Ported from impl_get_arg().
(set_property): New object::set_property implementation to set the
query state.
2004-01-24 JP Rosevear
* e-source-selector.c (cell_toggled_callback): if the source is
primary, don't allow it to be un-selected
2004-01-20 Rodney Dawes
* e-combo-button.c (paint): Be even more exactly like the GtkButton
painting stuff
Fixes #52988
2004-01-20 JP Rosevear
* e-source-selector.c (rebuild_model): set a primary selection if
there is one before the rebuild
(e_source_selector_set_primary_selection): block the signals when
clearing the tree selection to make the op atomic; emit the
selection_changed signal if a hidden selection is not currently
selectecd
2004-01-20 JP Rosevear
* e-source-selector.c (find_source_iter): provide parent iter
in/out arg
(test_collapse_row_callback): use priv shortcut
(e_source_selector_select_source): pass parent iter
(e_source_selector_unselect_source): ditto
(e_source_selector_peek_primary_selection): return the right thing
if the primary selection is currently hidden
(e_source_selector_set_primary_selection): set the primary
selection properly if the source node is currently hidden
2004-01-20 JP Rosevear
* e-source-selector.c (clear_saved_primary_selection): util
routine to clear the row reference to the saved primary selection
(find_source_iter): unref the model data retrieved
(rebuild_existing_cb): ditto
(toggle_cell_data_func): ditto
(text_cell_data_func): ditto
(selection_func): ditto; clear the saved primary selection if
something else is selected
(cell_toggled_callback): ditto
(test_collapse_row_callback): clear the toggled_last flag
(row_expanded_callback): once we've restored the saved primary
selection, clear it
(selector_button_press_event): unref the model data
(impl_dispose): use clear_saved_primary_selection
(init): the store column holds object not pointer type
(e_source_selector_peek_primary_selection): unref the model data
2004-01-20 JP Rosevear
* e-source-selector.c (test_collapse_row_callback): check if the
collapsing node has its child selected, if so take a row reference
to remember the selection
(row_expanded_callback): check if the expanding node has the saved
primary selection under it and re-select if so
(init): listen for signals
(impl_dispose): free the primary selection
2004-01-19 JP Rosevear
* e-source-selector.c (create_rebuild_data): create the data
structure for rebuilding the model
(free_rebuild_data): free it
(rebuild_existing_cb): check for the sources that are still
existing or deleted
(rebuild_model): do incremental updates
(selection_func): if the last thing we did was toggle, we don't
actually want to highlight and if the source is not checked, check
it
(cell_toggled_callback): indicate that a toggle just occurred
(init): initial toggled last to false
(e_source_selector_set_primary_selection): set some preconditions
Fixes #51787
2004-01-19 JP Rosevear
* e-source-selector.c (cell_toggled_callback): indicate that a toggle just occurred
2004-01-19 JP Rosevear
* e-source-selector.c
(selector_button_press_event): when right clicking, make sure the
calendar is highlighted and that groups can't be right clicked on
2004-01-14 Rodney Dawes
* e-expander.[ch]: Fix remaining usages of GTK_*EXPANDER* defines
2003-12-22 Rodney Dawes
Fix for bug #46349
* e-combo-button.c: Use the appropriate style painting for a
button widget, since we are a button
2003-12-18 Harry Lu
* e-cell-date-edit.c: (e_cell_date_edit_do_popup): call
gdk_window_focus() so that keyboard works correctly.
2003-12-16 Hans Petter Jansson
* e-source-option-menu.c (select_source_foreach_menu_item): Use
e_source_equal() instead of comparing pointers. This allows user
to pass in a source that was obtained from somewhere else. Set the
matching internal source as "selected" instead of the one passed
in.
(select_source): Emit signal only if we found a match. Don't
ref/unref anything, since the selected source will always be from
our internal list.
2003-12-04 Harry Lu
Fix for bugzilla bug #51624 and #51627.
* e-calendar-item.c: (e_calendar_item_selection_add_days):
set the date to the first day of the month so that user can use
keyboard's arrow key to select a date.
(e_calendar_item_set_selection_if_emission): only set selection_changed
if emission is TRUE.
* e-calendar.c: (e_calendar_init): add back the "clicked" handler so
that user can use keyboard to click the button.
(e_calendar_start_auto_move): no need to move since it is already
handled by the clicked handler
(e_calendar_on_prev_clicked), (e_calendar_on_next_clicked): move the
month here.
* e-dateedit.c: (e_date_edit_show_date_popup): use gdk_window_focus
instead of gdk_keyboard_grab so that the focus won't lost if user click
the button with keyboard.
(hide_date_popup): no need to call gdk_keyboard_ungrab.
2003-12-02 Ettore Perazzoli
* e-source-selector.c (init): Set the mode on the text cell
renderer to GTK_CELL_RENDERER_MODE_ACTIVATABLE so clicking on the
text doesn't change the status of the checkbox. [Many thanks to
Jonathan Blandford for telling me how to do this!]
2003-12-01 JP Rosevear
* e-source-selector.c (class_init): list the signal args properly
2003-11-30 ERDI Gergo
* e-calendar.c: canned the _clicked handlers as those make it
impossible to move just one month at a time
2003-11-30 Ettore Perazzoli
* e-util-marshal.list: Add NONE:POINTER.
* test-source-option-menu.c (source_selected_callback): New
callback to test the "source_selected" signal.
(on_idle_create_widget): Connect.
* e-source-option-menu.c: Add "source_selected" signal.
(select_source): Assume source != NULL and emit "source_selected".
2003-11-30 Ettore Perazzoli
* test-source-option-menu.c: New test.
* e-source-option-menu.h: New.
* e-source-option-menu.c: New.
2003-11-23 ERDI Gergo
* e-expander.c: Added the late eggexpander
* e-expander.c (e_expander_button_release): Emit 'activate' signal when
appropriate
2003-11-17 Charles Zhang
* e-search-bar.c(add_button): allow new lable with mnemonic
(e_search_bar_construct): alter lable name. [50810]
2003-11-16 JP Rosevear
* e-source-selector.c (e_source_selector_set_primary_selection):
use find_source_iter and get the selection from the right spot
(find_source_iter): util function to find the iter given the
source
(e_source_selector_select_source): signal that the model changed
(e_source_selector_unselect_source): ditto
2003-11-14 JP Rosevear
* e-source-selector.h: include e-source stuff from e-d-s
* Makefile.am: use new cflags/libs to build
2003-11-13 Bolian Yin
* e-calendar-item.c: remove a declaration of a deleted func.
2003-11-12 JP Rosevear
* e-calendar-item.c (e_calendar_item_class_init): a canvas item
does not inherit from gtkwidget
2003-11-11 Bolian Yin
Fixes #50538
* e-calendar-item: make e_calendar_item_normalize_date public func.
add "selection_preview_changed" signal.
move some definition of constants to .h
2003-11-10 Ettore Perazzoli
* e-source-selector.c (e_source_selector_new): Expand all the
nodes.
2003-11-07 JP Rosevear
* Makefile.am: make sure the marshal stuff is in the sources and
remove the built files when disting
2003-10-28 Rodrigo Moya
* e-source-selector.c (class_init): fill_popup_menu signal has
2 arguments.
2003-10-28 Rodrigo Moya
* e-source-selector.[ch]: added "fill_popup_menu" signal, to
allow the addition of new items to the popup menu.
(class_init): create new signal.
(init): connect to "button_press_event" for the tree view.
(selector_button_press_event): callback for "button_press_event".
(e_source_selector_selection_shown): use g_return_val_if_fail.
2003-10-22 Dan Winship
* e-bonobo-widget.[ch]: Remove these (unused since 1.2)
2003-09-30 Mike Kestner
* e-cell-renderer-combo.* : new, treeview renderer for combo cells
* e-combo-cell-editable.* : new, GtkCellEditable for combo cells
* Makefile.am : build the new files
2003-09-19 Bolian Yin
Fixes #1245. ECalendar should be usable with the keyboard
* e-calendar-item.c (e_calendar_item_focus): new func, focus
handler.
(e_calendar_item_key_press_event): new func, key press event
handler
(e_calendar_item_selection_add_days,
e_calendar_item_stop_selecting): helpers.
(e_calendar_item_ensure_days_visible,
e_calendar_item_set_selection_if_emission): add the flag to
control if we should emit e-calendar signals.
(e_calendar_item_class_init): register focus handler.
(e_calendar_item_event): add code for GDK_FOCUS_CHANGE and
GDK_KEY_PRESS.
* e-calendar.c (e_calendar_focus): new func, focus handler
(e_calendar_button_has_focus): new func, if prev/next button has
focus.
(e_calendar_on_next_clicked, e_calendar_on_prev_clicked): click
signal handler for prev/next buttons.
(e_calendar_set_focusable): set if the e-calendar is focusable
* e-dateedit.c (e_date_edit_show_date_popup, hide_date_popup):
grab/ungrab gdk keyboard.
2003-08-27 Hans Petter Jansson
Fixes #15638.
* e-dateedit.c (rebuild_time_popup): Make 12-hour time format not
be zero-padded. Right-align time labels so digits line up.
2003-08-27 Bolian Yin
* Makefile.am: add dependency on a11y/widgets.
* e-calendar-item.c (e_calendar_item_class_init): a11y init.
(e_calendar_item_bounds): new func, impl the bounds virtual
func.
2003-08-18 Ettore Perazzoli
* e-source-selector.c (e_source_selector_selection_shown)
(e_source_selector_show_selection): Add precondition.
2003-08-18 Ettore Perazzoli
* test-source-selector.c (on_idle_create_widget): Add a
checkbutton to the test window for toggling the checkboxes on and
off. Also, put the list in a scrolled window and set a default
size for the main window.
(check_toggled_callback): Callback for the checkbutton.
* e-source-selector.c: New member checkboxes_shown in struct
ESourceSelectorPrivate.
(init): Set to TRUE.
(e_source_selector_show_selection): New.
(e_source_selector_selection_shown): New.
(toggle_cell_data_func): Don't show the toggle if checkboxes_shown
is FALSE.
2003-08-17 Ettore Perazzoli
* e-source-selector.c: New signal "primary_selection_changed",
removed members list_changed_callback_id and
selection_changed_callback_id in ESourceSelectorPrivate.
(rebuild_model): If the new set of selected sources is smaller
than the old one, emit "selection_changed".
(e_source_selector_peek_primary_selection): New.
(e_source_selector_set_primary_selection): New.
(selection_changed_callback): New callback for the "changed"
signal on our associated GtkTreeSelection.
(init): Connect.
(impl_dispose): Disconnect.
(setup_model): Use signal_connect_object() instead of saving the
ID.
2003-08-15 Ettore Perazzoli
* e-source-selector.c (cell_toggled_callback): Call
gtk_tree_model_row_changed() to let the model know that we changed
the data.
2003-08-15 Ettore Perazzoli
* test-source-selector.c: New test program.
* e-source-selector.c: New file.
* e-source-selector.h: New file.
2003-07-23 Dan Winship
* Makefile.am: use EVO_MARSHAL_RULE
* e-combo-button.c (create_empty_pixmap_widget): Create the pixbuf
from empty.xpm rather than just calling gdk_pixbuf_new(), which
doesn't actually initialize the pixel data.
* e-messagebox.c: Remove this, since it claims to be deprecated,
and nothing is actually using it any more.
* Makefile.am: Remove e-messagebox.[ch]
2003-07-11 Federico Mena Quintero
* e-dateedit.c (e_date_edit_mnemonic_activate): Added a handler
for GtkWidget::mnemonic_activate().
* e-url-entry.c (mnemonic_activate): Likewise.
2003-07-09 Federico Mena Quintero
* e-url-entry.c (destroy): Chain to the parent handler. Fixes #45236.
2003-06-23 Ettore Perazzoli
* e-search-bar.c (set_menu): Translate the text. [#45112]
2003-06-18 Suresh Chandrasekharan
* e-charset-picker.c: Fix for #45082: GB18030 BIG5HKSCS and EUC-TW
charsets not supported in evolution mail
2003-06-17 Jeffrey Stedfast
* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Don't
use the charset class in the menu label if it is 'Unknown'.
(e_charset_picker_bonobo_ui_populate): For user-defined charsets,
just use the name of the charset rather than "Unknown".
(add_charset): Don't escape _'s anymore, this seems to not be
needed int gtk2.
(add_other_charset): g_strdup() the charset name. Fixes bug
#43917.
2003-06-11 Larry Ewing
* e-search-bar.c (impl_get_property): take ownership of the duped
string.