5479 Commits

Author SHA1 Message Date
Alberto Griggio
1c86c3c44d Disable LCP CA correction if LCP distortion is enabled
This was the old behaviour before lensfun integration. In order to enable both CA and distortion correction from the LCP, more work is needed.

(temporary) fix for #4159
2017-10-26 15:02:55 +02:00
Alberto Griggio
3809d7795d added CSS style for MyFileChooserButton for GTK+ >= 3.20 2017-10-26 15:01:18 +02:00
Alberto Griggio
e44662a899 updated comment about margin and GTK < 3.20 2017-10-26 09:08:44 +02:00
Alberto Griggio
c3bdd47a62 make MyFileChooserButton behave nicely with CSS themes
Note: I still had to hardcode a set_border_width(2) for GTK+ < 3.20, because nothing I tried on the CSS worked...
2017-10-25 22:35:26 +02:00
heckflosse
2b2bbd69f4 Make compilation unit rtengine/iplab2rgb.cc -Wextra clean, #4155 2017-10-25 19:07:38 +02:00
heckflosse
f3690d00ac Make compilation unit rtengine/rtlensfun.cc -Wextra clean, #4155 2017-10-25 17:36:43 +02:00
heckflosse
d1ba2091a0 Make compilation unit rtengine/myfile.cc -Wextra clean, #4155 2017-10-25 17:22:42 +02:00
heckflosse
2e645debb4 Fix two issues detected by Flössie 2017-10-25 17:09:46 +02:00
heckflosse
9a17962f4b Make compilation unit rtengine/iptransform.cc -Wextra clean, #4155 2017-10-25 16:53:17 +02:00
heckflosse
7b3c36c7c6 reduce scope of warning silencing 2017-10-25 16:50:03 +02:00
heckflosse
fb02e6883e remove #pragma... 2017-10-25 13:27:02 +02:00
heckflosse
7542cfc456 Make compilation unit rtengine/icons.cc -Wextra clean, #4155 2017-10-25 13:26:14 +02:00
heckflosse
beb6347a48 Make compilation unit rtengine/fast_demo.cc -Wextra clean, #4155 2017-10-25 13:11:15 +02:00
heckflosse
87c109a10e Make compilation unit rtengine/cJSON.c -Wextra clean, #4155 2017-10-25 12:56:23 +02:00
Alberto Griggio
8322f03e3d added a default border to MyFileChooserButton, and set the widget name to "MyFileChooserButton" (to allow for CSS customization) 2017-10-25 10:30:19 +02:00
Benitoite
08b1b41770 Update macosx_bundle.sh 2017-10-25 01:07:06 -07:00
Alberto Griggio
46e3471d0f minor tweak to the ok/cancel button labels of MyFileChooserButton 2017-10-24 15:09:40 +02:00
Alberto Griggio
a0a7b717c1 simplify the implementation of MyFileChooserButton::show_chooser
Do not try to show a native file dialog. I think this would be useless, since
RT already uses non-native dialogs in other places, and I'm not sure it would
be possible to replace all of them (e.g. in icmpanel.cc the dialog is
customized by adding a checkbox for WB, and this is not possible with a native
dialog).
2017-10-24 14:03:02 +02:00
Alberto Griggio
5be042bcd4 use ALIGN_START for the label of MyFileChooserButton 2017-10-24 12:00:38 +02:00
Alberto Griggio
cf75429648 added set_show_hidden() method to MyFileChooserButton 2017-10-24 11:48:07 +02:00
Alberto Griggio
df8b52f978 implement our own custom FileChooserButton, with the aim of speeding up startup time
See #4140

Compiles fine, but needs testing...
2017-10-24 00:27:55 +02:00
heckflosse
ba63016e98 Make rtengine/impulse_denoise a compilation unit 2017-10-23 21:16:07 +02:00
heckflosse
80b23e7168 Make compilation unit rtengine/imagedata.cc -Wextra clean, #4155 2017-10-23 20:59:47 +02:00
Benitoite
0719b5f27a Copy libiomp5 license file into the app bundle. 2017-10-23 11:43:12 -07:00
heckflosse
841679c6db Remove some duplicate code in rtengine/curves.cc 2017-10-23 20:41:20 +02:00
Benitoite
d0d96dbf5e License file for libiomp5.dylib
To prevent a crash during quit on mac, Intel's OSS libiomp5 is used in place of the older libomp provided by clang. This is the license file provided by Intel to cover the binary's redistribution. For even more info, see: https://github.com/Beep6581/RawTherapee/issues/3971
2017-10-23 11:36:02 -07:00
heckflosse
fa4444d6d3 Make rtengine/fujicompressed.cc -Wextra clean, #4155 2017-10-23 14:06:04 +02:00
heckflosse
54a07be45d Make compilation unit rtengine/PF_correct_RT.cc -Wextra clean, #4155 2017-10-23 00:16:22 +02:00
heckflosse
330ee9a91f Make compilation unit rtengine/procparams.cc -Wextra clean, #4155 2017-10-22 23:48:38 +02:00
heckflosse
31c75864d4 Make compilation unit rtengine/dirpyr_equalizer.cc -Wextra clean, #4155 2017-10-22 23:08:02 +02:00
heckflosse
123c8b4443 Make compilation unit rtengine/curves.cc -Wextra clean, #4155 2017-10-22 22:25:05 +02:00
heckflosse
8de8775264 eliminate AlignedBufferMP, also eliminate some unsused functions in boxblur.h 2017-10-22 21:06:24 +02:00
heckflosse
8bd9f174dc Reworked colortemp and pow_F defines 2017-10-22 20:05:27 +02:00
heckflosse
7c9d42827f Make compilation unit rtengine/colortemp.cc -Wextra clean, #4155 2017-10-22 14:49:45 +02:00
heckflosse
a75058546a Make compilation unit rtengine/color.cc -Wextra clean, #4155 2017-10-22 14:36:56 +02:00
heckflosse
e489fc7bea Make compilation unit rtengine/rtthumbnail.cc -Wextra clean, #4155 2017-10-22 14:01:07 +02:00
heckflosse
d5ceb850f3 Make compilation unit rtengine/rawimagesource.cc -Wextra clean, #4155 2017-10-22 13:43:28 +02:00
heckflosse
15108af3a7 Make compilation unit rtengine/ciecam02.cc -Wextra clean, #4155 2017-10-22 01:54:12 +02:00
heckflosse
3570550ac9 Make compilation unit rtengine/labimage.cc -Wextra clean, #4155 2017-10-21 22:55:07 +02:00
heckflosse
c8ac93676e Make compilation unit rtengine/demosaic_algos.cc -Wextra clean, #4155 2017-10-21 22:01:42 +02:00
heckflosse
04cdcca26c Make compilation unit rtengine/improcfun.cc -Wextra clean, #4155 2017-10-21 21:26:07 +02:00
heckflosse
06f07820bd Make compilation unit rtengine/ipwavelet.cc -Wextra clean, #4155 2017-10-21 19:52:41 +02:00
heckflosse
9e812bb25b Make compilation unit rtengine/FTblockDN.cc -Wextra clean 2017-10-21 17:43:02 +02:00
heckflosse
643f25a8cc Merge branch 'dev' into ph1speedup 2017-10-20 21:08:28 +02:00
heckflosse
8c328cafd1 get rid of fallbackMgr in MultiLangMgr, fixes #4154 2017-10-20 21:05:19 +02:00
heckflosse
41cd29d201 Create PartialProfileDlg (Partial Profile Dialog) on demand instead of in advance when starting rt (saves another few ms when starting rt). fixes #4151 2017-10-19 20:37:03 +02:00
heckflosse
c2c213efac Wrong translations calls in code, #4153 2017-10-19 19:00:28 +02:00
Alberto Griggio
e2433214a3 Fixed bug in updating the GUI value of the lensfun lens when maker name consists of multiple words
It might happen in the lensfun DB that there are multiple makers sharing a
similar name (at present, this only happens for "Leica" and "Leica Camera AG").
The logic for finding the lens in the combo box was not considering this...
2017-10-19 16:20:31 +02:00
Alberto Griggio
6f3d5688d8 Fixed bug in finding lensfun lens when maker name consists of multiple words 2017-10-19 16:03:33 +02:00
Beep6581
c80663e82b Merge pull request #4152 from TooWaBoo/dev
Update TooWaBoo theme & Deutsch locale
2017-10-18 19:15:50 +02:00