Commit Graph

34840 Commits

Author SHA1 Message Date
f44edf7e71 Updated Spanish translation 2011-09-14 14:08:33 +02:00
899328fa07 Updated Norwegian bokmål translation 2011-09-14 14:08:33 +02:00
a57097559c Bug #650671 - Service connect/disconnect not cancelled properly 2011-09-14 14:08:33 +02:00
290111d5ad Call e_cal_client_check_save_schedules() only when found a calendar 2011-09-14 14:08:33 +02:00
963b1db98f Bug #499739 - "Flag for follow-up" should be easier to set 2011-09-14 14:08:33 +02:00
0e43688829 Updated Slovenian translation 2011-09-14 14:08:33 +02:00
51e9cc6057 Bug 652958 - Evolution Account Assistant jumps steps
The GTK+ patch in bug 653705 is also required for the Account Assistant
to work properly under the new GtkAssistant design in GTK+ 3.1.

This commit only deals with sidebar ordering issues.
2011-09-14 14:08:33 +02:00
e611831568 EConfig: More cleanups. 2011-09-14 14:08:33 +02:00
c82fcd83e7 Bug 653247 - Don't show TIFF documents inline
image/tiff is omitted because it's a multi-page image format, but
gdk-pixbuf unconditionally renders the first page only, and doesn't
even indicate through meta-data whether multiple pages are present
(see bug 335959).  Therefore, make no attempt to render TIFF images
inline and defer to an application that can handle multi-page TIFF
files properly like Evince or Gimp.  Once the referenced bug is
fixed we can reevaluate this policy.
2011-09-14 14:08:33 +02:00
33446a4c60 EConfig: Minor cleanups. 2011-09-14 14:08:33 +02:00
1d57572aff Autocompletion in contact list editor didn't work
due to forgotten call to load books to ENameSelector
2011-09-14 14:08:33 +02:00
f0f74c407b online-accounts: Set GoaAccount ID in calendar and contact sources.
Forgot that part... kind of important.
2011-09-14 14:08:33 +02:00
19307b54bc Add a bit more error checking and do not leak icalcomponent-s 2011-09-14 14:08:33 +02:00
a624e7b483 Bug #653644 - Warning when adding plain address into a contact list 2011-09-14 14:08:33 +02:00
b9ee422f50 Bug #224687 - Various fixes in contact list editor
- fixed order of buttons in duplicate adding confirmation dialog
- in the editor, don't display email addresses in sublist nodes
- automatically remove sublists with no children
2011-06-29 18:42:35 +02:00
85f66e2199 Bug #652627 - Invalid unref on a NULL pointer from query_cb 2011-06-29 18:42:35 +02:00
8faaef3ec6 Bug #653618 - Sending email doesn't disconnect from a server 2011-06-29 18:42:35 +02:00
3746b0f4ed Updated Slovenian translation 2011-06-29 18:42:35 +02:00
aa37f59cff Fix crash when adding account in express mode
The settings library started using an EMailBackend object, but since
it is abstract it can't be instantiated directly. So we use the EShell
to get the mail backend for us instead, after loading the modules.
2011-06-29 18:42:35 +02:00
3fccaf1eab Bug #224687 - Create lists of lists 2011-06-29 18:42:35 +02:00
489ff03bfa Bug #653358 Do not duplicate google address book
When a GMail account check that the address book does not already
exist before creating an ESource for it, and adding it to the list.

https://bugzilla.gnome.org/show_bug.cgi?id=653358
2011-06-29 18:42:35 +02:00
ad593d8365 Limit the size of tab labels to a reasonable size
We use half the size allocated to the whole view as a reference, and
force the label to be at most that size, taking advantage of ellipsis
otherwise. Notice that we also force the natural size as the requested
size if it is not too big as well, because labels ellipsisized using
the minimum size usually, which is undesired.

This is a fix for https://bugs.meego.com/show_bug.cgi?id=18313
2011-06-29 18:42:34 +02:00
76ee6f3e7f Bug #653466 - Crash in efh_format_headers 2011-06-29 18:42:34 +02:00
adc1173159 Check for cancelled GIO operation error code too 2011-06-29 18:42:34 +02:00
8894b72f20 Keep opening EClient-s till they report busy error 2011-06-29 18:42:33 +02:00
f286e88fae Bug #653154 - Crash when constructing calendar view 2011-06-29 18:42:33 +02:00
46c1bea8ee Updated Slovenian translation 2011-06-29 18:42:32 +02:00
d9323c2872 Prototype an online-accounts module.
Integrates with the GNOME Online Accounts service.

Creates Evolution sources for a GOA Google account and keeps them
synchronized.  Also registers a new CamelSaslXOAuth class for use
with GMail.

Authentication of Google Calendars and Google Contacts using OAuth
is still under development.
2011-06-29 18:42:32 +02:00
1b93c1cf38 [l10n] Updated German translation 2011-06-29 18:42:32 +02:00
6834de2373 [l10n] Updated German translation 2011-06-29 18:42:32 +02:00
dae556bb04 Updated Serbian translation
Conflicts:

	po/sr.po
	po/sr@latin.po
2011-06-29 18:42:32 +02:00
f9de46563e Bug #637402 - No quoted mail when replying to html email 2011-06-29 18:42:32 +02:00
72a59651b8 Updated Spanish translation 2011-06-29 18:42:32 +02:00
54e056e2dd Postpone ENameSelector loading as much as possible
Also fixes few memory leaks around ENameSelector and cancels
loading of its address books when not needed any more.
2011-06-29 18:42:32 +02:00
aa1c135937 [itip-formatter] stock_animation is gone, use GtkSpinner instead 2011-06-29 18:42:32 +02:00
287e1401cc Bug #650278 - Tab doesn't exit port field 2011-06-29 18:42:32 +02:00
f811cdac0e Bug #646442 - [mail-to-task] Edit event details before adding to calendar 2011-06-29 18:42:32 +02:00
d0b73e358e Updated Czech translation 2011-06-29 18:42:31 +02:00
990ba99927 Bug #653008 - Preference window for imap accounts is too large 2011-06-29 18:42:31 +02:00
17139ed14c Updated Galician translations 2011-06-29 18:42:31 +02:00
d80c7a179d Add "Open With Other Application" to attachment menu.
Opens a GtkAppChooserDialog based on the attachment's content type.
2011-06-29 18:42:31 +02:00
f4cbd59d2d Updated Slovenian translation 2011-06-29 18:42:31 +02:00
d5fa5311aa Bug #648468 - Disconnect service after mail fetching is done 2011-06-29 18:42:31 +02:00
09661e7077 Updated Spanish translation 2011-06-29 18:42:31 +02:00
e9e79020bc Updated Esperanto translation 2011-06-29 18:42:30 +02:00
0a61cca5a3 Bug #631954 - itip formatter makes synchronous calls to ecal 2011-06-29 18:42:30 +02:00
fb3e322694 Updated Galician translations 2011-06-29 18:42:30 +02:00
876befb7b1 Bug #269413 - Search treats "4 weeks" and "1 month" as synonymous 2011-06-29 18:42:30 +02:00
79c3d49710 Updated Slovenian translation 2011-06-29 18:42:30 +02:00
648ef517f6 Updated Spanish translation 2011-06-29 18:42:30 +02:00