~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hugin1/hugin/config_defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
#define HUGIN_LENS_ASSUME_SIMILAR             1l
75
75
 
 
76
// project naming convention
 
77
#define HUGIN_PROJECT_NAMING_CONVENTION       0l
 
78
 
 
79
// smart undo
 
80
#define HUGIN_SMART_UNDO                      0l
 
81
 
 
82
// show hints in fast preview window
 
83
#define HUGIN_SHOW_PROJECTION_HINTS           1l
 
84
 
76
85
// Exiftool
77
86
#define HUGIN_EXIFTOOL_COPY_ARGS                   "-ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber"
78
87