3759 Commits

Author SHA1 Message Date
Desmis
52464c3c17 Simplify GUI structure spot 2020-06-13 08:30:39 +02:00
Lawrence Lee
7b4504e34f Add pointer initializer to avoid segfaults
PerspCorrection::metadata was not initialized, which could cause a
segfault.
2020-06-12 10:49:11 -07:00
Desmis
c618a505ef Added tooltip to retinex (without text) 2020-06-12 10:21:25 +02:00
Desmis
c6129a7714 merge with dev 2020-06-12 08:05:55 +02:00
Desmis
8224c4fae0 Change default settings retinex 2020-06-12 08:04:30 +02:00
Lawrence Lee
6c59f0586f Fix minor memory leaks 2020-06-11 12:41:43 -07:00
Desmis
30b90aefae Disabled Retinex enable by default 2020-06-11 18:09:46 +02:00
Lawrence Lee
24681f324c Remove unneeded code 2020-06-10 16:53:33 -07:00
Lawrence Lee
72d390e99a Add button for deleting all control lines 2020-06-10 16:16:40 -07:00
Lawrence Lee
a120b304f1 Add tooltip for control lines 2020-06-10 13:13:18 -07:00
Lawrence Lee
976cf4c103 Make control lines buttons disabled in batch mode 2020-06-10 12:57:08 -07:00
Lawrence Lee
11459a8bb1 Add label for control lines buttons 2020-06-10 12:50:14 -07:00
Lawrence Lee
72b69b3249 Fix a few small control lines bugs 2020-06-10 12:35:53 -07:00
Lawrence Lee
dd4364fab3 Add buttons for switching control line type 2020-06-10 11:41:15 -07:00
Desmis
6cd28e1207 Change some default wavelet settings 2020-06-10 19:05:36 +02:00
Desmis
dcc9699f3a change behavior level contrast - reset slider extra 2020-06-10 08:42:34 +02:00
Lawrence Lee
5e5a86f513 Add icons for perspective control line buttons 2020-06-09 16:29:57 -07:00
Desmis
371add936b Improve finer and coarser levels with maxlevels 2020-06-09 13:16:34 +02:00
Desmis
ad48610dfb Improve and clean code 2020-06-09 11:00:48 +02:00
Desmis
d3538fb230 Change response slider threshold2 - and GUI denoise chroma label 2020-06-09 09:06:10 +02:00
Desmis
1a0da3f6f9 Change label denoise equalizer red blue 2020-06-09 08:08:54 +02:00
Lawrence Lee
6b7c1871b9 Implement basic perspective control lines (WIP) 2020-06-08 18:21:12 -07:00
Desmis
79e797097e Test sliders 2020-06-08 20:01:12 +02:00
Desmis
3e9ba6e415 Fixed bad behavior Exposure PDE Ipol 2020-06-05 17:27:42 +02:00
Desmis
4ae6e01af3 Change behavior exposure PDE Ipol 2020-06-05 13:28:15 +02:00
Desmis
8a8fba500b Change sharp behavior 2020-06-05 12:45:35 +02:00
Desmis
3e0b2be942 Reenable chroma compensation Exposure 2020-06-05 08:49:48 +02:00
Desmis
9a2a9a3ce9 Hide TRC in SH mode 2020-06-05 08:08:00 +02:00
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
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
Desmis
a577679fe9 Adde tooltip rgb curve special 2020-06-02 15:46:36 +02:00
Desmis
2b4fcfe0e7 Reenable preview deltaE sharp 2020-06-02 08:32:05 +02:00
Desmis
404f2ddbbd Others Tooltip for mask 2020-06-01 13:41:40 +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
41675913d6 Cleanups and also some speedups for RT 5.9, to be continued 2020-05-31 17:27:44 +02:00
Desmis
b73905c2be Change setLogScale values for softradius 2020-05-31 07:39:04 +02:00
Desmis
c13dc683d8 Harmonize GUI softradius 2020-05-30 18:10:28 +02:00
Ingo Weyrich
25498651a8 Merge branch 'dev' into newlocallab2 2020-05-30 11:15:55 +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
Desmis
822053f897 Added Tooltip to controlspotpanel.cc 2020-05-28 07:26:14 +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