Commit Graph

774 Commits

Author SHA1 Message Date
6e1c4ac1fe Added configure option for disabling cairo calendar
svn path=/trunk/; revision=32432
2006-07-28 09:25:20 +00:00
5cb67b7a26 Add missing headers. Fixes #347689.
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>

	* e-icon-entry.c:  Add missing headers. Fixes #347689.

svn path=/trunk/; revision=32380
2006-07-22 10:36:11 +00:00
5a7fb36627 Modified the mnemonics for avoiding the conflict with attachment bar.
svn path=/trunk/; revision=32361
2006-07-20 13:35:38 +00:00
5b4a0d7756 remove "*" from translation. Fixes bug #331147.
2006-07-18  Andre Klapper  <a9016009@gmx.de>

	* addressbook/gui/contact-editor/contact-editor.glade:
	* addressbook/gui/contact-editor/fullname.glade:
	* addressbook/gui/contact-editor/fulladdr.glade:
	* addressbook/gui/contact-editor/im.glade:
	* addressbook/gui/contact-list-editor/contact-list-editor.glade:
	* calendar/gui/dialogs/calendar-setup.glade:
	* calendar/gui/dialogs/new-calendar.glade:
	* calendar/gui/dialogs/new-task-list.glade:
	* calendar/gui/dialogs/url-editor-dialog.glade:
	* mail/message-tags.glade:
	* plugins/exchange-operations/exchange-change-password.glade:
	* plugins/groupwise-features/properties.glade:
	* widgets/e-timezone-dialog/e-timezone-dialog.glade:
	* widgets/menus/gal-view-instance-save-as-dialog.glade:
	* widgets/menus/gal-view-new-dialog.glade:
	* widgets/misc/e-attachment.glade:
	* widgets/misc/gal-categories.glade:
	remove "*" from translation. Fixes bug #331147.

svn path=/trunk/; revision=32340
2006-07-18 22:32:56 +00:00
a474f3b1b6 Evolution side coding for implementing security-classification send-options for GroupWise
svn path=/trunk/; revision=32329
2006-07-17 11:35:44 +00:00
8d60e17b3f Fix for bug #347166
svn path=/trunk/; revision=32326
2006-07-17 10:53:43 +00:00
4ee79ee847 Fix for bug 341333
svn path=/trunk/; revision=32304
2006-07-14 04:48:07 +00:00
2fb0e7f837 ** Fixes bug #347182
* e-user-creatable-items-handlers.c:
        (set_combo_button_style): New function.
        (new_button_change): Call set_combo_button_style.
        (setup_toolbar_button): Call set_combo_button_style.
* misc/e-combo-button.c: (e_combo_button_set_label):
         Removed needless g_return_if_fail().

svn path=/trunk/; revision=32294
2006-07-12 06:49:14 +00:00
ecd0e497e2 change the changelog's date
svn path=/trunk/; revision=32284
2006-07-11 12:15:36 +00:00
da2b3c2c01 ** Fixes bug #345402
2006-06-20  Li Yuan <li.yuan@sun.com>

	** Fixes bug #345402

	* e-dateedit.c: (on_date_popup_key_press):
	Grab the popup window when some key except ESC is pressed.

svn path=/trunk/; revision=32283
2006-07-11 12:08:30 +00:00
b9a8efb2ba removing the noise i added. sorry.
2006-07-04  Andre Klapper  <a9016009@gmx.de>

	* e-search-bar.c: removing the noise i added. sorry.

svn path=/trunk/; revision=32231
2006-07-04 14:04:52 +00:00
128a3512b2 fixing two typos, adding translator comments.
2006-07-04  Andre Klapper  <a9016009@gmx.de>

	* e-search-bar.c: fixing two typos, adding translator comments.

svn path=/trunk/; revision=32230
2006-07-04 14:03:11 +00:00
1a08c1fb58 Fix compile error in solaris
2006-07-03  Harry Lu  <harry.lu@sun.com>

        Fix compile error in solaris

        * e-filter-bar.h: E_FILTERBAR_SEPARATOR should have 3 members.
        * e-search-bar.h: add the declaration of e_search_bar_set_viewitem_id.

svn path=/trunk/; revision=32221
2006-07-03 11:49:51 +00:00
e8c517720e 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=32209
2006-06-30 13:03:34 +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
6012329728 Fix for bug #252814
svn path=/trunk/; revision=32170
2006-06-19 10:00:18 +00:00
c6539d7b4b Fix for bug #262210
svn path=/trunk/; revision=32165
2006-06-19 04:25:30 +00:00
4602caf9bc Removing aggressive time check when entering a date in the editor. Fixes
2006-06-09  Johnny Jacob  <johnnyjacob@gmail.com>

	* e-dateedit.c (): Removing aggressive time check when entering a
	date in the editor. Fixes bug #335400. (Committed by Andre Klapper)

svn path=/trunk/; revision=32100
2006-06-09 00:43:19 +00:00
3e0a9bfa17 Call update (bar); the rest of the fix for bug #178631.
2006-06-08  Jeffrey Stedfast  <fejj@novell.com>

	* e-attachment-bar.c (attachment_destroy): Call update (bar); the
	rest of the fix for bug #178631.

svn path=/trunk/; revision=32099
2006-06-08 21:47:46 +00:00
9d445543cf Don't use gtk_signal_new() for the set_scroll_adjustments signal, and use
2006-06-07  Federico Mena Quintero  <federico@novell.com>

	* e-map.c (e_map_class_init): Don't use gtk_signal_new() for the
	set_scroll_adjustments signal, and use the correct marshaler.
	Fixes bug #331743.

svn path=/trunk/; revision=32091
2006-06-07 16:11:11 +00:00
bda117750c ** Fixes bug 343494 Use gtk_button_set_image if GTK+ is 2.6 or higher.
2006-06-02  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fixes bug 343494
	* e-search-bar.c: (add_button): Use gtk_button_set_image if GTK+ is
	2.6 or higher.

svn path=/trunk/; revision=32067
2006-06-02 10:10:29 +00:00
c1d74deb42 Fix for #343280. No need to add label when we use
2006-05-30  Li Yuan <li.yuan@sun.com>

        Fix for #343280.
        * e-search-bar.c: (add_button):
        No need to add label when we use gtk_button_new_from_stock
        to create a button.

svn path=/trunk/; revision=32055
2006-05-30 09:35:15 +00:00
68726d3621 Fix compilation by adding missing (
* widgets/misc/e-attachment-bar.c: (update):
          Fix compilation by adding missing (

svn path=/trunk/; revision=32046
2006-05-27 16:23:25 +00:00
cae250057c Fix for Novell bug #178631
2006-05-26  Jeffrey Stedfast  <fejj@novell.com>

	Fix for Novell bug #178631

	* e-attachment-bar.c: Changed the EAttachmentBarPrivate struct, we
	no longer use a linked list, instead we use a GPtrArray - faster,
	simpler (plus all the code used indexes anyway, so it was really
	bizarre).
	(free_attachment_list): Removed.
	(attachment_destroy): New GWeakNotify callback for when an
	EAttachment object gets destroyed. Remove the attachment from the
	attachments array.
	(add_common): Updated to add to an array rather than a linked
	list. Also weak_ref the attachment object.
	(remove_attachment): Removed.
	(update): Updated to use the array instead of linked list of
	attachments.
	(e_attachment_bar_remove_selected): Same.
	(e_attachment_bar_set_width): Same.
	(e_attachment_bar_edit_selected): Same.
	(e_attachment_bar_get_selected): Same.
	(e_attachment_bar_get_attachment): Same.
	(e_attachment_bar_get_all_attachments): Same and also optimised
	since we can cheat now without having to g_slist_reverse.
	(e_attachment_bar_get_parts): Same.
	(destroy): Same.
	(eab_drag_data_get): Same.
	(init): Init attachments to a g_ptr_array_new
	(e_attachment_bar_to_multipart): Updated to use the attachments
	array.
	(e_attachment_bar_get_num_attachments): Updated to return the
	attachments->len.
	(e_attachment_bar_get_download_count): Updated to use the array.

	* e-attachment.c (finalise): Close the editor dialog if it is
	open.
	(async_progress_update_cb): If the phase is COMPLETE but the
	file_size is 0, then treat it as an error. In the error case,
	unref the attachment object (this will magically remove it from
	the EAttachmentBar).
	(close_cb): Don't unref the attachment object here anymore.
	(e_attachment_edit): Don't ref the EAttachment anymore.

svn path=/trunk/; revision=32042
2006-05-26 20:51:51 +00:00
859a20c804 fixed ChangeLog
svn path=/trunk/; revision=32041
2006-05-26 20:51:25 +00:00
c345604989 Added support for saving/attaching files/events/mails from/to remote shares
svn path=/trunk/; revision=32024
2006-05-25 06:06:16 +00:00
83cd87ef50 Committing a patch to build without cairo and fixed a issue where entire
evolution might showup with bold text.

svn path=/trunk/; revision=31955
2006-05-04 15:25:13 +00:00
dace8f4623 ** Fixes bug #339138
2006-04-27  Boby Wang <boby.wang@sun.com>

        ** Fixes bug #339138

        * e-calendar.c: (e_calendar_init):
        Correct the button's accessible name.

svn path=/trunk/; revision=31916
2006-04-27 09:47:01 +00:00
1d27d010fa ** Fixes bug #332821 Implement the accessibility of EExpander.
2006-04-27  Boby Wang  <boby.wang@sun.com>

        ** Fixes bug #332821
        * e-expander.c: (e_expander_class_init):
        Implement the accessibility of EExpander.

svn path=/trunk/; revision=31912
2006-04-27 07:27:12 +00:00
27bb32c53a Added icons to search menu.
svn path=/trunk/; revision=31909
2006-04-26 14:10:12 +00:00
8fb08c9933 Added icons for Find and Clear buttons.
svn path=/trunk/; revision=31907
2006-04-26 11:16:16 +00:00
7a77ccb6fd Committing fix for bug #335861
svn path=/trunk/; revision=31898
2006-04-26 08:50:06 +00:00
5a56417d12 Added Cairo Support to Evolution Calendar.
svn path=/trunk/; revision=31881
2006-04-24 10:41:49 +00:00
940383d676 Added code to create image attachment's icon in non-gui thread.
svn path=/trunk/; revision=31859
2006-04-21 19:43:24 +00:00
05a5069805 **Fixes bug #335618 If the row being deleted is the last one, we should
2006-03-28  Li Yuan  <li.yuan@sun.com>

        **Fixes bug #335618
        * e-selection-model-array.c: (e_selection_model_array_delete_rows):
        If the row being deleted is the last one, we should change the
        selection_start_row.

svn path=/trunk/; revision=31797
2006-04-10 09:19:22 +00:00
1ff721e815 Fixes bug #332140 Changed to transfer filenames from utf-8 to glib
2006-03-06  Simon Zheng  <simon.zheng@sun.com>

        Fixes bug #332140
        * e-attachment-bar.c: (temp_save_part):
        Changed to transfer filenames from utf-8 to glib encoding
        before really saving files.

svn path=/trunk/; revision=31664
2006-03-06 10:47:01 +00:00
24021a64a5 ** Fixes for 333235 If width of a widget is 0, don't draw it.
2006-03-06  Jeff Cai  <jeff.cai@sun.com>

        ** Fixes for 333235
        * e-combo-button.c: (paint): If width of a widget is 0,
        don't draw it.

svn path=/trunk/; revision=31658
2006-03-06 10:18:52 +00:00
c8008a3d47 Fix for Bug #331998.
svn path=/trunk/; revision=31608
2006-02-28 10:49:36 +00:00
8aa156cae0 Fixes bug #322789
svn path=/trunk/; revision=31574
2006-02-24 05:41:33 +00:00
a7706feade damn, changed the wrong changelog. so removing and adding. :-)
2006-02-13  Andre Klapper  <a9016009@gmx.de>
damn, changed the wrong changelog. so removing and adding. :-)

svn path=/trunk/; revision=31511
2006-02-13 16:45:27 +00:00
4dd7d83709 adding thai support. fixes the UI part of bug 251062.
2006-02-13  Andre Klapper  <a9016009@gmx.de>
	* e-charset-picker.c: adding thai support.
	fixes the UI part of bug 251062.

svn path=/trunk/; revision=31510
2006-02-13 16:34:37 +00:00
dc8e4af46d a11y changes for bug #330723
svn path=/trunk/; revision=31477
2006-02-10 22:28:38 +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
788a0f525f fixes #250754
svn path=/trunk/; revision=31363
2006-01-30 10:31:57 +00:00
669fa22004 Committing patch from Nancy Cai
svn path=/trunk/; revision=31273
2006-01-23 08:20:39 +00:00
02279f288a ** Fixes bug #326265
2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #326265

	* e-charset-picker.c: (e_charset_picker_bonobo_ui_populate):
	Added mnemonics to "Character Encoding" menu.

svn path=/trunk/; revision=31171
2006-01-13 16:19:36 +00:00
3e41616a61 remove the pruned file from MakeFile.am
svn path=/trunk/; revision=31137
2006-01-11 11:22:59 +00:00
29267d077d Remove e-util-marshal.list in current directory, and use the copy in
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * Makefile.am:
        * e-dateedit.c:
        * e-image-chooser.c:
        * e-printable.c:
        * e-reflow-model.c:
        * e-reflow.c:
        * e-search-bar.c:
        * e-selection-model.c:
        * gal-combo-box.c:
        Remove e-util-marshal.list in current directory, and
        use the copy in evolution/e-util directory instead.

        *e-util-marshal.list: removed

svn path=/trunk/; revision=31134
2006-01-11 10:33:24 +00:00
7d10f813b0 Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * menus/gal-view-instance.c:
        * misc/e-attachment-bar.c:
        * misc/e-calendar-item.c:
        * misc/e-dateedit.c:
        Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().

        use e_strfime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31122
2006-01-10 08:16:26 +00:00
43cce27088 assign the data first before accessing it.
2006-01-06  Parthasarathi Susarla <sparthasarathi@novell.com>

	* e-search-bar.c:(clear_verb_cb): assign the data first
	before accessing it.

svn path=/trunk/; revision=31070
2006-01-06 04:26:51 +00:00