Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Spanish translation | Daniel Mustieles | 2013-05-27 | 1 | -40/+36 |
| | |||||
* | Tamil Translation Updated | Shantha kumar | 2013-05-27 | 1 | -1869/+2378 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.9.2 release.EVOLUTION_3_9_2 | Matthew Barnes | 2013-05-26 | 1 | -0/+45 |
| | |||||
* | Update libeutil API documentation. | Matthew Barnes | 2013-05-26 | 1 | -7/+8 |
| | |||||
* | e-mail-reader-utils.c cleanups. | Matthew Barnes | 2013-05-25 | 2 | -423/+548 |
| | |||||
* | Utilize the new EMailSession functions when sending. | Matthew Barnes | 2013-05-25 | 2 | -291/+148 |
| | |||||
* | EMailSession: Add helper functions for sending messages. | Matthew Barnes | 2013-05-25 | 2 | -13/+687 |
| | | | | | | | | | | | New functions: e_mail_session_get_fcc_for_message_sync() e_mail_session_get_fcc_for_message() e_mail_session_get_fcc_for_message_finish() e_mail_session_ref_transport() e_mail_session_ref_default_transport() e_mail_session_ref_transport_for_message() | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-05-24 | 1 | -752/+745 |
| | |||||
* | Updated gujarati file | Sweta Kothari | 2013-05-24 | 1 | -1697/+1405 |
| | |||||
* | Make EAttachment column updates thread-safe. | Matthew Barnes | 2013-05-24 | 1 | -8/+125 |
| | | | | | | | | | EAttachment updates its tree model row directly in response to property change notifications, but now change notifications can come from worker threads whereas the tree model row should only be updated from the main thread. To compensate, respond to notifications by adding idle sources to the default context. The idle callback will update the row from the appropriate thread. | ||||
* | Make EAttachment a little more thread-safe. | Matthew Barnes | 2013-05-24 | 13 | -110/+257 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | EAttachment is now used from worker threads by EMailFormatterAttachment, so add some thread-safe accessor functions to eliminate potential races. Added thread-safe functions: e_attachment_dup_disposition() e_attachment_ref_file() e_attachment_ref_file_info() e_attachment_ref_icon() e_attachment_ref_mime_part() e_attachment_dup_description() e_attachment_dup_thumbnail_path() Renamed functions: e_attachment_get_mime_type() -> e_attachment_dup_mime_type() Removed non-thread-safe functions: e_attachment_get_file() e_attachment_get_file_info() e_attachment_get_icon() e_attachment_get_mime_part() e_attachment_get_description() e_attachment_get_thumbnail_path() | ||||
* | Attachment-related cleanups. | Matthew Barnes | 2013-05-24 | 9 | -193/+220 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-05-24 | 1 | -142/+28 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-05-23 | 1 | -1842/+1970 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-05-23 | 1 | -584/+489 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-05-22 | 1 | -1399/+1320 |
| | |||||
* | Use an user-friendlier message when update comp-editor fails | Fabiano Fidêncio | 2013-05-22 | 1 | -26/+17 |
| | |||||
* | Simplify EABContactFormatter. | Matthew Barnes | 2013-05-21 | 4 | -316/+56 |
| | | | | | | | | | | | | | | | | | | | | | | Simplify the EABContactFormatter API as follows: * Drop all constructor arguments from eab_contact_formatter_new() since get/set functions exist for all of them. * Remove eab_contact_formatter_format_contact_async() since EABContactFormatter does not block. * Replace eab_contact_formatter_format_contact_sync() with eab_contact_formatter_format_contact() which drops the CamelStream and GCancellable arguments and takes a GString as an output buffer. * Remove the "state" and "style" properties, and always use a white background when rendering the full contact. This is particularly important since render_normal() dereferenced the GtkStyle without checking for NULL, which would crash on mails with a vCard MIME part when "Show Full vCard" was clicked, because the "vcard-inline" module never set a GtkStyle. | ||||
* | EABContactFormatter cleanups. | Matthew Barnes | 2013-05-21 | 2 | -200/+184 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-05-20 | 1 | -181/+71 |
| | |||||
* | Updated POTFILES.in | Vadim Rutkovsky | 2013-05-20 | 1 | -3/+4 |
| | |||||
* | Convert EMailPart to a GObject. | Matthew Barnes | 2013-05-20 | 48 | -701/+1810 |
| | | | | | EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject. | ||||
* | Rename EMailFormatterVCardInline to EMailFormatterVCard. | Matthew Barnes | 2013-05-20 | 4 | -32/+32 |
| | |||||
* | Rename EMailParserVCardInline to EMailParserVCard. | Matthew Barnes | 2013-05-20 | 4 | -30/+30 |
| | |||||
* | Rename EMailPartVCardInline to EMailPartVCard. | Matthew Barnes | 2013-05-20 | 4 | -20/+20 |
| | |||||
* | Rename EMailFormatterAudioInline to EMailFormatterAudio. | Matthew Barnes | 2013-05-20 | 4 | -42/+42 |
| | |||||
* | Rename EMailParserAudioInline to EMailParserAudio. | Matthew Barnes | 2013-05-20 | 4 | -29/+29 |
| | |||||
* | Rename EMailPartAudioInline to EMailPartAudio. | Matthew Barnes | 2013-05-20 | 4 | -20/+20 |
| | |||||
* | Add e_mail_part_attachment_ref_attachment(). | Matthew Barnes | 2013-05-20 | 4 | -7/+18 |
| | |||||
* | Add e_mail_part_get_validity_flags(). | Matthew Barnes | 2013-05-20 | 3 | -11/+23 |
| | |||||
* | Add e_mail_part_has_validity(). | Matthew Barnes | 2013-05-20 | 3 | -1/+11 |
| | |||||
* | Add e_mail_part_set_is_attachment(). | Matthew Barnes | 2013-05-20 | 3 | -1/+12 |
| | |||||
* | Add e_mail_part_get_is_attachment(). | Matthew Barnes | 2013-05-20 | 9 | -10/+19 |
| | |||||
* | Add e_mail_part_set_mime_type(). | Matthew Barnes | 2013-05-20 | 11 | -9/+28 |
| | |||||
* | Add e_mail_part_get_mime_type(). | Matthew Barnes | 2013-05-20 | 13 | -18/+47 |
| | |||||
* | Add e_mail_part_ref_mime_part(). | Matthew Barnes | 2013-05-20 | 17 | -39/+131 |
| | |||||
* | Add e_mail_part_id_has_substr(). | Matthew Barnes | 2013-05-20 | 3 | -2/+5 |
| | |||||
* | Add e_mail_part_id_has_suffix(). | Matthew Barnes | 2013-05-20 | 7 | -16/+28 |
| | |||||
* | Add e_mail_part_id_has_prefix(). | Matthew Barnes | 2013-05-20 | 5 | -4/+16 |
| | |||||
* | Add e_mail_part_set_cid(). | Matthew Barnes | 2013-05-20 | 3 | -1/+15 |
| | |||||
* | Add e_mail_part_get_cid(). | Matthew Barnes | 2013-05-20 | 8 | -7/+19 |
| | |||||
* | Add e_mail_part_get_id(). | Matthew Barnes | 2013-05-20 | 22 | -67/+127 |
| | |||||
* | em-format cleanups. | Matthew Barnes | 2013-05-20 | 35 | -206/+294 |
| | |||||
* | EMailPart: Store validity pairs in a GQueue. | Matthew Barnes | 2013-05-20 | 7 | -48/+60 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-05-18 | 1 | -1664/+1686 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-05-16 | 1 | -1986/+2109 |
| | |||||
* | Updated Odia Translation. | ManojKumar Giri | 2013-05-16 | 1 | -5/+6 |
| | |||||
* | Updated Odia Translation. | ManojKumar Giri | 2013-05-16 | 1 | -113/+103 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-05-15 | 1 | -78/+78 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-05-15 | 1 | -1004/+1021 |
| | |||||
* | Minor e_web_view_install_request_handler() cleanup. | Matthew Barnes | 2013-05-15 | 1 | -7/+4 |
| | | | | Make reference count handling a bit less awkward. | ||||
* | Remove e_mail_display_set_charset(). | Matthew Barnes | 2013-05-15 | 3 | -17/+9 |
| | | | | | Use e_mail_formatter_set_charset() instead. Obtain the EMailFormatter with e_mail_display_get_formatter(). | ||||
* | Remove e_mail_formatter_get_headers(). | Matthew Barnes | 2013-05-15 | 2 | -17/+0 |
| | | | | Not thread-safe. Use e_mail_formatter_dup_headers() instead. | ||||
* | Add e_mail_formatter_header_copy(). | Matthew Barnes | 2013-05-15 | 2 | -21/+42 |
| | | | | Duplicates an EMailFormatterHeader struct. | ||||
* | EMailDisplay cleanups. | Matthew Barnes | 2013-05-15 | 2 | -99/+103 |
| | |||||
* | EMailFormatterPrint cleanups. | Matthew Barnes | 2013-05-15 | 1 | -35/+30 |
| | |||||
* | EMailFormatter cleanups. | Matthew Barnes | 2013-05-15 | 2 | -302/+339 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-05-14 | 1 | -12/+19 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-05-14 | 1 | -196/+276 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-05-14 | 1 | -1902/+1930 |
| | |||||
* | User docs: Update Moving emails on IMAP. Fixes bug #700037 | Andre Klapper | 2013-05-14 | 1 | -5/+2 |
| | |||||
* | Bug #699980 - Calendar delete does not remove events from view | Milan Crha | 2013-05-14 | 4 | -0/+17 |
| | |||||
* | Bug 697632 - [mail-to-task] Invalid unref of a CamelFolder | Samarjit Adhikari | 2013-05-12 | 1 | -3/+1 |
| | | | | | | | | | | | | e_mail_reader_get_folder() does not return a new CamelFolder reference, yet mail_to_event() was acting as though it does. This caused a crash after the function ran and Evolution tried to use the folder again. Truth be told, e_mail_reader_get_folder() really *should* return a new reference to ensure the CamelFolder is not finalized while it's in use. But we would need to rename the function to e_mail_reader_ref_folder() to reflect the change in semantics, and I suspect the function is used in a great many places. | ||||
* | EMailPrinter: Fix a couple typos. | Matthew Barnes | 2013-05-11 | 1 | -1/+2 |
| | |||||
* | Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF file | Matthew Barnes | 2013-05-11 | 1 | -29/+36 |
| | | | | | | | | | | | em_utils_print_messages_to_file() was doing so asynchronously, but unfortunately drag-n-drop is a synchronous protocol. So by the time the asynchronous print operation completed, the URI list pointing to the temporary PDF files had already been passed to the file manager. The only reason the files were created at all was because we test the generated file name with open(...O_CREAT...) before starting the print operation, and I'm not convinced that test is even necessary. | ||||
* | Convert e_mail_printer_print() to a proper async function. | Matthew Barnes | 2013-05-11 | 5 | -249/+349 |
| | | | | | | This adds a GAsyncReadyCallback and a closure to e_mail_printer_print(), and trades the "done" signal for e_mail_printer_print_finish() so that EMailPrinter is a little more reentrant. | ||||
* | EMailPrinter cleanups. | Matthew Barnes | 2013-05-10 | 2 | -191/+237 |
| | |||||
* | em-utils.c cleanups. | Matthew Barnes | 2013-05-10 | 1 | -95/+93 |
| | |||||
* | Remove "drag-and-drop-save-name-format" setting. | Matthew Barnes | 2013-05-10 | 3 | -21/+2 |
| | | | | Hidden setting, no clear use case, and poorly implemented. | ||||
* | Right-align mail header names. | Matthew Barnes | 2013-05-09 | 4 | -74/+166 |
| | | | | | | | We used to do this before WebKit and it looked better. Also fix up the header section for right-to-left locales: put the collapse button on the right, and images on the left. | ||||
* | EMailFormatterHeaders cleanups. | Matthew Barnes | 2013-05-09 | 2 | -42/+59 |
| | |||||
* | contact-photos: Obtain an EClient asynchronously. | Matthew Barnes | 2013-05-08 | 1 | -39/+76 |
| | | | | | | Obtain an EClient for contact photo lookup asynchronously. If an instance needs to be created, it's more likely created in a thread with a main loop so signal emissions can work. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-05-08 | 22 | -78/+81 |
| | |||||
* | Newly configured Google calendar cannot be opened | Milan Crha | 2013-05-07 | 3 | -22/+60 |
| | | | | | | | | Unless the button to choose a calendar was clicked, because the calendar path is not filled, thus the server claims "HTTP 405 error", which means an OPTIONS request cannot be done on the path, which was just root of www.google.com, instead of a calendar path. (This was reported as part of bug #659522.) | ||||
* | Bug #301323 - "Edit as new message" doesn't strip signature properly | Milan Crha | 2013-05-07 | 9 | -39/+57 |
| | |||||
* | Bug #699551 - Signature is not removed on reply | Milan Crha | 2013-05-07 | 6 | -6/+6 |
| | |||||
* | Remove "GNOME Online Accounts" from configure summary. | Matthew Barnes | 2013-05-06 | 1 | -1/+0 |
| | | | | Evolution no longer links to goa-1.0. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2013-05-06 | 1 | -20/+29 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-05-05 | 1 | -1465/+1606 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-05-04 | 1 | -285/+269 |
| | |||||
* | Merge [mark-all-read] plugin into core code | Milan Crha | 2013-05-04 | 10 | -691/+340 |
| | | | | | | During fixes on bug #602428, rather than do everything twice, I merged the plugin into the core code, thus it should be easier to maintain as well. | ||||
* | Bug #699555 - prompt-on-mark-all-read doesn't work in context menu | Milan Crha | 2013-05-03 | 2 | -16/+2 |
| | |||||
* | Bug #696531 - Force white background for HTML parts | Milan Crha | 2013-05-03 | 1 | -7/+7 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-05-03 | 1 | -98/+3 |
| | |||||
* | l10n: Fix invalid tag in es.po | Jiro Matsuzawa | 2013-05-03 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699548 | ||||
* | l10n: Update Japanese translation | OKANO Takayoshi | 2013-05-02 | 1 | -371/+369 |
| | | | | Fix typo | ||||
* | Bug #699334 - Calendar: reply all doesn't quite work | Milan Crha | 2013-05-01 | 1 | -5/+28 |
| | |||||
* | Make sure EAddressbookModel has a fresh EBookClient. | Matthew Barnes | 2013-04-30 | 1 | -29/+9 |
| | | | | | | | | | | | | | | | | In the event of an address book backend abort, EClientCache detects this and invalidates its cached EClient (if it has one), so a new instance is created on the next request. EAddressbookModel is only handed an EClient once, which may become stale if the backend aborts. And even if the backend is restarted the address book will remain unresponsive in Evolution. This commit changes the behavior so that every time an address book is selected in the side bar, a fresh EClient instance is obtained from the EClientCache and handed to the EAddressbookModel. If the model already has that EClient instance, nothing happens. Otherwise the model resets itself and creates a new EBookClientView. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-04-29 | 1 | -1260/+1177 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.9.1 release. | Matthew Barnes | 2013-04-29 | 1 | -1/+95 |
| | |||||
* | Missed a few evolution-settings.desktop.in references. | Matthew Barnes | 2013-04-29 | 2 | -2/+0 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-04-29 | 1 | -1/+0 |
| | |||||
* | Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolon | Matthew Barnes | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Remove evolution-settings.desktop.in.in | Matthew Barnes | 2013-04-28 | 1 | -10/+0 |
| | | | | Forgot to remove this along with evolution-settings. | ||||
* | EGravatarPhotoSource: Work around libsoup deadlocks. | Matthew Barnes | 2013-04-27 | 1 | -36/+7 |
| | | | | | The SoupRequest API seems to have some concurrency issues to work out, so for the time being create a unique SoupSession for each SoupRequest. | ||||
* | EPhotoCache: Forgot to unlock a mutex. | Matthew Barnes | 2013-04-27 | 1 | -0/+2 |
| | | | | Yikes, that would be bad... | ||||
* | EPhotoCache: Fix deadlock when cancelling subtasks. | Matthew Barnes | 2013-04-27 | 1 | -16/+32 |
| | | | | | | | This seems to have started with the gravatar module. SoupRequest is apparently quite eager to cancel HTTP requests -- so much so that we need to slow it down within EPhotoCache, so we don't wind up calling g_cancellable_disconnect() during a GCancellable signal emission. | ||||
* | Bug #626215 - Prefer mail saving in order by UI | Milan Crha | 2013-04-26 | 3 | -0/+73 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-04-26 | 1 | -1228/+1146 |
| | |||||
* | Add a gravatar module. | Matthew Barnes | 2013-04-26 | 8 | -0/+575 |
| | | | | This is a new EPhotoSource that obtains images from gravatar.com. | ||||
* | Bug 698488 - Attachment file chooser should preview attachments' content ↵ | Fabiano Fidêncio | 2013-04-26 | 1 | -0/+35 |
| | | | | when possible | ||||
* | Bug 698487 - Contact Editor's Image's file chooser must show only images files | Fabiano Fidêncio | 2013-04-26 | 1 | -4/+13 |
| | |||||
* | configure.ac: Alphabetize module names. | Matthew Barnes | 2013-04-26 | 1 | -5/+5 |
| | |||||
* | ETaskShellSidebar: Remove unused "status-message" signal. | Matthew Barnes | 2013-04-25 | 3 | -30/+0 |
| | |||||
* | ETaskShellSidebar: Submit an EActivity when obtaining an EClient. | Matthew Barnes | 2013-04-25 | 1 | -51/+58 |
| | | | | | | | Remove this status message nonsense that I came up with during the kill-bonoto rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases. | ||||
* | EMemoShellSidebar: Remove unused "status-message" signal. | Matthew Barnes | 2013-04-25 | 3 | -30/+0 |
| | |||||
* | EMemoShellSidebar: Submit an EActivity when obtaining an EClient. | Matthew Barnes | 2013-04-25 | 1 | -51/+58 |
| | | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message sesms to be blocking application shut down in some cases. | ||||
* | ECalShellSidebar: Remove unused "status-message" signal. | Matthew Barnes | 2013-04-25 | 2 | -23/+0 |
| | |||||
* | ECalShellSidebar: Submit an EActivity when obtaining an EClient. | Matthew Barnes | 2013-04-25 | 1 | -51/+58 |
| | | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases. | ||||
* | Add e_activity_cancel(). | Matthew Barnes | 2013-04-25 | 6 | -14/+33 |
| | | | | Convenience function cancels the activity's GCancellable. | ||||
* | Document EActivity. | Matthew Barnes | 2013-04-25 | 1 | -3/+183 |
| | |||||
* | ETaskShellSidebar: Remove some unnecessary #includes. | Matthew Barnes | 2013-04-25 | 1 | -4/+0 |
| | |||||
* | EMemoShellSidebar: Remove some unnecessary #includes. | Matthew Barnes | 2013-04-25 | 1 | -4/+0 |
| | |||||
* | ECalShellSidebar: Remove some unnecessary #includes. | Matthew Barnes | 2013-04-25 | 1 | -4/+0 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-04-25 | 1 | -1874/+2024 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-04-24 | 1 | -1806/+1954 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-04-24 | 1 | -1907/+2050 |
| | |||||
* | EPhotoSource fixup | Matthew Barnes | 2013-04-24 | 1 | -2/+2 |
| | |||||
* | Reimplement EPhotoCache to use EPhotoSource. | Matthew Barnes | 2013-04-24 | 4 | -283/+665 |
| | | | | | | | | | | | | | | | | | | | | | Reimplement EPhotoCache to delegate the actual photo fetching to EPhotoSources. When a photo is requested for a given email address, all available EPhotoSources are dispatched concurrently and a photo input stream is selected from the result set. This also utilizes EDataCapture, which is affixed to the returned GInputStream to capture and cache photo data for an email address. New functions: e_photo_cache_add_photo_source() e_photo_cache_list_photo_sources() e_photo_cache_remove_photo_source() e_photo_cache_add_photo() Renamed functions: e_photo_cache_remove() --> e_photo_cache_remove_photo() | ||||
* | Add contact-photos module. | Matthew Barnes | 2013-04-24 | 8 | -0/+895 |
| | | | | | | | | | | This encapsulates the EContactPhoto look up feature that was previously built into EPhotoCache. It's now implemented as an EPhotoSource -- one per address book. One advantage of this implementation is that address books are now queried concurrently rather than serially. EPhotoCacheContactLoader is an EPhotoCache extension that takes care of adding and removing EPhotoSources for available address books. | ||||
* | Add EPhotoSource interface. | Matthew Barnes | 2013-04-24 | 7 | -0/+219 |
| | | | | | | | | | EPhotoSource is an interface used to extend the functionality of EPhotoCache. You can add an object implementing EPhotoSource to an EPhotoCache with e_photo_cache_add_photo_source() and remove it with e_photo_cache_remove_photo_source(). When EPhotoCache needs a photo for an email address, it will invoke e_photo_source_get_photo() on all available EPhotoSource objects simultaneously and select one photo. | ||||
* | Add EDataCapture. | Matthew Barnes | 2013-04-24 | 7 | -0/+462 |
| | | | | | | | | | | EDataCapture is a GConverter that captures data until the end of the input data is seen, then emits a "finished" signal with the captured data in a GBytes instance. When used with GConverterInputStream or GConverterOutputStream, an EDataCapture can discreetly capture stream content for the purpose of caching. | ||||
* | Update libeutil API docs. | Matthew Barnes | 2013-04-24 | 2 | -3/+3 |
| | |||||
* | Updated Malayalam Translation | Anish A | 2013-04-24 | 1 | -867/+875 |
| | |||||
* | [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colors | Milan Crha | 2013-04-23 | 18 | -143/+137 |
| | | | | | | | | | | It could happen that header text color had been picked white one time, but the other time black as expected (for me usually when I started Evolution in Calendar and moved to Mail view, the header text color was white, while when starting in Mail view it was black). The change to use GtkStyleContext is there only as a cleanup from deprecated GtkStyle, and to make things easier too, because both GtkStyle and the GtkStyleContext had set white color for some reason. | ||||
* | Update sender photo section after 60386356e322c0ebe3a0101a616752c0e557491e | Andre Klapper | 2013-04-22 | 1 | -3/+1 |
| | |||||
* | Remove "Search for sender photograph only in local address books". | Matthew Barnes | 2013-04-21 | 10 | -310/+12 |
| | | | | | | | | | | | | | This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email. | ||||
* | EPhotoCache: Fix a runtime warning. | Matthew Barnes | 2013-04-21 | 1 | -7/+24 |
| | | | | | Stop searching address books on the first error but don't indicate failure if we've managed to accumulate contacts prior to the error. | ||||
* | User docs: Clarify automatic X-Face display as per bug 698435 | Andre Klapper | 2013-04-20 | 1 | -1/+5 |
| | |||||
* | User docs: Fix markup | Andre Klapper | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | User docs: Explain 'Match all' filter criterion. Fixes bug 698437. | Andre Klapper | 2013-04-20 | 2 | -5/+6 |
| | |||||
* | User docs: Update appointment saving instructions as per e1f45e28 | Andre Klapper | 2013-04-20 | 1 | -4/+2 |
| | |||||
* | User docs: Update Mozilla import docs. Still not too great. | Andre Klapper | 2013-04-20 | 1 | -5/+12 |
| | |||||
* | User docs: Update Wikipedia URLs as default host also supports SSL now | Andre Klapper | 2013-04-20 | 4 | -8/+8 |
| | |||||
* | User docs: Fix markup | Andre Klapper | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | User docs: Update Makefile.am | Andre Klapper | 2013-04-20 | 1 | -0/+1 |
| | |||||
* | User docs: Move shared filter/vfolder conditions into separate file (XInclude) | Andre Klapper | 2013-04-20 | 3 | -121/+77 |
| | |||||
* | User docs: Update TODOs with corresponding bug IDs | Andre Klapper | 2013-04-20 | 1 | -3/+3 |
| | |||||
* | User docs: Remove TODO; filed as bug 698435 now | Andre Klapper | 2013-04-20 | 1 | -3/+6 |
| | |||||
* | User docs: Update Makefile.am | Andre Klapper | 2013-04-20 | 1 | -1/+3 |
| | |||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2013-04-20 | 1 | -5312/+5608 |
| | |||||
* | [l10n] Update Catalan translation | Gil Forcada | 2013-04-20 | 1 | -5093/+5221 |
| | |||||
* | User docs: Misc. comment updates | Andre Klapper | 2013-04-20 | 28 | -39/+35 |
| | |||||
* | User docs: bug 690696 - Remove last references to old IMAP backend | Andre Klapper | 2013-04-20 | 4 | -62/+1 |
| | |||||
* | User docs: Use XInclude for common Account Identity section to avoid string ↵ | Andre Klapper | 2013-04-20 | 11 | -62/+59 |
| | | | | duplication | ||||
* | User docs: Remove some orphaned links | Andre Klapper | 2013-04-20 | 4 | -13/+0 |
| | |||||
* | User docs: Use XInclude for common Search help to avoid string duplication | Andre Klapper | 2013-04-20 | 6 | -441/+344 |
| | |||||
* | EPhotoCache: Fix a documentation typo. | Matthew Barnes | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | Workaround broken Free/Busy fetching (Bug #692361) | Milan Crha | 2013-04-19 | 2 | -0/+15 |
| | |||||
* | Bug 698042 - Crash when sending e-mail with attachment | Matthew Barnes | 2013-04-19 | 1 | -2/+7 |
| | |||||
* | EShellBackend: Log outstanding activities during shutdown. | Matthew Barnes | 2013-04-19 | 1 | -0/+38 |
| | | | | | | | Log debug messages for outstanding activities during shutdown to help investigate stuck shutdown issues. Enable this feature with: G_MESSAGES_DEBUG=evolution-shell | ||||
* | EShellBackend: Rework shutdown delay. | Matthew Barnes | 2013-04-19 | 1 | -11/+24 |
| | | | | | | | Use g_signal_connect_data() to automatically release the EActivity when the signal handler is disconnected, and keep the handler ID internally. This is cleaner than using g_signal_handlers_disconnect_by_func(). | ||||
* | build: Fix srcdir != builddir from git | Matthew Barnes | 2013-04-18 | 3 | -12/+12 |
| | | | | | | | | | Mimicing Colin's commit fb9b02e for E-D-S. We can't do (cd $(srcdir); ...) and inside reference $(top_srcdir) because that variable uses a *relative* path. Thus we copy the approach from gnome-shell of explicitly using addprefix to append the source directory. | ||||
* | alarm-queue: Remove the "mail notifications not supported" dialog | Matthew Barnes | 2013-04-18 | 1 | -24/+1 |
| | | | | | | | | | | This dialog is all kinds of lame, not to mention ugly. It tends to pop up when evolution-alarm-notify starts and often steals input focus from the normal reminder dialog that pops up overtop of it. Let's not apologize for features not implemented. Instead of alerting the user that we'll show a normal reminder dialog in lieu of sending an email reminder, just show a normal reminder dialog. | ||||
* | [web-inspector] Yet more shortcut tweaking. | Matthew Barnes | 2013-04-18 | 1 | -1/+1 |
| | | | | | | | Be more forgiving of modifiers. Check for GDK_CONTROL_MASK and GDK_SHIFT_MASK, but not to the exclusion of all other modifiers. There, that should make the shortcut work for everyone now. | ||||
* | Fix duplicate entry in HELP_FILES. | Matthew Barnes | 2013-04-17 | 1 | -1/+0 |
| | | | | | | This has been breaking distcheck for ages! It figures it would turn out to be something this stupid... | ||||
* | Update POTFILES.in. | Matthew Barnes | 2013-04-17 | 1 | -1/+0 |
| | |||||
* | Remove backward-compatibility cruft for goa-1.0 < 3.8. | Matthew Barnes | 2013-04-17 | 7 | -580/+5 |
| | | | | | | | In particular, GOA's Google provider uses OAuth 2.0 now, so we can drop the OAuth 1.0a support in CamelSaslXOAuth which was GMail-specific, and with it the entire "online-accounts" module in Evolution. Evolution no longer links to libgoa-1.0 at all. | ||||
* | Search bar functionality polishing | Tomas Popela | 2013-04-15 | 3 | -34/+73 |
| | | | | Polishing after switching from Evolution's highlight implementation to WebKit's one. | ||||
* | Fix tags in the Hungarian help | Gabor Kelemen | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClient | Matthew Barnes | 2013-04-14 | 3 | -53/+46 |
| | |||||
* | bbdb plugin cleanups. | Matthew Barnes | 2013-04-14 | 3 | -173/+138 |
| | |||||
* | Restore "Automatic Contacts" plugin preferences page. | Matthew Barnes | 2013-04-14 | 1 | -4/+96 |
| | | | | | | | This accidentally got dropped during the "account-mgmt" project. As much as I loathe EConfig, the "Automatic Contacts" plugin is useless without its Preferences page in the Contacts section. | ||||
* | Improve consistency in Hungarian translation | Gabor Kelemen | 2013-04-13 | 1 | -2/+2 |
| | |||||
* | ECalModel: Make view handling thread-safe. | Matthew Barnes | 2013-04-13 | 1 | -221/+304 |
| | |||||
* | Add e_cal_model_ref_default_client(). | Matthew Barnes | 2013-04-13 | 12 | -62/+100 |
| | | | | Replaces e_cal_model_get_default_client(), which was not thread-safe. | ||||
* | Remove e_cal_model_get_client_for_source(). | Matthew Barnes | 2013-04-13 | 5 | -78/+30 |
| | | | | | | | | Was not thread-safe because it did not reference the return value. The function was only used to implement the Refresh action on the sidebar menu. e_client_selector_ref_cached_client() works better for this anyway. | ||||
* | Add e_cal_model_list_clients(). | Matthew Barnes | 2013-04-13 | 6 | -31/+35 |
| | | | | | | | Replaces e_cal_model_get_client_list(). Does the same thing, except the returned ECalClient instances are referenced for thread-safety. | ||||
* | ECalModel: Make the ClientData queue thread-safe. | Matthew Barnes | 2013-04-13 | 1 | -56/+124 |
| | |||||
* | ECalModel: Give ClientData a reference count. | Matthew Barnes | 2013-04-13 | 1 | -103/+143 |
| | | | | | | | | Adds some private ECalModel functions: client_data_new() client_data_ref() client_data_unref() | ||||
* | ECalModel: Rename ECalModelClient struct to ClientData. | Matthew Barnes | 2013-04-13 | 1 | -29/+31 |
| | | | | | | ECalModelClient looks like a public type name, but it's strictly internal to ECalModel. Plus all the variable names of that type are already "client_data". | ||||
* | ECalModel: Track ECalModelClient structs in a GQueue. | Matthew Barnes | 2013-04-13 | 1 | -55/+65 |
| | |||||
* | web-inspector: Change the shortcut key to match Chrome. | Matthew Barnes | 2013-04-12 | 1 | -3/+3 |
| | | | | | | | GDK_MOD1_MASK is ill defined across various keyboards, apparently. Use Ctrl + Shift + I instead, which happens to match what Chrome uses to bring up its web inspector. | ||||
* | Remove Evolution's implementation of highlighting and use WebKit ↵ | Tomas Popela | 2013-04-12 | 1 | -125/+8 |
| | | | | highlighting. Fixes Bug#696673 | ||||
* | Bug #681837 - Make enum type registration thread safe | Milan Crha | 2013-04-12 | 10 | -165/+39 |
| | |||||
* | Bug #697710 - Going offline doesn't disconnect remote stores | Milan Crha | 2013-04-11 | 2 | -13/+51 |
| | |||||
* | Bug #696663 - Save without close should update comp-editor | Fabiano Fidêncio | 2013-04-10 | 1 | -2/+95 |
| | |||||
* | Bug 677300 - Add 3 px padding above and below the searchbar | Jean-François Fortin Tam | 2013-04-09 | 1 | -0/+1 |
| | |||||
* | Add e_shell_view_get_size_group(). | Matthew Barnes | 2013-04-09 | 5 | -0/+43 |
| | | | | | Returns a GtkSizeGroup used to keep the search bar and sidebar banner vertically aligned. | ||||
* | EShellSearchbar: Remove more Express Mode leftovers. | Matthew Barnes | 2013-04-09 | 3 | -261/+6 |
| | | | | | | | | | Remove the following properties and corresponding get/set functions: "express-mode" "filter-visible" "labels-visible" "search-visible" | ||||
* | EShellSearchbar cleanups. | Matthew Barnes | 2013-04-09 | 1 | -64/+95 |
| | |||||
* | EWebView: Disable WebKit plugins during instance initialization. | Matthew Barnes | 2013-04-09 | 1 | -6/+11 |
| | | | | | | | | Calling webkit_get_web_plugin_database() somehow ends up calling g_bus_get_sync(), which in turn makes gtkdoc-scangobj hang forever. Call it instead as a GOnce callback during instance initialization, which avoids the hang since gtkdoc-scangobj only peeks at classes. | ||||
* | Update copyright year on About dialog. | Matthew Barnes | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Bug 697268 - Incorrect mnemonic widget in 'Add Reminder' dialog | Matthew Barnes | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Bug #271262 - Allow Send/Receive of local stores in offline | Milan Crha | 2013-04-09 | 9 | -50/+82 |
| | |||||
* | e_mail_folder_uri_parse: Handle local mbox folder URIs. | Matthew Barnes | 2013-04-08 | 1 | -2/+24 |
| | | | | | | | | | In Evolution 2.x, the local mail store used mbox format. Camel will not recognize the old-style "mbox:///.../local" folder URIs, since the local mail store is now Maildir format. Test for this and work around it. This should re-fix bug 638307 which was a nuisance error about failing to append to a "mbox:///.../local#Sent" folder after sending a message. | ||||
* | EWebView: Remove a backward-compatibility hack. | Matthew Barnes | 2013-04-08 | 1 | -9/+1 |
| | | | | We require WebKitGTK+ >= 1.10 so we can drop a hack to support < 1.9.6. | ||||
* | EWebView: Use a GQueue to track highlight strings. | Matthew Barnes | 2013-04-08 | 3 | -29/+16 |
| | | | | | This also removes an unused function e_web_view_get_highlights() which was returning a GSList. | ||||
* | EWebView cleanups. | Matthew Barnes | 2013-04-08 | 1 | -19/+23 |
| | |||||
* | Show parts with Content-ID of multipart/mixed as attachments | Milan Crha | 2013-04-05 | 2 | -4/+7 |
| | | | | | | | The multipart/mixed should behave differently than multipart/related, because subparts of multipart/mixed are not meant to reference each other by default, thus the subparts should be shown as attachments. This was reported at https://bugzilla.redhat.com/show_bug.cgi?id=947409 | ||||
* | Bug 697228 - User Docs: Remove CSS page now that we have WebKit rendering | Andre Klapper | 2013-04-04 | 2 | -30/+0 |
| | |||||
* | Bug 697141 - User docs: Remove express mode | Andre Klapper | 2013-04-03 | 1 | -1/+0 |
| | |||||
* | Bug 697141 - User docs: Remove express mode | Andre Klapper | 2013-04-03 | 1 | -25/+0 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-04-02 | 1 | -7175/+7366 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2013-04-02 | 1 | -11913/+13381 |
| | |||||
* | Mark icon in user help as untranslatable | Ekaterina Gerasimova | 2013-04-01 | 1 | -2/+2 |
| | |||||
* | EMailAccountStore: Remove "express-mode" property. | Matthew Barnes | 2013-04-01 | 2 | -78/+8 |
| | |||||
* | EMailAccountManager: Add Online Account blurbs. | Matthew Barnes | 2013-04-01 | 1 | -3/+241 |
| | | | | | | For accounts linked to an Online Accounts service (GNOME or Ubuntu), display an informational message with an "Open Online Accounts" button that launches gnome-control-center with an appropriate panel name. | ||||
* | EMailAccountManager: Inherit from GtkGrid. | Matthew Barnes | 2013-04-01 | 2 | -15/+9 |
| | |||||
* | evolution.convert: no-folder-dots setting was removed. | Matthew Barnes | 2013-04-01 | 1 | -1/+0 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-04-01 | 1 | -3049/+3940 |
| | |||||
* | Add a NEWS item about Express Mode removal. | Matthew Barnes | 2013-04-01 | 1 | -0/+8 |
| | |||||
* | Remove e_preferences_window_filter_page(). | Matthew Barnes | 2013-04-01 | 3 | -36/+0 |
| | | | | No longer used. | ||||
* | Remove more Express Mode hacks. | Matthew Barnes | 2013-04-01 | 17 | -376/+137 |
| | | | | | | This removes all traces of Express Mode from all but the contact editor and calendar appointment editor. Need to evaluate the remaining cases individually. | ||||
* | Remove e_shell_hide_widgets_for_express_mode(). | Matthew Barnes | 2013-04-01 | 5 | -93/+0 |
| | | | | No longer needed. | ||||
* | Remove EUIManager. | Matthew Barnes | 2013-04-01 | 16 | -456/+17 |
| | | | | No longer needed. Use GtkUIManager directly. | ||||
* | Add e_load_ui_manager_definition(). | Matthew Barnes | 2013-04-01 | 3 | -0/+39 |
| | | | | | | | | Loads a UI definition into a GtkUIManager from Evolution's UI directory. We actually had this function for a brief period during the 2.29 series, before Express Mode was a thing. I'm reviving the function to take over for EUIManager. | ||||
* | Remove e_shell_configure_ui_manager(). | Matthew Barnes | 2013-04-01 | 5 | -28/+0 |
| | | | | No longer needed. | ||||
* | Remove conditionals from GtkUIManager definitions. | Matthew Barnes | 2013-04-01 | 8 | -79/+0 |
| | |||||
* | Remove e_shell_set_startup_view(). | Matthew Barnes | 2013-04-01 | 4 | -25/+0 |
| | | | | No longer needed. | ||||
* | Remove e_shell_get_startup_view(). | Matthew Barnes | 2013-04-01 | 4 | -19/+0 |
| | | | | No longer needed. | ||||
* | EShell: Remove "meego-mode" property. | Matthew Barnes | 2013-04-01 | 5 | -90/+4 |
| | | | | | | The property is always FALSE. Remove both the property itself and any logic predicated on it. | ||||
* | Remove e_shell_adapt_window_size(). | Matthew Barnes | 2013-04-01 | 6 | -58/+0 |
| | | | | Its preconditions are never TRUE, and is therefore a no-op function. | ||||
* | EShell: Remove "small-screen-mode" property. | Matthew Barnes | 2013-04-01 | 7 | -233/+12 |
| | | | | | | The property is always FALSE. Remove both the property itself and any logic predicated on it. | ||||
* | Remove e_shell_detect_meego(). | Matthew Barnes | 2013-04-01 | 5 | -203/+0 |
| | | | | No longer used. | ||||
* | Remove --express command-line option. | Matthew Barnes | 2013-04-01 | 1 | -22/+5 |
| | | | | | | | | | | | | This effectively removes Express Mode as a user-selectable feature. Express Mode was developed for MeeGo by MeeGo developers. Today the MeeGo project is dead, the MeeGo developers have disappeared, no one is maintaining Express Mode and the feature is deteriorating. There's still some bits of Express Mode I'd like to salvage before we remove it entirely, but henceforth it will have to be enabled at compile-time. | ||||
* | Fix for typing in ITIP comments when some keys triggered actions. | Tomas Popela | 2013-03-28 | 2 | -0/+29 |
| | |||||
* | Bug 696715 - ESelectNamesEditable needs an EClientCache | Matthew Barnes | 2013-03-28 | 3 | -11/+10 |
| | |||||
* | ESelectNamesRenderer: Add a "client-cache" construct-only property. | Matthew Barnes | 2013-03-28 | 3 | -7/+67 |
| | |||||
* | ESelectNamesRenderer cleanups. | Matthew Barnes | 2013-03-28 | 2 | -98/+170 |
| | |||||
* | ESelectNamesEditable cleanups. | Matthew Barnes | 2013-03-28 | 3 | -97/+155 |
| | |||||
* | ESettingsMailFormatter: Fix binding flag typo. | Matthew Barnes | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Updated for Malayalam | Ani Peter | 2013-03-26 | 1 | -5556/+6748 |
| | |||||
* | l10n: Update Japanese translation | OKANO Takayoshi | 2013-03-26 | 1 | -6896/+5699 |
| | |||||
* | Bug #684245 - Disable 3rd-party browser plugins | Tomas Popela | 2013-03-25 | 1 | -0/+24 |
| | |||||
* | Bug #696185 - Disable WebKit's caching | Milan Crha | 2013-03-25 | 1 | -0/+4 |
| | |||||
* | Bug #696173 - Various memory leaks | Milan Crha | 2013-03-25 | 4 | -4/+16 |
| | |||||
* | Bug #687412 - Crash under mail_folder_cache_service_removed() | Milan Crha | 2013-03-25 | 1 | -2/+8 |
| | |||||
* | Bug #662568 - Use-after-free in Templates plugin signal handlers | Milan Crha | 2013-03-25 | 1 | -2/+14 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-25 | 1 | -194/+203 |
| | |||||
* | Fix mbox-to-Maildir conversion... again. | Matthew Barnes | 2013-03-25 | 4 | -645/+667 |
| | | | | | | | | | | | | | | Commit ee5671fc fixed mbox-to-Maildir conversion for users upgrading from Evolution 2.32, who had already migrated to XDG Base Directories. But turns out, mbox-to-Maildir conversion was still broken for users coming from Evolution 2.30 or earlier because the logic to move files into XDG Base Directories was running *after* the conversion routine. So the conversion routine found nothing to convert, and users were left with a broken "On This Computer" mail store. This commit runs the XDG Base Directory migration first on startup, followed by the mbox-to-Maildir conversion. | ||||
* | Fix translations of keywords in .desktop files | Piotr Drąg | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | e-mail.h: Remove non-existent header files. | Matthew Barnes | 2013-03-25 | 1 | -2/+0 |
| | |||||
* | Bug 696257 - Handle default values for "primary" selection settings | Matthew Barnes | 2013-03-25 | 4 | -4/+16 |
| | | | | | | The default value for these GSettings keys is an empty string. The mapping function should handle empty strings by falling back to the appropriate default ESource. | ||||
* | Fix mismatched tag in Hungarian help translation | Gabor Kelemen | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Updated Odia Language along with FUEL implementation | ManojKumar Giri | 2013-03-22 | 1 | -5924/+5493 |
| | |||||
* | Fix a typo which disabled "Always load images" option forever | Milan Crha | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Tamil translations updated | Shantha kumar | 2013-03-22 | 1 | -145/+85 |
| | |||||
* | Tamil translations updated | Shantha kumar | 2013-03-22 | 1 | -173/+172 |
| | |||||
* | Tamil Translations Updated | Shantha kumar | 2013-03-22 | 1 | -1813/+1470 |
| | |||||
* | Updated Odia Language along with FUEL implementation | ManojKumar Giri | 2013-03-22 | 1 | -12427/+13552 |
| | |||||
* | l10n: Updated Persian translation | Danial Behzadi | 2013-03-22 | 1 | -15411/+22589 |
| | |||||
* | Updated Hungarian help translation | Gabor Kelemen | 2013-03-22 | 1 | -856/+904 |
| | |||||
* | Fix usage of non-existing variable in debug message. | Tomas Popela | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-03-21 | 1 | -5002/+5157 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-19 | 1 | -4967/+4898 |
| | |||||
* | Updated Danish translation | Flemming Christensen | 2013-03-19 | 1 | -5169/+5399 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2013-03-19 | 1 | -5070/+5345 |
| |