Commit Graph

5415 Commits

Author SHA1 Message Date
Desmis
0ac7744347 merge with Dev 2017-11-10 10:42:24 +01:00
Desmis
4b2563af62 Add simplified Excluding Spot - fixed some bugs 2017-11-10 08:47:11 +01:00
Beep6581
8896f19e6b Merge pull request #4167 from TooWaBoo/dev
Update TooWaBlue theme to version 2.60
2017-11-04 14:08:46 +01:00
TooWaBoo
6b00169260 Update TooWaBlue theme to version 2.60
small cosmetic changes
2017-11-04 13:55:18 +01:00
Desmis
0a65cb40c4 merge with dev 2017-11-02 13:32:07 +01:00
Desmis
53ba84f699 Fixed some bugs and some changes 2017-11-02 13:19:16 +01:00
Beep6581
7ded0536b9 Merge pull request #4156 from Benitoite/patch-2
License file for libiomp5.dylib
2017-11-01 21:35:55 +01:00
Alberto Griggio
dd6e411c13 lensfun: improved logic for handling fixed-lens cameras
Fixes #4161
2017-10-31 09:02:37 +01:00
Morgan Hardwood
a2a70bffdf Added alternative camera make name XIAOYI == YI TECHNOLOGY to fix magenta highlights, closes #4164 2017-10-30 13:12:26 +01:00
Morgan Hardwood
8aa3b75c46 Deleted unused translation strings 2017-10-29 22:02:03 +01:00
Morgan Hardwood
157fc26a60 generateTranslationDiffs 2017-10-29 21:57:54 +01:00
Alberto Griggio
f9dc4fd22b Merge pull request #4160 from TooWaBoo/dev
Update TooWaBlue theme to version 2.59
2017-10-29 21:48:43 +01:00
Alberto Griggio
d5c01e8c1d Merge pull request #4158 from Beep6581/custom-file-chooser-button
Custom file chooser button
2017-10-29 21:48:27 +01:00
Morgan Hardwood
c39a054eab Added keyboard shortcuts for "Copy to" and "Move to", closes #3271 2017-10-29 18:31:18 +01:00
Desmis
a3525e2080 some small changes 2017-10-29 18:29:58 +01:00
Desmis
0f51220dc1 Change thresholds fro blur and noise 2017-10-27 07:11:39 +02:00
TooWaBoo
075960683c Update TooWaBoo to version 2.59
Please merge together with https://github.com/Beep6581/RawTherapee/pull/4158
2017-10-26 19:50:01 +02:00
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
Desmis
c77913b775 Change thresholds for Blur and noise 2017-10-26 10:50:23 +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
Desmis
ff26f0642e Add method symmetric to blur and noise - and some extension 2017-10-25 17:33:58 +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
Benitoite
0719b5f27a Copy libiomp5 license file into the app bundle. 2017-10-23 11:43:12 -07: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
Desmis
15ff66fb4c merge with Dev 2017-10-22 13:27:59 +02:00
Desmis
ab7b8042ec Improve algo Blurr-noise normal 2017-10-22 13:26:00 +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
Desmis
4c5d2fcf7f merge with dev 2017-10-19 09:48:15 +02:00
Desmis
bca41a23a8 change labels 2017-10-19 09:00:51 +02:00
Beep6581
c80663e82b Merge pull request #4152 from TooWaBoo/dev
Update TooWaBoo theme & Deutsch locale
2017-10-18 19:15:50 +02:00
TooWaBoo
07b2c58932 Update TooWaBoo theme v2.58
Small changes in Preferences dialog
2017-10-18 18:02:39 +02:00
TooWaBoo
c7bae55683 Update Deutsch locale 2017-10-18 17:59:14 +02:00
Hombre57
3d4ff41550 Save some space in Preference / Image processing tab (see #3526) 2017-10-17 23:25:09 +02:00
heckflosse
659fa619d4 Don't cache history strings in eventDescrArray in history.cc, fixes #4145 2017-10-16 22:18:13 +02:00
heckflosse
43ea69447f Skip language file entries starting with ! 2017-10-16 21:54:09 +02:00
heckflosse
90e4e41b85 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2017-10-16 14:59:46 +02:00
heckflosse
8621327678 Tiff files are not shown anymore after clearing cache, fixes #4149 2017-10-16 14:59:08 +02:00
Hombre57
9adddece2c Require Gtk >= 3.22.24 for Windows, see #4141 2017-10-15 22:15:10 +02:00