| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2006-08-21 Andre Klapper <a9016009@gmx.de>
* e-table-config.glade:
changed window focus. Fixes bug #266802.
svn path=/trunk/; revision=32614
|
|
|
|
| |
svn path=/trunk/; revision=32603
|
|
|
|
| |
svn path=/trunk/; revision=32600
|
|
|
|
| |
svn path=/trunk/; revision=32587
|
|
|
|
| |
svn path=/trunk/; revision=32359
|
|
|
|
|
|
|
|
|
| |
2006-07-18 Benoît Dejean <benoit@placenet.org>
** Fixes bug #333041
* e-table-group-container.c: add gettext support to some strings.
svn path=/trunk/; revision=32338
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
| |
svn path=/trunk/; revision=32105
|
|
|
|
|
|
|
|
|
|
|
| |
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-05 Hiroyuki Ikezoe <poincare@ikezoe.net>
* Makefile.am: Remove extra tabs. Fixes #343734.
svn path=/trunk/; revision=32079
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
| |
svn path=/trunk/; revision=31623
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31575
|
|
|
|
| |
svn path=/trunk/; revision=31512
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
| |
svn path=/trunk/; revision=30921
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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-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-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
|
|
|
|
|
|
|
| |
filed. Fixes #207110. Patch submitted by
"Devashish Sharma <sdevashish@novell.com>"
svn path=/trunk/; revision=30489
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-23 Not Zed <NotZed@Ximian.com>
* e-table-config.c (setup_fields): fix some missing casts.
svn path=/trunk/; revision=30220
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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
|