Find the intermediate folders for an image
ClosedPublic

Authored by atulsharma on Jul 16 2017, 6:46 PM.

Details

Summary

Refs T6498

  • imagePathArgument is now a QStringList and it is passed as it is to the qml

Diff Detail

Repository
R659 Koko Image Gallery
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
atulsharma created this revision.Jul 16 2017, 6:46 PM
atulsharma updated this revision to Diff 16792.Jul 16 2017, 8:59 PM

Pushes the correct item to the pageStack

atulsharma updated this revision to Diff 16799.Jul 17 2017, 7:48 AM

Calculates the currentIndex for the gridView

made the imagePathArgument a QStringList

atulsharma edited the summary of this revision. (Show Details)Jul 17 2017, 12:22 PM

Removes case check other than PicturesLocation

mart added inline comments.Jul 17 2017, 12:33 PM
src/main.cpp
87
96

just manage the first if, is fine to manage the cases of foreign paths like now

atulsharma updated this revision to Diff 16816.Jul 17 2017, 1:25 PM

removes foreign path check

mart accepted this revision.Jul 17 2017, 1:27 PM
This revision is now accepted and ready to land.Jul 17 2017, 1:27 PM
This revision was automatically updated to reflect the committed changes.
mart added inline comments.Jul 17 2017, 1:56 PM
src/imagefoldermodel.cpp
99 ↗(On Diff #16816)

this block should go away