7744 Commits

Author SHA1 Message Date
Alberto Griggio
2f2065cf9a fixed typo leading to artifacts in catmull-rom splines in extreme cases 2018-08-12 23:20:31 +02:00
heckflosse
00ecae33db EAHD demosaic compilation unit: improved dependencies, #4727 2018-08-12 00:01:51 +02:00
Alberto Griggio
0d7d1cfc8c more tweaks to catmull-rom and histogram matching after the feedback by DrSlony 2018-08-11 23:40:21 +02:00
heckflosse
46d4810b68 EAHD demosaic: own compilation unit, #4727 2018-08-11 23:30:36 +02:00
heckflosse
5bfc5dd880 EAHD demosaic: further speedup, #4727 2018-08-11 21:53:49 +02:00
Alberto Griggio
2bb27661a2 various tweaks to catmull-rom 2018-08-10 08:05:41 +02:00
Beep6581
f70cdd0116
Merge pull request #4723 from Beep6581/powericons
Power icons tweaked #4718
2018-08-09 21:07:14 +02:00
heckflosse
dc16368352 eahd_demosaic: double speed 2018-08-07 01:01:00 +02:00
Ingo Weyrich
6d19fae0a7
Merge pull request #4712 from Beep6581/ahd_speedup
Ahd demosaic speedup
2018-08-07 00:01:33 +02:00
heckflosse
5d8d757f7d ahd_demosaic: removed stopwatch and improved progress bar 2018-08-06 23:59:07 +02:00
heckflosse
6992a630b7 Merge branch 'dev' into ahd_speedup 2018-08-06 21:37:40 +02:00
Morgan Hardwood
7f26eb3072 Power icons tweaked #4718
Increases the visual difference between enabled and disabled tool status icons.
2018-08-06 11:39:44 +02:00
Morgan Hardwood
c9e6a18fb8 Use small thumbnail icon for files in queue 2018-08-06 11:16:09 +02:00
heckflosse
a7d10c195c Merge branch 'dev' into ahd_speedup 2018-08-05 23:26:43 +02:00
Beep6581
845844a088
Merge pull request #4716 from Beep6581/prefscroll
Makes Preferences window scrollable
2018-08-05 15:40:35 +02:00
Beep6581
9927f09f08
Merge pull request #4707 from TooWaBoo/patch-1
Update TooWaBoo theme v2.71
2018-08-05 15:40:27 +02:00
TooWaBoo
4509e39d70
Cosmetic changes 2018-08-04 17:17:40 +02:00
Morgan Hardwood
9ced597a18 Makes Preferences window scrollable
- The Preferences window is now scrollable.
- Cleanup of arcane variable names and obsolete comments.
- Issue #4581
2018-08-04 00:17:27 +02:00
heckflosse
7f1d6d67bc ahd demosaic review changes 2018-08-03 17:43:37 +02:00
Hombre
8be9a68212 Attempt to fix #4580 : "RT 5.4 on Windows 8.1 x64 crashes while in
editor"

Fixing an incorrect 'if' statment
2018-08-03 07:13:47 +02:00
heckflosse
7b883f054f ahd demosaic: further 10% speedup 2018-08-02 16:14:57 +02:00
heckflosse
3be9baec52 Merge branch 'dev' into ahd_speedup 2018-08-01 20:14:15 +02:00
heckflosse
c4bd557851 ahd demosaic: own compilation unit 2018-08-01 19:38:46 +02:00
heckflosse
f3ecd14481 ahd demosaic, reduced processing time and memory usage, #4698 2018-08-01 18:48:08 +02:00
Beep6581
263d96eeca
Merge pull request #4708 from luzpaz/misc-typos
Miscellaneous typo fixes
2018-08-01 10:46:47 +02:00
luz.paz
5f867be0c3 Misc. typo tixes 2018-07-31 13:14:14 -04:00
heckflosse
8ecccb7508 better (and faster) fix for #4706 2018-07-31 17:09:28 +02:00
heckflosse
c45c638edb ImProcFunctions::labtoning(), avoid division by zero, fixes #4706 2018-07-31 14:51:30 +02:00
heckflosse
ce593170e4 Skip raw files > 0x7fffffff bytes, fixes #4705 2018-07-30 18:51:23 +02:00
TooWaBoo
ae53dfdae5
Update TooWaBoo theme v2.71 2018-07-30 06:13:04 +02:00
Morgan Hardwood
659901212a Icon tweaks and cleanup
- Color-unranked icons tweaked for lighter themes, closes #4704
- Star-unranked icons smaller to increase contrast, #4469
- Deleted old icons which snuck back in with the ICC geneartor merge.
2018-07-29 15:13:35 +02:00
Morgan Hardwood
9dc7710039 Japanese translation updated by firefly, close #4703 2018-07-27 15:36:59 +02:00
U-PC-BUREAU\jacques
2da11b61b0 Refixed the same behavior 2018-07-26 20:43:23 +02:00
U-PC-BUREAU\jacques
5f2b34f576 Fixed bad behavior between Tone response curve and auto-matched 2018-07-26 19:43:04 +02:00
Morgan Hardwood
f89eec7eb1 generateTranslationDiffs 2018-07-26 18:55:23 +02:00
Beep6581
f4dcb681f3
Merge pull request #4702 from TooWaBoo/dev
Update Deutsch locale & ToWaBoo theme v2.70
2018-07-26 18:53:14 +02:00
TooWaBoo
dd255ef244
Update TooWaBoo theme v.270 2018-07-26 18:20:46 +02:00
TooWaBoo
a091b5c4d4
Update Deutsch locale 2018-07-26 18:19:41 +02:00
Alberto Griggio
6ae287b72b diagonalcurves: replace cubic splines with (centripetal) Catmull-Rom splines
See https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline

Fixes #4343
2018-07-26 17:27:57 +02:00
Morgan Hardwood
4aaf28760a Interface strings and keys revised
Includes updated Portuguese translation
2018-07-26 14:47:20 +02:00
Hombre
8397a239a5 Merge branch 'dev' into issue4580 (see... issue #4580) 2018-07-26 01:48:20 +02:00
Hombre
092159d752 Merge branch 'dev' into lensfun-mutex 2018-07-26 01:03:38 +02:00
Hombre
55ed8eae74 cropPixbuf/cropPixbufTrue mixed-up in cropwindow.cc (no issue) 2018-07-26 01:02:49 +02:00
Hombre
8e86ff7802 Merge branch 'dev' into lensfun-mutex 2018-07-26 00:54:41 +02:00
heckflosse
6c8a47ebdf AHD demosaic still has some integer processing, #4698 2018-07-26 00:52:58 +02:00
heckflosse
99fa2942b8 Crash in highlight recovery when using AHD demosaic, fixes #4692 2018-07-25 14:30:04 +02:00
Hombre
8613d169b9 Merge branch 'testoutputprofile' into dev 2018-07-24 23:04:14 +02:00
Alberto Griggio
fce2d61b0c moved softlight later in the pipeline
Gives a better result, more suitable to the final fine-tuning
2018-07-24 17:00:54 +02:00
U-PC-BUREAU\jacques
00b8701c6b Change model for ACES in option 2018-07-24 08:27:42 +02:00
Beep6581
47f4376538
Merge pull request #4693 from TooWaBoo/dev
Update TooWaBoo theme v2.69
2018-07-23 11:16:39 +02:00