Commit Graph

361 Commits

Author SHA1 Message Date
6454ebb3b7 Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>

	* configure.in: Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS.
	* Added e-attachment-bar.[ch] e-attachment.[ch] e-attachment.glade to
	directory structure and the Makefile.am

svn path=/trunk/; revision=29708
2005-07-11 08:44:02 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
2fbe8dce2d add relation to date_button.
2005-05-31  Li Yuan  <li.yuan@sun.com>

	* e-dateedit.c:(e_date_edit_update_date_entry):
	add relation to date_button.

	Fixes #302267

svn path=/trunk/; revision=29429
2005-05-31 10:10:45 +00:00
5e58353ddd move e-error.[ch] and e-system-errors.xml to e-util/. remove test-error.
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: move e-error.[ch] and e-system-errors.xml to
        e-util/. remove test-error.

svn path=/trunk/; revision=29359
2005-05-16 06:09:50 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
29bb024c1a ChangeLog
2005-05-12  Shreyas Srinivasan	<sshreyas@novell.com>

	* ChangeLog

svn path=/trunk/; revision=29341
2005-05-12 12:59:43 +00:00
835ba64d0c Fixed a typo. #273095
2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

        * e-send-options.glade : Fixed a typo. #273095

svn path=/trunk/; revision=29294
2005-05-06 06:28:27 +00:00
b4a2742ea9 Fix for 273097
svn path=/trunk/; revision=29286
2005-05-06 05:14:48 +00:00
01babc63d8 Fixes 273096
svn path=/trunk/; revision=29283
2005-05-06 05:10:09 +00:00
5509f7fda7 Make the entry widget grab focus. Fixes bug #60551.
2005-03-01  Jeffrey Stedfast  <fejj@novell.com>

	* e-search-bar.c (subitem_activated_cb): Make the entry widget
	grab focus. Fixes bug #60551.

svn path=/trunk/; revision=28940
2005-03-02 18:21:20 +00:00
beb84cf995 Fix the calculation of which shadow type to use to be more appropriate for
2005-02-21  Rodney Dawes  <dobey@novell.com>

	* 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

svn path=/trunk/; revision=28836
2005-02-21 17:59:40 +00:00
45a8f1e53f add a11y name to url link button.
2005-02-02  Li Yuan  <li.yuan@sun.com>

	* e-url-entry.c: (init):
	add a11y name to url link button.

svn path=/trunk/; revision=28688
2005-02-03 13:52:06 +00:00
698e7f69f5 Fix up spacing to be HIG compliant for the borders around the dialogs
2005-01-26  Rodney Dawes  <dobey@novell.com>

	* e-error.c (e_error_newv): Fix up spacing to be HIG compliant for
	the borders around the dialogs

svn path=/trunk/; revision=28566
2005-01-26 20:34:20 +00:00
7857bee857 turn off debug output, people think its a significant error.
2005-01-25  Not Zed  <NotZed@Ximian.com>

        * e-error.c: turn off debug output, people think its a significant
        error.

svn path=/trunk/; revision=28539
2005-01-25 02:09:29 +00:00
222fa49b19 add a11y name for the option menu.
2005-01-24  Mengjie Yu  <meng-jie.yu@sun.com>

	* e-search-bar.c: (set_option):
	add a11y name for the option menu.

svn path=/trunk/; revision=28523
2005-01-24 10:13:48 +00:00
970299b13e ** See bug #64964.
2005-01-20  Not Zed  <NotZed@Ximian.com>

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

svn path=/trunk/; revision=28460
2005-01-20 07:30:01 +00:00
81bdfc74e8 add a translater note.
2005-01-20  Harry Lu  <harry.lu@sun.com>

        * e-search-bar.c: (activate_by_subitems): add a translater note.

svn path=/trunk/; revision=28457
2005-01-20 06:08:53 +00:00
03834b2580 Fix for 46359, enable "Alt+Down Arrow" to show the popup for
2005-01-19  Harry Lu  <harry.lu@sun.com>

        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.

svn path=/trunk/; revision=28446
2005-01-19 09:06:52 +00:00
f143158ccc Fix for 62831.
2005-01-17  Harry Lu  <harry.lu@sun.com>

        Fix for 62831.

        * e-search-bar.c: (activate_by_subitems): add an a11y name for
        the search entry.

svn path=/trunk/; revision=28416
2005-01-17 08:56:49 +00:00
4619dea1c7 Get the value for the autodelete toggle button (page_changed_cb): Do not
2005-01-12 Chenthill Palanisamy <pchenthill@novell.com>

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

svn path=/trunk/; revision=28379
2005-01-12 14:03:41 +00:00
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
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
7da50b2580 Fix up changelogs to have the correct info.
svn path=/trunk/; revision=27778
2004-11-01 16:18:21 +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
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
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
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
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
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
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
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
a791a98b05 Add HIG border width for dialog window.
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
2004-06-04 02:10:24 +00:00
df3e72dce3 Link test-error against libeutil.
2004-06-01  Christian Neumair  <chris@gnome-de.org>

	* Makefile.am (test_error_LDADD): Link test-error against libeutil.

svn path=/trunk/; revision=26147
2004-06-01 17:14:48 +00:00