Commit Graph

29 Commits

Author SHA1 Message Date
ba09f4ba89 **Fixes bug #338295 Use pango to handle text when printing tasks.
2006-06-12  simon.zheng  <simon.zheng@sun.com>

        **Fixes bug #338295
        * e-cell-text.c: (get_font_description_for_size), (get_font_size),
        (ect_print), (ect_print_height): Use pango to handle text when
        printing tasks.

svn path=/trunk/; revision=32118
2006-06-12 13:00:31 +00:00
0161858613 ** Fixes bug #343764 now entirely Adding a weak reference to avoid
2006-06-12  Ed Catmur  <ed@catmur.co.uk>

	** Fixes bug #343764 now entirely
	* e-table-header-utils.c: (e_table_header_draw_button):
	Adding a weak reference to avoid crashing.

svn path=/trunk/; revision=32109
2006-06-12 09:45:31 +00:00
d3e8fc3169 Committing a fix for sorting in the vertical view message list.
svn path=/trunk/; revision=32105
2006-06-12 05:05:48 +00:00
75eede56b4 ** Fixes bug #343764 Ensure g_label points to the right widget before
2006-06-08  Carlos Garcia Campos  <carlosgc@gnome.org>

	** Fixes bug #343764
	* e-table-header-utils.c: (e_table_header_draw_button):
	Ensure g_label points to the right widget before accessing to its
	style.

svn path=/trunk/; revision=32094
2006-06-08 13:51:32 +00:00
f872f9ad2d Remove extra tabs. Fixes #343734.
2006-06-05  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	* Makefile.am: Remove extra tabs. Fixes #343734.

svn path=/trunk/; revision=32079
2006-06-05 12:25:15 +00:00
670c810b86 Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>
2006-05-12  Hiroyuki Ikezoe  <poincare@ikezoe.net>
	Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>

	** Fixes bug #341530.
	* e-table.h:
	Removed duplicate delcaration of e_table_commi_click_to_add.

svn path=/trunk/; revision=31979
2006-05-12 11:43:38 +00:00
18da28dd9a ** Fixes bug #327035 Grab focus only from widgets which can have focus on.
2006-04-10  Jeff Cai <jeff.cai@sun.com>

        ** Fixes bug #327035
        * e-table-header-item.c: (ethi_event):
        Grab focus only from widgets which can have focus on.

svn path=/trunk/; revision=31796
2006-04-10 08:56:09 +00:00
365a4d8c11 Committing fix for bug #328283
svn path=/trunk/; revision=31623
2006-03-02 05:39:57 +00:00
e99cb76e51 ** Fixes bug #331400
2006-03-01  Simon Zheng  <simon.zheng@sun.com>

        ** Fixes bug #331400

        * e-cell-text.c: (ect_print_height): Table item height is decided
        by the max cell height in item. And cell-text is just one of cells.
        As done by ect_print(), to leave some margin for text, 2 for footer,
        2 for header, actual print height should be 16 + 4.

svn path=/trunk/; revision=31617
2006-03-01 08:02:57 +00:00
ca852ba2de Fixed bug #332408
svn path=/trunk/; revision=31575
2006-02-24 07:56:58 +00:00
e9ee985ddd Fixes bug #328283
svn path=/trunk/; revision=31512
2006-02-14 05:44:03 +00:00
fe9e00b044 removed string "dialog1" from translation. Fixes bug 306118.
2006-01-27  Andre Klapper <a9016009@gmx.de>
	* plugins/groupwise-features/proxy-listing.glade:
	* plugins/publish-calendar/publish-calendar.glade:
	* smime/gui/smime-ui.glade:
	* widgets/table/e-table-config.glade:
	* widgets/table/e-table-config-no-group.glade:
	removed string "dialog1" from translation. Fixes bug 306118.

svn path=/trunk/; revision=31326
2006-01-27 15:12:53 +00:00
bc8ab923ce Fixes the scroll issue with e-tree.
2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>

	* e-table-item.c: (adjustment_changed), (eti_tree_unfreeze),
	(eti_realize): Fixes the scroll issue with e-tree.

svn path=/trunk/; revision=31157
2006-01-13 08:26:45 +00:00
c1f51e7dad fixes #303876
svn path=/trunk/; revision=30921
2005-12-21 13:08:16 +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
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
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
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
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
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
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
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
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
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
187b669d84 Added code to use stock icons instead of -> and <-
2005-07-25  Srinivasa Ragavan <sragavan@novell.com>

	* e-table-config.glade: Added code to use stock icons instead of
	-> and <-

svn path=/trunk/; revision=29867
2005-07-25 04:28:26 +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
0efd94d86f Added from gal/gal/e-table as Gal is retired from Head and e-table files
2005-06-21  Kaushal Kumar  <kakumar@novell.com>

        * table/ChangeLog: Added from gal/gal/e-table as Gal is
        retired from Head and e-table files are moved here.

svn path=/trunk/; revision=29558
2005-06-21 07:14:33 +00:00