aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.c
Commit message (Collapse)AuthorAgeFilesLines
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
|
* Bug 633471 - EAttachmentStore store folder name where uri is expectedMatthew Barnes2010-10-301-27/+32
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-33/+8
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
|
* Fix some details in our asynchronous functions.Matthew Barnes2009-11-211-56/+26
| | | | | | | | | | Don't unref the GAsyncResult in finish functions. Do it after calling g_simple_async_result_complete(). This allows the GAsyncReadyCallback to be optional, and we'll still clean up resources properly. Also, don't call g_simple_async_result_complete_in_idle() unless we're completing an operation from a separate thread, which we're not in any of the current cases.
* Add e_attachment_store_load_async().Matthew Barnes2009-11-201-17/+166
| | | | | | | This is a convenience function for adding multiple attachments to a store and loading them concurrently. Also included: e_attachment_store_load_finish()
* Bug 601219 - Transient dialogs in composer window blocks main windowMatthew Barnes2009-11-101-0/+17
|
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-081-1/+1
| | | | | | | | | | This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block.
* Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-1/+326
|
* Bug 583991 – "Suggest automatic display of attachment" does not workMatthew Barnes2009-05-291-0/+1
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Add e_attachment_store_get_attachments().Matthew Barnes2009-05-151-34/+42
|
* Bug 582144 – Evolution not showing proper attachment filenameMatthew Barnes2009-05-131-1/+4
|
* Fix an error extracting URIs from local attachments.Matthew Barnes2009-05-051-0/+19
|
* Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-281-0/+874
Rewrite the attachment UI to better utilize GIO and also to migrate from GnomeIconList to GtkIconView. This also introduces a "List View" option similar to Nautilus, as well as the EAttachmentHandler framework for extending attachment handling (may eventually replace EMFormatHook). This commit also fixes a number of secondary attachment bugs: Bug 311609 – new attachment bar should use regular gtk+ expander Bug 314923 – Drag and Drop in attachment window is inconsistent and requires additional click Bug 338179 – attachment saving ... Bug 350364 – Action to get info about attachments Bug 383047 – Viewing mail attachments Bug 427235 – Can't copy attachment mime type string Bug 454091 – Cannot save multiple attachments who have the same name Bug 494629 – Rethink composer's attachment UI Bug 553970 – Evolution ignores umask when saving attachments Bug 577375 – mailto: and attach doesn't URL un-escape