mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
more minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
689ff3e831
commit
11bbbf4458
@ -20,6 +20,7 @@ require('features/app')
|
|||||||
require('features/peer')
|
require('features/peer')
|
||||||
require('features/ui')
|
require('features/ui')
|
||||||
require('features/ui-partial-ribbons')
|
require('features/ui-partial-ribbons')
|
||||||
|
require('features/ui-partial-ribbons-2')
|
||||||
require('features/ui-single-image')
|
require('features/ui-single-image')
|
||||||
require('features/ui-chrome')
|
require('features/ui-chrome')
|
||||||
require('features/ui-progress')
|
require('features/ui-progress')
|
||||||
|
|||||||
@ -64,6 +64,7 @@ core.ImageGridFeatures.Feature('viewer-testing', [
|
|||||||
|
|
||||||
'ui-single-image',
|
'ui-single-image',
|
||||||
'ui-partial-ribbons',
|
'ui-partial-ribbons',
|
||||||
|
//'ui-partial-ribbons-2',
|
||||||
|
|
||||||
'marks',
|
'marks',
|
||||||
'ui-range',
|
'ui-range',
|
||||||
|
|||||||
@ -43,6 +43,14 @@ module.PartialRibbons = core.ImageGridFeatures.Feature({
|
|||||||
actions: PartialRibbonsActions,
|
actions: PartialRibbonsActions,
|
||||||
|
|
||||||
handlers: [
|
handlers: [
|
||||||
|
['focusImage.pre centerImage.pre',
|
||||||
|
function(target, list){
|
||||||
|
// XXX
|
||||||
|
}],
|
||||||
|
['resizing.pre',
|
||||||
|
function(unit, size){
|
||||||
|
// XXX
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -358,8 +358,8 @@ var PartialRibbonsActions = actions.Actions({
|
|||||||
var PartialRibbons =
|
var PartialRibbons =
|
||||||
module.PartialRibbons = core.ImageGridFeatures.Feature({
|
module.PartialRibbons = core.ImageGridFeatures.Feature({
|
||||||
title: 'Partial Ribbons',
|
title: 'Partial Ribbons',
|
||||||
doc: 'Maintains partially loaded ribbons, this enables very lage '
|
doc: core.doc`Maintains partially loaded ribbons, this enables very large
|
||||||
+'image sets to be hadled eficiently.',
|
image sets to be handled efficiently.`,
|
||||||
|
|
||||||
// NOTE: partial ribbons needs to be setup first...
|
// NOTE: partial ribbons needs to be setup first...
|
||||||
// ...the reasons why things break otherwise is not too clear.
|
// ...the reasons why things break otherwise is not too clear.
|
||||||
@ -415,9 +415,6 @@ module.PartialRibbons = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
//this.preCacheJumpTargets()
|
//this.preCacheJumpTargets()
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user