Marek Černocký
1213320209
Updated Czech translation
2020-10-14 11:15:26 +02:00
Marek Černocký
104b4979a7
Updated Czech translation
2020-10-14 11:11:09 +02:00
Emin Tufan Çetin
1f623bf100
Update Turkish translation
2020-10-13 13:48:40 +00:00
Michael Gratton
fac257a273
Merge branch 'mjog/558-webkit-shared-process-redux' into 'mainline'
...
Webkit shared process redux
See merge request GNOME/geary!565
2020-10-13 08:27:01 +00:00
Yuri Chornoivan
cef6a02953
Update Ukrainian translation
2020-10-12 17:41:48 +00:00
Michael James Gratton
d7af23201c
Revert "Revert "Merge branch 'mjog/558-webkit-shared-process' into 'mainline'""
...
This reverts commit cbe6e0ba9b , which reinstates
commit e4a5b85698 .
See !411 and !374
2020-10-13 00:02:02 +11:00
Michael Gratton
d0fff267f8
Merge branch 'adaptive' into 'mainline'
...
Make the main window adaptive
Closes #442
See merge request GNOME/geary!401
2020-10-12 10:41:32 +00:00
Julian Sparber
70a40893a3
action-bar: Add an action bar to the conversations list (2-panel)
...
This moves the actions from the headerbar to the action bar at the
bottom of the conversations list when multiple conversations are
selected. This changes is needed so that the user can still interact
with the conversations when folded.
This also hides the actions from the Headerbar and action bar when
no conversation is selected.
2020-10-12 11:03:55 +02:00
Julian Sparber
98017cfb39
main-toolbar: Create object containing conversation actions
...
This creates a new object that contain the 4 groups of actions that used
to be in the conversation-viewer headerbar.
This allows the widgets to be moved to differen locations, e.g. to an
action bar that will be added in a later commit.
2020-10-12 11:03:04 +02:00
Anders Jonsson
96755ab09e
Update Swedish translation
...
(cherry picked from commit a7f9f7a27cf8c0d12e6af2e7b04bb89576aff93b)
2020-10-10 12:07:37 +00:00
Efstathios Iosifidis
da9ed07512
Update Greek translation
...
(cherry picked from commit 2cb7aa0394c351338fbdd110ec381479e24107ea)
2020-10-07 08:09:20 +00:00
Kukuh Syafaat
d2a0694866
Update Indonesian translation
2020-10-04 08:34:11 +00:00
Yosef Or Boczko
151f5ee66c
Update Hebrew translation
...
(cherry picked from commit 710dd09e1bfbc8ce3fa7ec848cecc276c7e53dbe)
2020-09-29 14:05:53 +00:00
Daniel Mustieles
571c10add8
Updated Spanish translation
2020-09-23 09:26:43 +02:00
Dušan Kazik
5942e30377
Update Slovak translation
...
(cherry picked from commit 2028c9dea3f1d8f6c5dcfdd44f5f1990121e0983)
2020-09-21 11:52:27 +00:00
Dušan Kazik
e56e2a8e54
Update Slovak translation
2020-09-16 11:28:54 +00:00
Goran Vidović
d26894046b
Update Croatian translation
2020-09-15 23:26:19 +00:00
Goran Vidović
3e176af1e1
Update Croatian translation
2020-09-15 23:17:28 +00:00
Fabio Tomat
e957f0f8a7
Update Friulian translation
2020-09-15 06:56:54 +00:00
Fabio Tomat
acabdc9e73
Update Friulian translation
2020-09-15 05:52:24 +00:00
Fabio Tomat
4a4e6a6992
Update Friulian translation
2020-09-15 05:20:06 +00:00
Fabio Tomat
56b77cf0d7
Update Friulian translation
2020-09-14 19:32:40 +00:00
Jordi Mas
ea40569251
Update Catalan translation
2020-09-08 22:42:52 +02:00
Fabio Tomat
d3905e141d
Update Friulian translation
2020-09-08 14:22:36 +00:00
Michael Gratton
257f6fb901
Geary.Db.Connection: Split up into db and transaction-specific impls
...
Convert `Connection` into an interface, add two concrete implementations
that allow splitting up the database connection used generally, and the
connection passed to transactions. This allows limiting the API surface
that transactions have access to (so they can't e.g. create
sub-transactions) and perform transaction-specific work (e.g. better
logging when an error occurs).
2020-09-05 13:25:41 +10:00
Thibault Martin
801fa710cc
Update French translation
2020-09-04 12:27:23 +00:00
Daniel Mustieles
d593fb37fe
Updated Spanish translation
2020-09-04 13:07:11 +02:00
Michael Gratton
63b73c9d0e
Merge branch 'mjog/imap-command-cancellation' into 'mainline'
...
IMAP command cancellation cleanup
See merge request GNOME/geary!574
2020-09-03 00:42:44 +00:00
Emin Tufan Çetin
850961467e
Update Turkish translation
2020-09-02 11:43:48 +00:00
Michael Gratton
a123983cb0
Geary.Imap: Remove COMPRESS command
...
Geary hasn't used compression for IMAP in a while now due to the
possibility of information leakage for secure connections, so remove
the command as well.
2020-09-02 14:54:42 +10:00
Bruce Cowan
923a6b7a42
Update British English translation
2020-08-31 18:51:49 +00:00
Federico Bruni
b50f1a8626
Update Italian translation
2020-08-30 15:13:43 +00:00
Emin Tufan Çetin
a473d2a19e
Update Turkish translation
2020-08-30 09:31:09 +00:00
Piotr Drąg
d75faa8d43
Update Polish translation
2020-08-29 12:07:29 +02:00
Jiri Grönroos
9e1aaf2d22
Update Finnish translation
2020-08-28 14:30:35 +00:00
Michael Gratton
369b1f1a4d
Composer.Widget: Split email body editing code out into separate widget
...
Create a new Composer.Editor widget and move all body web view and
action bar related code from the main widget there.
This helps to clearly delineate concerns of the two classes, it
substantially reduces the complexity of the main widget, and should
reduce the odds of further breakage like that fixed by the previous
commit less likely in the future.
2020-08-28 18:25:58 +10:00
Nathan Follens
ee16e6b39b
Update Dutch translation
2020-08-27 18:21:10 +00:00
sicklylife
6717c09ac1
Update Japanese translation
2020-08-27 13:51:04 +00:00
sicklylife
b4b449a3ac
Update Japanese translation
2020-08-27 13:44:23 +00:00
Enrico Nicoletto
8426648a7f
Update Brazilian Portuguese translation
2020-08-27 13:02:30 +00:00
Yuri Chornoivan
72c78eeda2
Update Ukrainian translation
2020-08-27 12:51:57 +00:00
Daniel Șerbănescu
4e4cffd998
Update Romanian translation
2020-08-27 08:00:52 +00:00
Jiri Grönroos
c195dbbeb1
Update Finnish translation
2020-08-27 07:41:41 +00:00
Yuri Chornoivan
fe14a8d9cf
Update Ukrainian translation
2020-08-27 05:43:46 +00:00
Kukuh Syafaat
076cbe15a1
Update Indonesian translation
2020-08-27 01:11:48 +00:00
Daniel Mustieles
697d60ebb8
Updated Spanish translation
2020-08-26 10:09:29 +02:00
Daniel Mustieles
d55f914215
Updated Spanish translation
2020-08-24 12:52:11 +02:00
Piotr Drąg
3fcd0f8af1
Update Polish translation
2020-08-22 14:13:33 +02:00
Michael Gratton
72b79ece60
po/POTFILES.skip: Skip translating internal plugin descriptors
...
These plugins are never presented in the UI, hence should not be
translated.
2020-08-19 10:48:40 +10:00
Michael Gratton
ad9ea210e0
po/POTFILES.skip: General cleanup
2020-08-19 10:45:48 +10:00