Commit Graph

683 Commits

Author SHA1 Message Date
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
6262536b11 Fixed #272005
2005-05-12  Shreyas Srinivasan	<sshreyas@novell.com>

	* e-send-options.c : Fixed #272005

svn path=/trunk/; revision=29340
2005-05-12 12:59:06 +00:00
0120f7fffd Fix the bug 303856. Enables OK button when arrow key used to change the
2005-05-12  Srinivasa Ragavan <sragavan@novell.com>
	* misc/e-dateedit.c: (on_time_entry_key_release),
	(create_children): Fix the bug 303856. Enables OK button
	when arrow key used to change the time in a appointment.

svn path=/trunk/; revision=29329
2005-05-12 05:42:18 +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
21a815d86f Solaris gettext crashes on NULL input string. Fixes #260312. Patch
2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

        * misc/e-search-bar.c: (set_menu) Solaris gettext crashes on NULL
        input string. Fixes #260312. Patch submitted by
        Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

svn path=/trunk/; revision=29282
2005-05-06 04:47:19 +00:00
2decafb544 Port to Windows, initial commit:
2005-04-29  Tor Lillqvist  <tml@novell.com>

	Port to Windows, initial commit:

	* configure.in: Check for Win32, define Automake conditional
	OS_WIN32. Check for regexec() perhaps in separate -lregex, define
	REGEX_LIBS if so. Require glib-2.0 >= 2.6 (and thus also gtk+-2.0
	>= 2.6) so that we can use the gstdio wrappers for full support of
	non-ASCII filenames on Win32. Don't use -D_REENTRANT on Win32, has
	ne special meaning.

	* gal.pc.in: Require gtk+-2.0 >= 2.6 also here for consistency.

	* gal-zip.in: New file, used to build zipfile format distribution
	of gal for Win32.

	* configure.in
	* Makefile.am: Add gal-zip(.in).

	* */Makefile.am
	* */*.c: Harmonize -I and #include conventions. (Of course, this
	hasn't anything to do with Windows porting as such, I just got
	carried away...) Use only -I$(top_srcdir). Use paths to gal
	headers staring with "gal", except for headers from the same
	directory as the .c file, which are included as such. Include all
	gal headers using doublequotes. Sort #includes and remove
	duplicates and obvious redundancies. Include config.h first
	without any HAVE_CONFIG_H, then system headers, then other GNOME
	lib headers, than gal's own headers. Just include gtk.h instead of
	separate gtk*.h headers. Don't include gi18n.h, include e-i18n.h
	to use e_gettext() consistently.

	* gal/Makefile.am: Use -no-undefined on Win32 so that libtool
	agrees to build a shared library. Because of the bidirectional
	dependency between libgal and libgal-a11y we can build libgal-a11y
	sanely as a shared library on Win32, so we don't install any
	separate libgal-a11y at all. So, on Win32, link the stuff that
	goes into libgal-a11y also into libgal. Link with REGEX_LIBS.

	* gal/a11y/Makefile.am: See above. Just build a dummy static
	libgal-a11y on Win32 (can't convince Automake not to build the
	library at all on one platform using Automake ifdef,
	apparently). Then (this is a gross hack) explicitly remove the
	library after installation in the install-data-local rule.

	* gal/e-table/Makefile.am
	* gal/e-table/e-table-config.c: Rename ETABLE_GLADEDIR to
	GAL_GLADEDIR for consistency.

	* gal/e-table/e-cell-date.c: No localtime_r() in Microsoft's C
	library, but its localtime() *is* thread-safe.

	* gal/e-table/e-cell-text.c
	* gal/e-table/e-cell-tree.c
	* gal/e-table/e-cell-vbox.c
	* gal/e-text/e-text.c
	* gal/widgets/e-unicode.c: Remove unnecessary inclusion of gdkx.h.

	* gal/e-table/e-cell-tree.c (ect_realize): Instead of the Xlib
	macro None (whose value is zero), use the corresponding
	zero-valued enums from the appropriate GDK type.

	* gal/e-table/e-table-config.c
	* gal/e-table/e-table-field-chooser.c
	* gal/menus/gal-define-views-dialog.c
	* gal/menus/gal-view-instance-save-as-dialog.c
	* gal/menus/gal-view-new-dialog.c
	* gal/widgets/e-categories-master-list-array.c
	* gal/widgets/e-categories-master-list-dialog.c
	* gal/widgets/e-categories.c: Use g_build_filename() to construct
	pathnames at run-time instead of compile-time. On Windows the
	macros GAL_GLADEDIR and GAL_IMAGESDIR expand to function calls, in
	order to support installing in a freely chosen location.

	* gal/e-table/e-table-item.c
	* gal/e-table/e-cell-vbox.c: Instrad of the Xlib GrabSuccess, use
	GDK_GRAB_SUCCESS (which has the same value).

	* gal/e-table/e-table-specification.c (e_table_specification_load_from_file)
	* gal/e-table/e-table.c (e_table_load_specification)
	* gal/e-table/e-tree-table-adapter.c (open_file)
	* gal/menus/gal-view-instance.c (load_current_view)
	* gal/menus/gal-view-instance.c (load_current_view): On Win32,
	convert filename to the locale character set before passing to
	xmlParseFile() which doesn't use UTF-8 filenames. Use gstdio
	wrappers.

	* gal/util/Makefile.am: Define GAL_PREFIX as $prefix. Define
	GAL_LOCALEDIR, GAL_GLADEDIR and GAL_IMAGESDIR also here for
	e-win32-reloc.c. Include e-win32-reloc.c on Win32.

	* gal/util/e-iconv.c (e_iconv_init): Use g_win32_getlocale() on
	Windows.

	* gal/util/e-util.c
	* gal/util/e-xml-utils.c: Use g_mkstemp() instead of non-portable
	mkstemp(). Use GLib pathname manipulation functions. Use gstdio
	wrappers.

	* gal/util/e-util-private.h: New file. Contains just Win32 bits
	for now that redefine the directory names from the Makefile as
	functions calls.

	* gal/util/e-win32-reloc.c: New file. Contains a minimal DllMain()
	and functions to support freely chosen installation location on
	Windows.

	* gal/util/e-xml-utils.c: No fsync() in the Microsoft C library.

	* gal/windgets/Makefile.am: Add -I$(top_srcdir)/gal for
	consistency with the sibling Makefile.am files.

	* gal/widgets/e-canvas.c: Instead of the Xlib AlreadyGrabbed, use
	GDK_GRAB_ALREADY_GRABBED.

svn path=/trunk/; revision=29249
2005-04-29 14:18:18 +00:00
ed13004c60 we should not do any layout adjustment if the item doesn't exist.
2005-04-28  Mengjie Yu  <meng-jie.yu@sun.com>

        * gal/widgets/e-reflow.c: (do_adjustment):
        we should not do any layout adjustment if the item doesn't exist.

        Fixes #302275

svn path=/trunk/; revision=29248
2005-04-29 08:09:55 +00:00
6c77af3cf2 add a signal "style_set" to support theme. ditto.
2005-04-28  Li Yuan  <li.yuan@sun.com>

	* gal/widgets/e-canvas-background.c: (ecb_style_set),
	(ecb_class_init):add a signal "style_set" to support theme.
	* gal/widgets/e-canvas-background.h:
	ditto.

	Fixes #301888

svn path=/trunk/; revision=29235
2005-04-28 08:09:53 +00:00
f4a4681685 use widget->style instead of hard code colors.
2005-04-28  Li Yuan  <li.yuan@sun.com>

	* misc/e-calendar-item.c: (e_calendar_item_realize),
	(e_calendar_item_set_selection_if_emission),
	(e_calendar_item_style_set):
	use widget->style instead of hard code colors.
	* misc/e-calendar-item.h:
	* misc/e-calendar.c: (e_calendar_style_set):
	call e_calendar_item_style_set when style changes.

	Fixes #6767.

svn path=/trunk/; revision=29234
2005-04-28 08:03:47 +00:00
4ef011fee4 use idle callback to adjust scrollbar when focus has been changed. add
2005-04-21  Mengjie Yu  <meng-jie.yu@sun.com>

	* gal/widgets/e-reflow.c: (do_adjustment), (cursor_changed),
	(e_reflow_dispose), (e_reflow_init):
	use idle callback to adjust scrollbar when focus has been changed.
	* gal/widgets/e-reflow.h:
	add source ID field for idle callback

	Fixes #300954

svn path=/trunk/; revision=29223
2005-04-22 08:04:03 +00:00
f45242150b break while row equals -1.
2005-04-21  Mengjie Yu  <meng-jie.yu@sun.com>

        * gal/widgets/e-selection-model.c: (e_selection_model_key_press):
        break while row equals -1.

        Fixes #74434

svn path=/trunk/; revision=29222
2005-04-21 08:57:17 +00:00
887b0ad853 Handling static capability for disabling general send options at the
right palce. Fixes #73501

svn path=/trunk/; revision=29000
2005-03-11 12:02:48 +00:00
c9c7749cb4 don't allow to drag the first line of mini reflows.
2005-03-02  Mengjie Yu  <meng-jie.yu@sun.com>

	* gal/widgets/e-reflow.c: (e_reflow_event):don't allow to drag
	the first line of mini reflows.

	Fixes #73207

svn path=/trunk/; revision=28952
2005-03-04 09:16:36 +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
3ee8be8e3d Install shared libraries to privlibdir.
2005-02-09  Hans Petter Jansson  <hpj@novell.com>

        * addressbook/gui/contact-editor/Makefile.am:
        * addressbook/gui/contact-list-editor/Makefile.am:
        * addressbook/util/Makefile.am:
        * filter/Makefile.am:
        * widgets/e-timezone-dialog/Makefile.am:
        * widgets/menus/Makefile.am:
        * widgets/misc/Makefile.am:
        * smime/lib/Makefile.am:
        * smime/gui/Makefile.am: Install shared libraries to privlibdir.

svn path=/trunk/; revision=28762
2005-02-10 05:34:04 +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
2420ae32bd Don't pass in the "fill_color" property for creating the canvas item for
2005-01-21  Rodney Dawes  <dobey@novell.com>

	* gal/e-text/e-text.c (_do_tooltip): Don't pass in the "fill_color"
	property for creating the canvas item for the tooltip
	* gal/widgets/e-reflow.c (set_empty): Don't pass in the "fill_color"
	property for creating the EText canvas item

	Fixes #9413

svn path=/trunk/; revision=28501
2005-01-22 03:44:36 +00:00
47cef75901 fix a typo
svn path=/trunk/; revision=28461
2005-01-20 08:03:24 +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
2fef5caaa6 return the entry of the date edit.
2005-01-18  Hao Sheng  <hao.sheng@sun.com>

        * misc/e-dateedit.[ch]:
        (e_date_edit_get_entry): return the entry of the date edit.

svn path=/trunk/; revision=28428
2005-01-18 07:24:31 +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
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
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