qml: change itemDoubleClicked signal behaviour in KeyNavigableTableView
commit99915725e185833a7af665468fab8ed8d9e5f433
authorPrince Gupta <guptaprince8832@gmail.com>
Mon, 1 Mar 2021 12:07:39 +0000 (1 17:37 +0530)
committerPierre Lamot <pierre@videolabs.io>
Tue, 6 Apr 2021 12:38:34 +0000 (6 14:38 +0200)
tree57f562ec070fd1898f8e4241a668f711416c6125
parent39d2a0f96762dad03158125d3647bd3dab9f40a7
qml: change itemDoubleClicked signal behaviour in KeyNavigableTableView

don't emit actionForSelection with itemDoubleClicked signal, this makes
table view's itemDoubleClicked signal same as grid item's double clicked
signal

fixes reduntant history point bugs in Album ListView and Genre ListView.

Signed-off-by: Pierre Lamot <pierre@videolabs.io>
modules/gui/qt/medialibrary/qml/MusicAlbums.qml
modules/gui/qt/medialibrary/qml/MusicArtist.qml
modules/gui/qt/medialibrary/qml/MusicTrackListDisplay.qml
modules/gui/qt/medialibrary/qml/PlaylistMedia.qml
modules/gui/qt/medialibrary/qml/UrlListDisplay.qml
modules/gui/qt/medialibrary/qml/VideoListDisplay.qml
modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
modules/gui/qt/widgets/qml/TableViewDelegate.qml