Sun, 14 Jun 2009 18:04:53 +0300fix use of handle_error in command.py
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 18:04:53 +0300] rev 114
fix use of handle_error in command.py

Sun, 14 Jun 2009 17:20:03 +0300fix commands.main to force-render thumbs if asked to
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 17:20:03 +0300] rev 113
fix commands.main to force-render thumbs if asked to

Sun, 14 Jun 2009 17:19:41 +0300only load the resources/pkg_resources stuff if needed - slight optimization for importing without referencing the stylesheet
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 17:19:41 +0300] rev 112
only load the resources/pkg_resources stuff if needed - slight optimization for importing without referencing the stylesheet

Sun, 14 Jun 2009 16:34:40 +0300make loading exif metadata optional
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 16:34:40 +0300] rev 111
make loading exif metadata optional

Sun, 14 Jun 2009 16:27:03 +0300remove unused settings.py
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 16:27:03 +0300] rev 110
remove unused settings.py

Sun, 14 Jun 2009 16:19:27 +0300backout config.read_only as a useless feature
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 16:19:27 +0300] rev 109
backout config.read_only as a useless feature

Sun, 14 Jun 2009 16:10:30 +0300relocate the new exif module to lib/, as it's not really part of degal as such new-exif
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 16:10:30 +0300] rev 108
relocate the new exif module to lib/, as it's not really part of degal as such

Sun, 14 Jun 2009 16:09:04 +0300change exif.py:main to take multiple paths new-exif
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 16:09:04 +0300] rev 107
change exif.py:main to take multiple paths

Sat, 13 Jun 2009 22:22:04 +0300add support for sub-IFDs, kind of hacky new-exif
Tero Marttila <terom@fixme.fi> [Sat, 13 Jun 2009 22:22:04 +0300] rev 106
add support for sub-IFDs, kind of hacky

Sat, 13 Jun 2009 20:59:53 +0300refactor exif_data to use a Tag class for each tag, instead of a magic tuple new-exif
Tero Marttila <terom@fixme.fi> [Sat, 13 Jun 2009 20:59:53 +0300] rev 105
refactor exif_data to use a Tag class for each tag, instead of a magic tuple