aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/gd-main-view.c
Commit message (Collapse)AuthorAgeFilesLines
* gd-main-view: don't use ctrl+click for selection-mode-requestClaudio Saavedra2012-09-051-2/+1
| | | | | We need this to actually activate the current item, in order to support ctrl+click to open in a new tab.
* gd-main-view: add a "item-deleted" signal to handle user-triggered item ↵Claudio Saavedra2012-09-011-0/+56
| | | | | | | | | | | deletions GdMainView connects to GdMainViewGeneric:delete-item-clicked and emits its :item-deleted signal which, if unhandled, simply removes the item in question from the underlying model. Users of GdMainView can handle this signal and stop the default handler from being invoked, thus avoiding removal of the item.
* Add GdMainView for use in the overviewClaudio Saavedra2012-09-011-0/+725
This widget courtesy of gnome-documents https://bugzilla.gnome.org/show_bug.cgi?id=455173