Created attachment 114541 [details] Screen capture show wrong scale on icons - BETA-1 19AUG See attachment. Icons are scaled wrong and are clipped. System uses: Mac OS X 10.13.6 2560x1440 resolution
Please my last build for MacOS generated yesterday and available here : https://files.kde.org/digikam/ In official 6.0.0-beta1 PKG, a binary compatibility was found by an user. I fixed it by recompiled whole bundle from scratch. Here, icons are displayed properly on my macbook pro laptop screen. https://www.flickr.com/photos/digikam/44182482851/in/dateposted/ https://www.flickr.com/photos/digikam/44182614451/in/photostream/ Gilles Caulier
Created attachment 114542 [details] Screen capture show wrong scale on icons - BETA1 21AUG
Comment on attachment 114542 [details] Screen capture show wrong scale on icons - BETA1 21AUG Small improvement while using 21 AUG build. Compared to 19 AUG build more text and part of icons is visible. Installed the new version by deleting the old one "/opt/*" then installed the new build.
Just as hint, we have high DPI icons enabled due to a bug report under Linux with 4k screen. However, the problem does not seem to occur under Gilles' OS X. https://cgit.kde.org/digikam.git/tree/core/app/main/main.cpp#n72 Maik
Maik, The difference is : My macbook pro is retina one, and i don't have a 4K external screen to test. Gilles
Elias, Go over the toolbar and use context menu. You have an option to change the icons size inside. This must fix your problem, even if KF5-KXMLGui framework is used here to render toolbar contents with a default icon size used by default. Probably the bug must be located here, has this framework is mostly tested under Linux. Gilles Caulier
MAik, Qt version used to build MacOS bundle is Qt 5.8, to be compatible with older MacOS version (10.8) Perhaps with this older Qt 5.8, this kind of settings done in main.cpp for Linux do not work well under MacOS ? Gilles
I think I nailed this down now. Tried to edit "main post" but can't find anywhere to do it so I will post this as a comment. ## Issue: Menu icons in Digikam are scaled wrong on external / secondary monitor (see attachment). When having the Digikam window displayed on the built in monitor everything is rendered as intended. ## System: Model: MacBookPro14,2 * Intel Iris Plus Graphics 650 - Build-in display of 2560 x 1600 * External graphics card in dock, Radeon RX 570 - DELL U2515H 2560 x 1440 (QHD/WQHD - Wide Quad High Definition) ## How to reproduce: 1. Use macbook with 2560 x 1600 Retina display 2. Connect external monitor with native resolution of 2560x1440 3. Open Digikam on external display. ## Possible cause: Maybe Digikam is adjusted to be rendered for the build-in displays resolution while is presented on the external one. ## Build: Digikam 6.0.0-beta1 21 AUG
Elias, 1. Use macbook with 2560 x 1600 Retina display ==> i have one. 2. Connect external monitor with native resolution of 2560x1440 ==> It's not a 4K screen. Right. It's a WQHD screen. I have one. If yes, i will try this evening in this kind of configuration... Gilles
Sorry for being unclear in my initial post. The external screen is DELL U2515H 2560 x 1440
Fully reproducible here : https://www.flickr.com/photos/digikam/30336592358/in/dateposted/ Gilles Caulier
Git commit c84ecfbb044599aa286f5f029b0643f3444fcc44 by Gilles Caulier. Committed on 23/08/2018 at 15:56. Pushed by cgilles into branch 'master'. try to fix toolbar icons on toolsbar for MacOS M +2 -0 core/app/main/main.cpp M +2 -0 core/showfoto/main/main.cpp https://commits.kde.org/digikam/c84ecfbb044599aa286f5f029b0643f3444fcc44
Elias, The problem is now fixed with my last commit. The PKG installer is updated at usual place. https://files.kde.org/digikam/ I just tested and all work as expected. Gilles Caulier
Confirmed working for me. Thanks for all effort put into development. :-)