Removes Baloo dependency
ClosedPublic

Authored by atulsharma on Jun 27 2017, 1:53 PM.

Details

Reviewers
mart
Group Reviewers
Koko
Commits
R659:e06a324bacfe: Removes Baloo dependency
Summary
  • Application no longer uses Baloo for image fetching
Test Plan

Works fine without Baloo, uses FileSystemImageFetcher that uses Qt's library(QMimeDatabase, QDirIterator) to fetch images

Diff Detail

Repository
R659 Koko Image Gallery
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
atulsharma created this revision.Jun 27 2017, 1:53 PM
mart requested changes to this revision.Jun 27 2017, 1:56 PM

almost good to go, just a nitpick

src/CMakeLists.txt
9–10

this can be just merged with previous set(LIB_SRCS

This revision now requires changes to proceed.Jun 27 2017, 1:56 PM
atulsharma updated this revision to Diff 15920.Jun 27 2017, 1:58 PM
atulsharma edited edge metadata.

merge LIB_SRCS

atulsharma marked an inline comment as done.Jun 27 2017, 1:58 PM
mart accepted this revision.Jun 27 2017, 2:00 PM
This revision is now accepted and ready to land.Jun 27 2017, 2:00 PM
This revision was automatically updated to reflect the committed changes.