summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-05-11build: Split libraries detectionTomas Bzatek1-8/+16
Includes some automake files cleanup and enables extra compiler warnings.
2014-09-13Introduce properties tableTomas Bzatek1-0/+2
This is a new internal properties storage for attributes that can be defined both in the item and album scope, with the item scope taking priority. The big advantage is a better distinguishment from an undefined, default value. It also makes easier to retrieve attributes with properly defined scope priorities.
2014-03-21Make setup files versioned and add fallback for old versionsTomas Bzatek1-1/+1
This commit makes setup files (setup.xml and referenced design setup xml file) versioned and adds checks for correct versions. If a newer versioned file is detected, warning is printed out in assumption that a stray cgg version is used. If the version information is missing or is lower than expected version, files are read in legacy mode. Some values are left on defaults and missing mandatory values are either read from renamed keys or made up to suit current requirements. This essentially brings back compatibility with old setup.xml files that are usually part of galleries. However, some values are hardcoded and should be kept in mind to update and test the legacy mode along with future enhancements.
2013-04-09Modernize configure.acTomas Bzatek1-1/+1
https://live.gnome.org/GnomeGoals/ModernAutotools Big thanks to Pavel Raiskup for autoconf hints
2010-10-08Add basic Atom feed writerTomas Bzatek1-0/+2
2009-04-11Print statistics in verbose modeTomas Bzatek1-0/+2
2009-04-04New block parserTomas Bzatek1-2/+4
2009-03-28Multithreading supportTomas Bzatek1-0/+2
Also made progress output a little bit nicer default = 1 thread at once, for safety reasons I've encountered critical issues with ImageMagick compiled with OpenMP support. Hope that package maintainers are clever. ShittyMagickWandGenesis(), ShittyMagickWandTerminus() :-)
2009-02-27Merge cgg-config.hTomas Bzatek1-1/+0
2009-02-26AutotoolizeTomas Bzatek1-0/+41