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
e489fc7bea
Make compilation unit rtengine/rtthumbnail.cc -Wextra clean, #4155
2017-10-22 14:01:07 +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
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
TooWaBoo
8c74740738
Missing and wrong classes fix
2017-10-15 18:54:40 +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
Hombre57
02463995af
Merge branch 'dev' into multiframe-handling
2017-10-13 22:51:42 +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
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
Hombre57
2ef064f7d4
Various bugfix (see #4008 ) :
...
1. RT could crash in some circumstances with single frame image
2. UNICODE UserComment now done when already existing in raw file
3. When editing UserComment in the ExifPanel, the Value filed is now
filled with the current value
2017-10-07 00:43:45 +02:00
Hombre57
180912df0f
Merge branch 'dev' into multiframe-handling
2017-10-04 23:34:28 +02:00
Hombre57
bb874bcce7
Bigfix (see #4008 ) :
...
- CIECam now gets the shot's setting of the selected frame
- 'UserComment' metadata now correctly handled
- RT prepared to handle XTrans multiframe
- SensorType now set in the cache/data files
2017-10-04 23:27:08 +02:00
PkmX
e4f24fff9c
Fix missing filename after closing save-as dialog
...
Currently, if you open the save as dialog, press ESC to close the dialog and then re-open it, the filename is cleared to `"."`.
This patch sets `SaveAsDlg::fname` so RT always gets the original filename back even if the dialog is dismissed.
2017-10-04 19:36:25 +08:00
Flössie
c6c9ad5eef
Sort HaldCLUT directories ( fixes #4123 )
2017-10-02 07:49:12 +02:00
Morgan Hardwood
2dbd307416
Merge branch 'dev' into release-5.3-rc1
2017-09-30 15:45:50 +02:00
Morgan Hardwood
6828cf6eaf
Fixes crash involving locale conversion of lensfun strings, by Floessie, fixes #4117
2017-09-30 15:41:52 +02:00
Morgan Hardwood
930394ffe8
Fix for some lenses in the Lensfun combo causing markup warnings, #4111
2017-09-29 12:47:23 +02:00
heckflosse
76a77865ea
O(n²) when using clear from cache in file browser, fixes #4110
2017-09-28 16:34:42 +02:00
Hombre57
e97c7cad2c
Bugfix: when 'off', "Show all" only shew the first frame
...
The QuickInfo panel now reflect the selected subframe's metadata
See #4008
2017-09-28 00:25:23 +02:00
Alberto Griggio
be39ef3260
allow to use a relative path for Lensfun.DBDirectory in options
2017-09-26 00:10:23 +02:00
heckflosse
31095d3a9d
Use assign instead of clear and resize
2017-09-25 13:14:21 +02:00
Alberto Griggio
4313cfc74c
fixed default value of lensfunDbDirectory when BUILD_BUNDLE is set
2017-09-25 12:09:40 +02:00
heckflosse
31af0935d8
Some changes to addsetid code in preferences
2017-09-24 01:10:08 +02:00
Morgan Hardwood
3f2e580bd7
Hopefully fixes the ADD SET issues, #4100
2017-09-23 16:50:43 +02:00
Beep6581
99b817e821
Merge pull request #4079 from midluk/clipindicator
...
Show clipped shadow indicator only when all channels are clipped
2017-09-23 14:10:34 +02:00
heckflosse
d733c40346
Fixed two bugs in lens correction gui, fixes #4098
2017-09-22 19:11:55 +02:00
heckflosse
e29334a4dc
rawtherapee-cli: use jpeg compression 92 instead of 0 when called with -j
2017-09-22 18:00:15 +02:00
Hombre57
615dfcbb6c
Added "Show all" button in Exif panel + astylized exifpanel.cc/.h
...
See #4008
2017-09-22 00:35:10 +02:00
Hombre57
9543a43281
Merge branch 'dev' into multiframe-handling
2017-09-19 21:26:06 +02:00
Alberto Griggio
a1f86bff53
merge 'lensfun-db-path-bundle' into 'dev'
2017-09-19 20:48:44 +02:00
Hombre57
97afbdc5c5
Merge branch 'dev' into multiframe-handling
2017-09-18 22:59:57 +02:00
Hombre57
6c988e94d4
FileBrowser now detects the 2 frames from DualPixel Canon files
...
The QuickInfo frame from the EditorPanel now display the number of frame
contained in the image file if > 1
See #4008
2017-09-18 21:30:42 +02:00
Alberto Griggio
6f7ca3f5ec
one more fix for locating the lensfun db in bundle mode
2017-09-17 16:45:54 +02:00
heckflosse
658087e270
Lensfun: Reading pp3 with applied LCP doesn't set the LCP radio button. Fixes #4088
2017-09-17 15:53:57 +02:00
Hombre57
8cef3c5e2f
Merge branch 'dev' into multiframe-handling
2017-09-17 15:04:29 +02:00
Hombre57
0905294bda
Merge branch 'dev' into multiframe-handling, with some merge bugfix
2017-09-17 01:15:51 +02:00
Alberto Griggio
6d453dbd34
make sure the lensfun db is found correctly when building RT in "bundle" mode
2017-09-17 00:35:37 +02:00
Alberto Griggio
b1ce30c772
Added missing link_directory(${LENSFUN_LIBRARY_DIRS}) CMake commands
...
this allows to use a lensfun library installed on a custom path
2017-09-17 00:20:59 +02:00
Hombre57
ee0bff4124
Updated frame handling with any type of hierarchy (see #4008 )
...
Images can now be detected in nested IFDs or as root IFDs.
2017-09-16 22:30:07 +02:00
heckflosse
597c4fbaa1
Merge branch 'lenscorrectiongui' into dev
2017-09-16 19:18:04 +02:00
heckflosse
9f75b197ea
some cleanups
2017-09-16 18:52:48 +02:00
heckflosse
14378f39af
Finally fixes #2494
2017-09-16 12:37:58 +02:00