Commit Graph

2020 Commits

Author SHA1 Message Date
2f7ee7ef2e Added code to support global options. Filled the finalize and dispose
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>

	* 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.

svn path=/trunk/; revision=28315
2005-01-10 12:55:16 +00:00
2c781417e6 dist the glade file
2005-01-06  JP Rosevear  <jpr@novell.com>

        * Makefile.am: dist the glade file

svn path=/trunk/; revision=28255
2005-01-06 15:28:21 +00:00
19eea87a0b Commiting the files mentioned below again to HEAD since it was not added
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>

	Commiting the files mentioned below again to HEAD since it
	was not added in head.

svn path=/trunk/; revision=28250
2005-01-06 06:40:30 +00:00
b350575229 merging send options
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>

	merging send options
	* Makefile.am:
	* e-send-options.[ch]: Widgets for the send options dialog
	* e-send-options.glade:	Contains interface for the dialog

svn path=/trunk/; revision=28249
2005-01-05 19:36:44 +00:00
c42dbb42c7 Modify the changelog's entry date to corret year.
svn path=/trunk/; revision=28229
2005-01-04 07:41:35 +00:00
929792231a new internal function to popup the menu. (impl_button_press_event): call
2004-01-04  Harry Lu  <harry.lu@sun.com>

        * 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.

svn path=/trunk/; revision=28227
2005-01-04 07:39:56 +00:00
6fec7fed87 translate strings based on translation-domain, if supplied.
2004-12-17  Not Zed  <NotZed@Ximian.com>

        * e-error.c (ee_load, e_error_newv): translate strings based on
        translation-domain, if supplied.

svn path=/trunk/; revision=28179
2004-12-22 07:37:51 +00:00
9aaf62bf4b Fixes #29309
2004-12-21  JP Rosevear  <jpr@novell.com>

	Fixes #29309

	* e-table-header-item.h: add field chooser dialog data member

	* e-table-header-item.c: remove weak pointer ref
	(ethi_popup_field_chooser): if we already have a dialog, just
	present it, otherwise create a new one and listen for its
	destruction

svn path=/trunk/; revision=28169
2004-12-21 20:47:40 +00:00
fcd505e7d6 Use gtk_paint_foo instead of the deprecated gtk_draw_foo functions
2004-12-14  Rodney Dawes  <dobey@novell.com>

	* 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

svn path=/trunk/; revision=28126
2004-12-14 23:14:29 +00:00
ba0bc7dff0 test prog
2004-11-26  JP Rosevear  <jpr@novell.com>

	* 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

svn path=/trunk/; revision=27999
2004-11-26 15:15:36 +00:00
ca14465d46 check whether header_canvas and table_canvas is NULL.
2004-11-24  Li Yuan  <li.yuan@sun.com>

        * e-table.c: (e_table_get_cell_geometry):
        check whether header_canvas and table_canvas is NULL.

svn path=/trunk/; revision=27980
2004-11-24 10:34:55 +00:00
79d6c1ff2a Convert to G_DEFINE_TYPE
2004-11-12  JP Rosevear  <jpr@novell.com>

	* menus/gal-view-menus.c: Convert to G_DEFINE_TYPE

svn path=/trunk/; revision=27904
2004-11-12 13:52:17 +00:00
bfa3a0f723 convert to G_DEFINE_TYPE
2004-11-12  JP Rosevear  <jpr@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c: convert to G_DEFINE_TYPE

svn path=/trunk/; revision=27903
2004-11-12 13:49:07 +00:00
236a904db3 if canvas has a focused item but the etable does not have a cursor row,
2004-11-04  Li Yuan  <li.yuan@sun.com>

        * gal/e-table/e-table.c: (table_canvas_focus_event_cb):
        if canvas has a focused item but the etable does not have a cursor row,
        just focus the first item.

svn path=/trunk/; revision=27828
2004-11-04 02:10:17 +00:00
7da50b2580 Fix up changelogs to have the correct info.
svn path=/trunk/; revision=27778
2004-11-01 16:18:21 +00:00
cb9c99c5f4 Add a name for timezone combox. Make accessibility name and description
2004-10-28  Li Yuan  <li.yuan@sun.com>

        * e-timezone-dialog/e-timezone-dialog.glade:
        Add a name for timezone combox.
        * misc/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.
        * misc/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.
        * misc/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.
        * misc/e-multi-config-dialog.c: (e_multi_config_dialog_add_page):
        Add an atk name for the page.

svn path=/trunk/; revision=27776
2004-11-01 05:04:37 +00:00
81956660de use E_WIDGET instead of GNOME_FULL
2004-10-27  JP Rosevear  <jpr@novell.com>

	* Makefile.am: use E_WIDGET instead of GNOME_FULL

svn path=/trunk/; revision=27745
2004-10-27 20:50:58 +00:00
da657db101 return FALSE so we don't kill the focus event chain
2004-10-19  JP Rosevear  <jpr@novell.com>

	* e-table.c (table_canvas_focus_event_cb): return FALSE so we
	don't kill the focus event chain

svn path=/trunk/; revision=27625
2004-10-19 16:12:32 +00:00
4a22ef96df fix e-source-option-menu include
2004-10-14  JP Rosevear  <jpr@novell.com>

	* e-pilot-settings.c: fix e-source-option-menu include

svn path=/trunk/; revision=27585
2004-10-14 16:47:02 +00:00
597b1d90fb don't build source selector or source option menu or test programs any
2004-10-13  JP Rosevear  <jpr@novell.com>

	* Makefile.am: don't build source selector or source option menu
	or test programs any more

svn path=/trunk/; revision=27570
2004-10-13 18:37:28 +00:00
35ddf24553 implement popup_menu so that popup menu can be shown with Shift+F10.
2004-10-08  Harry Lu  <harry.lu@sun.com>

        * e-source-selector.c: (e_source_selector_popup_menu),
        (class_init): implement popup_menu so that popup menu can
        be shown with Shift+F10.

svn path=/trunk/; revision=27506
2004-10-08 08:36:17 +00:00
76f5789575 Fixes #66164
2004-10-06  JP Rosevear  <jpr@novell.com>

 	Fixes #66164

 	* e-cell-date-edit.c (e_cell_date_edit_get_popup_pos): replicate
 	fix to e-cell-combo.c by NotZed

svn path=/trunk/; revision=27475
2004-10-06 14:12:53 +00:00
d80f89af75 added boolean object boxed.
2004-10-01  Not Zed  <NotZed@Ximian.com>

        * 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.

svn path=/trunk/; revision=27465
2004-10-06 03:22:01 +00:00
8c8b6c748e Add the label back for previewing the timezone name, and set the label
2004-09-13  Rodney Dawes  <dobey@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c (get_widgets):
	(on_map_motion, on_map_leave, e_timezone_dialog_set_timezone):
	* e-timezone-dialog/e-timezone-dialog.glade:
	Add the label back for previewing the timezone name, and set the
	label appropriately

	Fixes #64800

svn path=/trunk/; revision=27258
2004-09-13 20:52:19 +00:00
cd95c3bf04 Point at "config-prefs" instead of "config" for the help section
2004-09-13  Rodney Dawes  <dobey@novell.com>

	* e-multi-config-dialog.c (impl_response):
	Point at "config-prefs" instead of "config" for the help section

svn path=/trunk/; revision=27254
2004-09-13 16:24:32 +00:00
e29711084f Bugzilla #63731
2004-08-29  Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

        Bugzilla #63731

        * gal/e-text/e-text.c (insert_preedit_text): For multilple ETexts
        sharing the same GnomeCanvas im_context, prevent updating all childern
        in case preedit for one changed.

        (e_text_event): Don't disconnect the signal to a EText if it is
        out of focus and still having preedit. Save it and disconnect it when
        another EText comes into focus.

svn path=/trunk/; revision=27085
2004-08-30 17:58:34 +00:00
033bc219ff Rollback for fix #63731
2004-08-25 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
Rollback for fix #63731

svn path=/trunk/; revision=27028
2004-08-26 04:52:17 +00:00
38b06852ab Bugzilla #63731
2004-08-25  Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

        Bugzilla #63731

        * gal/e-text/e-text.h: Remove unneeded
        text->im_context_signals_registered.

        * gal/e-text/e-text.c (e_text_init): Removed
        text->im_context_signals_registered

        (e_text_event): Remove text->im_context
        signals handler connect/disconnect from here.

        (e_text_set_property): Added them here, now they will be invoked
        only @ text->im_context creation time, or re-set or at e_text_dispose.
        Also focus_out events does not affect the signals as they used to.

svn path=/trunk/; revision=27024
2004-08-25 17:32:23 +00:00
d17f89b2cd [ probable fix for the remaining portion of #45931 ]
2004-08-23  Chris Toshok  <toshok@ximian.com>

	[ probable fix for the remaining portion of #45931 ]

	* gal/e-text/e-entry.c (e_entry_show_popup): only return early if
	we're trying to pop up the view while the entry is unfocused.  if
	we're trying to pop it down, carry on as normal.

svn path=/trunk/; revision=27009
2004-08-24 22:22:19 +00:00
bba453c8f6 Connect to the "changed" signal instead of "activate"
2004-08-17  Rodney Dawes  <dobey@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
	Connect to the "changed" signal instead of "activate"

	Fixes #62970

svn path=/trunk/; revision=26956
2004-08-17 14:15:21 +00:00
488d80e2ce Really dist the pilot sources this time
2004-08-03  JP Rosevear  <jpr@novell.com>

	* Makefile.am: Really dist the pilot sources this time

svn path=/trunk/; revision=26902
2004-08-13 02:40:48 +00:00
89203ea5f6 include scrollbar offset in vertical calculation. don't ask me i just work
2004-08-09  Not Zed  <NotZed@Ximian.com>

        * e-cell-combo.c (e_cell_combo_get_popup_pos): include scrollbar
        offset in vertical calculation.  don't ask me i just work here.
        see #61932.

svn path=/trunk/; revision=26873
2004-08-12 05:10:42 +00:00
04de004511 nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE.
2004-08-04  Chris Toshok  <toshok@ximian.com>

        * gal/e-text/e-entry.c (e_entry_refresh_popup): nuke, unnecessary.
        (e_entry_start_completion): set item_chosen to FALSE.
        (added_cb): nuke, unnecessary.
        (full_cb): only show the popup if the user hasn't chosen an entry.
        (activate_cb): set item_chosen to TRUE.

svn path=/trunk/; revision=26832
2004-08-05 18:26:55 +00:00
0b342f2c84 do not set position, it's already done in .glade, call set_transient_for
2004-08-02  Radek Doulik  <rodo@ximian.com>

	* e-table-config.c (e_table_config_construct): do not set
	position, it's already done in .glade, call set_transient_for
	always (passing NULL is valid as well)

	* e-table-config.glade: * e-table-config-no-group.glade: center
	window on parent, don't let it resize and most importan make it
	dialog window so that set_transient_for works against define views
	dialog

	Fixes #61936

2004-08-02  Radek Doulik  <rodo@ximian.com>

	* gal-define-views-dialog.c: save collection on exit

	Fixes #61936

svn path=/trunk/; revision=26819
2004-08-04 09:16:19 +00:00
3014d0ac20 accessor (e_pilot_settings_set_source): ditto (build_ui): show the source
2004-08-01  JP Rosevear  <jpr@novell.com>

	* 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

svn path=/trunk/; revision=26797
2004-08-02 18:32:14 +00:00
ef076f8049 use ctrl-shift-q to clear search bar
2004-07-26  JP Rosevear  <jpr@novell.com>

 	* e-search-bar.c (setup_bonobo_menus): use ctrl-shift-q to clear
 	search bar

svn path=/trunk/; revision=26734
2004-07-26 15:30:14 +00:00
1b01e8ccc0 watch for selection changes and set Delete button sensitivity according to
2004-07-23  Radek Doulik  <rodo@ximian.com>

	* gal-define-views-dialog.c: watch for selection changes and set
	Delete button sensitivity according to view collection item
	built-in flag

	Fixes #57914

svn path=/trunk/; revision=26717
2004-07-23 16:58:02 +00:00
905f20b895 include config.h. See #61395.
2004-07-20  Not Zed  <NotZed@Ximian.com>

        * e-error.c: include config.h.  See #61395.

svn path=/trunk/; revision=26696
2004-07-22 03:34:47 +00:00
19e6ef7b32 remove proto
2004-07-20  JP Rosevear  <jpr@novell.com>

	* 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

svn path=/trunk/; revision=26682
2004-07-20 16:36:43 +00:00
6b532af3e9 remove debug spew and fix the display when pango_layout_line_x_to_index
2004-07-16  Chris Toshok  <toshok@ximian.com>

	* 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).

svn path=/trunk/; revision=26660
2004-07-16 08:11:59 +00:00
a04942f15a s/GB-2312/GB2312/ - fixes bug #61385.
2004-07-12  Jeffrey Stedfast  <fejj@novell.com>

	* e-charset-picker.c: s/GB-2312/GB2312/ - fixes bug #61385.

svn path=/trunk/; revision=26641
2004-07-13 15:59:33 +00:00
201b027d54 added e_table_model_pre_change because we call e_table_model_row_inserted
2004-07-07  Radek Doulik  <rodo@ximian.com>

	* e-table-sorted-variable.c (etsv_add): added
	e_table_model_pre_change because we call
	e_table_model_row_inserted later. It fixes freeze/unfreeze for
	ETableItem assert warning which I run into when fixing #56271

svn path=/trunk/; revision=26632
2004-07-13 10:31:22 +00:00
f5e31a648e fixed the ChangeLog
svn path=/trunk/; revision=26556
2004-07-01 14:51:57 +00:00
4110b183b7 Fix alignment of the icon to be 0x0
2004-06-24  Rodney Dawes  <dobey@novell.com>

	* e-error.c (e_error_newv): Fix alignment of the icon to be 0x0

	Fixes #60493

svn path=/trunk/; revision=26503
2004-06-24 21:40:58 +00:00
38f4f2cd20 Add a call to e_source_selector_set_select_new here so that we can select
2004-06-24  Rodney Dawes  <dobey@novell.com>

	* gui/calendar-component.c (create_component_view):
	* gui/tasks-component.c (create_component_view):
	Add a call to e_source_selector_set_select_new here so that we can
	select new sources when we create them

2004-06-24  Rodney Dawes  <dobey@novell.com>

	* 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

svn path=/trunk/; revision=26498
2004-06-24 17:22:40 +00:00
cc7c47284a Fix some spacing and border width properties on the dialog's widgets to
2004-06-22  Rodney Dawes  <dobey@novell.com>

	* e-table-config.c (do_fields_config_dialog, e_table_config_new):
	Fix some spacing and border width properties on the dialog's widgets
	to make the dialog compliant with the HIG

2004-06-22  Christopher James Lahey  <clahey@ximian.com>

	* e-table-model.[ch]: Added e_table_model_freeze and e_table_model_thaw

	* e-table-config.c (setup_fields): Use e_table_model_freeze and
	e_table_model_thaw

	Fixes #54785

svn path=/trunk/; revision=26460
2004-06-22 21:25:59 +00:00
aee2630d06 Add preconditions. Make sure garbage or NULL data doesn't get used.
2004-06-22  Hans Petter Jansson  <hpj@ximian.com>

	* misc/e-source-selector.c (e_source_selector_peek_primary_selection):
	Add preconditions. Make sure garbage or NULL data doesn't get used.

svn path=/trunk/; revision=26454
2004-06-22 19:12:13 +00:00
cf6965aac2 clone view before saving it to avoid problems with setting current_view_id
2004-06-21  Radek Doulik  <rodo@ximian.com>

	* gal-view-instance-save-as-dialog.c
	(gal_view_instance_save_as_dialog_save): clone view before saving
	it to avoid problems with setting current_view_id

	Fixes #57354

svn path=/trunk/; revision=26437
2004-06-21 13:55:38 +00:00
8bf6b27754 fix a path leak and maek the code more structured.
2004-06-16  Not Zed  <NotZed@Ximian.com>

        * 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.

svn path=/trunk/; revision=26361
2004-06-16 06:58:21 +00:00
617cf62b8b prepend label " " before the ETable
2004-06-14  Radek Doulik  <rodo@ximian.com>

	* gal-view-instance-save-as-dialog.glade: prepend label " " before
	the ETable

	* gal-view-instance-save-as-dialog.c
	(gal_view_instance_save_as_dialog_set_instance): select first row
	(gal_view_instance_save_as_dialog_init): show the etable

svn path=/trunk/; revision=26338
2004-06-14 17:43:12 +00:00