Matthew Barnes
d4f3dec933
Free the model_cols array when the instance is destroyed ( #447742 ).
...
2007-06-15 Matthew Barnes <mbarnes@redhat.com >
* e-cell-vbox.c (ecv_finalize):
Free the model_cols array when the instance is destroyed (#447742 ).
svn path=/trunk/; revision=33676
2007-06-15 12:56:03 +00:00
Matthew Barnes
646455c0f9
Fix compilation warnings in widgets folder ( #441014 ).
...
svn path=/trunk/; revision=33626
2007-06-03 02:45:22 +00:00
Srinivasa Ragavan
a5b9ca520c
** Fix for bug #333707 from David Moore
...
svn path=/trunk/; revision=33608
2007-05-31 08:34:19 +00:00
Matthew Barnes
775bc61ab1
** Fixes bug #441010
...
2007-05-25 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #441010
* gal-combo-box.c:
* gal-combo-box.h:
* gal-combo-text.c:
* gal-combo-text.h:
Bye bye old widgets, go back to Motif!
* Makefile.am:
Remove the aforementioned files.
* e-table-config.c:
* e-table-config.h:
Replace GalComboText with a GtkComboBox/GtkListStore.
svn path=/trunk/; revision=33575
2007-05-25 13:13:23 +00:00
Srinivasa Ragavan
c79dfb2c95
Add support for GMail like sorting
...
svn path=/trunk/; revision=33553
2007-05-16 19:26:09 +00:00
Srinivasa Ragavan
80c8222761
Add code to support default thread expand state
...
svn path=/trunk/; revision=33550
2007-05-16 04:23:41 +00:00
Srinivasa Ragavan
5253b17894
** Fix for bug #378441 from Ebby Wiselyn
...
svn path=/trunk/; revision=33528
2007-05-14 04:00:08 +00:00
simon.zheng
7335b6905c
Fix for bug #355919
...
2007-05-12 simon.zheng <simon.zheng@sun.com >
* Fix for bug #355919
* e-table-header-utils.c: (make_composite_pixmap):
gdk_rgb_get_visual()->depth always returns preferred visual
depth, which isn't always equal to the that of current
window. Whereas, using -1 will match the depth of the pixmap window
to what we have in drawable window, which is the first
argument of gdk_pixmap_new(). So use -1 instead.
svn path=/trunk/; revision=33517
2007-05-12 10:45:17 +00:00
Matthew Barnes
4a044a636e
Clean up printing in Evolution (bug #426816 )
...
svn path=/trunk/; revision=33440
2007-04-20 06:57:55 +00:00
Matthew Barnes
64977cb1bc
Massive code cleanup (bug #429422 )
...
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
Matthew Barnes
72f0d0c000
Fix "incompatible pointer type" warnings ( #360619 ).
...
2007-03-29 Matthew Barnes <mbarnes@redhat.com >
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* mail/em-account-editor.c:
* mail/em-folder-view.c:
* mail/em-format-html-display.c:
* mail/em-format-html.c:
* mail/em-format.h:
* mail/em-mailer-prefs.c:
* mail/em-vfolder-rule.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-calendar/save-calendar.c:
* shell/e-shell-window.c:
* widgets/misc/e-icon-entry.c:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table-item.c:
* widgets/table/e-tree-header-item.c:
* widgets/table/e-tree-table-adapter.c:
Fix "incompatible pointer type" warnings (#360619 ).
svn path=/trunk/; revision=33339
2007-03-29 17:29:46 +00:00
Matthew Barnes
c8d411ce2b
Don't mix declarations and code ( #405495 ).
...
2007-03-27 Matthew Barnes <mbarnes@redhat.com >
* a11y/e-table/gal-a11y-e-cell-text.c:
* a11y/e-table/gal-a11y-e-cell-vbox.c:
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-tasks.c:
* calendar/gui/gnome-cal.c:
* composer/e-msg-composer.c:
* mail/em-folder-browser.c:
* mail/em-format.c:
* mail/em-popup.c:
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/import-ics-attachments/icsimporter.c:
* widgets/misc/e-filter-bar.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/table/e-cell-checkbox.c:
* widgets/table/e-table-header-item.c:
Don't mix declarations and code (#405495 ).
svn path=/trunk/; revision=33324
2007-03-27 11:28:14 +00:00
Matthew Barnes
cba3097cad
** Fixes bug #419524
...
2007-03-20 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
Matthew Barnes
27cf0a5283
** Fixes bug #360240
...
2007-03-16 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #360240
* addressbook/gui/widgets/e-addressbook-view.c
(e_contact_print_button):
* addressbook/printing/e-contact-print.c (complete_sequence),
(e_contact_build_style), (e_contact_print_response),
(e_contact_print_contact_list_dialog_new):
* shell/e-shell-importer.c (importer_file_page_new):
* plugins/startup-wizard/startup-wizard.c
(startup_wizard_timezone_page):
* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
* mail/em-format-quote.c (emfq_format_source):
* mail/mail-ops.c (save_messages_save):
* mail/em-format.c (emf_init):
* mail/em-format-html-display (em_format_html_get_search_dialog),
(em_format_html_display_seearch_with), (ehhd_resize),
(efhd_attachment_optional), (efhd_format_optional):
* mail/em-folder-view.c (emfv_init):
* mail/message-list.c (ml_tree_value_at):
* composer/e-msg-composer-hdrs (header_new_recipient):
* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
* widgets/table/e-cell-text.c (ect_free_color):
* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
Remove unused variables.
svn path=/trunk/; revision=33315
2007-03-16 21:13:06 +00:00
Matthew Barnes
dfb8c61df8
** Fixes bug #357216
...
2006-02-08 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #357216
* text/e-entry.c: Remove "font", "fontset", and "gdk_font"
properties, since they forward gets and sets to non-existant
properties in entry->item.
2006-09-27 Matthew Barnes <mbarnes@redhat.com >
Fixes bug #357970
* text/e-text.c (e_text_unrealize): Don't call deprecated GLib / GDK
svn path=/trunk/; revision=33269
2007-03-01 12:52:05 +00:00
Srinivasa Ragavan
9862306af9
Print migration updates from Ebby Wiselyn.
...
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
Matthew Barnes
d328ab72d5
** Fixes bug #357216
...
2006-02-08 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #357216
* widgets/text/e-entry.c: Remove "font", "fontset", and "gdk_font"
properties, since they forward gets and sets to non-existant
properties in entry->item.
* widgets/table/e-table-field-chooser-item.c:
* widgets/table/e-table-field-chooser-item.h:
* widgets/table/e-table-group-container.c:
* widgets/table/e-table-group-container.h:
Replace deprecated GdkFont with PangoFontDescription.
* widgets/table/e-table-header-item.c:
* widgets/table/e-table-header-item.h:
Replace deprecated GdkFont with PangoFontDescription.
Rename "fontset" property to "font-desc", and change the property
type to a boxed PangoFontDescription.
svn path=/trunk/; revision=33185
2007-02-08 19:34:11 +00:00
Srinivasa Ragavan
2a1d77a838
** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22
...
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com >
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
svn path=/trunk/; revision=33134
2007-01-22 16:41:31 +00:00
Matthew Barnes
a197d5aff6
Fixes bug #357970
...
2006-12-04 Matthew Barnes <mbarnes@redhat.com >
Fixes bug #357970
* e-cell-pixbuf.c:
* e-cell-progress.c:
* e-cell-text.c:
* e-cell-toggle.c:
* e-cell-tree.c:
* e-table-col.c:
* e-table-extras.c:
* e-table-header-item.c:
* e-table-header-utils.c:
* e-table-item.c:
* e-table-memory-store.c:
Don't call deprecated GLib / GDK functions.
svn path=/trunk/; revision=33049
2006-12-04 15:44:31 +00:00
Harish Krishnaswamy
433790881e
Fixes bug #381642 .
...
2006-12-04 Harish Krishnaswamy <kharish@novell.com >
* e-table.c: (canvas_vbox_event), (click_to_add_event):
Fixes bug #381642 .
svn path=/trunk/; revision=33043
2006-12-04 14:09:54 +00:00
Hiroyuki Ikezoe
d54c251022
** Fixes bug #337582
...
* e-cell-text.c: Use GtkClipboard instead of GtkInvisible.
svn path=/trunk/; revision=32650
2006-08-24 01:07:50 +00:00
Andre Klapper
38a8ef3ee5
changed window focus. Fixes bug #266802 .
...
2006-08-21 Andre Klapper <a9016009@gmx.de >
* e-table-config.glade:
changed window focus. Fixes bug #266802 .
svn path=/trunk/; revision=32614
2006-08-21 15:19:16 +00:00
Srinivasa Ragavan
f210c6ef1e
Fix for bug 347430
...
svn path=/trunk/; revision=32603
2006-08-20 19:41:18 +00:00
Srinivasa Ragavan
8e8c2a7482
Commiting patch from Pavel Roskin for adding missing headers.
...
svn path=/trunk/; revision=32600
2006-08-20 14:47:41 +00:00
Srinivasa Ragavan
13b58cb84e
Fix for bug #350884 (GMail like thread sorting)
...
svn path=/trunk/; revision=32587
2006-08-18 18:50:11 +00:00
Srinivasa Ragavan
ee6d562880
Added cairo font rendering to ECell and EText.
...
svn path=/trunk/; revision=32359
2006-07-20 08:24:31 +00:00
Benoît Dejean
97f95e328d
** Fixes bug #333041 add gettext support to some strings.
...
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-07-18 10:29:46 +00:00
simon.zheng
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
Ed Catmur
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
Srinivasa Ragavan
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
Carlos Garcia Campos
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
Hiroyuki Ikezoe
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
Hiroyuki Ikezoe
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
Jeff Cai
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
Srinivasa Ragavan
365a4d8c11
Committing fix for bug #328283
...
svn path=/trunk/; revision=31623
2006-03-02 05:39:57 +00:00
Simon Zheng
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
Srinivasa Ragavan
ca852ba2de
Fixed bug #332408
...
svn path=/trunk/; revision=31575
2006-02-24 07:56:58 +00:00
Srinivasa Ragavan
e9ee985ddd
Fixes bug #328283
...
svn path=/trunk/; revision=31512
2006-02-14 05:44:03 +00:00
Andre Klapper
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
Srinivasa Ragavan
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
Chenthill Palanisamy
c1f51e7dad
fixes #303876
...
svn path=/trunk/; revision=30921
2005-12-21 13:08:16 +00:00
Tor Lillqvist
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
Tor Lillqvist
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
Harish Krishnaswamy
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
Boby Wang
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
Li Yuan
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
Kaushal Kumar
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
Sushma Rai
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
Tor Lillqvist
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
Tor Lillqvist
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