Pandagrapher
Pandagrapher
> I cannot reproduce on 11β. Same for me: I don't have this behavior anymore when installing a Big Sur update with 5.8 release version. Moreover, profile directory path computation...
@Thanatomanic @Floessie For `rtgui/rtscalable.cc`: For RT 6.0, I am currently working on native/"real" hidpi support. I have updated these deprecated `librsvg` functions by the new ones. Refer to this [branch](https://github.com/Pandagrapher/RawTherapee/tree/real_hidpi)...
I agree with @Lawrence37: it shouldn't be a complete rewrite. But to simplify the port to Gtk4, we will need to firstly improve some part of the GUI (still with...
IMHO, here a list of RT GUI parts that should be rewritten/simplified/improved before migrating to Gtk4: @Thanatomanic @Lawrence37 As you also worked a lot on GUI, do not hesitate to...
> Hello, it means we can't use Rawtherapy till the new version is issued? If you want to only use released versions, you still can reinstall previous one: https://www.rawtherapee.com/downloads/5.9/
> I noticed in step https://github.com/Beep6581/RawTherapee/actions/runs/6001775737/job/16276688899#step:5:82 the requested version of RSVG-2 was lower than provided by the runner, which is Ubuntu 20.04. Ubuntu 22.04 https://packages.ubuntu.com/search?suite=jammy&searchon=names&keywords=librsvg2-dev seems to provide that minimum...
@Lawrence37 Thanks for the details So, if I have understood well, if we want to keep Ubuntu 20.04 and solve the build issue, we have to build from source a...
@Lawrence37 How it works: Gtk icon sizes correponds to a pixel size given for a 96 DPI reference (i.e. default Cairo DPI). Text sizes in pt corresponds to a pixel...
@Lawrence37 Thanks for your investigations. AppImage build is now fixed. I have performed some tests: AppImage may crash at startup with Ubuntu because this distro does not provide the `image-missing`...
> Do you think all the icons are necessary? Checking on my computer, Adwaita is 21 MB and hicolor is 14 MB. They will be smaller in the AppImage because...