/multimedia/dvbcut/

cgit'>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS update for 3.8.3 release.EVOLUTION_3_8_3Matthew Barnes2013-06-091-0/+48
|
* Bug 701669 - Bad assumption in prefer-plain moduleMatthew Barnes2013-06-081-2/+7
| | | | | | | | | | | | | | | | | For messages with a base MIME type of multipart/alternative, we were hiding text/plain subparts based on the number of alternate subparts. This assumption of course broke on a message with the following body structure and a Plain Text Mode preference of "Show HTML if present": multipart/alternative text/plain text/plain Instead, note when we've actually seen a text/html subpart and use that to decide whether to hide the text/plain parts. (cherry picked from commit 35582bf4e29cc4aadf779d76096ef6dd47a7be1a)
* EMailParserPreferPlain cleanups.Matthew Barnes2013-06-081-24/+31
| | | | | | | (cherry picked from commit 5cf06f855f54cd81f0c96b6ea6474ba9fc5bb762) Conflicts: modules/prefer-plain/e-mail-parser-prefer-plain.c
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-1682/+1569
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-1932/+2026
|
* EMailDisplay cleanups.Matthew Barnes2013-06-053-111/+117
| | | | | | | (cherry picked from commit 046816123764f86f1b258195292abcdb7951fca3) Conflicts: mail/e-mail-display.h
* EMailBrowser cleanups.Matthew Barnes2013-06-052-103/+119
| | | | | | | (cherry picked from commit f150d051191a2b7661e957b40246c0aff213e7b7) Conflicts: mail/e-mail-browser.c
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-057-68/+127
| | | | | | | | | | (cherry picked from commit 552952d2cce32d2748339f380fbf34fea40c029b) Conflicts: em-format/Makefile.am em-format/e-mail-formatter.c em-format/e-mail-formatter.h em-format/e-mail-part.h
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-052-0/+21
| | | | | | To have a proper GEnumClass registered for ask/always/never choices. (cherry picked from commit f925dac7c498cda34ac891c627b7ba3598fcd4f4)
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-044-0/+49
| | | | | | | Empty group addresses were left as-is when sending an email directly, not through Outbox, which could cause a send error through SMTP. Expanding group addresses, or removing empty groups, from a list or recipients before sending the message fixes the issue.
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-035-250/+256
| | | | | | | | | Replaces em_utils_forward_messages(). (cherry picked from commit a27c70e42741771b43d264f17b14c4674d0e51a7) Conflicts: mail/e-mail-reader-utils.h
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-036-126/+120
| | | | | | | | | | | | | Replaces em_utils_edit_messages(). (cherry picked from commit 13b2bd263cc68e60839d04f801fd8b6f4b80b3d2) Conflicts: mail/e-mail-folder-pane.c mail/e-mail-reader-utils.c mail/e-mail-reader.c mail/em-composer-utils.c mail/em-composer-utils.h
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-034-103/+71
| | | | | | | | | | | | | | EMailReader is an interface and should not know about specific classes that implement its interface. Instead, EMailBrowser itself will prompt in response to "composer-created" signals that include a source message. This also removes the "destroy_when_done" parameter from em_utils_forward_messages() since it's no longer needed. (cherry picked from commit 43610e343194912394e5097655403f6ab7993ab0) Conflicts: mail/em-composer-utils.c
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-034-8/+97
| | | | | | | | | | | | | | | | | | Emitted to indicate a composer window was created in response to a user action on the EMailReader. Examples of such actions include replying, forwarding, and starting a new message. If applicable, the source message (i.e. the message being replied to or forwarded) is included in the signal emission. New functions: e_mail_reader_composer_created() (cherry picked from commit f5e47561f995ca50f2bbd45b940e0a10100281a5) Conflicts: mail/em-composer-utils.c
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-033-4/+4
| | | | | | | (cherry picked from commit 1570f53d1eab0a750680df72be3363659f11db46) Conflicts: plugins/templates/templates.c
* em_utils_redirect_message: Return the EMsgComposer.Matthew Barnes2013-06-032-4/+8
| | | | (cherry picked from commit ca14cc115ee90650f1546ed3d95bf1ce6010569f)
* em_utils_compose_new_message(): Return the EMsgComposer.Matthew Barnes2013-06-032-4/+8
| | | | (cherry picked from commit 1b7fc9224b7107361282904483805c67d4980586)
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-033-50/+44
| | | | | | | | | | | Replace the EShell and CamelSession arguments with a single EMailBackend argument, from which both the EShell and CamelSession can be obtained. (cherry picked from commit 540acdbfa95d29a66ad94bad68222b5ae9c98720) Conflicts: mail/em-composer-utils.h modules/mail/e-mail-attachment-handler.c
* em-composer-utils.c cleanups.Matthew Barnes2013-06-031-244/+325
| | | | | | | (cherry picked from commit 603fb5ac719acb7000559299c6fa7df2848f63ca) Conflicts: mail/em-composer-utils.c
* e-mail-reader.h: Remove unimplemented declarations.Matthew Barnes2013-06-021-5/+0
| | | | | | | | | These functions do not exist: e_mail_reader_get_formatter() e_mail_reader_set_formatter() (cherry picked from commit 8564aef30c6dc91af30b680d6008085350430bee)
* EMailReader cleanups.Matthew Barnes2013-06-022-123/+168
| | | | (cherry picked from commit 9528240fe85b084143db3f6be003b97555e480cb)
* Minor efficiency tweak in task_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | | | Call e_task_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 52feeacf8d8da8ec169efbe40b4e75385a9bb7fe)
* Minor efficiency tweak in memo_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | | | Call e_memo_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 7f914de2907effe05da229896671691edc2c959f)
* Minor efficiency tweak in cal_shell_view_user_created_cb().Matthew Barnes2013-06-011-7/+3
| | | | | | | | Call e_cal_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 585745a2bf46d08ff55c9c16b3dd8d83ad8cb335)
* Add a boolean return to e_cal_model_remove_client().Matthew Barnes2013-06-013-7/+19
| | | | | | | | | | The function now returns TRUE if the ECalClient was actually removed from the model, or FALSE if the model did not have the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_removed(). (cherry picked from commit 2aa759bc58ea8e14dd1d28a9d7f23e2f5f627c3f)
* Add a boolean return to e_cal_model_add_client().Matthew Barnes2013-06-013-11/+22
| | | | | | | | | | The function now returns TRUE if the ECalClient was actually added to the model, or FALSE if the model already had the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_added_cb(). (cherry picked from commit 6477dd65708b286001b487ca89d4d5066a25bbfd)
* GnomeCalendar: Fix a potential reference leak.Matthew Barnes2013-06-011-2/+1
| | | | (cherry picked from commit 815c8776bbeee8e937db73c2006846ab9606ffb0)
* GnomeCalendar: Avoid runtime warnings during initialization.Matthew Barnes2013-06-011-52/+60
| | | | (cherry picked from commit c12dc5766786efa9c2e82fb0b59fa1edf18d5f38)
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-012-284/+323
| | | | | | | | | | | | Obtain calendar views asynchronously and concurrently, and update the task and memo pads synchronously (they don't block as best I can tell). Get rid of the whole thread-pool message dispatching thing, which I think I myself wrote years ago (calendar had no async API back then). Consequently I'm seeing calendar events show up noticably quicker. (cherry picked from commit 1047848935ff20342a1ced37553ba89d710378d5)
* EShell: Check cookie before calling gtk_application_uninhibit().Matthew Barnes2013-05-311-1/+8
| | | | (cherry picked from commit afdbd662d1586a83982d63b355c3852ff47be651)
* Updated Galician translationsFran Diéguez2013-05-311-1416/+1408
|
* Bug #700812 - Search in Calendar view is brokenMilan Crha2013-05-302-5/+34
|
* Updated Odia Translation.ManojKumar Giri2013-05-301-13/+7
|
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
| | | | | | | | | | | | Making EAlertDialog non-resizable is the only way at present for GTK+ to pick a resonable default size, otherwise we get alerts looking like this: https://bugzilla.gnome.org/attachment.cgi?id=221303 See https://bugzilla.gnome.org/681937 for details. Also drop the default window size hack in alert_dialog_constructed(). (cherry picked from commit 5b2ee4af6fafecfff78f15662c94e62470a9a43d)
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-302-7/+20
| | | | | | | | | If sending fails for any reason, return a suitable GError. Don't just return silently. Also check for a wider range of errors indicating the service is unavailable in composer_send_completed(). This will trigger the "save-to-outbox" info alert. (cherry picked from commit 13089f0d5088cf138697121a0839bd7d3ed85e42)
* Fix build break. My bad.Matthew Barnes2013-05-301-4/+26
| | | | Keep forgetting 3.8 doesn't have e_weak_ref_new() / e_weak_ref_free().
* Bug 700277 - EClientCache allocates memory ad infinityMatthew Barnes2013-05-301-0/+95
| | | | | | | Remove a ClientData entry on "source-removed" or "source-disabled" signals from the ESourceRegistry. (cherry picked from commit d845222a117a665f25e4d6e110760c8908182336)
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-292-13/+23
| | | | | | | | | | | | | | | | | | | | | | The HTML for attachments always has the following form: <div class="attachment-wrapper" id="something" style="display: block;"> <actual attachment element> </div> The <div> element controls attachment visibility through its "display" style attribute, which is either "block" or "none". Problem is the <actual attachment element> was getting the same ID as its parent <div> element. So when either element was requested by ID, in certain cases the wrong element was returned and caused misbehavior and console warnings. Solve this by adding a "wrapper" suffix to the <div> element ID. So in the example above, id="something" gets the <actual attachment element>, whereas id="something.wrapper" gets the <div> element. (cherry picked from commit 2d251a9597311d4eaaa73556c2c72af5fe62a86e)
* EMailFormatterAttachment cleanups.Matthew Barnes2013-05-291-57/+38
| | | | | | | (cherry picked from commit fa39ba7c5dba1ce355fa560a1e46c542fb34a1b2) Conflicts: em-format/e-mail-formatter-attachment.c
* EMailParserAudio: Minor cleanup.Matthew Barnes2013-05-291-3/+1
| | | | | | | (cherry picked from commit c27e3a1dd2241029b8ccb316cc5b5134f96a12a1) Conflicts: modules/audio-inline/e-mail-parser-audio-inline.c
* updated kn translationsShankar Prasad2013-05-291-1011/+902
|
* configure.ac: Remove unnecessary regex library check.Matthew Barnes2013-05-281-9/+0
| | | | (cherry picked from commit 5204abd40cac00e501e3c0823c18016343feec4f)
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-283-143/+3
| | | | | | | | | | | | | | | | | | | This removes the following definitions from config.h: CTIME_R_THREE_ARGS GETHOSTBYADDR_R_SEVEN_ARGS GETHOSTBYNAME_R_FIVE_ARGS HAVE_ISBLANK HAVE_MKSTEMP HAVE_STATFS HAVE_STATVFS HAVE_SYS_MOUNT_H HAVE_SYS_PARAM_H HAVE_SYS_STATVFS_H These were all either unused or unnecessarily used. (cherry picked from commit 3777e4887c286282b5e24b42328a6a660d7360c8)
* configure.ac: Update audio-inline comment.Matthew Barnes2013-05-281-3/+3
| | | | (cherry picked from commit 13958f5ad55a53fada84d0b0679af9d38019c6aa)
* configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.Matthew Barnes2013-05-281-10/+0
| | | | | | | WebKitGTK+ 1.10 is the minimum requirement nowadays, so no need to blacklist an older version. (cherry picked from commit 06f624b830125c1f46ef9f97e9cfbc7ae9b66012)
* Updated Spanish translationDaniel Mustieles2013-05-271-1463/+1446
|
* Tamil Translation UpdatedShantha kumar2013-05-271-885/+880
|
* Updated Lithuanian translationAurimas Černius2013-05-271-1113/+1106
|
* Update libeutil API documentation.Matthew Barnes2013-05-261-7/+8
| | | | (cherry picked from commit e21da33e6bdadbc1965fd172e784ba7a003dd87b)
* [l10n] Minor fix on Catalan translationGil Forcada2013-05-261-552/+547
|
* Updated Slovenian translationMatej Urbančič2013-05-261-872/+870
|
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-252-423/+548
| | | | (cherry picked from commit 6777fe64efe13fe7031b61505e918d012621ebd7)
* Updated Brazilian Portuguese translationRafael Ferreira2013-05-251-1263/+963
|
* Utilize the new EMailSession functions when sending.Matthew Barnes2013-05-252-286/+152
| | | | | | | (cherry picked from commit 92817706c525cf83f7b9867ea088b162b5348371) Conflicts: libemail-engine/e-mail-session-utils.c
* EMailSession: Add helper functions for sending messages.Matthew Barnes2013-05-252-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() (cherry picked from commit dea7daf4c33ce4bdd020c19a3440538371b415a7)
* Updated gujarati fileSweta Kothari2013-05-241-1697/+1405
|
* Make EAttachment column updates thread-safe.Matthew Barnes2013-05-241-8/+147
| | | | | | | | | | | 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. (cherry picked from commit 749dabd02565e285ceef8e1dad9ba35b48b2fbaf)
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-2413-107/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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() (cherry picked from commit 9058c6f85dc49f9500e7e67819acfd8c0d2d369c)
* Attachment-related cleanups.Matthew Barnes2013-05-2410-207/+240
| | | | (cherry picked from commit 256422cab27d0b7adbe99fdeaceb72cd78c129bb)
* Updated Czech translationMarek Černocký2013-05-231-904/+877
|
* Assamese translation updatedNilamdyuti Goswami2013-05-231-145/+149
|
* Updated Polish translationPiotr Drąg2013-05-221-1399/+1320
|
* Bug #696663 - Save without close should update comp-editorFabiano Fidêncio2013-05-221-2/+86
|
* Simplify EABContactFormatter.Matthew Barnes2013-05-214-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. (cherry picked from commit badc0e6156777c65885bad6858a6f44f7cbf037e)
* EABContactFormatter cleanups.Matthew Barnes2013-05-212-200/+184
| | | | (cherry picked from commit 3df09670afb44ecf2d39fb71a228f0fa7ebbdb73)
* Updated Odia Translation.ManojKumar Giri2013-05-171-1165/+795
|
* Updated Odia Translation.ManojKumar Giri2013-05-161-113/+104
|
* Assamese translation updatedNilamdyuti Goswami2013-05-151-2607/+2717
|
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-144-0/+17
|
* Updated Norwegian bokmål translationKjartan Maraas2013-05-131-1309/+1248
|
* Post-release version bump.Matthew Barnes2013-05-121-1/+1
|
* NEWS update for 3.8.2 release.EVOLUTION_3_8_2Matthew Barnes2013-05-121-0/+37
|
* Bug 697632 - [mail-to-task] Invalid unref of a CamelFolderSamarjit Adhikari2013-05-121-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. (cherry picked from commit f0151c785648b44850b46fa50336126c282fcc58)
* EMailPrinter: Fix a couple typos.Matthew Barnes2013-05-111-1/+2
| | | | (cherry picked from commit 35f0a8499360e6a9a62a17308b0c4847074d90ab)
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-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. (cherry picked from commit 72f465b17342831163422cad05eaa6e648fffa19)
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-115-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. (cherry picked from commit 16a95bfa16b3864268e0ab0916bb6c02ec626fe0)
* EMailPrinter cleanups.Matthew Barnes2013-05-112-191/+237
| | | | (cherry picked from commit 3acb2d672821efd599d1fad0a55808de6b9bd495)
* em-utils.c cleanups.Matthew Barnes2013-05-111-95/+93
| | | | (cherry picked from commit 459cbbd9c74fee5fd05a05c2bf45a83ad00b5cf6)
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-113-21/+2
| | | | | | Hidden setting, no clear use case, and poorly implemented. (cherry picked from commit 289d96f5f0816a5fb3c642827c6f69a690a6574c)
* Right-align mail header names.Matthew Barnes2013-05-094-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. (cherry picked from commit 448aa307c324899a45b56d00c23d247b789eca27) Conflicts: em-format/e-mail-formatter-headers.c
* EMailFormatterHeaders cleanups.Matthew Barnes2013-05-092-40/+58
| | | | | | | | (cherry picked from commit 26ca1f2c563d5b4b2f3d3adcf427b8c3db62f4c4) Conflicts: em-format/e-mail-formatter-headers.c em-format/e-mail-formatter.h
* Coding style and whitespace cleanup.Matthew Barnes2013-05-0811-29/+29
|
* Newly configured Google calendar cannot be openedMilan Crha2013-05-073-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 #699551 - Signature is not removed on replyMilan Crha2013-05-076-6/+6
|
* Bug #699555 - prompt-on-mark-all-read doesn't work in context menuMilan Crha2013-05-032-16/+2
|
* Bug #696531 - Force white background for HTML partsMilan Crha2013-05-031-7/+7
|
* l10n: Update Japanese translationOKANO Takayoshi2013-05-021-371/+369
| | | | Fix typo
* Bug #699334 - Calendar: reply all doesn't quite workMilan Crha2013-05-011-5/+28
|
* Make sure EAddressbookModel has a fresh EBookClient.Matthew Barnes2013-04-301-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. (cherry picked from commit 6ec48e33ef01476246d943d941eb2e022687ef59)
* Missed a few evolution-settings.desktop.in references.Matthew Barnes2013-04-292-2/+0
| | | | (cherry picked from commit 8fa69fc517a31c276270c7bc10f7ea1377bbbca4)
* Updated POTFILES.inPiotr Drąg2013-04-291-1/+0
|
* Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolonMatthew Barnes2013-04-281-1/+1
| | | | (cherry picked from commit 63e96ab38c4a013987114680476d2c2841e9df30)
* Remove evolution-settings.desktop.in.inMatthew Barnes2013-04-281-10/+0
| | | | | | Forgot to remove this along with evolution-settings. (cherry picked from commit 917544583ae7e1a6c23c2b0cfc132a5573a9fe82)
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-263-0/+73
|
* Bug 698488 - Attachment file chooser should preview attachments' content ↵Fabiano Fidêncio2013-04-261-0/+35
| | | | when possible
* Bug 698487 - Contact Editor's Image's file chooser must show only images filesFabiano Fidêncio2013-04-261-4/+13
|
* ETaskShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-263-30/+0
| | | | (cherry picked from commit 80fb5269367c5ff703f3ae0dbb869330d65b6df0)
* ETaskShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-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. (cherry picked from commit 532e24fe115fa35f496b12415d539685f12c63d0)
* EMemoShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-263-30/+0
| | | | (cherry picked from commit afe1d97399538c8a5dedb18cf51ced4c8bb36203)
* EMemoShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-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. (cherry picked from commit d4ae41915c2c0d63249aedf5bf1edc19f0bffed1)
* ECalShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-262-23/+0
| | | | (cherry picked from commit 3a0b447047afec2e00d36be56d0a2e325e2b7af1)
* ECalShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-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. (cherry picked from commit d39a6e140208ea2261a88fda5dc1b174c9dde4a6)
* Add e_activity_cancel().Matthew Barnes2013-04-266-14/+33
| | | | | | Convenience function cancels the activity's GCancellable. (cherry picked from commit 8b245838de22f470e867b28631240a018a0bc36b)
* Document EActivity.Matthew Barnes2013-04-261-3/+183
| | | | (cherry picked from commit d0a0a397987684334c5fd41b364218782bc9bcfd)
* ETaskShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit 3573cab310cf9e74a28163e5b8ee1f82b3884af6)
* EMemoShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit c34ed9f365ed43055aec3f33189bb574a52d9c94)
* ECalShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit a2ee4d2b5055181173154b51ec5309c671f0aaf4)
* ETaskShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-6/+3
|
* EMemoShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-6/+3
|
* ECalShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-14/+10
|
* Update libeutil API docs.Matthew Barnes2013-04-242-1/+2
|
* EPhotoCache: Fix a runtime warning.Matthew Barnes2013-04-211-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. (cherry picked from commit 5e1934425ddedb3848a66f16100e4ee1ea12aeb1)
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-04-201