mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +00:00
updated and prioretized todo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
188dc46c6d
commit
c7448dfb92
21
ui/TODO.otl
21
ui/TODO.otl
@ -74,8 +74,8 @@ Roadmap
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[_] 23% Gen 3 current todo
|
[_] 24% Gen 3 current todo
|
||||||
[_] 46% High priority
|
[_] 49% High priority
|
||||||
[_] BUG: aligning still sometimes gets off...
|
[_] BUG: aligning still sometimes gets off...
|
||||||
| ...after rotating a number of images
|
| ...after rotating a number of images
|
||||||
|
|
|
|
||||||
@ -111,10 +111,15 @@ Roadmap
|
|||||||
[_] ASAP: test on Android...
|
[_] ASAP: test on Android...
|
||||||
[_] empty view (no data) usable...
|
[_] empty view (no data) usable...
|
||||||
[_] proper system init (start w.o. any data)
|
[_] proper system init (start w.o. any data)
|
||||||
[_] tweak image pre-caching size -- keep as many images cached as possible.
|
[_] 58% image sorting (date/name/...)
|
||||||
| might be good to always cache the smaller previews so as to make things
|
[_] 66% sort by:
|
||||||
| look faster...
|
[X] date
|
||||||
[_] image sorting (date/name/...)
|
[X] name
|
||||||
|
[_] manual shift left/right/position
|
||||||
|
| position shift is mark and shift here..
|
||||||
|
[_] 50% Sort ui
|
||||||
|
[X] reverse
|
||||||
|
[_] select sort method
|
||||||
[_] 50% Undo/Redo
|
[_] 50% Undo/Redo
|
||||||
[X] basic one step (revert to last save)
|
[X] basic one step (revert to last save)
|
||||||
[_] push/pop state stack
|
[_] push/pop state stack
|
||||||
@ -164,10 +169,12 @@ Roadmap
|
|||||||
[_] 0% CSS
|
[_] 0% CSS
|
||||||
[_] cleanup
|
[_] cleanup
|
||||||
[_] split themes and layout
|
[_] split themes and layout
|
||||||
|
[_] tweak image pre-caching size -- keep as many images cached as possible.
|
||||||
|
| might be good to always cache the smaller previews so as to make things
|
||||||
|
| look faster...
|
||||||
[_] revise reporting scheme...
|
[_] revise reporting scheme...
|
||||||
| showStatus(...) should be called uniformly, either at the source
|
| showStatus(...) should be called uniformly, either at the source
|
||||||
| or a specific reporting layer...
|
| or a specific reporting layer...
|
||||||
[_] 0% manual ordering
|
|
||||||
[_] 0% tweak loader
|
[_] 0% tweak loader
|
||||||
[_] thresholds and frame size
|
[_] thresholds and frame size
|
||||||
[_] remove extra and repetitive actions
|
[_] remove extra and repetitive actions
|
||||||
|
|||||||
@ -302,6 +302,8 @@ function toggleImageProportions(mode){
|
|||||||
|
|
||||||
var toggleHelp = makeDrawerToggler(
|
var toggleHelp = makeDrawerToggler(
|
||||||
function(){
|
function(){
|
||||||
|
// XXX populate...
|
||||||
|
// ...load from file.
|
||||||
return $('<h1>Help</h1>')
|
return $('<h1>Help</h1>')
|
||||||
},
|
},
|
||||||
'.viewer',
|
'.viewer',
|
||||||
@ -320,6 +322,7 @@ var toggleKeyboardHelp = makeDrawerToggler(
|
|||||||
|
|
||||||
var toggleOptionsUI = makeDrawerToggler(
|
var toggleOptionsUI = makeDrawerToggler(
|
||||||
function(){
|
function(){
|
||||||
|
// XXX populate...
|
||||||
return $('<h1>Options</h1>')
|
return $('<h1>Options</h1>')
|
||||||
},
|
},
|
||||||
'.viewer',
|
'.viewer',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user