updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-11 04:57:10 +04:00
parent 768f51b622
commit 952618f1a2
2 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,6 @@
Roadmap Roadmap
[_] 43% Pre-Alpha - limited preview [_] 43% Pre-Alpha - limited preview
[_] 31% UI [_] 34% UI
[_] 0% Tablet-specific [_] 0% Tablet-specific
[_] screen buttons [_] screen buttons
[_] 60% modes [_] 60% modes
@ -10,8 +10,9 @@ Roadmap
[X] slideshow (single image) [X] slideshow (single image)
[X] ribbon [X] ribbon
[_] single ribbon [_] single ribbon
[_] 33% other [_] 42% other
[_] load/open [X] load/open
[_] browse for location (open)
[_] select saved set [_] select saved set
[X] keyboard help [X] keyboard help
[_] general help [_] general help
@ -90,11 +91,13 @@ Roadmap
[_] 26% Gen 3 current todo [_] 27% Gen 3 current todo
[_] 53% High priority [_] 54% High priority
BUG: scaling is again broken with rotated images [_] 50% basic dialogs
| - rotate an image [X] alert
| - scale it to 1 (press 1) [X] prompt
[_] confirm
[_] select from list
[_] ASAP: directory selector UI... [_] ASAP: directory selector UI...
[_] usable empty view -- w.o. data... [_] usable empty view -- w.o. data...
[_] 0% Tablet UI [_] 0% Tablet UI
@ -165,9 +168,7 @@ Roadmap
| ribbon length: ~42 | ribbon length: ~42
| screen width: 4 | screen width: 4
| jumping to end from start of ribbon | jumping to end from start of ribbon
[_] side-by side view...
[_] ASAP: test on Android... [_] ASAP: test on Android...
[X] build for windows (node-webkit)
[_] single image mode transition (alpha-blend/fade/none) [_] single image mode transition (alpha-blend/fade/none)
[_] 75% image sorting (date/name/...) [_] 75% image sorting (date/name/...)
[X] 100% sort by: [X] 100% sort by:
@ -216,11 +217,6 @@ Roadmap
[_] versions w. label image [_] versions w. label image
| a set of images that is represented by one of the group | a set of images that is represented by one of the group
[_] collection [_] collection
[_] 75% UI elements
[X] indicators
[X] image info
[X] stub info dialog
[_] detailed image info
[_] 0% CSS [_] 0% CSS
[_] cleanup [_] cleanup
[_] split themes and layout [_] split themes and layout
@ -234,8 +230,18 @@ Roadmap
[_] thresholds and frame size [_] thresholds and frame size
[_] remove extra and repetitive actions [_] remove extra and repetitive actions
[_] caching config [_] caching config
[_] side-by side view...
[_] BUG: jumping screen images does not load the adjacent ribbons... [_] BUG: jumping screen images does not load the adjacent ribbons...
| positioning is OK but ribbons are not fully visible... | positioning is OK but ribbons are not fully visible...
[X] 100% UI elements
[X] indicators
[X] image info
[X] stub info dialog
[X] detailed image info
[X] build for windows (node-webkit)
[X] BUG: scaling is again broken with rotated images
| - rotate an image
| - scale it to 1 (press 1)
[X] BUG: BASE_URL seems to gain a new trailing '/' on each save... [X] BUG: BASE_URL seems to gain a new trailing '/' on each save...
| low priority as this does not affect anything... | low priority as this does not affect anything...
[X] 100% gesture support [X] 100% gesture support

View File

@ -221,10 +221,6 @@ $(function(){
}) })
*/ */
console.log(localStorage[DATA_ATTR + '_BASE_URL'])
// we have an image file... // we have an image file...
if((DATA_ATTR + '_BASE_URL') in localStorage if((DATA_ATTR + '_BASE_URL') in localStorage
&& !/^\.[\/\\]*/.test(localStorage[DATA_ATTR + '_BASE_URL'])){ && !/^\.[\/\\]*/.test(localStorage[DATA_ATTR + '_BASE_URL'])){