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
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
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
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
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
Morgan Hardwood
b9faa66313
Updated rtexif using ExifTool-10.63
2017-10-15 22:13:08 +02:00
Morgan Hardwood
67c75eeb85
Added NIKON D700 dual-illuminant DCP, closes #4136
2017-10-15 21:44:24 +02:00
Morgan Hardwood
03ba1828db
Removed old Nikon D700.dcp
2017-10-15 21:38:45 +02:00
Morgan Hardwood
d899a8df97
generateTranslationDiffs
2017-10-15 21:32:36 +02:00
Beep6581
dd4fef5370
Merge pull request #4146 from TooWaBoo/dev
...
exifpanel.cc, Deutsch locale, TooWaBlue theme
2017-10-15 21:14:58 +02:00
Morgan Hardwood
3d6d70fb02
Fixed Pixel Shift spelling in languages/default
2017-10-15 21:07:21 +02:00
TooWaBoo
a44ee03840
Update TooWaBlue theme v2.57
...
Fixed some small GUI glitches.
2017-10-15 19:04:05 +02:00
TooWaBoo
a7ca5c9590
Update Deutsch locale
2017-10-15 18:57:32 +02:00
TooWaBoo
8c74740738
Missing and wrong classes fix
2017-10-15 18:54:40 +02:00
Hombre57
dfe40677e2
Fix coverity issue
2017-10-13 23:25:24 +02:00
Alberto Griggio
2956be333b
speed up loading of film simulation cluts by using one shared TreeModel for all the combo boxes
2017-10-13 23:06:52 +02:00
Morgan Hardwood
1a046611cf
generateTranslationDiffs
2017-10-13 22:55:23 +02:00
Hombre57
02463995af
Merge branch 'dev' into multiframe-handling
2017-10-13 22:51:42 +02:00
Hombre57
d749c44a5e
Revert "Updated language file ( #4008 )"
...
This reverts commit bfc8f2891a
.
2017-10-13 22:50:32 +02:00
heckflosse
e6f57b1978
Use std::string instead of Glib::ustring for key of map in camconst, #4140
2017-10-13 21:34:55 +02:00
heckflosse
5a0e4de607
When no lcp is selected, rt does not show (none), fixes #4143
2017-10-13 21:23:21 +02:00
heckflosse
77b3576059
dual-threaded fill of lensfun treestores, #4140
2017-10-13 21:05:37 +02:00
heckflosse
93f6bf89b9
Multithreaded init phase, #4140
2017-10-13 20:59:49 +02:00
heckflosse
b6bf4aba05
Don't create Metadata panel for batch editor, #4140
2017-10-13 20:54:03 +02:00
heckflosse
fd0d50fe0d
Use std::string instead of Glib::ustring for the map-key in rtimage.cc, #4140
2017-10-13 20:53:15 +02:00
Morgan Hardwood
2b3dfb3f3c
Added comment to executable_loader.in
2017-10-12 22:29:42 +02:00
Hombre57
f38680b0f8
Updating misleading tooltips of Soft-proofing buttons (no issue)
2017-10-10 23:42:59 +02:00
Hombre57
dcd2922167
Let users select RGB Input ICC profiles for output profiles
...
as requested there
https://discuss.pixls.us/t/rawtherapee-restriction-on-user-chosen-output-profile/5301
(no issue)
2017-10-10 23:03:57 +02:00
heckflosse
f38b271d74
fix heap-buffer-overflow in wavelet, Detected by AddressSanitizer. #4127
2017-10-10 15:44:27 +02:00
Hombre57
bfc8f2891a
Updated language file ( #4008 )
2017-10-09 23:31:23 +02:00
Alberto Griggio
1fdc2d7b49
dcraw: do not use CameraCalibration matrices when loading DNG files
...
This is to make sure that DNG-converted and original raw files are processed in the same way
Fixes #4129
2017-10-09 09:46:00 +02:00
heckflosse
d84a3fd40a
Improve start time of rawtherapee when Dark-frames and Flat-fileds directories are set at default (windows), fixes #4103
2017-10-08 17:27:39 +02:00
heckflosse
2f32afa841
Raw CA correction created an artifact, fixes #4116
2017-10-08 15:36:31 +02:00