aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 572543 – Doesn't show correct application for pdf attachmentsMatthew Barnes2009-06-041-3/+0
| | | | | | This fix got dropped in the attachment rewrite. Also, ignore the application's NoDisplay setting when building the "open with" menu. That's mainly so "Document Viewer" shows up in the list.
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-3/+3
|
* Bug 582585 – Crash when deleting multiple attachments from composed mailMatthew Barnes2009-05-141-0/+6
|
* Fix a couple attachment drag-and-drop typos.Matthew Barnes2009-05-061-2/+2
|
* Use 'Open with "$foo"' instead of 'Open in $foo...'Matthew Barnes2009-05-061-1/+1
| | | | For better consistency with Nautilus.
* Bug 581454 – Move nautilus-sendto integration to EvolutionMatthew Barnes2009-05-061-0/+2
|
* Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-2/+0
| | | | | We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
* Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-281-0/+1637
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