64 Commits

Author SHA1 Message Date
Hombre
34392fc625 New CMake build option to avoid version conflicts : CACHE_NAME_SUFFIX By default, append the latesttag value, but the developper may override it by specifying -DCACHE_NAME_SUFFIX:STRING=MySuffix in the cmake command line
With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows

Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
2011-05-23 00:34:27 +02:00
Hombre
25463094a6 New CMake build option to avoid version conflicts : CACHE_NAME_SUFFIX By default, append the latesttag value, but the developper may override it by specifying -DCACHE_NAME_SUFFIX:STRING=MySuffix in the cmake command line
With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows

Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
2011-05-22 19:24:25 +02:00
Hombre
fe003b2752 (Partially) solved issue 663 : UTF-8 support at Windows for stable branch_3.0 2011-05-22 18:20:35 +02:00
Hombre
33c8254b87 (Partially) solved issue 663 : UTF-8 support at Windows for stable branch_3.0 2011-05-22 10:39:26 +02:00
ffsup2
9ae1bdc443 Crash when exiting rt in singletab mode: reverted the automatic destructor for FilePanel 2011-05-21 22:40:44 +02:00
jdc
3008d61a3f Free output gamma see #issue679 and #issue672 with the help and advice of Michael and Olli 2011-05-17 06:50:34 +02:00
ffsup2
6f6b060c47 Ported Michael fix 2011-05-17 00:21:36 +02:00
michael
860fa2e35b Small cleanup for Merge n 4 2011-05-15 20:45:23 -04:00
ffsup2
af90c97fdc Merge n.4 from branch3.0 2011-05-15 20:25:33 +02:00
Oliver Duis
90421820a3 Ported Fabios batch queue refresh fix 2011-05-15 06:48:43 +02:00
Oliver Duis
4305e0cb2c Small merge cleanup 2011-05-08 22:00:28 +02:00
Michael Ezra
bcdf69ef5c Additional crop ratios (issue 674) 2011-05-08 21:11:16 -04:00
ffsup2
90b9c1a827 bugfix for issue #569: thumbs disappear when +/- button is pressed
An implementation for redrawNeed() was lacking in the derived class BatchQueue:
when updateImage called it there was no effect.
2011-05-13 23:19:07 +02:00
ffsup2
446cddcc80 bugfix for crash when user empties trash bin
bug introduced with latest patch for memory leaks
When a widget is not constant but changed during operation it mustn't be "manged" automatically by gtk.
2011-05-13 23:13:34 +02:00