Commit Graph

805 Commits

Author SHA1 Message Date
8bebb05056 ** Fix for bug #386503 from Matthew Barnes
svn path=/trunk/; revision=33647
2007-06-03 15:07:55 +00:00
54a9260f69 Fix for version removal from installed files.
svn path=/trunk/; revision=33646
2007-06-03 14:50:35 +00:00
b484ae1c53 Fix for version removal from installed files
svn path=/trunk/; revision=33645
2007-06-03 14:33:12 +00:00
1d573304a4 Fix for version removal from installed files.
svn path=/trunk/; revision=33644
2007-06-03 14:31:58 +00:00
eea2d2800f Fix for version removal from installed files
svn path=/trunk/; revision=33643
2007-06-03 14:31:19 +00:00
2ba6ef0e2b Fix compilation warning in plugins/itip-formatter directory. (#440272)
svn path=/trunk/; revision=33629
2007-06-03 03:03:28 +00:00
8236cce314 Don't assume the relative URI is non-NULL (#427232).
2007-05-25  Matthew Barnes  <mbarnes@redhat.com>

	* addressbook/gui/component/addressbook-component.c (ensure_sources):
	* addressbook/gui/component/addressbook-migrate.c (ensure_sources):
	* calendar/gui/migration.c (create_calendar_sources),
        (create_task_sources), (create_memo_sources):
	* calendar/gui/tasks-component.c (ensure_sources):
	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/memos-component.c (ensure_sources):
	* plugins/hula-account-setup/camel-hula-listener.c
        (remove_esource), (modify_esource):
	* plugins/groupwise-account-setup/camel-gw-listener.c
        (remove_esource), (modify_esource):
	Don't assume the relative URI is non-NULL (#427232).

	* plugins/exchange-operations/exchange-config-listener.c
        (exchange_add_autocompletion_folders):
	Don't assume the absolute URI is non-NULL (#427232).


svn path=/trunk/; revision=33577
2007-05-25 16:19:02 +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
10ded337c7 Move files that have translations but are not shipped to POTFILES.skip.
2007-05-19  Matthew Barnes  <mbarnes@redhat.com>

	* POTFILES.in:
	* POTFILES.skip:
	Move files that have translations but are not shipped to
	POTFILES.skip.  Patch from Philip Withnall.  (#436985)

	* plugins/mail-notification/Makefile.am:
	Fix a couple distcheck errors.


svn path=/trunk/; revision=33559
2007-05-20 03:18:47 +00:00
ebcd73e5d2 ** Fix for bug #439316
svn path=/trunk/; revision=33557
2007-05-18 04:23:29 +00:00
1e906110cc ** Fix for bug #439146 and #438711 from Ross Burton and Daniel Gryniewicz
svn path=/trunk/; revision=33556
2007-05-18 03:43:51 +00:00
fc1d6fad1c ** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
2007-05-14  Sankar P  <psankar@novell.com>

	** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>   

	* imap-headers.c:
	Evolution crashes when clicking "Edit" button
	Fixes #425506 



svn path=/trunk/; revision=33539
2007-05-14 05:08:00 +00:00
aea60c7db3 ** Fix for bug #414195 from Loïc Minier
svn path=/trunk/; revision=33537
2007-05-14 04:24:13 +00:00
f00f81ee32 ** Fix for bug #414195 from Loïc Minier
svn path=/trunk/; revision=33533
2007-05-14 04:13:52 +00:00
d23aa43aeb ** Fix for bug #375234 from Vitaliy Ischenko
svn path=/trunk/; revision=33532
2007-05-14 04:07:07 +00:00
048c816398 Fixes bug #324982
svn path=/trunk/; revision=33530
2007-05-14 04:03:32 +00:00
4a30b4362e Fix for #325965
svn path=/trunk/; revision=33527
2007-05-14 03:57:38 +00:00
62fd2f2989 ** Fixes part of bug #337616
2007-05-12  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #337616

	* Makefile.am:
	Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.

	* addressbook/Makefile.am:
	* calendar/gui/Makefile.am:
	* mail/Makefile.am:
	* plugins/bogo-junk-plugins/Makefile.am:
	* plugins/default-mailer/Makefile.am:
	* shell/Makefile.am:
	Add $(schema_DATA) to DISTCLEANFILES.

	* plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in:
	Rename as org-gnome-bogo-junk-plugin.eplug.xml.

	* plugins/caldav/Makefile.am:
	* plugins/import-ics-attachments/Makefile.am:
	* plugins/publish-calendar/Makefile.am:
	Add "eplug" file to CLEANFILES.

	* plugins/mail-remote/Makefile.am:
	Add "eplug.xml" file to EXTRA_DIST.

	* po/POTFILES.in: Don't translate files we no longer ship.


svn path=/trunk/; revision=33521
2007-05-13 00:24:55 +00:00
82f23f8570 Fix errno reset issue
svn path=/trunk/; revision=33516
2007-05-12 10:37:45 +00:00
c4d980042e Fix file descriptor leaks (#437664)
svn path=/trunk/; revision=33512
2007-05-11 11:55:57 +00:00
730fa4cf41 Bug 437584 – Compilation warning in evolution's plugins folder
svn path=/trunk/; revision=33507
2007-05-11 10:22:26 +00:00
347bdcf94d Fix a build error.
svn path=/trunk/; revision=33506
2007-05-11 09:55:01 +00:00
679e7a6353 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-05-11  Sankar P  <psankar@novell.com>

	* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* plugin-manager.c: (eppm_show_plugin), (eppm_selection_changed),
	(eppm_enable_toggled), (eppm_free),
	(org_gnome_plugin_manager_manage):
	Sort the list of plugins based on name so that it is easy to use



svn path=/trunk/; revision=33505
2007-05-11 07:04:04 +00:00
800f4b9dc4 Fix for build break.
svn path=/trunk/; revision=33490
2007-05-07 04:57:19 +00:00
257cf1da83 Make libnotify conditional
svn path=/trunk/; revision=33475
2007-05-03 09:03:01 +00:00
ca40a11a3c Initial commit for Mail notification plugin.
svn path=/trunk/; revision=33474
2007-05-03 08:04:47 +00:00
b92eff4a79 Revert the previous wrong commit.
svn path=/trunk/; revision=33473
2007-05-03 07:59:37 +00:00
6fe8a308c7 Commit Mail notification plugin to the trunk.
svn path=/trunk/; revision=33472
2007-05-03 07:52:54 +00:00
4241d07921 Send the new mail count via the dbus interface.
svn path=/trunk/; revision=33471
2007-05-03 07:46:24 +00:00
6324896c23 Distcheck fixes.
svn path=/trunk/; revision=33459
2007-04-25 16:36:50 +00:00
eb2ff6d862 Distribute bogo-junk-plugin.schemas.in.in. (#432616)
2007-04-23  Matthew Barnes  <mbarnes@redhat.com>

	* Makefile.am: Distribute bogo-junk-plugin.schemas.in.in.  (#432616)


svn path=/trunk/; revision=33452
2007-04-23 21:28:32 +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
12591b12bf Reworked Backup/restore plugin.
svn path=/trunk/; revision=33422
2007-04-12 18:15:50 +00:00
b52704ab18 ** Fixes #426481 Fix Typo Assitant
2007-04-10  Elizabeth Greene <nerdygirl_ellie@yahoo.com>

	** Fixes #426481
	* exchange-account-setup.c: Fix Typo Assitant


svn path=/trunk/; revision=33414
2007-04-10 04:11:16 +00:00
6519f539d0 fix typos and reword a string. Fixes bug #404764.
2007-04-10  Andre Klapper  <a9016009@gmx.de>

	* plugins/ipod-sync/evolution-ipod-sync.c:
	fix typos and reword a string. Fixes bug #404764.


svn path=/trunk/; revision=33412
2007-04-10 03:08:06 +00:00
fa589512f1 Use GLib marshallers wherever possible.
2007-04-05  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/exchange-operations/exchange-config-listener.c (class_init):
	* plugins/exchange-operations/exchange-delegates-user.c (class_init):
	Use GLib marshallers wherever possible.


svn path=/trunk/; revision=33387
2007-04-05 15:42:40 +00:00
8a5e6ecc96 Committing reworked SA with options in the plugin.
svn path=/trunk/; revision=33366
2007-04-03 09:12:29 +00:00
8de35f87c2 Committing the right Makefile.am
svn path=/trunk/; revision=33365
2007-04-03 09:10:12 +00:00
161a51e4df Added bogofilter to Evolution.
svn path=/trunk/; revision=33364
2007-04-03 09:06:19 +00:00
d67896196c Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.
2007-04-03  Matthew Barnes  <mbarnes@redhat.com>

	* mail/evolution-mail.schemas.in.in:
	* plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name):
	* plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml:
	Correctly capitalize SpamAssassin.  (#375577)
	Patch from Priit Laes.


svn path=/trunk/; revision=33363
2007-04-03 05:14:33 +00:00
0c83d5d341 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02  Sankar P  <psankar@novell.com>

	* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
	
	Code Cleanup. 
	Fixes part of #301149



svn path=/trunk/; revision=33354
2007-04-02 07:13:50 +00:00
a2b962acc3 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* org-gnome-mailing-list-actions.eplug.xml:
	Cleanup. 
	Fixes part of #301149


svn path=/trunk/; revision=33353
2007-04-02 06:31:08 +00:00
b54dfc3262 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* org-gnome-mail-account-disable.eplug.xml:
	Cleanup. 
	Fixes part of #301149


svn path=/trunk/; revision=33352
2007-04-02 06:29:00 +00:00
ab31e3515a Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* org-gnome-mail-folder-unsubscribe.eplug.xml:
	Cleanup. 
	Fixes part of #301149




svn path=/trunk/; revision=33351
2007-04-02 06:24:42 +00:00
88a90e2bae Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02  Sankar P  <psankar@novell.com>

	* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* org-gnome-mark-all-read.eplug.xml:
	Cleanup. 
	Fixes part of #301149



svn path=/trunk/; revision=33350
2007-04-02 06:20:47 +00:00
b5365bc587 ** Fixes bug #373116
2007-04-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #373116

	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/e-cal-model.c (ecm_get_color_for_component):
	* calendar/gui/memos-component.c (ensure_sources):
	* calendar/gui/migration.c (create_calendar_contact_source),
	(create_calendar_sources), (create_task_sources),
	(create_memo_sources), (add_gw_esource):
	* calendar/gui/tasks-component.c (ensure_sources):
	* plugins/groupwise-account-setup/camel-gw-listener.c (add_esource):
	Use the new ESource color API.

	* calendar/gui/dialogs/cal-prefs-dialog.c:
	* calendar/gui/dialogs/cal-prefs-dialog.glade:
	* calendar/gui/dialogs/calendar-setup.c:
	* calendar/gui/dialogs/calendar-setup.glade:
	* filter-colour.c (get_widget):
	* mail/em-composer-prefs.c:
	* mail/em-composer-prefs.h:
	* mail/em-mailer-prefs.c:
	* mail/em-mailer-prefs.h:
	* mail/mail-config.glade:
	Migrate from GnomeColorPicker to GtkColorButton.

	* filter/filter-colour.h:
	Store color as a GdkColor instead of separate RGBA components.

	* filter/filter-colour.c (color_eq):
	Use gdk_color_equal() to compare colors.

	* filter/filter-colour.c (xml_encode):
	Encode color as a single property ("spec").

	* filter/filter-colour.c (xml_decode):
	Read the color from a single property ("spec").
	Provide a migration path for old XML files.

	* calendar/gui/calendar-component.c
	(calendar_config_get_tasks_due_today_color),
	(calendar_config_get_tasks_overdue_color):
	Return a GdkColor instead of an X color specification.

	* calendar/gui/calendar-component.c
	(calendar_config_set_tasks_due_today_color),
	(calendar_config_set_tasks_overdue_color):
	Accept a GdkColor instead of an X color specification.

	* calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component):
	Adapt to modified color API in calendar-component.c by converting
	the GdkColor to an X color specification.  This is an ugly hack to
	be fixed later.


svn path=/trunk/; revision=33349
2007-04-02 04:19:25 +00:00
b4ed9e8de8 Rewritten GroupWise Status Tracking
2007-03-30  Sankar P  <psankar@novell.com>

	* status-track.c: (format_date), (track_status):
	Rewritten GroupWise Status Tracking



svn path=/trunk/; revision=33344
2007-03-30 06:00:59 +00:00
860676317c Evolution requires GLib 2.10 now; remove dead backward-compatibility code
2007-03-29  Matthew Barnes  <mbarnes@redhat.com>

	* mail/em-utils.c:
	* mail/mail-config.c:
	* plugins/save-attachments/save-attachments.c:
	Evolution requires GLib 2.10 now; remove dead backward-compatibility
	code for GLib < 2.8 (#418971).


svn path=/trunk/; revision=33341
2007-03-29 19:04:25 +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