Commit Graph

2270 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
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
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
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
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
16e935ac6a Fixes bug #357970
2006-09-27  Matthew Barnes  <mbarnes@redhat.com>

	Fixes bug #357970

	* text/e-text.c (e_text_unrealize): Don't call deprecated GLib / GDK
	functions.

svn path=/trunk/; revision=33050
2006-12-04 15:45:50 +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
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
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
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
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
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
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
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
71866ce5ca Fixes 350559. Disable timeout function when the map is destroyed.
svn path=/trunk/; revision=32596
2006-08-20 11:50:16 +00:00
13b58cb84e Fix for bug #350884 (GMail like thread sorting)
svn path=/trunk/; revision=32587
2006-08-18 18:50:11 +00:00
3e805c9742 Fix for bug #341482
svn path=/trunk/; revision=32522
2006-08-10 07:58:44 +00:00