4a4ed14799
Do not use deprepcate e_source_list_peek_group_by_name
...
Missed one usage withing bug #569652
2009-05-05 15:09:21 +02:00
1094408202
Fix a build break in external-editor plugin.
2009-05-05 08:26:29 -04:00
6cc1e874e8
Fix an eplug typo.
2009-05-04 20:56:59 -04:00
74be145e70
Add -I$(top_srcdir)/widgets to a bunch of plugins.
2009-05-04 20:47:19 -04:00
d95e6e629c
Re-mark some metadata strings for translation
2009-05-04 15:32:42 -04:00
081823fd82
Fix a -Werror-implicit-function-declaration regression
2009-05-04 13:34:15 -04:00
b73ed1d9ff
BUGFIX: 547414 - Publish Free/Busy calendar for configurable time
...
Allow user define time duration for the Free/Busy calendar information
in the publish-calendar plugin.
2009-05-04 16:31:12 +02:00
073d6daf34
BUGFIX: 578540 - Create address book entries when sending mails
...
bbdb plugin, adds entry when sending any email, not only on reply.
2009-05-04 15:08:13 +02:00
3cdb70a7d8
BUGFIX: 553261 - Handle absolute paths in gconf better
...
For backup-restore plugin.
2009-05-04 14:43:13 +02:00
6e72a236dc
** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_add
...
According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to
the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a
timeout in seconds is desired.
2009-05-04 10:10:55 +05:30
d3a924613f
Bug 575124 – Clarify "S_pecify the mailbox name" string
2009-05-03 09:05:14 -04:00
c0f9d291fc
Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.c
2009-05-02 23:16:08 -04:00
b4d7c0892e
Bug 572977 – Use g_strerror() instead of strerror()
2009-05-02 23:11:12 -04:00
20533c3be5
Bug 542685 – [default-mailer] Leaking GConfValue
2009-05-02 22:59:06 -04:00
d523f10dfe
Use Behdad's brilliant git.mk to generate .gitignore files.
2009-05-02 11:37:10 -04:00
46344c7330
Fix distcheck errors.
2009-05-01 09:14:16 -04:00
71c5738707
Only #include specific libgnome[ui] headers; easier to track.
...
Stop including top-level libgnome[ui] headers -- <gnome.h>,
<libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include
specific header files so we can track them easier.
Also, remove several unshipped test programs. Mostly ETable stuff.
2009-04-30 23:30:00 -04:00
b915f8b5bd
More gnome-init cleanup for bug #567283 .
2009-04-30 22:21:49 -04:00
4ce3d9c321
Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
...
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
2009-04-30 22:05:37 -04:00
5e479d0a2d
Bug 580894 – Kill libgnome/gnome-util (partial fix)
...
Migrate the evolution-backup utility from gnome_program_init() to
gtk_init_with_args().
2009-04-30 16:11:52 -04:00
c3191ec86b
Bump the required GLib and GTK+ versions to latest stable.
...
We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all
GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
2009-04-30 15:42:04 -04:00
3def4a7952
BUGFIX: bug #579774 Use spamc to learn junk if available
2009-04-29 19:24:24 +02:00
156dfd09d8
External Editor rewrite by Holger Macht. Fixes #567145
2009-04-28 20:40:26 +05:30
8da8026619
Store username in a source URL in CalDAV
...
** Fix for bug #578335
* caldav-source.c: (user_changed), (location_changed):
Revert part of bug #562990 , as EPassword requires username
as part of an URL to store passwords properly to a keyring.
2009-04-28 17:02:53 +02:00
e9adae4dc7
Add some initial .gitignore files.
2009-04-27 20:39:37 -04:00
de003c135a
Use consistent variable names for GtkUIManager
2009-04-27 20:27:02 -04:00
4449a34101
Commit the rest of the attachment UI rewrite
...
Oops, last commit only included the -new- files.
This also removes EExpander, which is no longer used.
2009-04-27 15:36:19 -04:00
0f7060ee7d
Define .error files correctly and external-editor crash fix
...
** Fix for bug #561188
2009-04-27 11:34:11 +02:00
96a85a6ecd
Be able to save mail to event, meeting, task or memo
...
** Fix for bug #342296
2009-04-24 20:10:29 +02:00
2403bbcdd1
Use new ESourceList API (simplifies code)
...
** Part of fix for bug #569652
2009-04-24 19:40:31 +02:00
c33335bc72
Use system timezone in Evolution
...
** Fix for bug #381132
2009-04-24 19:11:03 +02:00
f171b15d92
Show error or success to user with publish-calendar plugin
...
** Fix for bug #340783
* publish-format-fb.h: (publish_calendar_as_fb):
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* publish-format-ical.h: (publish_calendar_as_ical):
* publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
* publish-calendar.c: (publish), (publish_no_succ_info),
(publish_uri_async), (publish_online), (mount_ready_cb),
(mount_first), (add_timeout), (add_offset_timeout),
(online_state_changed), (publish_urls), (action_publish),
(error_queue_show_idle), (error_queue_add):
Show error or success to user in a UI.
2009-04-24 18:07:32 +02:00
8a072ffc7c
GN-bug #572348 - Removed deprecated Gtk+ symbols
...
Some still left, because those gone in kill-bonobo branch.
2009-04-24 11:45:21 +02:00
2cac535202
** Fix for bug #574248
...
2009-04-09 Milan Crha <mcrha@redhat.com >
** Fix for bug #574248
* google-contacts-source.c: (plugin_google_contacts):
* google-source.c: (plugin_google):
Compare base URI case insensitively.
svn path=/trunk/; revision=37507
2009-04-09 10:58:37 +00:00
de522aa2fb
** Fixes bug #578034
...
2009-04-07 Tobias Mueller <tobiasmue@gnome.org >
** Fixes bug #578034
* google-source.c (claim_error):
Call gtk_message_dialog_new with a proper format string.
svn path=/trunk/; revision=37495
2009-04-06 22:10:08 +00:00
4afefd78df
** Fix for bug #576696
...
2009-03-26 Milan Crha <mcrha@redhat.com >
** Fix for bug #576696
* plugins/mail-to-task/mail-to-task.c: (set_attendees):
* plugins/mail-to-meeting/mail-to-meeting.c: (add_attendee_cb):
Set mandatory properties.
svn path=/trunk/; revision=37477
2009-03-26 11:28:49 +00:00
43622cd610
** Fixes bug #572950
...
2009-02-26 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #572950
* plugins/caldav/Makefile.am:
* plugins/google-account-setup/Makefile.am:
* plugins/webdav-account-setup/Makefile.am:
Fix ordering of -I compiler directives. Patch by Daniel Macks.
* addressbook/printing/Makefile.am:
Remove meaningless GNOME_INCLUDEDIR.
svn path=/trunk/; revision=37343
2009-02-26 18:23:33 +00:00
372a8d0d9e
remove deprecated and commented code.
...
2009-02-26 Andre Klapper <a9016009@gmx.de >
* exchange-permissions-dialog.c:
remove deprecated and commented code.
svn path=/trunk/; revision=37340
2009-02-26 11:19:40 +00:00
e11f37f2fc
** Fix for bug #572399
...
2009-02-25 Milan Crha <mcrha@redhat.com >
** Fix for bug #572399
* email-custom-header.c: (header_foreach_check_isempty):
Do not read from invalid iterator after call of row changed.
svn path=/trunk/; revision=37331
2009-02-25 11:23:33 +00:00
408ed63671
** Fix for bug #559719
...
2009-02-25 Milan Crha <mcrha@redhat.com >
** Fix for bug #559719
* google-contacts-source.c: (struct ui_data), (destroy_ui_data), (plugin_google_contacts):
* plugins/google-account-setup/plugins/webdav-account-setup/webdav-contacts-source.c: (destroy_ui_data), (plugin_webdav_contacts):
Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet.
svn path=/trunk/; revision=37325
2009-02-25 10:52:45 +00:00
15b9f361f6
Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.
...
Define some temporary macros to work around it.
svn path=/trunk/; revision=37292
2009-02-19 03:40:14 +00:00
658c9e0c8f
** Fixes part of bug #572348
...
2009-02-19 Matthew Barnes <mbarnes@redhat.com >
** Fixes part of bug #572348
* calendar/gui/alarm-notify/alarm-queue.c (display_notification):
* plugins/mail-notification/mail-notification.c (new_notify_status):
Call gtk_status_icon_set_tooltip_text() instead of
gtk_status_icon_set_tooltip() (deprecated).
* calendar/gui/weekday-picker.c (configure_items):
Remove dead code.
* widgets/table/e-table-example-1.c (main):
gtk_widget_push_visual() is a no-op. Remove it.
svn path=/trunk/; revision=37291
2009-02-19 03:25:13 +00:00
5594d06af3
** Fix for bug #571721
...
2009-02-16 Milan Crha <mcrha@redhat.com >
** Fix for bug #571721
* itip-view.c: (itip_view_init): Added translators comment.
svn path=/trunk/; revision=37276
2009-02-16 11:24:35 +00:00
9c28e70fb0
** Fixes part of bug #564229
...
2009-02-13 Matthew Barnes <mbarnes@redhat.com >
** Fixes part of bug #564229
* e-util/e-plugin-ui.c (plugin_ui_hook_class_init):
Initialize the EPluginUI registry during class initialization,
so that it's sure to be there when we need it.
* plugins/email-custom-header/email-custom-header.c:
(e_plugin_lib_get_configure_widget):
Do not use uninitialized variable.
svn path=/trunk/; revision=37265
2009-02-14 04:25:11 +00:00
9cc64a2009
Substitute some deprecated gtk+ functions.
...
2009-02-11 Andre Klapper <a9016009@gmx.de >
* addressbook/gui/component/addressbook-migrate.c:
* calendar/gui/migration.c:
* calendar/gui/dialogs/alarm-dialog.c:
* mail/em-folder-browser.c:
* mail/em-migrate.c:
* plugins/audio-inline/audio-inline.c:
Substitute some deprecated gtk+ functions.
svn path=/trunk/; revision=37249
2009-02-11 16:06:24 +00:00
73a91dd01b
Include <mono/metadata/mono-config.h> to fix an implicit-function-declaration compiler warning.
...
svn path=/trunk/; revision=37225
2009-02-04 18:58:12 +00:00
92cf0195de
Reviewed by Srinivasa Ragavan <sragavan@novell.com>
...
2009-02-02 Takao Fujiwara <takao.fujiwara@sun.com >
Reviewed by Srinivasa Ragavan <sragavan@novell.com >
** Fix for bug #567568
* apps_evolution_email_custom_header.schemas.in:
Remove translatable <default> tag.
* email-custom-header.c (epech_setup_widgets):
Added gettext for the default custom header.
svn path=/trunk/; revision=37211
2009-02-03 01:33:00 +00:00
9ecc34dd3c
Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP for all the text info present in calendar related messages).
...
svn path=/trunk/; revision=37210
2009-02-02 04:41:36 +00:00
51dba6bd0c
** Disable debug macros (#define d(x) x) throughout. ( #569638 )
...
2009-01-31 Matthew Barnes <mbarnes@redhat.com >
** Disable debug macros (#define d(x) x) throughout. (#569638 )
svn path=/trunk/; revision=37202
2009-02-01 01:18:42 +00:00
dd4dd31cac
Removed dangling '*/'.
...
2009-01-30 Milan Crha <mcrha@redhat.com >
* backup-restore.c: (sanity_check): Removed dangling '*/'.
svn path=/trunk/; revision=37195
2009-01-30 18:46:33 +00:00