Ingo Weyrich
a11295ef7a
Merge branch 'dev' into dehaze_speedup
2019-09-23 20:33:55 +02:00
Ingo Weyrich
57466be795
Capture sharpening: Label and tooltip changes, also renamed key for favorite tab to capturesharpening
2019-09-23 20:33:32 +02:00
Ingo Weyrich
3124e2b801
Merge branch 'dev' into dehaze_speedup
2019-09-23 16:32:48 +02:00
Ingo Weyrich
d1ccf27780
Capture sharpening: add missing history message
2019-09-23 16:32:23 +02:00
Ingo Weyrich
aee11bf367
Merge branch 'dev' into dehaze_speedup
2019-09-23 14:51:15 +02:00
Beep6581
6f1c4a3bfc
Merge pull request #5460 from scx/appdata-20190919
...
Update XDG files
2019-09-23 01:17:04 +02:00
Ingo Weyrich
0fc0eced5a
Merge branch 'dev' into dehaze_speedup
2019-09-22 15:39:19 +02:00
Ingo Weyrich
7ff3192cc9
dehaze: added lumimance mode from ART, #5456 , thanks to @agriggio
2019-09-20 14:03:09 +02:00
scx
2415511b70
Update desktop file
...
- Change order of categories (Main Category before Additional Categories)
2019-09-19 23:55:31 +02:00
scx
e33bee7cea
Update desktop file
...
- Update Version entry (Keyword key was introduced in 1.1)
- Fix GenericName
- Add TryExec entry
- Update Keywords
2019-09-19 23:40:49 +02:00
Ingo Weyrich
6d9e7d5898
Update Standard Film Curve - ISO Low.pp3
2019-09-16 15:52:11 +02:00
Ingo Weyrich
c7400459f0
Update Auto-Matched Curve - ISO Low.pp3
2019-09-16 15:51:47 +02:00
Ingo Weyrich
7956f6f786
Enable Capture sharpening for * ISO Low.pp3, #5412
2019-09-16 15:29:26 +02:00
Ingo Weyrich
f2cdbd0e4d
Capture sharpening: experimental radius offset depending on distance to center
2019-09-16 15:09:47 +02:00
Ingo Weyrich
4079bb9920
Capture Sharpening: automatic radius calculation
2019-09-11 18:56:07 +02:00
Ingo Weyrich
ba43437220
Merge pull request #5445 from Beep6581/capture_sharpening
...
Merge Capture sharpening into dev to get more tests
2019-09-10 19:27:01 +02:00
Morgan Hardwood
b643c90ba7
Changes for merging release 5.7 back into dev
2019-09-10 19:23:02 +02:00
Morgan Hardwood
f335efe6a7
Minor splash screen cleanup
2019-09-10 12:45:01 +02:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Morgan Hardwood
50f9be3e60
Preparing for release 5.7
2019-09-06 22:51:46 +02:00
Morgan Hardwood
b858bfb2c9
Update "Advanced" tab shortcut to Alt-a
...
Back when it was called the "Wavelet" tab the Alt-w shortcut was used.
Closes #4322
2019-09-06 22:15:37 +02:00
Ingo Weyrich
7b3c50bc31
Capture sharpening: auto contrast threshold
2019-08-17 15:18:24 +02:00
Ingo Weyrich
8421f8780a
capture sharpening: contrast threshold
2019-08-15 20:40:32 +02:00
Ingo Weyrich
506254ce46
capture sharpening: first mockup
2019-08-14 17:19:26 +02:00
Morgan Hardwood
1b8dd7c49a
Added camera model aliases
...
Partly related to #5400
2019-08-05 12:11:18 +02:00
Morgan Hardwood
2dee88428f
Japanese localization updated by Yz2house, closes #5384
2019-07-21 13:18:31 +02:00
TooWaBoo
b4cb605673
Update Deutsch locale
2019-07-18 17:58:18 +02:00
Morgan Hardwood
a0f2040816
Small cleanup
...
Removed unused key TP_FILMNEGATIVE_REF_SPOTS.
Style fix in language string.
generateTranslationDiffs
Film Negative values in History use newlines to reduce required width.
Removed benchmark code.
2019-07-17 21:23:17 +02:00
rom9
6e31285d9e
Merge remote-tracking branch 'origin/dev' into filmnegative
2019-07-10 21:37:23 +02:00
TooWaBoo
3c18613afb
Typo fixed
2019-07-06 14:36:49 +02:00
TooWaBoo
7f5080ded0
Update Deutsch locale
2019-07-06 13:59:31 +02:00
Morgan Hardwood
6fa533c40b
Clarify permanent file deletion strings
...
Closes #5365
2019-07-05 15:30:30 +02:00
rom9
b4c109f275
ProcParams now contain red and blue ratios, to be aligned with values in the GUI.
2019-06-29 16:06:40 +02:00
rom9
63a6e1b79c
Changed GUI behaviour so that the first slider sets the reference exponent (green channel), and the other two sliders set the ratio of the red/blue exponent to the reference one. This should be more intuitive, and less confusing when clicking on the reset-to-default slider button. Now the first slider sets the general contrast, while the other two affect the color.
...
Lowered exponent slider max value from 6 to 4 (it was too large to be useful). New sliders are log-scale.
2019-06-26 02:00:34 +02:00
rom9
8c6458daff
Removed "lock channels" CheckButton, it wasn't very useful. Keeping the "(lead)" note on the green channel label, to give a hint that this slider controls the other two as well.
2019-06-21 20:51:50 +02:00
rom9
d01f78864c
Locked red and blue exponents by default in the GUI, added CheckButton to unlock them.
2019-06-14 22:14:24 +02:00
rom9
5ddc4a3e0e
Added missing checkbox for film negative feature in partial apply / partial paste dialogs.
2019-06-11 22:13:16 +02:00
rom9
9df8008949
Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
...
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.
Added support for Fuji X-Trans raw files.
Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.
Moved film negative processing stuff in its own compilation unit.
Code cleanup: removed redundant omp directives.
Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.
Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
luz.paz
cc60ea2248
Fix source comment and misc. typos
...
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
2019-06-03 17:38:50 -04:00
Morgan Hardwood
386ae560b1
generateTranslationDiffs
2019-06-03 14:32:22 +02:00
TooWaBoo
0241179244
Fixed typo "Korreturwert"
2019-05-26 04:30:19 +02:00
TooWaBoo
2643529d9f
Update Deutsch locale
2019-05-25 17:27:24 +02:00
Morgan Hardwood
683377e039
generateTranslationDiffs
2019-05-24 16:50:23 +02:00
Morgan Hardwood
853b198b1e
Clarify what is being deleted in Trash, fixes #5337
...
The message shown when deleting items in trash was ambiguous.
2019-05-24 16:46:51 +02:00
J. Muller
e207276c93
Correct typo : redimensionnement
2019-05-22 13:48:47 +02:00
Morgan Hardwood
1dfa492339
Changes for merging release 5.6 back into dev
2019-04-20 22:36:11 +02:00
Morgan Hardwood
a84c9f8ff8
Merge branch 'releases' into dev
2019-04-20 22:29:35 +02:00
Morgan Hardwood
5a4ed7317a
Preparing for release 5.6
2019-04-20 21:56:55 +02:00
Morgan Hardwood
ec059cb38d
generateTranslationDiffs
2019-04-20 19:55:51 +02:00
TooWaBoo
de28109b83
Small button fix (TWB & RT theme) #5292
2019-04-20 19:51:47 +02:00