Commit Graph

40157 Commits

Author SHA1 Message Date
9f7e6ac6e3 Bug 597552 - Remove evolution-plugin.pc.in
Use evolution-shell, evolution-mail or evolution-calendar instead.
2014-02-23 13:32:22 -05:00
1e7782affa evolution-shell.pc: Add "errordir" definition. 2014-02-23 13:32:21 -05:00
96f7a8ab3c libemail-engine.pc: Add missing gtk+-3.0 requirement. 2014-02-23 12:56:44 -05:00
1ea0e626cb Fix few more memory leaks 2014-02-21 14:43:41 +01:00
c287f194e1 mail_xfer_folder: Not provided anymore (forgotten prototype definition) 2014-02-21 09:38:39 +01:00
db989d7986 Updated Lithuanian translation 2014-02-20 22:48:36 +02:00
967d37373f EMFolderTreeModel: Fix a circular dependency between model and its data
The model stores GtkTreeRowReference-s in its private data, but these
references ref the model, thus there is a circular dependency between
internal data and the object itself, effectively causing memory leaks.

With this fixed, the CamelSession is correctly freed at the end of
the application.
2014-02-20 20:12:30 +01:00
197c8e1274 EMailParser: Forgot to unref CamelSession 2014-02-20 20:10:44 +01:00
d80607dbcb Bug #711443 - IMAPX account unread count goes only up, not down 2014-02-20 13:39:03 +01:00
78961b6fdc Updated Chinese (China) translation 2014-02-20 03:20:51 +00:00
ef70b5b21c Updated Norwegian bokmål translation 2014-02-19 20:42:59 +01:00
514a950fae Updated Oriya translation 2014-02-19 15:04:31 +00:00
ab50665557 Bug #553927 - Autoselect newly created accounts in the folder tree 2014-02-18 16:31:09 +01:00
bc2fd7b356 Bug #724437 - Content-Disposition inline confuses message formatter 2014-02-18 12:37:12 +01:00
3219d7a8e3 Bug #709162 - Use-after-free on a reminder snooze 2014-02-17 15:37:21 +01:00
f1189af2c5 Make calendar tooltip count also days, not only hours/minutes/seconds 2014-02-17 15:00:24 +01:00
39fcd8e325 Forgotten chunk from the previous commit (shortcuts from gtk-stock definitions) 2014-02-17 14:43:46 +01:00
d0b147ddb6 Add shortcuts previously defined by gtk-stock item definitions 2014-02-17 14:38:58 +01:00
ad22aaac43 Post-release version bump. 2014-02-16 20:07:32 -05:00
eb06173681 NEWS update for 3.11.90 release. 2014-02-16 19:55:54 -05:00
33e839a5f2 Update API documentation. 2014-02-16 19:55:54 -05:00
268710a92b Fixed Russian translation 2014-02-15 21:17:13 +04:00
9cf1a22f5f Updated Indonesian translation 2014-02-14 09:13:46 +00:00
2bdab89c42 Updated Assamese translation 2014-02-13 16:37:33 +00:00
0d52e31571 e_menu_tool_action_new: Remove unused stock_id parameter 2014-02-13 17:12:31 +01:00
9e28ee3baf Fix EShellSearchbar regression after gtk-stock cleanup
There were missing icons on the shell's searchbar entry, due
to missed property binding on stock-id, instead of icon-name.
2014-02-13 17:12:31 +01:00
44025ae512 Updated POTFILES.in 2014-02-13 13:42:06 +01:00
0ce97a16cc Updated Spanish translation 2014-02-13 13:24:50 +01:00
a431ed4c3a Bug #685381 - POP3's "delete-expunged" ignored when Empty trash on exit 2014-02-13 12:30:15 +01:00
55557b13d2 Do not use "dialog-apply" icon and make EStockRequest fool-proof
The "dialog-apply" icon is not from a set of standard icons, thus
it cannot be used, which I overlooked yesterday. With its drop are
also dropped other button icons in itip-formatter.

The missing icon made EStockRequest "panic" which effectively broke
page rendering for WebKit - the rendering was never finished.
2014-02-13 09:09:21 +01:00
b48e21d9aa Stop using deprecated gtk-stock items 2014-02-12 20:47:07 +01:00
4bdbb71da6 Updated Brazilian Portuguese translation 2014-02-12 12:20:26 +00:00
fae22b74cd Updated Assamese translation 2014-02-12 09:26:49 +00:00
8764f50789 Updated Ukrainian translation 2014-02-11 23:48:09 +02:00
528ef6db79 EMailConfigAssistant: Hack the "Go Back" button after autoconfig.
After account autoconfiguration, you can click the "Go Back" button to
revise the account details.  That's been in place for some time now, but
it's not obvious from the button label.  "Go Back" implies going back to
the Identity page.

Temporarily rename the "Go Back" button on the Summary page to something
more accurate after a successful autoconfiguration, then reset it to its
original "Go Back" label.

Unfortunately the GtkAssistant API does not make this easy.  I had to
resort to crawling the assistant's internal child widgets and comparing
button labels to locate the right button.  So this hack may not be very
future-proof.
2014-02-11 10:44:21 -05:00
052bfc93fe Fix a runtime warning on startup.
Calling g_source_remove() on a saved source ID but not resetting the
source ID to zero.
2014-02-11 08:39:16 -05:00
2759aaea71 e_table_sort_info_duplicate: Missing ref of a 'column_spec' member
Both 'groupings' and 'sortings' arrays unref the 'column_spec' on removal,
but the 'duplicate' function didn't ref them, which caused use-after-free
at the end of the application.
2014-02-11 12:42:51 +01:00
d26be934dd Bug #655806 - Folder deletion is very slow 2014-02-10 20:20:53 +01:00
3d4f6335e7 Bug #722041 - NNTP Messages are silently dropped from Outbox 2014-02-10 17:57:28 +01:00
614d161805 Bug #724023 - Run EMailFormatter in the main/UI thread
Any GtkWidget creation or manipulation should be done exclusively
from the main/UI thread, thus make sure it is done that way.
Of course, evolution can freeze for a little time (depends on the message
size), until its formatting is done. It's unnoticeable with usual messages.
2014-02-10 16:04:27 +01:00
a8e46543b9 Updated Spanish translation 2014-02-10 14:27:56 +01:00
ea13f70993 Updated Greek translation 2014-02-10 12:16:31 +02:00
12c8bc838a Fix indents, <app> tags in remaining c*.page
Make indentation more consistent.
Enclose Evolution within <app> tags.
2014-02-08 18:04:09 +05:30
3a920a720e Fix indents, <app> tags for backup-restore.page
Indent backup-restore.page
Enclose Evolution within <app> tags wherever applicable.
2014-02-08 18:04:08 +05:30
0577613a23 Bug #720542 - Crash on calendar view's tooltip timeout 2014-02-07 16:33:12 +01:00
f4e7a0a5e6 Tajik translation updated 2014-02-07 19:31:46 +05:00
ece3b0e942 Updated Spanish translation 2014-02-07 14:46:30 +01:00
f06d959938 Updated Galician translations 2014-02-07 02:16:28 +01:00
2c562f53ac Updated Brazilian Portuguese translation 2014-02-06 19:10:08 +00:00
42f4c488e0 User docs: Fix styling+indents in calendar-*.page
Fix indents and add <app> tags around Evolution
in all calendar-*.pages.
2014-02-06 21:54:31 +05:30