Sun, 14 Jun 2009 23:43:40 +0300 Tero Marttila add new exif.py to abstract between different exif libraries, and add partially working support for pyexiv2 and EXIFpy
Sun, 14 Jun 2009 22:59:29 +0300 Tero Marttila fix breadcrumb/title stuff
Sun, 14 Jun 2009 22:52:07 +0300 Tero Marttila configuration magic - can now load configuration data from ./degal.cfg, --config, folder/degal.cfg
Sun, 14 Jun 2009 20:05:11 +0300 Tero Marttila implement concurrency... :)
Sun, 14 Jun 2009 18:24:14 +0300 Tero Marttila fix Thumbnail.size logic, s/if/elif/
Sun, 14 Jun 2009 18:08:55 +0300 Tero Marttila rename Image.pil_image -> Image.img, and shave off ~30ms per image by using Image.resize instead of Image.copy/Image.thumbnail
Sun, 14 Jun 2009 18:04:53 +0300 Tero Marttila fix use of handle_error in command.py
Sun, 14 Jun 2009 17:20:03 +0300 Tero Marttila fix commands.main to force-render thumbs if asked to
Sun, 14 Jun 2009 17:19:41 +0300 Tero Marttila only load the resources/pkg_resources stuff if needed - slight optimization for importing without referencing the stylesheet
Sun, 14 Jun 2009 16:34:40 +0300 Tero Marttila make loading exif metadata optional
Sun, 14 Jun 2009 16:27:03 +0300 Tero Marttila remove unused settings.py
Sun, 14 Jun 2009 16:19:27 +0300 Tero Marttila backout config.read_only as a useless feature
Sun, 14 Jun 2009 16:10:30 +0300 Tero Marttila relocate the new exif module to lib/, as it's not really part of degal as such new-exif
Sun, 14 Jun 2009 16:09:04 +0300 Tero Marttila change exif.py:main to take multiple paths new-exif
Sat, 13 Jun 2009 22:22:04 +0300 Tero Marttila add support for sub-IFDs, kind of hacky new-exif
Sat, 13 Jun 2009 20:59:53 +0300 Tero Marttila refactor exif_data to use a Tag class for each tag, instead of a magic tuple new-exif
Sat, 13 Jun 2009 20:31:51 +0300 Tero Marttila tidy up exif_data a bit new-exif
Sat, 13 Jun 2009 19:21:12 +0300 Tero Marttila new exif.py seems to work now, although still missing sub-IFDs new-exif
Sat, 13 Jun 2009 18:34:55 +0300 Tero Marttila initial exif.py code new-exif
Thu, 11 Jun 2009 23:57:53 +0300 Tero Marttila split --force-update into --force-thumb/--force-html options, implement for main
Thu, 11 Jun 2009 23:57:20 +0300 Tero Marttila fix folder_page template
Thu, 11 Jun 2009 23:57:03 +0300 Tero Marttila add default title for folders
Thu, 11 Jun 2009 23:24:48 +0300 Tero Marttila modify EXIF.py to use mmap in the hope of slightly better improvements with less syscalls
Thu, 11 Jun 2009 22:50:44 +0300 Tero Marttila implement simple stat caching using lazy_load for filesystem
Thu, 11 Jun 2009 22:50:21 +0300 Tero Marttila 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 +0300 Tero Marttila fix Thumbnail.stale/File.older_than behaviour
Thu, 11 Jun 2009 21:46:20 +0300 Tero Marttila slightly reoriganize function structure in commands.main
Thu, 11 Jun 2009 21:46:09 +0300 Tero Marttila fix File.newer_than/File.older_than to correctly handle None
Thu, 11 Jun 2009 21:40:39 +0300 Tero Marttila move Command exception handling into command.py, and handle KeyboardInterrupt
Thu, 11 Jun 2009 21:40:12 +0300 Tero Marttila change Image.update to unconditionally update the thumb/preview