more cleanup and bookkeeping...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-03 04:40:55 +04:00
parent 0a1988a31e
commit e7b810ac06
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Roadmap Roadmap
[_] 40% Pre-Alpha - limited preview [_] 41% Pre-Alpha - limited preview
[_] 31% UI [_] 31% UI
[_] 0% Tablet-specific [_] 0% Tablet-specific
[_] screen buttons [_] screen buttons
@ -22,9 +22,12 @@ Roadmap
[X] ribbon next/prev [X] ribbon next/prev
[X] screen next/prev [X] screen next/prev
[_] marks next/prev [_] marks next/prev
[_] 41% editing [_] 49% editing
[_] 33% ribbon [_] 66% ribbon
[_] merge up/down [X] merge up/down
| via. marking...
|
| still thinking if this is the right way...
[_] flatten [_] flatten
[X] sort [X] sort
[_] 71% image [_] 71% image
@ -195,6 +198,8 @@ Roadmap
[_] thresholds and frame size [_] thresholds and frame size
[_] remove extra and repetitive actions [_] remove extra and repetitive actions
[_] caching config [_] caching config
[_] BUG: BASE_URL seems to gain a new trailing '/' on each save...
| low priority as this does not affect anything...
[X] reverse ribbons... [X] reverse ribbons...
[X] slideshow mode... [X] slideshow mode...
[X] default STUB image... [X] default STUB image...

View File

@ -60,6 +60,8 @@ function match2(f0, f1){
return a return a
} }
} }
// Same as match2 but can take an arbitrary number of functions. // Same as match2 but can take an arbitrary number of functions.
// XXX test // XXX test
function matchN(){ function matchN(){

View File

@ -26,6 +26,7 @@ function updateDirection(direction){
} }
} }
function directionImage(reverse){ function directionImage(reverse){
if(DIRECTION == (reverse ? 'prev' : 'next')){ if(DIRECTION == (reverse ? 'prev' : 'next')){
nextImage() nextImage()