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

Thu, 11 Jun 2009 00:37:01 +0300implement up-to-date checking for commands.main, and add --force-update option
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:37:01 +0300] rev 87
implement up-to-date checking for commands.main, and add --force-update option

Thu, 11 Jun 2009 00:36:33 +0300remove obsolete req.py
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:36:33 +0300] rev 86
remove obsolete req.py

Thu, 11 Jun 2009 00:36:19 +0300move thumbnail rendering from render.py to thumbnail.py, and implement staleness checking for Images, plus index_images for Folder
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:36:19 +0300] rev 85
move thumbnail rendering from render.py to thumbnail.py, and implement staleness checking for Images, plus index_images for Folder

Wed, 10 Jun 2009 23:33:28 +0300change utils.LazyProperty to store the cached value using obj.__dict__
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:33:28 +0300] rev 84
change utils.LazyProperty to store the cached value using obj.__dict__