c5d5b30780
Fix for bug #353752
...
svn path=/trunk/; revision=33777
2007-07-09 03:25:31 +00:00
493d0ed9a3
** Fix for bug #325882
...
svn path=/trunk/; revision=33694
2007-06-18 05:07:15 +00:00
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
646455c0f9
Fix compilation warnings in widgets folder ( #441014 ).
...
svn path=/trunk/; revision=33626
2007-06-03 02:45:22 +00:00
a5b9ca520c
** Fix for bug #333707 from David Moore
...
svn path=/trunk/; revision=33608
2007-05-31 08:34:19 +00:00
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
c79dfb2c95
Add support for GMail like sorting
...
svn path=/trunk/; revision=33553
2007-05-16 19:26:09 +00:00
80c8222761
Add code to support default thread expand state
...
svn path=/trunk/; revision=33550
2007-05-16 04:23:41 +00:00
5253b17894
** Fix for bug #378441 from Ebby Wiselyn
...
svn path=/trunk/; revision=33528
2007-05-14 04:00:08 +00:00
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
4a044a636e
Clean up printing in Evolution (bug #426816 )
...
svn path=/trunk/; revision=33440
2007-04-20 06:57:55 +00:00
64977cb1bc
Massive code cleanup (bug #429422 )
...
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
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
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
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
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
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
9862306af9
Print migration updates from Ebby Wiselyn.
...
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
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
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
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
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
7a205fe6d0
** Fixes bug #352450
...
2006-08-23 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #352450
* misc/e-canvas-background.c:
* misc/e-cursors.c:
* misc/e-map.c:
* misc/e-reflow.c:
* misc/e-task-widget.c:
* misc/gal-combo-box.c:
* table/e-cell-text.c:
* table/e-cell-toggle.c:
* table/e-table-field-chooser-item.c:
* table/e-table-field-chooser.c:
* table/e-table-header-item.c:
* table/e-table-header-utils.c:
* table/e-table-item.c:
* table/e-table.c:
* table/e-tree-memory.c:
* table/e-tree-sorted.c:
* table/e-tree.c:
* table/e-text.c:
Replace deprecated GLib and GDK function calls.
svn path=/trunk/; revision=32783
2006-09-18 13:06:49 +00:00
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
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
f210c6ef1e
Fix for bug 347430
...
svn path=/trunk/; revision=32603
2006-08-20 19:41:18 +00:00
8e8c2a7482
Commiting patch from Pavel Roskin for adding missing headers.
...
svn path=/trunk/; revision=32600
2006-08-20 14:47:41 +00:00
13b58cb84e
Fix for bug #350884 (GMail like thread sorting)
...
svn path=/trunk/; revision=32587
2006-08-18 18:50:11 +00:00
ee6d562880
Added cairo font rendering to ECell and EText.
...
svn path=/trunk/; revision=32359
2006-07-20 08:24:31 +00:00
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
accf651625
Revert the previous patch. Requires rework.
...
2006-07-10 Harish Krishnaswamy <kharish@novell.com >
* table/e-cell-text.c: (ect_unrealize), (build_layout):
* text/e-text.c: (reset_layout): Revert the previous
patch. Requires rework.
svn path=/trunk/; revision=32272
2006-07-10 15:16:42 +00:00
891d8bfc6a
Added code for Resize Transparency with Cairo drawing. Added code to
...
2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in >
Added code for Resize Transparency with Cairo drawing.
Added code to render ECell and EText text items with
antialiasing, hinting and sub-pixel ordering with cairo.
svn path=/trunk/; revision=32270
2006-07-10 14:02:36 +00:00
a1d6678af2
Enhanced search functionality. patch submitted by Johnny Jacob Reviewed
...
2006-06-30 Harish Krishnaswamy <kharish@novell.com >
Enhanced search functionality. patch submitted by Johnny Jacob
Reviewed and committed by Harish.
svn path=/trunk/; revision=32207
2006-06-30 09:46:32 +00:00
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
e4bdc1e6a7
Added support for Vertical View in Evolution Mailer with custom message list.
...
svn path=/trunk/; revision=32071
2006-06-02 18:12:08 +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
4a4b322c39
Tons of cleanups of the following sort: - remove unused vars - remove
...
2006-01-30 Kjartan Maraas <kmaraas@gnome.org >
* e-timezone-dialog/e-timezone-dialog.c: (get_zone_from_point):
* menus/gal-view-menus.c:
* misc/e-attachment-bar.c: (calculate_height_width),
(update_remote_file), (e_attachment_bar_get_attachment),
(class_init):
* misc/e-attachment.c: (async_progress_update_cb),
(download_to_local_path):
* misc/e-calendar-item.c: (e_calendar_item_get_arg),
(e_calendar_item_realize), (e_calendar_item_ensure_days_visible):
* misc/e-calendar.c: (e_calendar_drag_motion),
(e_calendar_drag_leave), (e_calendar_focus):
* misc/e-canvas-background.c: (ecb_get_property):
* misc/e-canvas.c: (e_canvas_class_init), (pick_current_item):
* misc/e-cell-date-edit.c: (e_cell_date_edit_do_popup),
(e_cell_date_edit_show_popup):
* misc/e-cell-percent.c:
* misc/e-charset-picker.c: (e_charset_picker_bonobo_ui_populate):
* misc/e-config-page.c: (e_config_page_class_init):
* misc/e-dateedit.c: (e_date_edit_set_date),
(e_date_edit_set_date_and_time_of_day),
(on_date_popup_date_selected):
* misc/e-dropdown-button.c: (e_dropdown_button_class_init):
* misc/e-expander.c: (get_expander_bounds), (e_expander_expose),
(is_in_expander_panel):
* misc/e-filter-bar.c: (option_changed), (build_items):
* misc/e-image-chooser.c: (e_image_chooser_init),
(image_drag_data_received_cb):
* misc/e-map.c: (e_map_size_allocate), (e_map_button_press),
(e_map_button_release), (e_map_motion), (e_map_zoom_to_location),
(e_map_zoom_out), (update_render_point), (repaint_point),
(zoom_in_smooth):
* misc/e-multi-config-dialog.c: (impl_response):
* misc/e-reflow.c: (e_reflow_realize), (e_reflow_event):
* misc/e-search-bar.c: (clear_search), (search_now_verb_cb),
(entry_activated_cb), (activate_button_clicked_cb),
(clear_button_clicked_cb):
* misc/e-selection-model.c: (e_selection_model_key_press):
* misc/e-send-options.c: (delay_until_date_changed_cb),
(e_sendoptions_get_need_general_options):
* misc/e-unicode.c: (e_stripped_char):
* table/e-cell-progress.c: (eprog_draw_border), (eprog_draw),
(eprog_event):
* table/e-cell-spin-button.c: (ecsb_event), (ecsb_focus),
(ecsb_unfocus), (ecsb_dispose):
* table/e-cell-text.c: (ect_draw), (ect_show_tooltip):
* table/e-cell-toggle.c: (etog_draw), (etog_event):
* table/e-cell-tree.c: (ect_max_width):
* table/e-cell-vbox.c:
* table/e-table-click-to-add.c: (etcta_event):
* table/e-table-config.c: (create_global_store):
* table/e-table-field-chooser-dialog.c:
* table/e-table-field-chooser-item.c: (etfci_find_button),
(etfci_reflow), (etfci_get_property), (etfci_realize):
* table/e-table-field-chooser.c:
(e_table_field_chooser_class_init):
* table/e-table-group-container.c: (etgc_unrealize):
* table/e-table-group.c: (e_table_group_new):
* table/e-table-header-item.c: (e_table_header_item_get_height),
(ethi_realize), (ethi_event):
* table/e-table-header-utils.c: (e_table_draw_elided_string),
(e_table_header_draw_button):
* table/e-table-item.c: (eti_set_property), (eti_get_property),
(eti_draw), (eti_event), (eti_cursor_change):
* table/e-table-scrolled.c: (e_table_scrolled_class_init):
* table/e-table-search.c:
* table/e-table-sort-info.c: (e_table_sort_info_save_to_node):
* table/e-table.c: (table_canvas_reflow_idle),
(table_canvas_size_allocate), (canvas_vbox_event),
(click_to_add_event), (do_drag_motion), (e_table_class_init):
* table/e-tree-scrolled.c: (e_tree_scrolled_class_init):
* table/e-tree.c: (tree_canvas_reflow_idle),
(tree_canvas_size_allocate), (e_tree_drag_get_data),
(do_drag_motion), (e_tree_class_init):
* text/e-text.c: (e_text_set_property), (e_text_draw),
(_do_tooltip), (primary_clear_cb), (_get_position),
(e_text_command): Tons of cleanups of the following sort:
- remove unused vars
- remove extraneous semi-colons
- add some comments where assignments were done without using
the results later
- remove break; statements after return foo;
- add casts in some places to be more type correct
- rename variables with name clashes
- s/if/ifdef in some cases
- mark some code static
- remove some unused functions
- use guint for 1-bit bitfields
svn path=/trunk/; revision=31371
2006-01-30 12:28:21 +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
ef3ea1d41b
Added functions to collapse/Expand all
...
2006-01-16 Srinivasa Ragavan <sragavan@novell.com >
* table/e-tree-table-adapter.c (set_expanded_state_func),
(set_collapsed_state_func):
(e_tree_table_adapter_load_all_expanded_state):
* table/e-tree.c: (e_tree_load_all_expanded_state):
Added functions to collapse/Expand all
svn path=/trunk/; revision=31203
2006-01-16 08:17:21 +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
2b1cf9db64
fixed one typo. Fixes bug 306118 partially.
...
2005-12-23 Andre Klapper <a9016009@gmx.de >
* e-table.c: fixed one typo.
Fixes bug 306118 partially.
svn path=/trunk/; revision=30939
2005-12-23 02:43:37 +00:00