aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
Commit message (Collapse)AuthorAgeFilesLines
* WebKit port - port widgetsDan Vrátil2012-03-291-0/+1
|
* Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-061-8/+0
| | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it.
* Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-0/+1
|
* Do not leak attachments in a mail viewMilan Crha2011-03-021-0/+1
|
* Bug 633471 - EAttachmentStore store folder name where uri is expectedMatthew Barnes2010-10-301-2/+2
|
* Add e_attachment_store_load_async().Matthew Barnes2009-11-201-7/+5
| | | | | | | 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/+9
|
* Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-0/+7
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Add e_attachment_store_get_attachments().Matthew Barnes2009-05-151-0/+2
|
* Fix include paths.Matthew Barnes2009-05-051-1/+1
|
* Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-281-0/+122
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