Thu, 11 Jun 2009 22:50:44 +0300implement simple stat caching using lazy_load for filesystem
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 22:50:44 +0300] rev 97
implement simple stat caching using lazy_load for filesystem

Thu, 11 Jun 2009 22:50:21 +0300fix LazyProperty to not inherit from property, so as to act as a non-data descriptor, which can then be overriden by per-instance __dict__ values
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 22:50:21 +0300] rev 96
fix LazyProperty to not inherit from property, so as to act as a non-data descriptor, which can then be overriden by per-instance __dict__ values

Thu, 11 Jun 2009 21:50:48 +0300fix Thumbnail.stale/File.older_than behaviour
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:50:48 +0300] rev 95
fix Thumbnail.stale/File.older_than behaviour

Thu, 11 Jun 2009 21:46:20 +0300slightly reoriganize function structure in commands.main
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:46:20 +0300] rev 94
slightly reoriganize function structure in commands.main

Thu, 11 Jun 2009 21:46:09 +0300fix File.newer_than/File.older_than to correctly handle None
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:46:09 +0300] rev 93
fix File.newer_than/File.older_than to correctly handle None

Thu, 11 Jun 2009 21:40:39 +0300move Command exception handling into command.py, and handle KeyboardInterrupt
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:40:39 +0300] rev 92
move Command exception handling into command.py, and handle KeyboardInterrupt

Thu, 11 Jun 2009 21:40:12 +0300change Image.update to unconditionally update the thumb/preview
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:40:12 +0300] rev 91
change Image.update to unconditionally update the thumb/preview

Thu, 11 Jun 2009 21:39:35 +0300fix Folder.subdirs
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:39:35 +0300] rev 90
fix Folder.subdirs

Thu, 11 Jun 2009 21:26:05 +0300add task_threads config setting threaded-tasks
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:26:05 +0300] rev 89
add task_threads config setting

Thu, 11 Jun 2009 20:39:59 +0300initial implementation of threaded rendering of a folder's images threaded-tasks
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 20:39:59 +0300] rev 88
initial implementation of threaded rendering of a folder's images