7670 Commits

Author SHA1 Message Date
Beep6581
183517d074
Merge pull request #5150 from TooWaBoo/TWB-Theme
Update TWB-Theme / cosmetic changes
2019-02-14 13:15:02 +01:00
heckflosse
d1e3085932 Reduce peak memory usage of guided filter by width * height * 8 byte 2019-02-14 13:11:27 +01:00
heckflosse
8eba1c40a6 Fix segfaults when processing very large files in queue, #5170 2019-02-13 00:38:11 +01:00
heckflosse
2d167d923b Reduce peak memorey usage for processing non raw files in queue by width * height * 3 * bytedepth, #5170 2019-02-13 00:36:57 +01:00
heckflosse
ff00226d97 Fix segfault opining very large jpeg files in editor, #5170 2019-02-11 22:40:31 +01:00
heckflosse
1813d880d0 Fix segfault on very large files, #5170 2019-02-11 20:35:52 +01:00
heckflosse
9802feee86 Fix crash in cropwindow.cc, fixes #5169 2019-02-09 14:34:56 +01:00
Morgan Hardwood
07f62ef168 rtexif updated to exiftool-11.26 2019-02-06 21:56:57 +01:00
heckflosse
5ddbefd8c4 Do not take logarithm of values <= 0, fixes #5164 2019-02-06 13:25:57 +01:00
Flössie
37027e46bd Fix non-OpenMP build 2019-02-06 06:54:31 +01:00
heckflosse
9210a56ca4 Log filename in case mmap failed 2019-02-04 22:18:14 +01:00
Ingo Weyrich
b0b0e136ba
Merge pull request #5159 from Beep6581/hphd_speedup
Speedup for hphd demosaic.
2019-01-31 23:41:22 +01:00
heckflosse
8207d174a0 hphd demosaic: disable timing code, #5159 2019-01-31 23:37:33 +01:00
heckflosse
a5427f32a2 hphd demosaic: fix wrong index, #5159 2019-01-31 23:31:06 +01:00
heckflosse
7c3707a392 hphd dempsaic: disable timing code, #5159 2019-01-31 22:27:34 +01:00
heckflosse
ac152ac423 hphd demosaic: small speedup and own compilation unit, #5159 2019-01-31 22:20:23 +01:00
heckflosse
a4acc1dca3 Speedup for hphd demosaic 2019-01-30 22:56:44 +01:00
Hombre
cc1779a0ae Merge branch 'dev' into hidpi-icons 2019-01-24 22:02:44 +01:00
TooWaBoo
9bc361540b
Update TWB-Theme / cosmetic changes 2019-01-23 22:51:49 +01:00
Ingo Weyrich
f84a75de1e
Merge pull request #5146 from Beep6581/fix-non-sse-standard-tonecurve
Fix standard tonecurve for non sse builds, also inluced speedup for s…
2019-01-21 16:03:40 +01:00
Floessie
6607bb2f87
Merge pull request #5131 from Beep6581/review-idle_register-calls
Review idle register calls
2019-01-21 10:50:37 +01:00
Ingo Weyrich
791dced11c
Merge pull request #5149 from TooWaBoo/dev-lang
Update Deutsch locale
2019-01-19 19:23:14 +01:00
heckflosse
3fc7c25965 softproof not working when no printer profile is set (no sRGB preview on wide gamut screens), fixes #5143 2019-01-19 19:22:45 +01:00
heckflosse
36ca01616b Segfault when v2 ICC profiles do not contain parsable 'gamma/slope' info, fixes #5144 2019-01-19 19:15:32 +01:00
heckflosse
4d241d7e10 Wrong clipping when using the new v2 and v4 profiles, fixes #5142 2019-01-19 19:10:46 +01:00
heckflosse
52aabfc93a don't force b&w when ciecam02 and b&w are enabled 2019-01-19 13:14:29 +01:00
TooWaBoo
02f8e91897
Update Deutsch locale 2019-01-19 10:52:07 +01:00
TooWaBoo
8931e7aec5
Merge pull request #1 from Beep6581/dev
Merged from dev
2019-01-19 10:50:41 +01:00
heckflosse
b3972dee37 Small speedup for sse version of WeightedStdToneCurve::BatchApply() 2019-01-16 15:16:16 +01:00
Ingo Weyrich
4fec856fba
Merge pull request #5130 from Beep6581/microcontrast-uniformity
Change microcontrast uniformity adjuster range
2019-01-16 15:00:25 +01:00
heckflosse
23202d1f10 Fix wrong sse version of setUnlessOOG() 2019-01-16 14:44:08 +01:00
heckflosse
2369440390 Fix standard tonecurve for non sse builds, also inluced speedup for sse builds 2019-01-16 14:24:19 +01:00
Morgan Hardwood
e1a467501d Removed invalid Ukrainian translation #5127 2019-01-09 23:02:58 +01:00
Morgan Hardwood
b39b3e932f generateTranslationDiffs 2019-01-09 22:50:07 +01:00
Gregory Reshetniak
769d2e6abc WIP: Ukrainian translation (#5127) 2019-01-09 22:46:30 +01:00
Hombre
0407dc3487 Adding spciial case for MacOS which has a base DPI of 72.
See issue #3547
2019-01-06 20:08:06 +01:00
Hombre
4d77e44880 CSS now handled by RTWindow (instead of main)
see #3547
2019-01-04 23:45:33 +01:00
Hombre
97824da6de Histogram and Navigator now handle Hi-DPI.
+ widgets are now sized depending on Hi-DPI
see issue #3547
2019-01-04 15:32:35 +01:00
heckflosse
de6ee457e6 Revert "MultiLangMgr::getOSUserLanguage (): get rid of special windows code"
This reverts commit 562ed3b22a964b6561fcb2bc18dd5a0322a580ce.
2019-01-04 14:02:24 +01:00
Hombre
92ed81a1fe Non used svg2png cache folders are now deleted when exiting RT
see #3547
2019-01-02 22:39:49 +01:00
Hombre
4ee5c96392 Merge branch 'dev' into hidpi-icons 2019-01-02 18:06:44 +01:00
Hombre
78fa7dc063 SHCSelector, ThresholdSelector, LabGrid and Curves now handles HiDPI
see issue #3547
2019-01-02 18:04:58 +01:00
Flössie
b21d910573 Remove legacy IdleRegister::add<>() 2019-01-01 20:58:26 +01:00
Flössie
732bbf1a55 Convert BatchQueue::cancelItems() to functional IdleRegister::add() 2019-01-01 17:55:36 +01:00
heckflosse
b9942422e7 Change microcontrast uniformity adjuster range, fixes #5129 2019-01-01 17:36:17 +01:00
Flössie
b08fb04dae Convert almost all IdleRegister::add() calls to add(std::function<>) 2019-01-01 15:53:39 +01:00
heckflosse
d43ccc5e81 Add vceilf(x) 2018-12-31 18:47:08 +01:00
Morgan Hardwood
e9481df9bd Merge branch 'dev' of github.com:Beep6581/RawTherapee into dev 2018-12-31 16:46:37 +01:00
Morgan Hardwood
8e3e4afcaf Select+focus thumbnail in Filmstrip, closes #5125
When passing a photo as an argument to the RawTherapee executable, the user wants
this auto-loaded photo's thumbnail to be selected and visible in the Filmstrip.
2018-12-31 16:40:31 +01:00
heckflosse
5a7f889380 Better xtrans fast algorithm, #5107 2018-12-31 16:15:50 +01:00