de528db6c1
Bug 567260 - Migrate from GnomeDruid to GtkAssistant
2009-08-18 10:00:23 -04:00
672adf12a0
Fix compiler warnings and deprecated GTK+ API usage.
2009-08-16 11:42:26 -04:00
260c0c8e1e
Bug 567260 – Migrate from GnomeDruid to GtkAssistant
2009-08-13 18:52:21 -04:00
2febb125d6
Get the backup-restore plugin working.
2009-08-12 11:37:59 -04:00
9199f2c5b1
Get the itip-formatter plugin working.
2009-08-12 09:29:44 -04:00
e68456f60f
Get the calendar-weather plugin working.
2009-08-11 23:19:03 -04:00
5e31896863
Get the pst-import plugin working.
2009-08-11 22:48:14 -04:00
4846995f5e
Bug #584030 - [Mail-To-Task] improve duplicate handling and such
2009-08-11 17:47:08 -04:00
b5a2e47cb5
Allow calendar to be written as a external app and split the huge .so to
...
a share private lib and component lib.
2009-08-11 16:14:37 -04:00
bf20999ddb
Fix distcheck errors.
2009-08-11 08:35:10 -04:00
cdd06c393d
Compiler warning fixes (as part of bug #424078 )
2009-08-10 19:31:44 -04:00
5e5e1de764
Bug #420513 - Be able to notify about meeting only new attendees
2009-08-10 19:03:52 -04:00
e165514140
Bug #586076 - [external-editor] Pass cursor pos to vim
2009-08-10 16:43:18 -04:00
342f66be22
Bug #551127 - Added translators comment and changed strings slightly
2009-08-10 16:39:27 -04:00
364f041ccd
Bug #573919 - [Mail-Notification] Check for 'actions' capability
2009-08-10 16:39:15 -04:00
22fea30cfd
Bug #401530 - [imap-features] imap-headers.glade issues
2009-08-10 16:38:49 -04:00
22355521cd
Bug #325278 - cannot access parts of "save calendar" without mouse
2009-08-10 16:35:53 -04:00
7eee013e97
Bug #317290 - [Publish-Calendar] Cancel setup should cancel
...
, not continue
2009-08-10 16:27:28 -04:00
81884fbeae
Remove debug messages.
2009-08-10 10:51:06 -04:00
45d475c31b
Kill EMMenu and EMPopup.
...
Also finish adapting Templates plugin to EPluginUI.
It was still leaning pretty hard on EMPopup.
2009-08-10 10:32:03 -04:00
3b0699fc30
More refactoring of settings management.
2009-08-08 21:03:18 -04:00
9abce97958
Remove some unnecessary Bonobo includes.
2009-08-05 18:12:38 -04:00
2c4510e858
Merge commit 'EVOLUTION_2_27_5' into kill-bonobo
2009-07-28 11:24:49 -04:00
da1117397e
Update NEWS + coding style cleanups.
2009-07-27 08:46:13 -04:00
ff186e22dd
Bug #572176 - Allow Local iCal Files To Be Selected As Cal Source
2009-07-27 13:02:47 +02:00
919a9bde9c
BUG #480095 (BNC) - Alpha Search In Proxy Dialog Crashes Evolution.
...
* proxy-login.c (proxy_login_tree_view_changed_cb): Use the unique
stamp to catch only the valid iterators.
Bug description:
If you right mouse click on your Groupwise email account, you can select "Proxy
Login" and a dialog appears with all of your previously used accounts in a
list. If you click focus into the list and then type in a keyboard letter it
crashes. This should position you at the first match of that letter, or at
least not crash :)
2009-07-27 10:45:49 +05:30
fd66fd1800
BUG #578945 - Adapt to changes in libpst 0.6.41
...
The PST Importer is now compatible with libpst 0.6.41
2009-07-27 10:37:43 +05:30
30ac043b6e
Coding style and whitespace cleanups.
2009-07-26 08:18:59 -04:00
f69c15d69d
Bug #583972 - Resend meeting dialog isn't coming properly.
2009-07-23 19:17:45 +05:30
606f6c15db
Bug #339361 (bnc) - soap threading not working.
2009-07-23 18:55:25 +05:30
fa360fde28
More whitespace cleanup.
2009-07-18 14:07:42 -04:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
303ced5b75
Bug #588856 - Migration code for Google by CalDAV calendar
2009-07-17 15:50:23 +02:00
143695d07f
Bug #583374 - Use CalDAV as Google's calendar backend
2009-07-17 12:08:18 +02:00
6d9e836a6f
Merge branch 'master' into kill-bonobo
2009-07-14 13:38:12 -04:00
374bd42f69
Fix excessive whitespace.
2009-07-14 11:26:22 -04:00
d3de5757b5
Version check for the deprecation workaround was off by one.
2009-07-14 10:26:47 -04:00
902384a341
Work around deprecation of g_mount_unmount().
2009-07-14 10:08:50 -04:00
c10a7c9624
Fix compiler warnings in tnef-attachments plugin.
2009-07-14 10:08:21 -04:00
1f89bf6b80
Fix some build issues.
2009-07-14 10:07:12 -04:00
1cee53b025
Do not decode the date as its already in local timezone.
2009-07-14 15:49:09 +05:30
c29de62e45
Bug #586109 - [vcard-inline] Crash while rendering inline vcard
2009-07-14 12:14:02 +02:00
504cbbaca1
Version check for the deprecation workaround was off by one.
2009-07-13 16:56:00 -04:00
1e0b252fc7
Bug 588018 – NetworkManager & DBUS build check rewrite
2009-07-13 14:06:19 -04:00
966f10fe2d
Work around deprecation of g_mount_unmount().
2009-07-13 14:06:19 -04:00
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
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
adb63f0f21
Fix compiler warnings in tnef-attachments plugin.
2009-07-12 23:19:00 -04:00
31fd01398c
Merge branch 'master' into kill-bonobo
...
Conflicts:
addressbook/util/addressbook.h
calendar/gui/e-week-view-main-item.c
configure.ac
e-util/Makefile.am
mail/em-account-editor.c
mail/em-folder-selection-button.c
shell/e-shell.c
2009-07-10 14:11:48 -04:00
2cddd40460
Bug 588106 – Makefile.am misuses *_LDFLAGS
2009-07-09 10:52:06 -04:00