Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gd-main-view: don't use ctrl+click for selection-mode-request | Claudio Saavedra | 2012-09-05 | 1 | -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 Saavedra | 2012-09-01 | 1 | -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 overview | Claudio Saavedra | 2012-09-01 | 1 | -0/+725 |
This widget courtesy of gnome-documents https://bugzilla.gnome.org/show_bug.cgi?id=455173 |