updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-05-28 04:52:49 +04:00
parent 6bd356755e
commit 95ae5d223d
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#======================================================================= #=======================================================================
__version__ = '''0.0.01''' __version__ = '''0.0.01'''
__sub_version__ = '''20130522224356''' __sub_version__ = '''20130528044626'''
__copyright__ = '''(c) Alex A. Naanou 2011''' __copyright__ = '''(c) Alex A. Naanou 2011'''
@ -18,6 +18,7 @@ from pprint import pprint
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
#----------------------------------------------------------build_dirs--- #----------------------------------------------------------build_dirs---
##!!! make this relative-path compatible...
def build_dirs(data, path, rewrite=None): def build_dirs(data, path, rewrite=None):
''' '''
rewrite can be: rewrite can be:

View File

@ -23,8 +23,11 @@
[_] BUG: changing window size in single image modes messes things up... [_] BUG: changing window size in single image modes messes things up...
| until we cycle to ribbon mode and back... | until we cycle to ribbon mode and back...
[_] ASAP: load/view un-cached directories... [_] ASAP: load/view un-cached directories...
[_] show only one ribbon mode [_] ASAP: test on Android...
[_] single ribbon mode
| should this have up/down navigation? | should this have up/down navigation?
|
| something like showGidsAsRibbon(gids) would be generic and logical...
[_] slideshow mode... [_] slideshow mode...
[_] import fav dirs (wo. index)... [_] import fav dirs (wo. index)...
[_] image sorting (reverse/date/name/...) [_] image sorting (reverse/date/name/...)