Merge lp:~schwann/gallery-app/gallery-ebent-long-press into lp:gallery-app

Proposed by Günter Schwann
Status: Merged
Approved by: Thomas Moenicke
Approved revision: 799
Merged at revision: 801
Proposed branch: lp:~schwann/gallery-app/gallery-ebent-long-press
Merge into: lp:gallery-app
Diff against target: 12 lines (+0/-2)
1 file modified
rc/qml/EventsOverview.qml (+0/-2)
To merge this branch: bzr merge lp:~schwann/gallery-app/gallery-ebent-long-press
Reviewer Review Type Date Requested Status
Thomas Moenicke (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+179447@code.launchpad.net

Commit message

Long press in event view enters selection mode

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Thomas Moenicke (thomas-moenicke) wrote :

tested: long-press in event view goes to selection mode

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rc/qml/EventsOverview.qml'
2--- rc/qml/EventsOverview.qml 2013-06-28 17:43:13 +0000
3+++ rc/qml/EventsOverview.qml 2013-08-09 13:48:54 +0000
4@@ -39,8 +39,6 @@
5
6 selection: SelectionState {
7 id: select
8- // avoid entering selection mode by long-pressing on a photo:
9- allowSelectionModeChange: false
10 }
11
12 model: EventCollectionModel {

Subscribers

People subscribed via source and target branches