Commit graph

2200 commits

Author SHA1 Message Date
Stas Solovey
01ef795272 Updated Russian translation 2015-07-13 11:00:50 +00:00
Dušan Kazik
9a9957705b Updated Slovak translation 2015-06-30 15:38:49 +00:00
Dušan Kazik
d7df3ab3ac Updated Slovak translation 2015-06-26 15:28:17 +00:00
Adolfo Jayme Barrientos
3384423580 Updated Spanish translation 2015-06-24 07:11:18 +00:00
Balázs Úr
5e07b98669 Updated Hungarian translation 2015-06-22 22:20:41 +00:00
Robert Schroll
af5dc85916 Depend on actual libgcr packages, not transitional one
https://bugzilla.gnome.org/show_bug.cgi?id=749931
2015-06-09 21:52:39 -04:00
Robert Schroll
21158486ef Add Emersion to THANKS 2015-06-09 21:51:18 -04:00
Dušan Kazik
0ecc22b1c0 Updated Slovak translation 2015-06-06 11:32:35 +00:00
Federico Bruni
04f7bbfb73 Updated Italian translation 2015-06-01 12:11:36 +00:00
Marek Černocký
18648d29d0 Updated Czech translation 2015-05-31 21:22:05 +02:00
Piotr Drąg
31d6da2932 Updated Polish translation 2015-05-31 18:19:38 +02:00
Emersion
51ecfe0d9e Add archive support for all IMAP accounts
https://bugzilla.gnome.org/show_bug.cgi?id=713986
2015-05-28 12:19:56 -04:00
Robert Schroll
f48652a140 Add gobject-introspection to required modules
https://bugzilla.gnome.org/show_bug.cgi?id=748464
2015-05-24 22:30:15 -04:00
Mattias Eriksson
a8878a02e2 Updated Swedish translation 2015-05-05 12:17:16 +00:00
Stas Solovey
6eb437d7f8 Updated Russian translation 2015-04-18 16:41:09 +00:00
Jordi Mas
e915170f25 Fixes to Catalan translation 2015-04-18 15:51:24 +02:00
Federico Bruni
3ac6f0d25f Updated Italian translation 2015-04-17 15:17:35 +00:00
Piotr Drąg
97be24b626 Updated Polish translation
Fix suggested by Sebastian Zwierzchowski <sebastian.zwierzchowski@gmail.com>.
2015-04-03 16:33:02 +02:00
Yosef Or Boczko
6e5bba9814 Updated Hebrew translation 2015-03-31 13:05:27 +03:00
Jim Nelson
e6793d6204 Update to 0.10.0 2015-03-30 14:47:50 -07:00
Jim Nelson
eb8fc9d352 Force app close if shutdown hangs: Bug #745561
If Geary takes more than 5 seconds to shutdown cleanly, the process
is forcibly closed.
2015-03-26 15:21:11 -07:00
Robert Schroll
ae6171e205 Improved title bar text for Unity: Bug #746134 2015-03-26 14:04:40 -07:00
Stas Solovey
5d4c6643d0 Updated Russian translation 2015-03-24 06:47:41 +00:00
Jordi Mas
f74aed392f Fixes to Catalan translation 2015-03-23 23:23:58 +01:00
Jim Nelson
9d281b3a4c Make compatible w/ Vala 0.28 and GTK+ 3.16+
GTK+ 3.16 removes Gtk.Misc and its properties, meaning newer versions
of Vala can't compile with older versions of GTK+ if they reference
Gtk.Misc's symbols (including "xalign" and "yalign").  This fixes the
problem until Geary requires 3.16 to run.
2015-03-23 12:09:44 -07:00
Balázs Úr
bc3691180c Updated Hungarian translation 2015-03-23 14:46:29 +00:00
Cheng-Chia Tseng
8a4d5e82fb Updated Chinese (Taiwan) translation 2015-03-23 14:36:47 +00:00
Dušan Kazik
3d31523c89 Updated Slovak translation 2015-03-23 08:58:35 +00:00
Marek Černocký
35e5701a75 Updated Czech translation 2015-03-22 23:24:39 +01:00
Piotr Drąg
5b06748726 Updated Polish translation 2015-03-22 16:35:07 +01:00
Simon Linden
802908a448 Updated German translation 2015-03-21 15:17:51 +00:00
Robert Schroll
bbfa2c6308 Remove references to toolbar_menu.ui
https://bugzilla.gnome.org/show_bug.cgi?id=746504
2015-03-20 19:21:24 -04:00
Robert Schroll
98be06db89 Avoid critical errors when creating multiple application menus
First, create a composer action corresponding to the app menu, instead
of reusing the one from the controller.  Second, create the menu from a
MenuModel, instead of from a UIManager, so we can have many of them.

https://bugzilla.gnome.org/show_bug.cgi?id=746504
2015-03-20 18:50:31 -04:00
Robert Schroll
72b2648248 Don't set composer title when inline new
https://bugzilla.gnome.org/show_bug.cgi?id=746134
2015-03-20 18:48:58 -04:00
Balázs Úr
a9a71a693b Updated Hungarian translation 2015-03-20 22:40:15 +00:00
Robert Schroll
577b5fd210 Set information in titlebar under Unity
Don't display account and folder in headerbar in this case.

https://bugzilla.gnome.org/show_bug.cgi?id=746134
2015-03-20 16:27:29 -04:00
Robert Schroll
cbed345d2d Clear composer header title when detaching window
Under Unity, we don't want this set when detached.  Under others, this
will be reset when we set the headerbar to be the titlebar.

https://bugzilla.gnome.org/show_bug.cgi?id=746502
2015-03-20 16:26:21 -04:00
Robert Schroll
30500a7b39 Set the window decoration buttons correctly in GTK >= 3.12
The folder headerbar should get those going to the left side of the
window, and the conversation and new composer headers should get those
going to the right.

https://bugzilla.gnome.org/show_bug.cgi?id=746315
2015-03-20 00:00:07 -04:00
Jim Nelson
f9e850292f Prevent hang when closing ClientSessionManager: Bug #745561
This change prevents locking the ClientSessionManager sessions table
during a close_async().  Looking at debug logs where Geary hangs at
exit, that looks to be where the hang happens.

However, I've also added some additional logging to verify the hang
is not occurring due to an unrelease mutex in Imap.Account or the
ClientSessionManager.
2015-03-19 18:36:37 -07:00
Cheng-Chia Tseng
6ec077209c Updated Chinese (Taiwan) translation 2015-03-19 13:13:32 +00:00
Robert Schroll
32740bb151 Add label for DELETE_MESSAGE, for conversation list context menu
https://bugzilla.gnome.org/show_bug.cgi?id=746406
2015-03-18 16:34:29 -04:00
Jim Nelson
6a39622633 Ensure archived/trashed messages removed after timeout: Bug #746314
Move Revokable has 1 minute commit timeout that is cancelled under
certain circumstances.  Bug was that the "valid" property change would
trigger a cancel even if valid was set to true (but unchanged).

This patch now checks for !valid before cancelling.  Also, the one-way
transition from valid -> !valid is now enforced through Revokable's
interface.
2015-03-17 16:29:24 -07:00
Mattias Eriksson
ddfa615531 Updated Swedish translation 2015-03-17 21:30:00 +00:00
Robert Schroll
c5b2b5a2ec Remove subject and participants from headerbar
This reverts commit 1d0e58bf2c.
This reverts commit ef87b0dbc3.
This reverts commit fca3225d22.

https://bugzilla.gnome.org/show_bug.cgi?id=746134
2015-03-17 16:23:49 -04:00
Daniel Mustieles
9bd509ddc9 Updated Spanish translation 2015-03-17 19:44:46 +01:00
Jim Nelson
b170be18cc Add semicolon as trailing character for Desktop Entry Keywords[bs]
Otherwise build will fail due to the check of the .desktop file.
2015-03-16 12:04:55 -07:00
Marek Černocký
b8390ac28c Updated Czech translation 2015-03-16 15:26:10 +01:00
Piotr Drąg
91492a0a6b Updated Polish translation 2015-03-15 22:45:33 +01:00
Baurzhan Muftakhidinov
b13dd76552 Updated Kazakh translation 2015-03-15 17:54:44 +00:00
Samir Ribic
a40fb752ae Added Bosnian translation 2015-03-13 23:22:47 +00:00