11420 Commits

Author SHA1 Message Date
Desmis
95b238ca5d Added Ingo to copyright Itcwb 2020-03-01 08:37:51 +01:00
Ingo Weyrich
cee41b9786 restore speed when not using auto itc wb and improve speed when using it 2020-02-29 21:04:09 +01:00
Ingo Weyrich
0a23e85868 Further cleanups 2020-02-29 19:44:20 +01:00
Ingo Weyrich
6029b29d89 fix copy/paste bug 2020-02-29 14:59:26 +01:00
Ingo Weyrich
be765768ff further cleanups 2020-02-29 14:19:06 +01:00
Ingo Weyrich
8e1bb5ba90 Fix broken cppcheck 2020-02-29 14:07:27 +01:00
Ingo Weyrich
be5e447f53 Itcwb : cleanup and speedup, #5676 2020-02-29 13:16:42 +01:00
Desmis
aa389dbcae Ciecam02 fixed bad temp and tint cat02preset 2020-02-29 12:51:17 +01:00
Ingo Weyrich
96ab9863dd fix segfault in ItcWB. #5676 2020-02-29 10:37:32 +01:00
Ingo Weyrich
60caf17c7a Merge branch 'dev' into rawimagesource_cleanup 2020-02-29 09:35:33 +01:00
Desmis
c79997bc48
Merge pull request #5672 from Beep6581/cat02preset
Cat02preset - use simplified ciecam02 preset to generate chromatic adaptation cat02
2020-02-29 08:23:45 +01:00
Desmis
d55e649a64 merge with dev 2020-02-29 08:14:03 +01:00
Ingo Weyrich
28cff72eb0 rawimagesource.cc : cleanup, also speedup and bugfix for ItcWB, #5676, #5675 2020-02-28 20:18:45 +01:00
Benitoite
fbe718b64f
fixes macOS autobuild (#5674)
* update macOS autobuild yaml

* updates */CMakeLists* for macOS autobuild compatibility

* "" a dir for cmake

* Un empty an empty EXTRA_INCDIR

* use a cmake operator

* Use the . dir to un-empty a string

* fix minutes timer in macos yaml

* test & skip instead of load & include

* disregard fractional part of minutes in mac yaml

* add another cmake test

* fix typo in mac yaml

* fix other part of same typo

* correct a filename in mac yaml

* test all include dirs

* fix of mac yaml

* mac:fix a path in yaml

* mac:and its antecedent

* options.h include a dir

* test __has_include (gcc 5.* & up & clang)

* remove a printf() in mac yaml

* mac:change a "" and an elseif() to else()

* fix a whitespace error

* fix 2 whitespace errors

* ZULU>UTC

* add a "UTC

* on the other side of the "

* mac:properly set default LOCAL_PREFIX in CACHE

* use of zsh subshells in macos yaml

* mac:remove some &&

* mac:remove some "

* mac:floating point divisors

* mac:use double paren (())

* mac:add a dir

* mac:floatize with decimal point

* mac:zsh -c certain lines

* remove a marker
2020-02-28 19:20:40 +01:00
Ingo Weyrich
c7c1dec9cb whitebalance : fix bug in changing method, #5676 2020-02-28 13:19:10 +01:00
Ingo Weyrich
77be7605d8
"Auto" => "autold", #5676 2020-02-28 12:02:38 +01:00
Ingo Weyrich
a9e2bde610 use autold instead of auto, #5676 2020-02-28 11:44:25 +01:00
Desmis
ae0586719a Enabled bencfun for Itcwb 2020-02-28 08:33:12 +01:00
Ingo Weyrich
f7792aa936 some cleanups 2020-02-27 21:22:34 +01:00
Ingo Weyrich
4f0414af89 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2020-02-27 19:57:42 +01:00
Ingo Weyrich
a3c2264cde eahd_demosaic.cc : be cppcheck clean 2020-02-27 19:56:42 +01:00
Desmis
10af444786 Change tooltip orthographe 2020-02-27 18:08:02 +01:00
Desmis
d56c53b1ae Change tooltip 2020-02-27 18:06:30 +01:00
Ingo Weyrich
4590607ea5 simpleprocess.cc : be cppcheck clean 2020-02-27 14:54:17 +01:00
Ingo Weyrich
19b6e4ca68 dcrop.cc : be cppcheck clean 2020-02-27 14:30:59 +01:00
Ingo Weyrich
d2f78efd32 improccoordinator.cc : be cppcheck clean 2020-02-27 14:20:28 +01:00
Desmis
2bc9396569 Fixed show wavelet levels 2020-02-27 13:33:51 +01:00
Morgan Hardwood
5a9f430933 Update rtexif using ExifTool 11.89 2020-02-27 10:43:21 +01:00
Desmis
a2f7d39ad2 merge with dev 2020-02-27 08:51:11 +01:00
Desmis
32f3273a2a Change some tooltips 2020-02-27 08:50:08 +01:00
Desmis
0518e57b08
Merge pull request #5671 from Beep6581/wrong_oldwbauto
Wrong oldwbauto - white balnace show wrong method is Auto in 5.8
2020-02-27 08:17:05 +01:00
Desmis
a50dfe57e5 merge with dev 2020-02-27 08:09:59 +01:00
Desmis
d7234c5aac reinitialize ppversion 2020-02-27 08:08:33 +01:00
Lawrence Lee
357cf5b96a Remove scaling from perspective correction
Scaling is applied at the end of all geometric transformations, so it
would be more appropriate outside of the perspective correction tool.
Such an implementation would also work better with the auto-fit feature.
2020-02-26 22:52:55 -08:00
Lawrence Lee
ab0c9c6cf0 Correct string in batch processing preferences
A string for perspective correction lacked the camera rotation.
2020-02-26 16:46:32 -08:00
Lawrence Lee
90d7b391ba Change perspective correction adjuster limits
Reduce the limits to more sensible values for now. They can be safely
increased later without impacting backward-compatibility.
2020-02-26 12:16:16 -08:00
Ingo Weyrich
13e2bc4152 White balance shows wrong method when opening a file which was set to Auto in 5.8, #5668 2020-02-26 18:32:32 +01:00
Desmis
a2095b0ee2 merge with dev 2020-02-26 18:09:36 +01:00
Ingo Weyrich
5960899c04 Minor cleanup 2020-02-26 16:36:00 +01:00
Desmis
4863c7a372 clean unused changes 2020-02-26 15:37:49 +01:00
Ingo Weyrich
cde687c9d7
Merge pull request #5669 from Beep6581/ipwavelet_cleanup
ipwavelet.cc : be almost cppcheck clean
2020-02-26 15:33:35 +01:00
Desmis
8cfc4e33af partial fixed wrong old WB auto 2020-02-26 15:22:28 +01:00
Ingo Weyrich
f05c10ce55 ipwavelet.cc : cleanup, speedup, reduced memory usage 2020-02-26 14:16:52 +01:00
Desmis
224659f473 Change limit for b_r 2020-02-26 08:48:07 +01:00
Morgan Hardwood
cb0f81d0a0 Use tabs for consistency and better formatting 2020-02-25 21:41:12 +01:00
Beep6581
f0f9c87ca3
Merge pull request #5648 from Benitoite/patch-23
Build-unique information
2020-02-25 21:38:10 +01:00
Beep6581
b4084b2c86
Disable macOS GitHub action until fixed 2020-02-25 21:27:11 +01:00
Ingo Weyrich
e2bbc30bf2 ip_wavelet.cc : be almost cppcheck clean 2020-02-25 19:32:58 +01:00
Desmis
f798d7d57d merge with dev 2020-02-25 18:05:12 +01:00
Desmis
603b55e690 Preset cat02 automatic 2020-02-25 17:28:19 +01:00