From c7448dfb929ec453c381bbcd60bd7a0d3a48de47 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Jun 2013 04:55:10 +0400 Subject: [PATCH] updated and prioretized todo... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 21 ++++++++++++++------- ui/modes.js | 3 +++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ui/TODO.otl b/ui/TODO.otl index 32ed7e70..8b7dc4eb 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -74,8 +74,8 @@ Roadmap -[_] 23% Gen 3 current todo - [_] 46% High priority +[_] 24% Gen 3 current todo + [_] 49% High priority [_] BUG: aligning still sometimes gets off... | ...after rotating a number of images | @@ -111,10 +111,15 @@ Roadmap [_] ASAP: test on Android... [_] empty view (no data) usable... [_] proper system init (start w.o. any data) - [_] 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... - [_] image sorting (date/name/...) + [_] 58% image sorting (date/name/...) + [_] 66% sort by: + [X] date + [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 [X] basic one step (revert to last save) [_] push/pop state stack @@ -164,10 +169,12 @@ Roadmap [_] 0% CSS [_] cleanup [_] 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... | showStatus(...) should be called uniformly, either at the source | or a specific reporting layer... - [_] 0% manual ordering [_] 0% tweak loader [_] thresholds and frame size [_] remove extra and repetitive actions diff --git a/ui/modes.js b/ui/modes.js index d10e0068..6f9d42b1 100755 --- a/ui/modes.js +++ b/ui/modes.js @@ -302,6 +302,8 @@ function toggleImageProportions(mode){ var toggleHelp = makeDrawerToggler( function(){ + // XXX populate... + // ...load from file. return $('

Help

') }, '.viewer', @@ -320,6 +322,7 @@ var toggleKeyboardHelp = makeDrawerToggler( var toggleOptionsUI = makeDrawerToggler( function(){ + // XXX populate... return $('

Options

') }, '.viewer',