Ingo Weyrich
ce3ca966f6
Capture sharpening: some cleanups
2019-08-18 11:16:53 +02:00
Ingo Weyrich
ee38731328
fixes #5416
2019-08-18 10:44:59 +02:00
Hombre
f5a18f6248
Hovered edit object wasn't dragged if inside a red crop's rectangle
...
Fix issue #5415
2019-08-18 01:54:31 +02:00
Hombre
e2bfbbf9b1
Bugfix: Edit button was not switched off when opening a new image
...
Reported in issue #2239 :
https://github.com/Beep6581/RawTherapee/issues/2239#issuecomment-521955110
2019-08-18 00:26:15 +02:00
Ingo Weyrich
7b3c50bc31
Capture sharpening: auto contrast threshold
2019-08-17 15:18:24 +02:00
Hombre
883e73454d
Merge branch 'dev' into spot-removal-tool
2019-08-16 22:58:17 +02:00
Ingo Weyrich
8cb5ed4d0c
Two changes suggested by @Floessie, #5404
2019-08-16 17:12:20 +02:00
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
Ingo Weyrich
8421f8780a
capture sharpening: contrast threshold
2019-08-15 20:40:32 +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
Ingo Weyrich
674700c2e2
Fix a clang warning
2019-08-15 14:17:46 +02:00
Ingo Weyrich
506254ce46
capture sharpening: first mockup
2019-08-14 17:19: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
Ingo Weyrich
9293e8e69b
Fix some coverity issues
2019-08-09 15:45:52 +02:00
Ingo Weyrich
8744f8f826
cppcheck: further fixes
2019-08-08 19:10:29 +02:00
Ingo Weyrich
4bf4b818c0
cppcheck fixes
2019-08-08 13:41:14 +02:00
Ingo Weyrich
2accd75bd0
Merge pull request #5396 from Beep6581/cppcheck
...
Cppcheck fixes
2019-08-07 18:28:20 +02:00
Ingo Weyrich
cf1d7e5920
Update profilestorecombobox.cc
...
Do not use std::move on return
2019-08-07 16:53:44 +02:00
Ingo Weyrich
d44a40582a
Merge pull request #5390 from Beep6581/filebrowser-catalog-speedups
...
Further speedups for filebrowser/catalog
2019-08-07 16:06:03 +02:00
Ingo Weyrich
4fedfb2b26
cppcheck: further fixes
2019-08-06 22:10:38 +02:00
Hombre
e3052c67e2
Merge branch 'dev' into spot-removal-tool
2019-08-06 15:19:38 +02:00
Hombre
0db64d49a2
Introducing TweakOperator, for better tool's special mode handling
2019-08-06 02:04:48 +02:00
Ingo Weyrich
96bf78fe87
Merge branch 'dev' into cppcheck
2019-08-05 16:34:48 +02:00
Hombre
7d310e688c
Adding a new spot adjust editing mode in rtengine / preview window
2019-08-04 16:07:35 +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
46cbb652d5
cppcheck: further fixes
2019-08-01 14:02:38 +02:00
Hombre
437d883082
Merge branch 'dev' into spot-removal-tool
2019-07-31 23:03:50 +02:00
Ingo Weyrich
41fc34c5c6
Do not assign empty strings on creation of std::string or Glib::ustring
2019-07-31 20:21:16 +02:00
Ingo Weyrich
4101102ddf
cppcheck: further fixes
2019-07-31 20:02:35 +02:00
Ingo Weyrich
0ed517d972
cppcheck: more explicit contructors
2019-07-31 16:08:25 +02:00
Ingo Weyrich
c82aafb748
Merge branch 'dev' into filebrowser-catalog-speedups
2019-07-30 16:16:46 +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
4e4106b4e7
Minor cleanups
2019-07-29 14:41:36 +02:00
Ingo Weyrich
fede0c0366
Merge branch 'dev' into filebrowser-catalog-speedups
2019-07-29 13:57:25 +02:00
Ingo Weyrich
f523149582
Clear processing profile is broken, fixes #5392
2019-07-29 13:56:38 +02:00
Ingo Weyrich
e748f42427
Some code cleanups
2019-07-27 21:26:00 +02:00
Ingo Weyrich
de963c54de
Further speedups for filebrowser/catalog
2019-07-27 17:39:16 +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
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
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
Ingo Weyrich
0493e67474
nuke empty adjusterAutoToggled functions
2019-07-20 11:44:38 +02:00