RawTherapee 5.8 Released

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?

Works great! Thanks for the devs for making it happen. Iā€™m not sure how you do what you do.

Just out of curiosity, will there ever be an in-app method for adding modules to the Favorites tab? The manual method is definitely do-able, I was just wondering if it will be integrated into the program itself at some point.

Small qualm. When I save from editor, I often make the mistake of saving to the wrong folder. My bad. In Windows, RT opens the last opened folder when I hit save. It would be convenient if the location defaulted to where the pp3 or raw files are. Does this happen in other OSes? Should I open an issue or search if it exists?

@Rick currently there is no work being done on that.

@afre that is on purpose. There is a link to the ā€œcurrentā€ folder placed for your convenience in the bookmarks bar on the left side of the save window.

1 Like