RawTherapee 5.8 Released

They might be grumpy, but I agree with one point - why not start a new RT install with all tools in the closed state? When they are all open it is just overwhelming, especially for a new person. Whenever I have a new installation I have to do click-click-click-… to close all the tools and have a nice sane view.

1 Like

Yeah, I just tried 5.8 with capture sharpening. Just when I thought RT couldn’t get any better, it did. The auto radius is very smart and means that I don’t have to tune it like I did with RL deconvolution. Also, from the being in linear colorspace, I noticed less brightening of noise, as well as the contrast threshold slider being better tuned to the noise threshold across the tonal range. Before, you had to optimize for the shadows, midtones OR highlights, and now, sweet sweet perfection.

2 Likes

Pro tip: right-click on one tool and all others will be closed.

2 Likes

Plus: Preferences > Save tool state (open, closed) on exit or now.

2 Likes

https://github.com/Beep6581/RawTherapee/blob/release-5.8/RELEASE_NOTES.txt#L17

However, I agree that all tools should be collapsed on a fresh install.

Like this?

diff --git a/rtgui/toolpanelcoord.cc b/rtgui/toolpanelcoord.cc
index 57f61a09c..02ec0ae75 100644
--- a/rtgui/toolpanelcoord.cc
+++ b/rtgui/toolpanelcoord.cc
@@ -650,6 +650,11 @@ void ToolPanelCoordinator::openAllTools()
 
 void ToolPanelCoordinator::updateToolState()
 {
+    if (options.tpOpen.empty()) {
+        for (auto expander : expList) {
+            expander->set_expanded(false);
+        }
+    }
 
     for (size_t i = 0; i < options.tpOpen.size(); i++)
         if (i < expList.size()) {

@floessie several months back, I spent a few hours looking for the correct place… Thanks!

@floessie tested and +1 for commit.

Would be good if sub-tools were collapsed by default as well (e.g. wavelets).

2 Likes

Thanks a lot, I missed the right-click trick :slight_smile:

Yep, no problem. I’ll push tomorrow…

i cant install on Windows. I see only the version from feb 4

https://rawtherapee.com/shared/builds/windows/RawTherapee_5.8.exe

Or Release Automated Builds · Beep6581/RawTherapee · GitHub for all releases. If you want to try the latest changes, try

image

same issue. do i need to uninstall the old version?

just downloading… i will try it

What is the issue, exactly? Please be as specific as possible.

I was able to successfully install multiple versions of RT installed on a Windows. (Its actually a bit annoying when I upgrade, I have to go back and uninstall the old version to reclaim the HD space)

the file on github is working. thanks all for the support.

it was not installing on Windows. there was not any error

What does “not installing” mean? What were the signs and symptoms?