aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-button.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-868/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+2
|
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
|
* Mail formatter rewriteDan Vrátil2012-06-061-1/+2
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* WebKit port - port widgetsDan Vrátil2012-03-291-29/+29
|
* Bug 671509 (1/2) - Some small UI/theming improvementsCosimo Cecchi2012-03-181-0/+3
| | | | | attachment-button: set "linked" style class on the button to get a unified look for themes that support it.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+6
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-7/+18
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
|
* Bug #623593 - Cannot drag&drop attached messages from mailsMilan Crha2011-02-231-0/+80
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-1/+4
| | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-17/+21
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* 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