Commit Graph

816 Commits

Author SHA1 Message Date
4d78fe7c0c Emit "changed" signal. (#434981)
2007-05-03  Matthew Barnes  <mbarnes@redhat.com>

	* widgets/misc/e-attachment-bar.c (e_attachment_bar_remove_selected):
	Emit "changed" signal.  (#434981)



svn path=/trunk/; revision=33478
2007-05-03 20:51:44 +00:00
5ccf9eef4a ** Fixes bug #433005 (patch from Daniel Gryniewicz)
2007-04-24  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #433005  (patch from Daniel Gryniewicz)

	* shell/main.c: #include <gtk/gtkcheckbutton.h>

	* widgets/misc/e-task-widget.c: #include "e-spinner.h"


svn path=/trunk/; revision=33455
2007-04-24 18:10:25 +00:00
4a044a636e Clean up printing in Evolution (bug #426816)
svn path=/trunk/; revision=33440
2007-04-20 06:57:55 +00:00
ba064da784 Experiment spinner for status bar.
svn path=/trunk/; revision=33439
2007-04-20 06:03:09 +00:00
64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
d9aebe737f ** Added spinner widgets
svn path=/trunk/; revision=33417
2007-04-11 09:53:04 +00:00
62783cd7aa Use e_time_format_time to ensure evolution and evolution- data-server use
2007-04-09  Jeff Cai<jeff.cai@sun.com>

        * e-dateedit.c: (rebuild_time_popup):
        Use e_time_format_time to ensure evolution and evolution-
        data-server use same translations.
        Fix #380843.


svn path=/trunk/; revision=33403
2007-04-09 04:03:19 +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
18466caf14 Fix build breakage due to poorly placed preprocessor condition.
2007-03-27  Matthew Barnes  <mbarnes@redhat.com>

	* widgets/misc/e-filter-bar.c (menubar_activated):
	Fix build breakage due to poorly placed preprocessor condition.


svn path=/trunk/; revision=33326
2007-03-27 11:49:52 +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
eed15ba5ab Fixes bug #368983
svn path=/trunk/; revision=33203
2007-02-12 08:41:11 +00:00
9862306af9 Print migration updates from Ebby Wiselyn.
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
a97944b9bc Correct the date-stamp
svn path=/trunk/; revision=33124
2007-01-08 13:57:15 +00:00
9a3d4ed00d Initialize ESearchBarItem type to ESB_ITEMTYPE_RADIO. Fixes #382860.
2006-12-04  Harish Krishnaswamy  <kharish@novell.com>

* e-filter-bar.c: (build_items): Initialize ESearchBarItem
type to ESB_ITEMTYPE_RADIO. Fixes #382860.

svn path=/trunk/; revision=33123
2007-01-08 13:19:42 +00:00
a39f7ac63a Fixes bug #357970
2006-12-04  Matthew Barnes  <mbarnes@redhat.com>

	Fixes bug #357970

	* e-calendar-item.c:
	* e-canvas-background.c:
	* e-filter-bar.c:
	* e-search-bar.c:
	* gal-combo-box.c:
	Don't call deprecated GLib / GDK functions.

	* e-colors.c (e_color_alloc): Remove unused function.

svn path=/trunk/; revision=33048
2006-12-04 15:43:46 +00:00
fea67eb0dc Fix read of uninitialized ESearchBarItems. Partially fixes #381642.
2006-12-04  Harish Krishnaswamy  <kharish@novell.com>

	* e-filter-bar.c: (build_items): Fix read of uninitialized
	ESearchBarItems. Partially fixes #381642.

svn path=/trunk/; revision=33042
2006-12-04 11:19:28 +00:00
64516d2e58 type should be initialized to 0, not NULL.
2006-11-21  Harish Krishnaswamy  <kharish@novell.com>

	* e-filter-bar.c: (e_filter_bar_new): type should be
	initialized to 0, not NULL.

svn path=/trunk/; revision=33010
2006-11-21 03:14:03 +00:00
ced42ae969 ** Fixes bug #357492 put the attachment pointes into a temporary array.
2006-11-03  Parthasarathi Susarla <ajaysusarla@gmail.com>

	** Fixes bug #357492
	* e-attachment-bar.c: (e_attachment_bar_remove_selected):
	put the attachment pointes into a temporary array. Free the
	pointers and the array after going thru the entire list
	This prevents a crash and also fixes the issue of only few
	attachments getting deleted.

svn path=/trunk/; revision=32981
2006-11-14 19:59:05 +00:00
4aa4e4431c ** Fix for bug #360237 & bug #359236
svn path=/trunk/; revision=32865
2006-10-11 08:26:41 +00:00
186c3852c5 Make two strings translatable.
2006-10-03  Francisco Javier F. Serrador  <serrador@tecknolabs.com>

	* e-dateedit.c: Make two strings translatable.

svn path=/trunk/; revision=32847
2006-10-02 22:54:18 +00:00
de09c8aa25 Revert the previous patch as per rel-team disapproval on the commit.
2006-10-02 Harish Krishnaswamy <kharish@novell.com>

	* Revert the previous patch as per rel-team
	disapproval on the commit.

svn path=/trunk/; revision=32845
2006-10-02 14:28:53 +00:00
042154a505 ** Fix for bug #329694
2006-08-23 Ushveen kaur <kushveen@novell.com>

	** Fix for bug #329694

	* e-charset-picker.c : Translator comment added for "logical".

svn path=/trunk/; revision=32824
2006-09-29 07:56:13 +00:00
91978e928a ** Fixes bug #335814
2006-09-28  Ushveen Kaur <kushveen@novell.com>

	** Fixes bug #335814

	* e-charset-picker.c: Name and subclass changed for
	E_CHARSET_HEBREW from "ISO-8859-8","Visual" to "ISO-8859-8-i","Logical".

svn path=/trunk/; revision=32823
2006-09-29 07:52:50 +00:00
1992a65ef8 Fixes a lot of search issues.
svn path=/trunk/; revision=32821
2006-09-29 07:37:56 +00:00
0e5cccbd8a ** Fixes bug #341474 patch from Ushveen
2006-09-29  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #341474 patch from Ushveen

	* e-attachment-bar.c: (size_to_string): Use
	gnome_vfs_format_file_size_for_display instead of manual calculations.

svn path=/trunk/; revision=32820
2006-09-29 06:21:52 +00:00
4397b37fb9 ** Fixes bug #351332
2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #351332

	* misc/e-attachment-bar.h: Fix implicit function declarations.

svn path=/trunk/; revision=32793
2006-09-18 17:31:23 +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
3ef49256db ** Fix for bug #325614
2006-09-12  Ushveen Kaur  <kushveen@novell.com>

	** Fix for bug #325614

	* e-task-widget.c (e_task_widget_update) : Translator comment
	added.

svn path=/trunk/; revision=32759
2006-09-12 11:31:32 +00:00
9f10f86f52 ** Fixes bug #341099.
* e-canvas-item.c: (e_canvas_unrealize):
Set second argument of gtk_im_context_set_client_window to NULL.

svn path=/trunk/; revision=32744
2006-09-07 00:19:03 +00:00
93a849a872 ** Fix for bug #353059
svn path=/trunk/; revision=32686
2006-08-28 06:54:55 +00:00
0e0dc0b15d flip month view in RTL locale - fixes bug 342443. committed by Andre
2006-08-23  Behnam Esfahbod  <behnam@zwnj.org>

	* e-calendar.c:
	* e-calendar-item.c:
	flip month view in RTL locale - fixes bug 342443.
	committed by Andre Klapper

svn path=/trunk/; revision=32641
2006-08-23 09:23:38 +00:00
40f0681b4f improve GError initialization code - fixes bug 352423. committed by Andre
2006-08-23  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/mailing-list-actions/mailing-list-actions.c:
	* widgets/misc/e-multi-config-dialog.c:
	improve GError initialization code - fixes bug 352423.
	committed by Andre Klapper

svn path=/trunk/; revision=32638
2006-08-23 08:38:52 +00:00
c09e79bbf4 ** Fixes bug #347238
svn path=/trunk/; revision=32636
2006-08-23 07:59:00 +00:00
9fde25b2d5 ** Fixes bug #348753
2006-08-21  Li Yuan <li.yuan@sun.com>

    ** Fixes bug #348753

    * e-search-bar.c: (entry_key_press_cb), (e_search_bar_construct):
    Add accelerate key to the search bar. <ALT ARROW_DOWN> open option window.

svn path=/trunk/; revision=32611
2006-08-21 08:09:25 +00:00
a4b0eedd51 fixes a lot of search issues.
svn path=/trunk/; revision=32605
2006-08-21 05:57:39 +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
3e805c9742 Fix for bug #341482
svn path=/trunk/; revision=32522
2006-08-10 07:58:44 +00:00
a00b972e5a Committed Johnny's string changes for search
svn path=/trunk/; revision=32474
2006-08-05 06:38:47 +00:00
dc7029d5b6 Fix for bug #349565
svn path=/trunk/; revision=32459
2006-08-02 04:55:46 +00:00
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