aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/gd-main-icon-view.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-overview-store: hide the close button while animating a removed itemClaudio Saavedra2012-09-041-0/+3
| | | | | | To do this, add the render policy as a column to the model and use it as a cellrenderer attribute. The default value is already PRELIT. When removing the cell, flip it to NEVER.
* gd-main-icon-view: use the new renderer to add a close button to itemsClaudio Saavedra2012-09-011-1/+13
| | | | | | Also, emit the GdMainViewGeneric:delete-item-clicked when the button is clicked. The signal is still unhandled, so clicking in the button will not make any difference yet.
* Add GdMainView for use in the overviewClaudio Saavedra2012-09-011-0/+204
This widget courtesy of gnome-documents https://bugzilla.gnome.org/show_bug.cgi?id=455173