Commit Graph

39791 Commits

Author SHA1 Message Date
bfc448800c Bug #708349 - Memory leaks around mail config 2013-09-23 17:43:18 +02:00
1331699f4f Bug #708347 - Memory leak from EWebView/webkit 2013-09-23 17:38:46 +02:00
fc32846763 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-09-23 22:02:03 +08:00
077934324b Updated Hungarian translation 2013-09-22 19:01:11 +02:00
4602a56ed0 Bug 707425 - Inconsistent capitalization in calendar Search menu 2013-09-22 07:09:02 -04:00
5ae8adfce7 Bug 707720 - Change 'mail' keyword to 'email' in evolution.desktop
GNOME Shell does substring matches on desktop keywords, so naming the
keyword 'email' matches both 'email' and 'mail'.
2013-09-22 07:04:03 -04:00
3cb627b0ee [l10n] Update Catalan translation 2013-09-22 00:52:36 +02:00
10454aca33 Updated Ukrainian 2013-09-21 18:16:36 +03:00
4bc0c54731 Post-release version bump. 2013-09-21 09:28:51 -04:00
3b2ffd79a0 NEWS update for 3.10.0 release. 2013-09-21 08:51:59 -04:00
79fe45dfb3 Updated Brazilian Portuguese translation 2013-09-20 14:41:10 -03:00
8d582a3c7d Updated Basque language 2013-09-20 18:57:34 +02:00
3a854a0bbb Assamese translation updated 2013-09-20 13:33:22 +05:30
4497c0bc99 update Punjabi Translaiton 2013-09-18 20:30:23 -05:00
a8a9259632 Updated Czech translation 2013-09-17 18:22:39 +02:00
22bbe35a4c Updated slovak translation 2013-09-16 21:17:42 +02:00
1f757a2e10 Updated Danish translation 2013-09-15 18:44:45 +02:00
0da93572dd Post-release version bump. 2013-09-15 08:34:30 -04:00
ad7db36c3c NEWS update for 3.9.92 release. 2013-09-15 08:19:21 -04:00
c802b643ea Update API documentation. 2013-09-15 08:09:37 -04:00
192ac20a72 EClientSelector: Show an initial icon based on host name.
Have GNetworkMonitor make an initial guess at the online state of
backends by evaluating the reachability of their host name.  This
will show an initial status icon for all displayed ESources without
actually opening a connection, since some backends are expensive to
start unnecssarily.
2013-09-14 19:19:39 -04:00
3d0ffdb864 Bug 708004 - Deleting in threaded mode moves cursor to incorrect message 2013-09-14 13:48:43 -04:00
d5da252a16 Updated Korean translation 2013-09-14 18:56:00 +09:00
969d801553 Bug #707392 - Only very first Collapse/Expand button in message header pane works
When we were collecting the elements for adding the onclick event
listeners, we were using the webkit_dom_document_get_element_by_id
method, but when email had multiple TO, CC or BCC headers it was
returning just the first elements with given id. To fix this we moved
to webkit_dom_*_query_selector methods that give us more powerfull
element extraction from document.

When toggling the visibility of header row, we are now operating just
in the row that contains the clicked element.

This patch also remove the suffixes from all  __evo-moreaddr ids.
2013-09-13 11:23:14 +02:00
078ca346f9 Updated Latvian translation 2013-09-12 18:21:03 +03:00
68f27ce0c8 Bug #706008 - Workaround gnome-shell style change on focus change
Avoid redrawing (thus loosing the selection and scroll position) of
preview window on style change by defining the colors through CSS styles.
On style change we just update the CSS color definitions and preview will
update itself without redraw.
2013-09-12 15:29:58 +02:00
b3fb5dfc81 Fix a broken tag in French help translation 2013-09-12 01:17:26 +02:00
3e1ad91312 EClientSelector: Do not prefetch EClient instances
Let the open for a user, when respective source in the selector
is selected.
2013-09-11 18:23:45 +02:00
281bbdfe36 Add space after a type cast. 2013-09-11 15:45:38 +02:00
44a2cb9886 calendar: do not assume time_t is long
On Linux time_t is long, on OpenBSD time_t is long long... so printf
statements using %lu on 32-bit platforms will break on !Linux.
The only portable way to print a time_t is using a cast and casting to
"long long" (gint64) is probably the most portable way.

https://bugzilla.gnome.org/show_bug.cgi?id=707829
2013-09-11 09:18:13 +02:00
d473e0a333 Finnish translation update 2013-09-11 09:42:40 +03:00
b7e012eeb3 Updated Serbian translation 2013-09-10 21:07:37 +02:00
ecb5cd083a Updated Hungarian help translation 2013-09-10 09:54:05 +02:00
30e2963edc Updated Indonesian translation 2013-09-09 21:18:05 +07:00
6ab15e6412 Fix uninitialized variable in cal_comp_is_on_server(). 2013-09-09 09:26:38 -04:00
3848fcae0a Updated Russian translation 2013-09-09 16:28:36 +04:00
95083e3685 Replace double-space with single-space in evolution.appdata.xml 2013-09-09 08:53:07 +02:00
a71e222b00 Updated Norwegian bokmål translation 2013-09-08 19:31:53 +02:00
5136f4e554 Fix folder name encoding in em_folder_utils_create_folder().
When creating a top-level folder, the folder name was still URI-encoded.
So for example "Top Level Folder" was coming out "Top%20Level%20Folder".

The em_folder_tree_store_root_selected() "if" branch is uncommented and
looks unnecessary to me, so I'm removing it.  Always parse the URI with
e_mail_folder_uri_parse(), which produces a decoded folder name.
2013-09-08 13:26:24 -04:00
5305abd266 Updated Belarusian translation. 2013-09-08 12:13:45 +03:00
6c20b778a0 Bug 707571 - Bad EOF check in getNextCSVEntry 2013-09-07 20:15:57 -04:00
3da4948c0f Miscellaneous cleanups. 2013-09-07 19:08:54 -04:00
2e5031cb45 Updated German translation 2013-09-07 17:42:20 +02:00
2a6eb7c4d6 Add an AppData description for Evolution.
Based on http://people.freedesktop.org/~hughsient/appdata/.
2013-09-07 11:17:12 -04:00
3ba71a0078 Updated Hungarian help translation 2013-09-07 17:01:30 +02:00
96c6e7bc26 Add EShellView to E{Calendar,MemoList,TaskList}Selector
https://bugzilla.gnome.org/show_bug.cgi?id=657808
2013-09-05 15:00:59 +02:00
a9d4764be5 Update French translation 2013-09-04 12:47:05 +02:00
a0b9f0f494 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-09-04 14:53:33 +08:00
a4bbf48ae1 Updated Irish translation 2013-09-03 17:41:32 -06:00
9c9a25f722 Updated Hungarian translation 2013-09-03 20:03:24 +02:00