updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-07-05 19:23:31 +04:00
parent 4055b4e846
commit 0d0d3fda2a
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,6 @@ Roadmap
[_] index and group ALL files in an archive [_] index and group ALL files in an archive
[_] import metadata [_] import metadata
[_] real GIDs [_] real GIDs
[_] BUG: context status does not get updated on Ctrl-D
[_] BUG: shifting last image out of a ribbon misaligns the current ribbon [_] BUG: shifting last image out of a ribbon misaligns the current ribbon
| i.e. the prev ribbon was deleted and the new focused ribbon | i.e. the prev ribbon was deleted and the new focused ribbon
| is aligned as if it was not current... | is aligned as if it was not current...
@ -300,6 +299,7 @@ Roadmap
[_] remove extra and repetitive actions [_] remove extra and repetitive actions
[_] caching config [_] caching config
[_] side-by side view... [_] side-by side view...
[X] BUG: context status does not get updated on Ctrl-D
[X] single ribbon mode [X] single ribbon mode
| should this have up/down navigation? | should this have up/down navigation?
| |

View File

@ -53,6 +53,7 @@ function updateContextIndicators(image){
} }
// Setup event handlers for data bindings... // Setup event handlers for data bindings...
// //
// This does two jobs: // This does two jobs: