Meshroom/meshroom/ui/qml/ImageGallery
Candice Bentéjac 45bdeba343 [ui] Increase the "cacheBuffer" value of ImageGallery's GridView
The "cacheBuffer" property determines whether delegates are retained
outside the visible area of view. In the case of the ImageGallery,
it determines whether the images that are not currently visible in
the GridView (because we need to scroll up or down to be able to see
them) will remain in the cache or not. The default value is platform-
dependent (320 for Windows) and currently causes any image that is not
directly visible to be lost, even if it was previously loaded when it
appeared in the view: if we scroll up or down, we will necessarily need
to wait for the images to be loaded again.

10000 is an arbitrary value that seems to work correctly for most cases.
2022-12-22 16:09:52 +01:00
..
ImageBadge.qml [ui] ImageGallery: new ImageBadge component 2019-01-28 18:03:16 +01:00
ImageDelegate.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
ImageGallery.qml [ui] Increase the "cacheBuffer" value of ImageGallery's GridView 2022-12-22 16:09:52 +01:00
IntrinsicDisplayDelegate.qml [ui] Change intrinsic structure and key getter for table view 2021-08-23 18:18:29 +02:00
IntrinsicsIndicator.qml [ui] metadata: more generic search of metadata keys 2020-06-21 00:39:35 +02:00
qmldir [wip] Add table view to display intrinsics infos 2021-08-17 15:58:14 +02:00
SensorDBDialog.qml [ui] ImageGallery: add SensorDBDialog + 'rebuild intrinsics' feature 2019-01-23 18:55:31 +01:00