Commit Graph

1280 Commits

Author SHA1 Message Date
Chenthill Palanisamy 1cee53b025 Do not decode the date as its already in local timezone. 2009-07-14 15:49:09 +05:30
Milan Crha c29de62e45 Bug #586109 - [vcard-inline] Crash while rendering inline vcard 2009-07-14 12:14:02 +02:00
Matthew Barnes 504cbbaca1 Version check for the deprecation workaround was off by one. 2009-07-13 16:56:00 -04:00
H.Habighorst 1e0b252fc7 Bug 588018 – NetworkManager & DBUS build check rewrite 2009-07-13 14:06:19 -04:00
Matthew Barnes 966f10fe2d Work around deprecation of g_mount_unmount(). 2009-07-13 14:06:19 -04:00
Michael Terry 20eb5531eb Bug #586958 - Too long texts instartup wizard
[PATCH 1/2] [restore-backup] Make intro text wrap
The introductory text to the 'Restore from backup' page is too long,
especially in some languages.  This patch wraps the label as other
labels in the startup wizard are wrapped.

[PATCH 2/2] Don't break long labels unnecessarily
A few strings had unnecessary end lines in them, which fight with the
natural line-wrap algorithm.
2009-07-13 13:21:13 +02:00
Matthew Barnes 0274669179 Fix excessive whitespace. 2009-07-12 23:33:07 -04:00
Matthew Barnes adb63f0f21 Fix compiler warnings in tnef-attachments plugin. 2009-07-12 23:19:00 -04:00
Daniel Macks 2cddd40460 Bug 588106 – Makefile.am misuses *_LDFLAGS 2009-07-09 10:52:06 -04:00
Matthew Barnes 42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
Milan Crha f7b884584a Bug #566369 - fix string typo "cancelled" => "canceled" 2009-06-22 17:41:15 +02:00
Milan Crha 7a9ab4f23b Bug #566369 - backup-restore - recognize broken archive 2009-06-22 17:09:21 +02:00
Bharath Acharya d38e8b65db Fix build issue for pst-import plugin 2009-06-22 11:12:21 +05:30
Milan Crha 4a2d5ee345 Bug #346146 - Appointments in Sent folder should not display actions 2009-06-19 16:21:08 +02:00
Milan Crha b3471557bb ipod-sync - include also 'widgets' directory 2009-06-19 12:52:14 +02:00
Matthew Barnes d5f9b1cad7 Bug 586332 - Build error (long gint) 2009-06-18 23:43:10 -04:00
Matthew Barnes 547e123d27 Stop abusing forward declarations. 2009-06-18 15:26:21 -04:00
Matthew Barnes 67159043da Use G_BEGIN_DECLS / G_END_DECLS macros. 2009-06-18 12:56:51 -04:00
Milan Crha b1f79dd475 Bug #586251 - Let the SSL checkbox for Google calendar work
User is supposed to re-edit his Google calendar account to let
this work (and restart whole Evolution too).
2009-06-18 15:21:37 +02:00
Milan Crha 3adac597cf Leak a bit less. Use proper function prototype.
The first is for mail, the second for publish-calendar plugin.
2009-06-15 14:15:10 +02:00
Matthew Barnes 6b12be62e1 Fix coding style. 2009-06-13 22:51:11 -04:00
Fridrich Strba d0917c9731 Avoid the console popping while evolution running on windows 2009-06-05 15:05:02 +02:00
Milan Crha 84c55f4e98 Fix even more compiler warnings and disable one for format strings 2009-06-05 14:50:42 +02:00
Milan Crha aef7ab0983 Bug #581780 - Remember passwords in keyring for web calendars too 2009-06-03 19:53:38 +02:00
Fridrich Strba 3bfe9497a6 Add libraries to LIBADD so that -no-undefined on win32 works well. 2009-06-03 19:26:24 +02:00
Matthew Barnes 84ff048ccc Fix more compiler warnings. 2009-06-01 22:50:46 -04:00
Matthew Barnes 8771a6de35 More code cleanup. 2009-06-01 19:09:19 -04:00
Matthew Barnes 6413227cef Whitespace cleanup. 2009-05-28 13:13:05 -04:00
Matthew Barnes fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
Matthew Barnes 6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
Milan Crha e61e5e2325 Bug #583441 - bbdb plugin is getting information from composer now
It used to ask composer for a message, a generated one, which asks
for a password to the signing twice, once here and once when composer
itself generates message for sending. bbdb crashed when user canceled
password prompt for a key, as it didn't check for NULL returned.
2009-05-28 15:00:16 +02:00
Matthew Barnes 333656eba5 Merge branch 'warnings' 2009-05-26 16:58:27 -04:00
Matthew Barnes ffa17ed195 Fix compiler warnings in plugins. 2009-05-26 16:56:30 -04:00
Milan Crha c37d828382 Bug #578335 - CalDAV - replace '@' in username to "%40" 2009-05-25 17:55:38 +02:00
Milan Crha be4ca0bbea itip-formatter - search for master object too
When received a detached instance, and the calendar doesn't contain
that exact instance, then try to search for the master object and
use it, if found.
2009-05-25 16:54:25 +02:00
Matthew Barnes f575a7626a Eliminate redundant E_ICON_SIZE_* enumeration. 2009-05-24 11:54:43 -04:00
Chenthill Palanisamy 087494c23e Adding the new file which was missed in earlier commit for resend feature. 2009-05-22 13:30:52 +05:30
Matthew Barnes 1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
Chenthill Palanisamy 45dc56b473 Show a progress message if the calendar is taking sometime to open. 2009-05-21 14:13:42 +05:30
Chenthill Palanisamy 3b94603700 Adds the resend feature to GroupWise features. 2009-05-21 14:10:36 +05:30
Chenthill Palanisamy 66687b22ec Fixes bug 499107 (bnc) - delete all the recurring instances from the folder.
Reset the index properly so that all the recurring instances are deleted
once the mail is processed.
2009-05-21 14:06:28 +05:30
Matthew Barnes 23f58b3f17 Merge branch 'vcard-inline' 2009-05-20 16:50:38 -04:00
Matthew Barnes 43f4311863 Use proper ngettext support in vcard-inline.c 2009-05-20 16:50:04 -04:00
Matthew Barnes 39024ea8d2 Fix compiler warnings. 2009-05-16 23:12:43 -04:00
Matthew Barnes e4fa8fe104 Fix several types of pedantic compiler warnings. 2009-05-16 12:11:55 -04:00
Matthew Barnes 16d286593c Remove generated files from git. 2009-05-06 08:44:33 -04:00
Matthew Barnes 2d65790151 Remove auto-generated files from git. 2009-05-06 08:43:29 -04:00
Matthew Barnes 1ce0ee997b Make vcard-inline actually work. 2009-05-06 08:10:40 -04:00
Matthew Barnes 7c4ce285d0 Convert the vCard Bonobo control to an EMFormatHook plugin. 2009-05-05 22:40:51 -04:00
Milan Crha 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