lp://qastaging/~unity-team/unity8/caching-image-provider
Created by
Michal Hruby
and last modified
- Get this branch:
- bzr branch lp://qastaging/~unity-team/unity8/caching-image-provider
Members of
Unity Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://qastaging/unity8
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Nick Dedekind (community): Needs Fixing
-
Diff: 511 lines (+367/-6)12 files modifiedplugins/Dash/CardCreator.js (+4/-3)
plugins/Utils/CMakeLists.txt (+2/-0)
plugins/Utils/UriMangler.js (+25/-0)
plugins/Utils/cachingcontroller.cpp (+141/-0)
plugins/Utils/cachingcontroller.h (+81/-0)
plugins/Utils/cachingimageprovider.cpp (+66/-0)
plugins/Utils/cachingimageprovider.h (+38/-0)
plugins/Utils/plugin.cpp (+3/-0)
plugins/Utils/qmldir (+1/-0)
qml/Dash/Previews/PreviewImageGallery.qml (+2/-1)
qml/Dash/Previews/PreviewVideoPlayback.qml (+2/-1)
qml/Dash/Previews/PreviewZoomableImage.qml (+2/-1)
Branch information
Recent revisions
- 996. By Michal Hruby
-
Protect against unsynchronized access to memory, cause creating an instance in one thread and using it (and deleting) in another isn't a good idea
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/unity8