Wed, 17 Jun 2009 16:45:01 +0300 Tero Marttila fix exif.py to load correctly with incomplete exif handlers
Wed, 17 Jun 2009 16:44:34 +0300 Tero Marttila fix Gallery.stylesheet typo
Mon, 15 Jun 2009 02:58:30 +0300 Tero Marttila fix Image.cleanup to not do AttributeErrors
Mon, 15 Jun 2009 01:42:45 +0300 Tero Marttila fix pagination Next arrow
Mon, 15 Jun 2009 01:42:00 +0300 Tero Marttila style.css tweaks to make p#about less prominent
Mon, 15 Jun 2009 01:36:58 +0300 Tero Marttila fix rotated size of auto-oriented thumbnails, and throw some code at mirroring - untested
Mon, 15 Jun 2009 01:36:15 +0300 Tero Marttila add version module, currently just harcoded info
Mon, 15 Jun 2009 00:29:43 +0300 Tero Marttila move the uncache-del's from commands.main to Image.cleanup, and call it after rendering each image's thumbs
Mon, 15 Jun 2009 00:23:55 +0300 Tero Marttila auto-orientation, although no mirroring support yet
Sun, 14 Jun 2009 23:57:50 +0300 Tero Marttila fix pyexif2/EXIFpy handlers to try different prefixes
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/