Merge lp://qastaging/~artmello/gallery-app/gallery-app-fix_1416043 into lp://qastaging/gallery-app

Proposed by Arthur Mello
Status: Merged
Approved by: Bill Filler
Approved revision: 1157
Merged at revision: 1143
Proposed branch: lp://qastaging/~artmello/gallery-app/gallery-app-fix_1416043
Merge into: lp://qastaging/gallery-app
Diff against target: 578 lines (+292/-20)
11 files modified
rc/img/deselect.svg (+79/-0)
rc/img/select.svg (+21/-0)
rc/qml/AlbumViewer/AlbumViewer.qml (+4/-0)
rc/qml/AlbumsOverview.qml (+2/-0)
rc/qml/Components/MediaGrid.qml (+2/-0)
rc/qml/MainScreen.qml (+9/-2)
rc/qml/MediaViewer/PopupPhotoViewer.qml (+28/-2)
rc/qml/OrganicView/OrganicItemInteraction.qml (+50/-15)
rc/qml/OrganicView/OrganicMediaList.qml (+5/-0)
rc/qml/PhotosOverview.qml (+6/-0)
rc/qml/PickerScreen.qml (+86/-1)
To merge this branch: bzr merge lp://qastaging/~artmello/gallery-app/gallery-app-fix_1416043
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Bill Filler (community) Needs Fixing
Review via email: mp+248590@code.qastaging.launchpad.net

Commit message

Add check box feedback when in selection mode
Make it possible to see a picture fullscreen even in selectionMode

Description of the change

Add check box feedback when in selection mode
Make it possible to see a picture fullscreen even in selectionMode

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

Pretty good, couple of comments:

1) I wouldn't show the check boxes on the date boxes in the Events view as it makes it really hard to read. Instead, in selection mode I'd just make tapping on the date box toggle on/off the selection of all the photos/videos in that Event.

2) I would use a fixed size checkbox so it's the same size for the big and little thumbnails in the Events view. Currently for the big thumbnails it looks quite large and I think it would look better at a fixed size.

3) The toolbar: this applies to camera as well. I think when we are in selection/picker mode and we open an photo, the toolbar should only have the back button and a select action to select the picture. This action will make the photo selected when you return to main select mode. Currently it has a toolbar with all of the actions that the normal photo open has on it, which is weird because it has things like edit, crop, delete, etc. These should all be done from the main selection view I think. The other reason I think it's important to have a select action from the open photo view is because if you open one photo from selection mode and then start swiping, you might find a picture you want to select but there is no way to do this right now. You'd have to return to the main view and try and find that same picture.

4) When we open a picture in select mode, I think the header should be visible by default (it is on camera app), so it's easy to select the photo or go back.

5) This relates to fullscreen mode (so can do in another MR if easier) and comment 4): After playing with this a bit, I think that tapping a photo should open it in fullscreen mode as it does now. However tapping to display the header should leave it in fullscreen mode with the header overlayed (like camera). We should only leave fullscreen mode when returning to one of the main views, Events, Photos, or Albums. Also, we should not reload the photo when toggling the header on/off - currently it seems we are reloading the photo when we show the header.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1145. By Arthur Mello

Do not show the check box for event headers

1146. By Arthur Mello

Use a fixed size checkbox

1147. By Arthur Mello

Send the selection object to the PopupPhotoViewer

1148. By Arthur Mello

In selection mode add only one action to the toolbar: toggle selection of the current photo

1149. By Arthur Mello

Make the header visible by default when viewing photos in selection mode

1150. By Arthur Mello

Stay on fullscreen mode while viewing a photo

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

So much better, really close now. A few small things need to be fixed still:

1) Can we change the toolbar icon on the photo view in selection mode as the current ones are a little confusing. I think if the photo is not selected we should show an unchecked box and if it is selected we should show a checked box. What do you think? The cancel looking button was a little confusing.

2) When in picking mode and we open a photo, the header has a back button with "Events" in the title. It should have a back button with "Select" in the title as it does when you are in regular selection mode in the app (not via the picker).

3) In selection mode when you open a picture and then select it from there, then press the back button, can we autoscroll to that picture in the Events view to confirm for the user that it was in fact selected? If this is not possible it's ok, just checking.

4) Fullscreen mode not working correctly for Albums view (works great for other modes). When you open an album by clicking on it, it should open in fullscreen mode and function the same way as opening a picture from Events or Photos view. Currently it's not fullscreen when you open an album or even when you click again on the picture in the album. I think it should be fullscreen like the others even when the header visible, until you return to the main Albums view.

review: Needs Fixing
1151. By Arthur Mello

Change the toggle select icons when in selection mode

1152. By Arthur Mello

Change the title when viewing a photo in content hub selection mode

1153. By Arthur Mello

Change the icons when viewing a photo

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1154. By Arthur Mello

Merge with trunk

1155. By Arthur Mello

Make the Album Viewer fullscreen

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1156. By Arthur Mello

Make sure that the last selected item is fully visible on the Photos grid view

1157. By Arthur Mello

Make the selected item visible on photos tab when called by content hub

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches