mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-01 16:01:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4a2de4e094
commit
e0b07aa59f
@ -2501,21 +2501,25 @@ var makeStateIndicatorItem = function(container, type, text){
|
|||||||
return item
|
return item
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX
|
// Format:
|
||||||
|
// full:
|
||||||
|
// [ (12/123) DSC_1234.jpg GID:a1b2c3 T:2016-01-28 08:37:50 B M C ]
|
||||||
|
// or
|
||||||
|
// [ DSC_1234.jpg GID:a1b2c3 T:2016-01-28 08:37:50 B M C (12/123) ]
|
||||||
|
//
|
||||||
|
// minimal (no background):
|
||||||
|
// [ (12/123) B M C ]
|
||||||
|
// or
|
||||||
|
// [ B M C (12/123) ]
|
||||||
|
//
|
||||||
|
// hidden:
|
||||||
|
// [ ]
|
||||||
|
//
|
||||||
// XXX an alternative approach:
|
// XXX an alternative approach:
|
||||||
// - global status area
|
// - global status area
|
||||||
// - status bar for local status
|
// - status bar for local status
|
||||||
// - as in gen3
|
// - as in gen3
|
||||||
// - add image status
|
// - add image status
|
||||||
// Format:
|
|
||||||
// full:
|
|
||||||
// [ 12/123 DSC_1234.jpg GID:a1b2c3 T:2016-01-28 08:37:50 B M C ]
|
|
||||||
//
|
|
||||||
// minimal (no background):
|
|
||||||
// [ 12/123 B M C ]
|
|
||||||
//
|
|
||||||
// hidden:
|
|
||||||
// [ ]
|
|
||||||
//
|
//
|
||||||
// General item format:
|
// General item format:
|
||||||
// - minimal state - only short version / icon is shown
|
// - minimal state - only short version / icon is shown
|
||||||
@ -2528,6 +2532,7 @@ var makeStateIndicatorItem = function(container, type, text){
|
|||||||
//
|
//
|
||||||
// XXX Q: can title bar be used instead of global state indication???
|
// XXX Q: can title bar be used instead of global state indication???
|
||||||
// ...especially if we are indicating only crop...
|
// ...especially if we are indicating only crop...
|
||||||
|
// XXX
|
||||||
var ImageStateIndicator =
|
var ImageStateIndicator =
|
||||||
module.ImageStateIndicator = core.ImageGridFeatures.Feature({
|
module.ImageStateIndicator = core.ImageGridFeatures.Feature({
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user