Commit graph

2103 commits

Author SHA1 Message Date
Marek Černocký
ffe729faf8 Updated Czech translation 2015-03-06 13:07:25 +01:00
Marek Černocký
dcfecbb8fb Updated Czech translation 2015-03-06 13:07:19 +01:00
Jim Nelson
e1b838f0d3 Don't reschedule folder op when closing: Bug #745561
If the Folder is closing and there's network issues, old code would
reschedule operations to allow for a retry when the connection was
reestablished.  In the close case, there will be no reconnection
and the operation would loop forever, blocking close/terminate
operations which indicate the queue was flushed.  This change only
reschedules an operation if the queue is open for business.
2015-03-05 18:13:40 -08:00
Jim Nelson
32f337102a Document new conversation navigation keys for bug #714434 2015-03-05 17:24:01 -08:00
Timo Kluck
f46f0d92aa Shortcut keys for nav to next/previous conversation: Bug #714434 2015-03-05 17:23:04 -08:00
Jim Nelson
7494fa57d2 Additional debug logging at app shutdown for bug #745561
Hopefully these messages will give us some idea where in the shutdown
code the application sometimes hangs.
2015-03-05 15:55:05 -08:00
Jim Nelson
cb7ea1bb99 Avoid fetching email if prior ReplayQueue operation pulled it down
A mild optimization, but since it's possible for an operation ahead
of the current list operation to pull down an email into the database,
it's worth checking the store once more before going to the network
for data.
2015-03-04 17:54:41 -08:00
Charles Lindsay
12704542b3 Support multiple ("alternate") email addresses per acct: Bug #714922
If the server supports sending and receiving messages from additional
email addresses, those addresses can now be added to Geary.  It will
allow the user to send new messages and replies from those additional
addresses and recognizes them as "Me" in the conversation list.
2015-03-04 17:26:44 -08:00
Piotr Drąg
b01fccd608 Updated POTFILES.in 2015-03-03 23:22:00 +01:00
Guillaume Bernard
67e80e1dff Updated French translation 2015-03-03 09:54:34 +00:00
Jim Nelson
3694140bb7 Move ImapDB-specific code out of Geary.SearchFolder
SearchFolder is now an abstract base class and all the IMAP-specific
search folder code is moved to imap-db/search (much like the Outbox
is in imap-db/outbox).

Conflicts:
	src/engine/api/geary-search-folder.vala
2015-03-02 17:34:17 -08:00
Jim Nelson
70bc00c623 Fix find_boundaries_async in search, imap-engine Folder impl's 2015-03-02 12:40:50 -08:00
Jim Nelson
6167e10cec Slight optimizations in ImapDB.Folder's list_by_email_id 2015-03-02 12:40:50 -08:00
Simon Linden
31675e230d Updated German translation 2015-03-01 22:57:38 +00:00
Cheng-Chia Tseng
0d5a93b06b Updated Chinese (Taiwan) translation 2015-02-28 13:55:50 +00:00
Federico Bruni
9a4b1fe4f8 Updated Italian translation 2015-02-26 12:31:25 +00:00
Federico Bruni
31296a7011 Updated Italian translation 2015-02-25 20:18:36 +00:00
Robert Schroll
0400e431a0 Use symbolic close button on find bar
https://bugzilla.gnome.org/show_bug.cgi?id=744924
2015-02-24 21:19:43 -05:00
Jim Nelson
7e54a970b9 Crash on exit: Bug #744522
Date unit should only be terminated after Gtk.main_quit().
2015-02-24 16:21:25 -08:00
Yosef Or Boczko
48c7935ec9 Updated Hebrew translation 2015-02-25 00:49:55 +02:00
Efstathios Iosifidis
0091901773 Updated Greek translation 2015-02-21 23:11:48 +00:00
Jonas Skarulskis
2687053318 Updated Lithuanian translation 2015-02-20 22:31:12 +02:00
Jim Nelson
d1c75dcbac Remove unused symbols from ConversationMonitor 2015-02-19 18:42:32 -08:00
Jim Nelson
6d4fbc5c58 Scale scalable theme icons when displayed for attachments: Bug #739420 2015-02-17 18:19:48 -08:00
Mattias Eriksson
3a42bded47 Updated Swedish translation 2015-02-17 22:12:35 +00:00
Jim Nelson
37093cca9f Crash on exit: Bug #744522
Assumed that getting a TreeModel iterator would always work isn't true
at shudown when the model is being depopulated.  This removes
assertion and only proceeds when valid every time.
2015-02-17 12:10:43 -08:00
Yosef Or Boczko
d31fec49a4 Updated Hebrew translation 2015-02-17 02:12:45 +02:00
Marek Černocký
2cce7a8dc3 Updated Czech translation 2015-02-16 23:02:23 +01:00
Kjartan Maraas
62bac1f7b9 Updated Norwegian bokmål translation from ProsjektX on launchpad. 2015-02-16 20:14:41 +01:00
Piotr Drąg
0bd2697910 Updated Polish translation 2015-02-15 18:44:19 +01:00
Balázs Úr
62056d0b79 Updated Hungarian translation 2015-02-15 14:08:49 +00:00
Jim Nelson
acd3f092a7 Better Preferences text for running in background: Bug #742244 2015-02-13 17:27:02 -08:00
mar-v-in
c711b75af1 Read Reply-To: from GMime: Bug #744167 2015-02-13 17:10:48 -08:00
Piotr Drąg
adf08890ae Updated POTFILES.in 2015-02-14 00:54:11 +01:00
Jim Nelson
89ca016783 Fix displaying images referenced by Content-ID: Bug #743676
The logic in our image replacement code needed to take account if the
MIME part was inside a multipart/mixed container or otherwise.  This
patch does that as well as clean up the code path and better document
the API as well as what's going on inside ConversationViewer when the
message is assembled.
2015-02-13 13:31:11 -08:00
Jim Nelson
13665f7783 Don't include internal/private symbols in Engine VAPI
Removing internal and private symbols from geary-static.vapi results
in removing 1,000 lines from the file.  Although testing doesn't show
an appreciable increase in compile time (w/ make -j8 on my 8-core
machine), by reducing symbol leakage partial builds should improve.

This patch also fixes a couple of symbols marked internal but being
used publicly (and necessarily so) and a couple of errordomains in
the Engine not placed in the Geary namespace.
2015-02-12 18:39:33 -08:00
Jim Nelson
329b1350a9 Capitalize Trash in tooltip as it is cap'd elsewhere 2015-02-12 18:00:08 -08:00
Robert Schroll
9ec9913a55 Set the focus on a composer detached using the detach button
Also, simplify the focus discovery code.

https://bugzilla.gnome.org/show_bug.cgi?id=744077
2015-02-10 18:05:37 -05:00
Robert Schroll
c174ef36a1 Only call ComposerWidget.on_load_finished_and_realized() once
https://bugzilla.gnome.org/show_bug.cgi?id=744141
2015-02-10 18:05:37 -05:00
Daniel Mustieles
07377112fe Updated Spanish translation 2015-02-09 17:09:34 +00:00
Marek Černocký
b384778549 Updated Czech translation 2015-02-08 23:32:34 +01:00
Piotr Drąg
a39a461901 Updated Polish translation 2015-02-08 14:03:20 +01:00
Piotr Drąg
797a26aeb3 Updated POTFILES.in 2015-02-07 17:03:57 +01:00
Jim Nelson
29448cab65 Update copyright to 2015 2015-02-06 12:43:33 -08:00
Jim Nelson
354e2edbf8 Undo Archive/Trash/Move: Bug #721828
For now, the undo stack is 1-deep with no redo facility, which mimics
Gmail's facility.  We can consider later offering a more involved
undo stack, but would like to try this out for now and work out the
kinks before becoming more aggressive.
2015-02-05 17:57:27 -08:00
Robert Schroll
3d14719aa0 Stricter regex for finding HTML tags
This function is moved from the client to the engine, since it is
somewhat specialized.

https://bugzilla.gnome.org/show_bug.cgi?id=743898
2015-02-03 17:39:20 -05:00
Yosef Or Boczko
bec1f74ef1 Updated Hebrew translation 2015-02-03 20:07:30 +02:00
Marek Černocký
36f980a007 Updated Czech translation 2015-02-03 08:31:01 +01:00
Marek Černocký
61e1cacc3f Updated Czech translation 2015-02-03 08:30:55 +01:00
Jim Nelson
b365d5d4d4 Update to 0.9.1 2015-02-02 18:14:31 -08:00