11357 Commits

Author SHA1 Message Date
Desmis
c3f38f287e Added tooltip to normalize luminance TM retinex 2020-06-04 16:18:32 +02:00
Desmis
bebaa777e8 Added tooltip avoid color shift 2020-06-04 10:01:52 +02:00
Ingo Weyrich
0fe30f3ee9 Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-06-03 20:38:34 +02:00
Ingo Weyrich
2bdadc36da iplocallab.cc: further cleanups 2020-06-03 20:38:28 +02:00
Marián Kyral
9ea67341cd Update Czech translation 2020-06-03 19:39:58 +02:00
Pandagrapher
17f981e288 Fixes bug with 'blurcol' and 'lcradius' when FFT is active 2020-06-03 18:44:20 +02:00
Desmis
c1fa8a82cf Fixed bug in procparams blurcol 2020-06-03 14:10:25 +02:00
Ingo Weyrich
4f3d2ac670 newlocallab2: further cleanups 2020-06-03 13:01:09 +02:00
Ingo Weyrich
9c3039b394 Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-06-02 19:46:27 +02:00
Ingo Weyrich
48648170e9 Some more cleanups 2020-06-02 19:46:13 +02:00
Desmis
f79990090b Suppress unused code 2020-06-02 18:07:03 +02:00
Desmis
456b391866 Fixed bug in tone mapping equalizer 2020-06-02 18:02:55 +02:00
Desmis
53848f7198 Change some labels 2020-06-02 17:24:06 +02:00
Desmis
a577679fe9 Adde tooltip rgb curve special 2020-06-02 15:46:36 +02:00
Desmis
e19dad80c1 Fixed bug mask when merge = 0 2020-06-02 14:29:32 +02:00
Desmis
2b4fcfe0e7 Reenable preview deltaE sharp 2020-06-02 08:32:05 +02:00
Ingo Weyrich
f6714b2171 iplocallab.cc: further cleanups 2020-06-01 15:31:50 +02:00
Ingo Weyrich
bdef177e87 Merge branch 'dev' into newlocallab2 2020-06-01 14:06:42 +02:00
Desmis
404f2ddbbd Others Tooltip for mask 2020-06-01 13:41:40 +02:00
Ingo Weyrich
8b424fbbfe Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-06-01 11:33:25 +02:00
Ingo Weyrich
2f67d59740 iplocallab.cc: fix all cppcheck scope issues 2020-06-01 11:33:08 +02:00
Desmis
0e24f81292 Others changes to mask tooltip 2020-06-01 10:52:25 +02:00
Desmis
af4d458020 Change some defaults settings - add tooltip Laplacian mask - chnage tooltip 2020-06-01 09:01:24 +02:00
Ingo Weyrich
0c1179a49d iplocallab.cc : code review part seven, cleanups, review still not completed 2020-05-31 23:20:44 +02:00
Ingo Weyrich
41675913d6 Cleanups and also some speedups for RT 5.9, to be continued 2020-05-31 17:27:44 +02:00
Ingo Weyrich
1fe03b298e
Update English (US) 2020-05-31 13:38:38 +02:00
Desmis
b73905c2be Change setLogScale values for softradius 2020-05-31 07:39:04 +02:00
Ingo Weyrich
0130173e29 Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-05-30 21:12:54 +02:00
Ingo Weyrich
0f4a8dc1e7 iplocallab.cc: fix some issues found by cppcheck 2.0 2020-05-30 21:12:36 +02:00
Desmis
c13dc683d8 Harmonize GUI softradius 2020-05-30 18:10:28 +02:00
Ingo Weyrich
6e0ad0a856 Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-05-30 16:55:00 +02:00
Ingo Weyrich
9233320a4a ImProcFunctions::softproc() : Cleanup, speedup, and reduced memory usage 2020-05-30 16:54:44 +02:00
Desmis
befe19c6ea Activate forgotten tooltip 2020-05-30 15:12:44 +02:00
Ingo Weyrich
c4c9737f78 iplocallab.cc : code review part six, speedups and cleanups, review still not completed 2020-05-30 14:25:27 +02:00
Ingo Weyrich
25498651a8 Merge branch 'dev' into newlocallab2 2020-05-30 11:15:55 +02:00
Ingo Weyrich
ca605eece6 Better raw crop for FUJIFILM X100V and FUJIFILM X-T4 2020-05-29 17:46:17 +02:00
Thanatomanic
9c4cb505e4
Added missing filmNegListener in initialization list of ImProcCoordinator 2020-05-28 17:00:42 +02:00
Thanatomanic
7eb6b7a875
Remove double value in paramsedited.cc 2020-05-28 16:29:06 +02:00
Desmis
cac83d3ffc Improvment to tooltips 2020-05-28 16:26:13 +02:00
Pandagrapher
320408306d
Build improvements + fix for window size/position (macOS) (#5771)
* Allow using relative path in MacOS for development builds
* [macOS] Fixes RT "cache"/"config" folder not located in the right place
In actual "dev" branch, RT "cache"/"config" folder is located in
"~/Application Support/RawTherapee" folder instead of
"~/Library/Application Support/RawTherapee" folder (as in v5.8 release
and discribed in RawPedia). Moreover, "CACHE_NAME_SUFFIX" cMake option
was not anymore considered.
* [macOS] Remember RT window position correctly, fixes #3209

As described in GTK documentation, some OS Windows Manager do not
consider setting window size and position before it is completely
created (which seems to be the case for macOS). In this commit,
restoring window size/position is now done after its creation.
Morevover, macOS menu bar height is now considered.
2020-05-28 12:26:14 +02:00
Flössie
82f0e4f117 Fix LGTM warning popping up in newlocallab2 2020-05-28 11:06:41 +02:00
Flössie
c33835a179 Fix non-SSE2 build 2020-05-28 09:00:11 +02:00
Desmis
822053f897 Added Tooltip to controlspotpanel.cc 2020-05-28 07:26:14 +02:00
Desmis
c803a83886
Merge pull request #5776 from Pandagrapher/newlocallab2
Some more GUI improvements for Locallab
2020-05-27 10:43:26 +02:00
Pandagrapher
3b5295fa76 Update Locallab preview deltaE GUI 2020-05-27 10:15:45 +02:00
Pandagrapher
96891cf8cd Activate Locallab tools by default for newly added ones 2020-05-27 10:09:48 +02:00
Pandagrapher
a2c6715a0e Remove compilation warnings in Locallab GUI 2020-05-27 09:50:30 +02:00
Desmis
4dfbda00da Reenable preview deltaE in mask and modifications 2020-05-27 08:01:55 +02:00
Desmis
c05de65312 Added tooltip for mask 2020-05-26 09:42:27 +02:00
Desmis
f63b7bae55 Added tooltip to equalizer and TRC 2020-05-26 07:53:16 +02:00