Commit Graph

2131 Commits

Author SHA1 Message Date
ce71283c7d ** Fixes bug #240762
2005-12-20  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #240762

	* menus/gal-define-views-dialog.c:
	(etable_selection_change_forall_cb): Made only the user created
	views to be editable.

svn path=/trunk/; revision=30906
2005-12-20 15:16:14 +00:00
9340aaef89 ** See Bug #246233 : Changed "Search Editor" to "Searches"
** See Bug #246233
        * e-filter-bar.c: (member_activated) : Changed "Search Editor" to
        "Searches"

svn path=/trunk/; revision=30902
2005-12-20 10:33:29 +00:00
66102bba0d Use g_ascii_strcasecmp(). (strcase_hash): Use g_ascii_tolower().
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* gal-combo-text.c (strcase_equal): Use g_ascii_strcasecmp().
	(strcase_hash): Use g_ascii_tolower().

svn path=/trunk/; revision=30868
2005-12-18 10:35:26 +00:00
86c90c049e Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-table-config.c (find_model_column_by_name): Use
	g_ascii_strcasecmp() instead of g_strcasecmp(). This function
	handles the English column names.

	* e-table-specification.c (e_table_specification_load_from_file)
	* e-table-state.c (e_table_state_load_from_file):
	Use e_xml_parse_file().

svn path=/trunk/; revision=30867
2005-12-18 10:21:24 +00:00
fc17a49138 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-send-options.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30866
2005-12-18 09:48:25 +00:00
534410e7cd Construct map file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-map.c: Construct map file name at run-time.

svn path=/trunk/; revision=30865
2005-12-18 09:47:33 +00:00
0ff898adb4 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-attachment.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30864
2005-12-18 09:46:32 +00:00
480464c381 Link with bootstrap libs on Win32. Use EVOLUTION_IMAGES instead of MAP_DIR
2005-12-18  Tor Lillqvist  <tml@novell.com>

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

svn path=/trunk/; revision=30863
2005-12-18 09:45:15 +00:00
d332c5304f Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-instance.c: Include libedataserver/e-xml-utils.h
	for e_xml_save_file() prototype.

svn path=/trunk/; revision=30862
2005-12-18 08:44:40 +00:00
9428cff820 Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (gal_view_collection_save): Include
	libedataserver/e-xml-utils.h for e_xml_save_file() prototype.

svn path=/trunk/; revision=30861
2005-12-18 08:43:24 +00:00
35ab6ff7ff Construct glade file pathname at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(e_timezone_dialog_construct): Construct glade file pathname at
	run-time.

svn path=/trunk/; revision=30860
2005-12-18 08:38:44 +00:00
ee8ca653e1 Link with libeutil.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: Link with libeutil.

svn path=/trunk/; revision=30859
2005-12-18 08:37:23 +00:00
f53ba44b55 Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead of
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with bootstrap libs on Win32. Use
	E_WIDGETS_CFLAGS instead of GNOME_BONOBO_CFLAGS, GNOME_INCLUDEDIR,
	ICONV_CFLAGS and GNOME_FULL_CFLAGS. Link with all required
	libraries. Use -no-undefined on Win32.

svn path=/trunk/; revision=30828
2005-12-17 17:05:48 +00:00
32f88d560f Added a visual cue to search bar to indicate search filter active.
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Added a visual cue to search bar to indicate search filter
	active.

svn path=/trunk/; revision=30781
2005-12-15 08:27:34 +00:00
7360a3396c Patch from Irene Huang <Irene.Huang@sun.com>.
*  Remove files that have an identical counterpart in
        libedataserver.
	*  Replace the use of such files with appropriate counterpart path.

svn path=/trunk/; revision=30758
2005-12-12 16:24:21 +00:00
6783c373e4 Fixed substitutions that I missed in the last commit.
2005-12-10 Harish Krishnaswamy <kharish@novell.com>
Fixed substitutions that I missed in the last commit.

svn path=/trunk/; revision=30744
2005-12-10 07:32:04 +00:00
c1b0b713ca prefix the wrapper functions with e - do not use g lest it is assumed to
2005-12-09  Harish Krishnaswamy  <kharish@novell.com>

* e-util.[ch] (e_str_compare), (e_str_case_compare),
(e_collate_compare), (e_int_compare): prefix the wrapper
functions with e - do not use g lest it is assumed to
be a glib function.

* e-table-example-2.c (create_table), e-table-extras.c (ete_init):
* e-table-size-test.c (create_table), test-check.c (check_test):
* test-cols.c (multi_cols_test), test-table.c (table_browser_test):
 s/g_*_compare/e_*_compare.

svn path=/trunk/; revision=30739
2005-12-09 11:01:23 +00:00
366fb95772 Fixes #322740. change the condition expression for GDK_RIGHT and GDK_LEFT.
2005-12-07  Boby Wang  <boby.wang@sun.com>

        Fixes #322740.
        * e-tree.c: (item_key_press):  change the condition
        expression for GDK_RIGHT and GDK_LEFT.

svn path=/trunk/; revision=30736
2005-12-07 09:48:08 +00:00
3c535e8766 Load the widget pointer before using it. Fixes a compiler warning as well
* menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property):
        Load the widget pointer before using it.  Fixes a compiler warning
        as well as #313219

svn path=/trunk/; revision=30731
2005-12-06 08:56:23 +00:00
94a8222e18 Fixes bug #322776. When focus come into e-tree, it is possible that the
2005-12-06  Li Yuan <li.yuan@sun.com>

        * e-tree.c: (table_canvas_focus_event_cb):
        Fixes bug #322776.
        When focus come into e-tree, it is possible that the focused_item
        is not NULL and there is no focused item in e-tree. So test
        e_selection_model_cursor_row also.

svn path=/trunk/; revision=30724
2005-12-06 05:18:51 +00:00
32ba5f5d60 2005-11-29 Simon Zheng <simon.zheng@sun.coma
* menus/gal-view-collection.c: (gal_view_generate_string):
        Fix #322311. Using g_utf8_next_char() to traverses UTF-8
        string and replace characters that are neither a alpha nor
        a numeral.

svn path=/trunk/; revision=30700
2005-11-29 05:57:28 +00:00
c0d9d72f1b e-dateedit.c Include e-time-utils.h from libedataserver instead of using
2005-11-24  Tor Lillqvist  <tml@novell.com>

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

svn path=/trunk/; revision=30657
2005-11-24 14:23:23 +00:00
77cf09208a Commiting Johnny Jacob's patch on EDateEdit
2005-11-24 	Srinivasa Ragavan <sragavan@novell.com>

	* Commiting Johnny Jacob's patch on EDateEdit

svn path=/trunk/; revision=30652
2005-11-24 06:24:01 +00:00
577b578fd4 Fix a division-by-zero error crasher. (Update: when in doubt, protect with
2005-11-17  Harish Krishnaswamy  <kharish@novell.com>

* e-attachment-bar.c: (update), (e_attachment_bar_set_width):
Fix a division-by-zero error crasher.
(Update: when in doubt, protect with parenthesis :-))

svn path=/trunk/; revision=30631
2005-11-17 04:41:41 +00:00
ec7081a5db Fix a division-by-zero error crasher
svn path=/trunk/; revision=30630
2005-11-17 04:29:31 +00:00
201ef5f000 Added a function to get all attachments of the attachment bar for plugin
2005-11-15  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar.[ch] (e_attachment_bar_get_all_attachments): Added
	a function to get all attachments of the attachment bar for plugin
	purposes.

svn path=/trunk/; revision=30620
2005-11-15 17:08:51 +00:00
faddd9d776 Adjusted the size of date edit widgets.
svn path=/trunk/; revision=30606
2005-11-14 14:45:42 +00:00
d47593f8d0 Set a size for the date edit widgets, so that it doesnt expand too much.
2005-11-14  Srinivasa Ragavan <sragavan@novell.com>

	* e-dateedit.c (create_children): Set a size for the date
	edit widgets, so that it doesnt expand too much.

svn path=/trunk/; revision=30604
2005-11-14 13:02:01 +00:00
9e2a8d4e41 Use gnome_font_find_closest instead of gnome_font_find since Helvetica is
2005-10-14  Kaushal Kumar  <kakumar@novell.com>

        * table/e-table-group-container.c
        (e_table_group_container_print_page): Use gnome_font_find_closest
        instead of gnome_font_find since Helvetica is not always present.

        Fixes bug #246803.
        Patch by: Mubeen Jukaku.

svn path=/trunk/; revision=30506
2005-10-14 11:12:48 +00:00
b0bbe73658 dded case insensitive compare support etable, and using it for Organization
filed. Fixes #207110. Patch submitted by
"Devashish Sharma  <sdevashish@novell.com>"

svn path=/trunk/; revision=30489
2005-10-04 13:06:08 +00:00
4c25c6e737 gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free the
* e-attachment-bar.c (update): gtk_pixbuf_add_alpha returns a
        newly allocated pixbuf, so, free the original one.

svn path=/trunk/; revision=30487
2005-10-04 11:47:27 +00:00
a4c6645e87 e-table.c (e_table_load_specification) e-table-specification.c
2005-09-29  Tor Lillqvist  <tml@novell.com>

	* e-table.c (e_table_load_specification)
	* e-table-specification.c (e_table_specification_load_from_file)
	* e-tree-table-adapter.c (open_file): Use
	g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
	gnome_win32_locale_filename_from_utf8() which was temporarily in
	libgnome.

svn path=/trunk/; revision=30421
2005-09-29 18:00:17 +00:00
e84acb9b0c menus/gal-view-collection.c (load_single_dir) Use
2005-09-29  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (load_single_dir)
	* menus/gal-view-instance.c (load_current_view): Use
	g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
	gnome_win32_locale_filename_from_utf8() which was temporarily in
	libgnome.

svn path=/trunk/; revision=30420
2005-09-29 17:54:07 +00:00
b659826991 Fix #240762. If the galview implement the edit function, enable the edit
2005-09-29  Li Yuan  <li.yuan@sun.com>

        * menus/gal-define-views-dialog.c:
        (etable_selection_change_forall_cb):
        Fix #240762. If the galview implement the edit function,
        enable the edit button. If not, disable it.

svn path=/trunk/; revision=30414
2005-09-29 08:17:59 +00:00
aaf0cb36d6 On Win32, use bootstrap import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* text/Makefile.am: On Win32, use bootstrap import library for
	libemiscwidgets, which hasn't been built yet when we come
	here. Drop several overlapping CFLAGS. EXTRA_GNOME_CFLAGS
	should be enough. Install in privsolib instead of privlib (no
	difference on Unix). Use NO_UNDEFINED. Link with all needed
	libraries to satisfy the -no-undefined used on Windows.

svn path=/trunk/; revision=30409
2005-09-28 11:50:56 +00:00
00be9c147c Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-table-specification.c (e_table_specification_load_from_node):
	Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing
	to literal ASCII strings, just casefolding ASCII is enough. Also
	better for portability.

svn path=/trunk/; revision=30407
2005-09-28 11:45:01 +00:00
31485fd411 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

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

svn path=/trunk/; revision=30406
2005-09-28 11:35:31 +00:00
41d4bb2a43 Install in privsolib instead of privlib (no difference on Unix). Use
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* menus/Makefile.am: Install in privsolib instead of privlib
	(no difference on Unix). Use NO_UNDEFINED. Drop several
	overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with
	necessary libraries.

svn path=/trunk/; revision=30405
2005-09-28 11:29:08 +00:00
f45ecd1f42 On Win32, use bootstrp import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: On Win32, use bootstrp import
	library for libemiscwidgets, which hasn't been built yet when we
	come here. Install in privsolib instead of privlib (no difference
	on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.

svn path=/trunk/; revision=30404
2005-09-28 11:25:03 +00:00
94584bf0dd Start search on category, when the category is selected.
Fixes #263269.

svn path=/trunk/; revision=30361
2005-09-20 09:34:12 +00:00
9162088ec2 Fixes #314352. if accessibility is enabled, we enable horizontal cusor
2005-08-24  Li Yuan  <li.yuan@sun.com>

	Fixes #314352.
	* e-table-item.c: (eti_event):
	if accessibility is enabled, we enable horizontal cusor
	movement for line selection.

svn path=/trunk/; revision=30244
2005-08-25 06:54:58 +00:00
d851c3525b Fix for bug #314136. Shows filename in the remote download in composer.
2005-08-24  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment.c (e_attachment_build_remote_file):
	Fix for bug #314136. Shows filename in the remote download in
	composer.

	* 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

svn path=/trunk/; revision=30234
2005-08-24 04:22:14 +00:00
434e74c52e fix some missing casts.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * e-table-config.c (setup_fields): fix some missing casts.

svn path=/trunk/; revision=30220
2005-08-24 03:10:29 +00:00
24917fc712 cast warning away.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * e-send-options.c (get_widgets): cast warning away.

        * e-calendar-item.c (e_calendar_item_realize): remove some unused
        vars.

svn path=/trunk/; revision=30219
2005-08-24 03:09:00 +00:00
e967f26d1a Resolve #309074
2005-08-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* Resolve #309074

svn path=/trunk/; revision=30179
2005-08-21 18:10:23 +00:00
cb37c563af Use camel_url to construct url (eab_icon_clicked_cb)
2005-08-17  Srinivasa Ragavan <sragavan@novell.com>

	* 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.[ch] (finalise) (init): Add a new member to preserve
	the stored location
	(e_attachment_new)(e_attachment_build_remote_file): Camel_url to
	construct urls

svn path=/trunk/; revision=30160
2005-08-19 05:30:15 +00:00
7966598a85 Fixed few warnings
2005-08-16  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed
	few warnings

svn path=/trunk/; revision=30128
2005-08-16 05:26:17 +00:00
eb491088f8 Fix for bug #312545
2005-08-16  Srinivasa Ragavan <sragavan@novell.com>

	* mail/em-format-html-display.c:
	* widgets/misc/e-attachment*.c: Fix for bug #312545

svn path=/trunk/; revision=30126
2005-08-16 03:47:55 +00:00
1d79bf1049 ** See bug #313063.
2005-08-10  Not Zed  <NotZed@Ximian.com>

        ** See bug #313063.

        * e-tree.c (e_tree_class_init): fix the set_scroll_adjustments
        signal to take object, not pointer arguments.  Since glib's
        anality doesn't accept an object pointer as a pointer.  go figure.

svn path=/trunk/; revision=30117
2005-08-15 03:18:01 +00:00
0df3a787c4 revert dobey's last patch here, it completely broke customisation of the
2005-08-03  Not Zed  <NotZed@Ximian.com>

        * e-filter-bar.c (build_items): revert dobey's last patch here, it
        completely broke customisation of the menu.

svn path=/trunk/; revision=30116
2005-08-15 03:15:06 +00:00