7439 Commits

Author SHA1 Message Date
George Hilliard
cc6cbe8347 Distinguish between "desired" and "reported" batch queue state
This allows the switch to both reflect the state of the queue and
function as an input widget.
2018-11-01 01:22:46 -05:00
Alberto Griggio
86b282fc68 procparams: call DehazeParams::operator== in ProcParams::operator== 2018-11-01 05:42:45 +01:00
Alberto Griggio
be03d1061a L*a*b* regions: allow for a bit more latitude in corrections 2018-11-01 00:18:59 +01:00
Morgan Hardwood
9a4d770faa Fixing swapped labels 2018-10-31 22:40:45 +01:00
Morgan Hardwood
f897558621 Renamed cache context menu strings #4907 2018-10-31 22:34:28 +01:00
heckflosse
d65767a022 Delete cache file from cache/data when using delete from cache full, #4904 2018-10-31 22:21:43 +01:00
Ingo Weyrich
0bb5d26ed0
Merge pull request #4908 from Beep6581/getridoffeahistogramcache
Get rid of aehistogram files in RT cache.

Merged to get more tests. Issue and pr stay open for a while
2018-10-31 21:56:00 +01:00
heckflosse
ebcd737bf8 Don't check for .jpg, .cust, .cust16 files in cache/images folder, third try, #4904 2018-10-31 20:57:21 +01:00
heckflosse
ea5a81b9a1 Don't check for .jpg, .cust, .cust16 files in cache/images folder, second try, #4904 2018-10-31 20:52:58 +01:00
heckflosse
bfe2ce7fe1 Don't check for .jpg, .cust, .cust16 files in cache/images folder, #4904 2018-10-31 20:52:16 +01:00
Alberto Griggio
fb97eeaa5a guided filter: fixed bug due to overlapping input and output arrays 2018-10-31 17:53:47 +01:00
Alberto Griggio
7090730063
Merge pull request #4898 from Beep6581/dehaze
Dehaze
2018-10-31 13:26:08 -05:00
heckflosse
473e4bc236 clear cache data folder, #4904 2018-10-31 17:22:03 +01:00
heckflosse
310e734391 Don't create aehistograms folder in RT cache, #4904 2018-10-31 16:21:26 +01:00
heckflosse
f6c864d477 Get rid of aehistogram files in RT cache, fixes #4904 2018-10-31 15:02:53 +01:00
Morgan Hardwood
43876abb81 Reverted changes to 'default' language file #4898
Commit 14ac4b accidentally wiped all non-ASCII characters from the file
while adding new keys. This commit restores them.
2018-10-30 23:56:49 +01:00
Alberto Griggio
4eb93c24f8 fixed broken labgrid after previous commit 2018-10-30 22:30:12 +01:00
Morgan Hardwood
cef5d12779 AllowUpscaling=false for old PP3s
PP3s from before the Allow Upscaling option's introduction to the Resize
tool should defaut to not allow upscaling.
Closes #4643
2018-10-30 21:18:21 +01:00
Alberto Griggio
74a467fb4e labgrid: work on [0,1] values 2018-10-30 21:12:44 +01:00
heckflosse
1dcf92322d RT crashes with wrong value in profile (curves), fixes #4398 2018-10-30 19:36:37 +01:00
Alberto Griggio
6877360913 DNG: use embedded black and white levels also from files generated by Adobe
We only override the colour matrix for Adobe DNG Converter (to ensure a consistent look between dng an native raw)
2018-10-30 14:36:56 +01:00
heckflosse
894fb8d9b3 vng4 demosaic: another small speedup, #4633 2018-10-30 13:45:44 +01:00
George Hilliard
4a765cc91f Unify inconsistent notifyListener() logic
Previously, this function required a `queueEmptied` bool, which I changed
to `queueRunning`.  But I goofed the logic on this bool; it should
always be "is `processing` nullptr."
2018-10-29 10:52:06 -05:00
Morgan Hardwood
fb44445f2a Reverted changes to 'default' language file #4893
Commit 1a3fd9 accidentally wiped all non-ASCII characters from the file
while adding new keys. This commit restores them.
2018-10-29 11:11:11 +01:00
Alberto Griggio
4d9871110b improved GUI for the "image type" field of dynamic profile rules 2018-10-29 09:36:17 +01:00
Beep6581
5cb42f29e3
Merge pull request #4896 from TooWaBoo/devTWB
Update TooWaBlue theme (resizing to physical dimensions)
2018-10-28 23:16:37 +01:00
heckflosse
13abcd0f6c vng4 demosaic: another very small speedup, #4633 2018-10-28 20:37:34 +01:00
Flössie
1d0c128209 Fix Windows build (#4892) 2018-10-28 19:35:31 +01:00
Alberto Griggio
50c623802a set LabRegions as the default color toning method 2018-10-28 18:38:55 +01:00
Alberto Griggio
f673a4a881 avoid grabbing focus in the L*a*b* region list 2018-10-28 18:38:40 +01:00
Alberto Griggio
632c1362c8 DNG: honour the BaselineExposure tag 2018-10-28 17:32:15 +01:00
Flössie
5906329485 Review IdleRegister (#4892)
This turns `IdleRegister::add()` into a template function to make the
provided function pointers type safe. It also adds a `delete_data`
parameter to manage the provided data pointer even in `destroy()`.
2018-10-28 13:12:01 +01:00
Alberto Griggio
c63633a76d support for uncompressed 32-bit float DNGs 2018-10-28 10:15:59 +01:00
Alberto Griggio
ce4377d7e5 Initial support for uncompressed 16-bit float DNGs 2018-10-28 09:39:57 +01:00
Ingo Weyrich
19cc60a623
Merge pull request #4895 from thirtythreeforty/proper-switch-handling
Properly handle queue start/stop switch
2018-10-27 19:24:18 +02:00
Ingo Weyrich
b47884bf93
Merge pull request #4897 from Beep6581/vng4-speedup
Vng4 speedup
2018-10-27 18:46:25 +02:00
heckflosse
47cfcd51d4 vng4 demosaic: removed StopWatch, fixes #4897 2018-10-27 18:46:02 +02:00
Alberto Griggio
b651cdd40b
Merge pull request #4885 from Beep6581/softlight-later-pipeline
moved softlight later in the pipeline
2018-10-27 18:03:51 +02:00
Alberto Griggio
7fb90644d3 dehaze: tweak epsilon to avoid artifacts in corner cases 2018-10-27 15:25:38 +02:00
heckflosse
1b291aee9b vng4 demosaic: minor speedup, #4633 2018-10-26 22:20:20 +02:00
heckflosse
3d61eca91f vng4 demosaic: remove unreachable code, #4633 2018-10-26 20:23:27 +02:00
Alberto Griggio
db07a8cdd3 L*a*b* regions: add new regions at the end of the list, not at the beginning 2018-10-26 18:16:12 +02:00
Alberto Griggio
91f9dfe110 labregions: properly scale the guide to [0,1] for the guidedFilter calls 2018-10-26 18:04:41 +02:00
Alberto Griggio
c4ee5e611d guided filter: reuse buffer across boxblur invocations 2018-10-26 18:04:07 +02:00
heckflosse
c44b8ca6a3 vng4 demosaic: move red/blue interpolation inside main loop for better cache usage, #4633 2018-10-26 17:09:28 +02:00
heckflosse
d53e44d45b vng4 demosaic: precalculate weight 2018-10-26 16:51:05 +02:00
TooWaBoo
a5f42c238a
Update TooWaBlue-GTK3-20_.css
Changes for "resizing to physical dimensions"
2018-10-26 16:28:50 +02:00
George Hilliard
9a22e89125 Cleanup: make impl function order match header, fix declaration var name 2018-10-26 09:26:18 -05:00
George Hilliard
cb3cc6cad1 Fix permanently disabled button when stopping on next-to-last image 2018-10-26 09:23:46 -05:00
heckflosse
b37d88fb22 Always use auto-contrast threshold when using Amaze+VNG4 as demosaicer for motion areas in pixelshift 2018-10-26 14:43:36 +02:00