Commit Graph

7807 Commits

Author SHA1 Message Date
Hombre
0d19cd40a6 Adding documentation of Spot Removal in a tooltip
(see issue #2239)
2019-08-16 02:46:55 +02:00
Hombre
50064b7e3c Supressing a warning when building
(see issue #2239)
2019-08-15 23:39:44 +02:00
Hombre
68e26fb648 More bugfix for issue #2239 2019-08-15 20:23:29 +02:00
Hombre
a46b85f226 Fix crash reported in #2239 + suppress warning from header files
Crash reported here
https://github.com/Beep6581/RawTherapee/issues/2239#issuecomment-521585237
2019-08-15 19:01:30 +02:00
Hombre
b4d77986a6 Non active anchors are now thinner + bugfix + code cleanup
See issue #2239
2019-08-15 02:15:26 +02:00
Hombre
4d4f54cbc2 Spot-Removal (#2239): Adding recusivity and border handling
Warning: Debug builds will be slow due to the amount of debug output (no problem for Release builds). Code cleanup will be done when after testing phase.
2019-08-14 15:52:22 +02:00
Hombre
122e0b89be First functionnal version of Spot-Removal tool
Still needs code cleanup, better algorithm and reantrance handling
2019-08-09 03:24:46 +02:00
Hombre
e3052c67e2 Merge branch 'dev' into spot-removal-tool 2019-08-06 15:19:38 +02:00
Ingo Weyrich
972d6907d5 raw crop for OLYMPUS TG-5 and TG-6 2019-08-06 14:51:30 +02:00
Hombre
0db64d49a2 Introducing TweakOperator, for better tool's special mode handling 2019-08-06 02:04:48 +02:00
Morgan Hardwood
1b8dd7c49a Added camera model aliases
Partly related to #5400
2019-08-05 12:11:18 +02:00
Hombre
7d310e688c Adding a new spot adjust editing mode in rtengine / preview window 2019-08-04 16:07:35 +02:00
Ingo Weyrich
e70a829f75 Merge pull request #5398 from rom9/filmnegative_thumb_update
Fixes #5397 by requiring thumbnail reprocessing when filmnegative params are changed
2019-08-03 11:06:11 +02:00
Ingo Weyrich
f934aa0dec Merge pull request #5388 from Beep6581/castqualclean
add -Wcast-qual switch and fix all related warnings
2019-08-03 00:25:20 +02:00
Ingo Weyrich
e7d10bbf76 Fixes broken clear processing profile when image has same rank as thumb 2019-08-02 16:03:03 +02:00
rom9
06f224a4eb Fixes #5397 by requiring thumbnail reprocessing when filmnegative params are changed. 2019-08-02 13:28:48 +02:00
Ingo Weyrich
b36e14c731 raw crop for LEICA Q2 2019-08-02 11:49:25 +02:00
Ingo Weyrich
2ec224c9ef Fix wrong camconst.json entry 2019-08-01 21:48:24 +02:00
Ingo Weyrich
13a1b59c46 Better white level for Canon EOS 400D DIGITAL 2019-08-01 21:35:52 +02:00
Hombre
4d43dd7e09 Bugfixing crash when reprocessing the preview 2019-08-01 01:50:47 +02:00
Hombre
437d883082 Merge branch 'dev' into spot-removal-tool 2019-07-31 23:03:50 +02:00
Ingo Weyrich
2283d1c969 Merge pull request #5395 from Beep6581/thumb-selection
Make thumbnail range-selection more similar to OS behaviour, fixes #5393
2019-07-30 16:03:13 +02:00
Ingo Weyrich
f85de946e6 Fix some corner cases in thumb selection, #5393 2019-07-30 14:44:18 +02:00
Ingo Weyrich
6b868a8d4d Make thumbnail range-selection more similar to OS behaviour, fixes #5393 2019-07-30 13:22:15 +02:00
Ingo Weyrich
287bd5bbe3 boolean > bool 2019-07-29 23:05:01 +02:00
Ingo Weyrich
0f0dc03849 Fix broken thumbnail butto tooltips 2019-07-29 15:21:23 +02:00
Ingo Weyrich
f523149582 Clear processing profile is broken, fixes #5392 2019-07-29 13:56:38 +02:00
Ingo Weyrich
1320791052 Backwards thumbnail selection using Shift-key unexpectedly shifts starting point of selection, fixes #5389 2019-07-27 11:40:01 +02:00
Ingo Weyrich
17f343f682 add -Wcast-qual switch and fix all related warnings 2019-07-25 17:45:43 +02:00
Morgan Hardwood
a9edbcf47b Improve page-up/down scrolling in File Browser
Patch by Ingo
2019-07-25 14:11:40 +02:00
Morgan Hardwood
4cbc2a9091 Fix missing filename tooltip
When hovering over a thumb which has characters in its filename which
are used in markup, such as '&', the tooltip was missing, due to the
ampersand being parsed as markup. Now the filename is treated as plain
text.
2019-07-25 12:04:45 +02:00
Morgan Hardwood
a6b1eb46fd Filmstrip horizontal scroll rate
When scrolling with the mouse scroll-wheel while hovering over a
thumbnail in the Filmstrip, now it scrolls by an amount equal to
the first thumb's width. Previously it used the height.
Spotted by Ingo.
2019-07-25 11:49:17 +02:00
Ingo Weyrich
c5e9482a29 Merge pull request #5386 from Beep6581/use_empty
use empty() instead of comparison with an empty string
2019-07-22 16:16:24 +02:00
Ingo Weyrich
6604755c6b Fix a typo 2019-07-22 14:58:22 +02:00
Ingo Weyrich
cbb3f05b7e use empty() instead of comparison with an empty string 2019-07-22 13:49:08 +02:00
Ingo Weyrich
fd6453d1a8 Merge pull request #5376 from Beep6581/filecatalog_speedups
Filecatalog speedups
2019-07-21 21:53:32 +02:00
Morgan Hardwood
2dee88428f Japanese localization updated by Yz2house, closes #5384 2019-07-21 13:18:31 +02:00
Ingo Weyrich
0493e67474 nuke empty adjusterAutoToggled functions 2019-07-20 11:44:38 +02:00
Ingo Weyrich
d9c93e77ae filecatalog/filebrowser: further optimizations 2019-07-19 23:45:02 +02:00
Ingo Weyrich
0840b3ee00 Merge branch 'dev' into filecatalog_speedups 2019-07-19 00:50:55 +02:00
Ingo Weyrich
4d2807172c filecatalog/filebrowser: further speedup 2019-07-19 00:50:12 +02:00
Beep6581
4bda0fb475 Merge pull request #5383 from TooWaBoo/filmnegative-history-fix
Film Negative - Fix History view of values
2019-07-18 21:13:29 +02:00
Ingo Weyrich
0c65b2a1de Merge pull request #5382 from TooWaBoo/dev-language
Update Deutsch locale
2019-07-18 18:13:14 +02:00
TooWaBoo
14025dd15f Fix History view of values 2019-07-18 18:07:09 +02:00
TooWaBoo
b4cb605673 Update Deutsch locale 2019-07-18 17:58:18 +02:00
Ingo Weyrich
5f8799d48e Store buttonset tooltips in static memory, saves about 700 byte per thumbnail 2019-07-18 11:18:45 +02:00
Ingo Weyrich
2ca9f7f94d Further small speedup for filebrowser 2019-07-17 22:10:46 +02:00
Ingo Weyrich
bbdd774afb Further speedups for filebrowser 2019-07-17 21:29:24 +02:00
Morgan Hardwood
4a6956d91e Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2019-07-17 21:25:30 +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