Commit Graph

2293 Commits

Author SHA1 Message Date
e18a34da15 Fixes #387844
svn path=/trunk/; revision=33771
2007-07-08 20:11:32 +00:00
3561bd2e0a Remove a warning
svn path=/trunk/; revision=33702
2007-06-18 05:35:01 +00:00
5bef6377b5 ** Fix for bug #446015 from Gilles Dartiguelongue
svn path=/trunk/; revision=33701
2007-06-18 05:29:59 +00:00
70b5e473c8 Fix for bug #448223 from Gilles Dartiguelongue
svn path=/trunk/; revision=33700
2007-06-18 05:28:09 +00:00
493d0ed9a3 ** Fix for bug #325882
svn path=/trunk/; revision=33694
2007-06-18 05:07:15 +00:00
852a2b1be1 ** Fix for bug #257118
svn path=/trunk/; revision=33693
2007-06-18 05:02:37 +00:00
494cc00863 ** Fix for bug #263207
svn path=/trunk/; revision=33689
2007-06-18 04:54:07 +00:00
60f7f10f45 ** Fixes bug #447727
2007-06-15  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #447727

	* po/POTFILES.in: Remove e-clipped-label.c

	* mail/mail-send-recv.c:
	* shell/e-shell-folder-title-bar.c:
	* widgets/misc/e-info-label.c:
	* widgets/misc/e-multi-config-dialog.c:
	* widgets/misc/e-task-bar.c:
	Use ellipsized GtkLabels instead of EClippedLabels.

	* widgets/misc/e-clipped-label.[ch]:
	Remove these files.  GTK+ provides this functionality now.

	* widgets/misc/Makefile.am:
	Remove e-clipped-label.[ch].


svn path=/trunk/; revision=33680
2007-06-15 13:58:34 +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
3b81468ae4 Added construct function.
svn path=/trunk/; revision=33649
2007-06-04 01:52:03 +00:00
8bebb05056 ** Fix for bug #386503 from Matthew Barnes
svn path=/trunk/; revision=33647
2007-06-03 15:07:55 +00:00
5dff91307a ** Fix for bug #416031 from Martin Jürgens
svn path=/trunk/; revision=33635
2007-06-03 13:16:07 +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
051f3691f2 ** Fixes bug #424562
2007-05-24  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #424562

	* e-util/eggtrayicon.c:
	* e-util/eggtrayicon.h:
	Evolution requires GTK+ 2.10 now so kill this widget.

	* e-util/Makefile.am:
	Remove eggtrayicon.c and eggtrayicon.h.

	* calendar/gui/dialogs/recur-comp.c (recur_component_dialog):
	* e-util/e-dialog-utils.c (e_notice):
	* plugins/calendar-weather/calendar-weather.c
	(e_calendar_weather_location):
	* widgets/text/e-text.c (e_text_copy_clipboard),
	(e_text_update_primary_selection), (e_text_paste), (e_text_do_popup):
	Remove check for obsolete GTK+ version.

	* gui/alarm-notify/alarm-queue.c:
	EggTrayIcon is dead; always use GtkStatusIcon.


svn path=/trunk/; revision=33573
2007-05-24 19:14:14 +00:00
70a55f59e1 Fixes #439049.
2007-05-21  Wang Xin  <jedy.wang@sun.com>

	* e-dateedit.c: Fixes #439049.


svn path=/trunk/; revision=33560
2007-05-21 06:23:04 +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
bbd35744c0 Fix for #325118
svn path=/trunk/; revision=33531
2007-05-14 04:05:35 +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
9d23734707 Add tooltips for Views menu.
svn path=/trunk/; revision=33511
2007-05-11 11:03:48 +00:00
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