| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=689968
|
|
|
|
|
| |
We need this to actually activate the current item, in order to
support ctrl+click to open in a new tab.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
This widget courtesy of gnome-documents
https://bugzilla.gnome.org/show_bug.cgi?id=455173
|