aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-button.c
Commit message (Collapse)AuthorAgeFilesLines
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-32/+9
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Use an appropriate icon when dragging attachments.Matthew Barnes2010-06-231-2/+42
|
* Forgot to disconnect a signal handler in EAttachmentButton.Matthew Barnes2010-02-181-3/+16
| | | | | | The "deactivate" handler for EAttachmentButton's popup menu was never disconnected, and I suspect it may be getting invoked after the button has been finalized.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
|
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-9/+14
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-2/+4
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-8/+8
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-3/+3
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-281-0/+725
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