Page 1 of 2

App background colors

Posted: Fri Oct 30, 2015 10:41 pm
by Rebellious
Background colors in treeview, thumbnails & settings windows do not respect user color settings (Preview window does). It's bright-white, hurts the eyes.

Numpad Zoom * / stopped working.

Love the support for Canon G7 X RAW format, loads fast too :D

0.76.1 Linux Mint MATE 64

Re: App background colors

Posted: Sat Oct 31, 2015 12:24 am
by Erixx haxx
Rebellious wrote:Background colors in treeview, thumbnails & settings windows do not respect user color settings (Preview window does). It's bright-white, hurts the eyes.
You need to either change themes or tinker with the style_sheets in the program folder. Some members have posted modified files in the fourms.
Thumbnail Colors can be changed under settings, but not the panel background itself.

Re: App background colors

Posted: Sat Oct 31, 2015 1:38 pm
by Rebellious
Thank you. It was simpler to go back to previous version 0.72, I still had a download copy in my laptop.

Re: App background colors

Posted: Mon Nov 02, 2015 2:46 pm
by xnview
Rebellious wrote:Thank you. It was simpler to go back to previous version 0.72, I still had a download copy in my laptop.
Please post a screenshot of 0.72 and 0.76

Re: App background colors

Posted: Mon Nov 02, 2015 10:47 pm
by Rebellious
Hi Pierre, I switched back to 0.72 so I can't do screenshot of 0.76

Window backgrounds were bright white, except thumbnails where I had set my own. Fonts were different sizes too, menu, forms, etc., mostly too small. Some other settings went to default.

Now I have "check for updates" = never because otherwise it prompts every time on startup.

It looked like a lot of code changes & streamlining. I'm amazed at how you can manage so many platform versions simultaneously. It would make my brain explode. :)

Re: App background colors

Posted: Tue Nov 03, 2015 9:08 am
by xnview
i have not changed something here, i think that it's QT API changes

Re: App background colors

Posted: Tue Nov 03, 2015 2:28 pm
by Rebellious
That makes sense, I'm on Qt4. If I installed the Qt5 SDK your API would probably work as designed.

I have Mint 13 LTS and let the Mint maintainers push whatever packages they've tested, otherwise I may break something. I have a Mint 17 as well, I'm gonna try 0.76 and let you know how it works.

Your new keyboard event handler is missing numlock+/ and numlock+* ?

Re: App background colors

Posted: Tue Nov 03, 2015 4:08 pm
by Rebellious
Same problem in Mint 17. App is using its own controls/widgets and ignoring theme settings.

You should be able to at least emulate font sizes, background colors and mouse/cursor size by fetching user-profile settings.

I'd be happy to email you a screenshot.

Re: App background colors

Posted: Fri Nov 06, 2015 11:15 am
by xnview
Rebellious wrote: Your new keyboard event handler is missing numlock+/ and numlock+* ?
it's a bug of QT API

Re: App background colors

Posted: Sat Nov 07, 2015 7:04 pm
by Rebellious
Thanks Pierre, here's a screenshot
Screenshot-1.png

Re: App background colors

Posted: Mon Nov 09, 2015 1:16 pm
by xnview
and no problem with 0.72?

Re: App background colors

Posted: Tue Nov 10, 2015 2:41 pm
by Rebellious
The previous screen shot above was 0.76.1 in Mint 17.x + Qt5.

This is 0.72 x64 in Mint 13 with Qt4. It uses correct system/profile controls, scrollbars, titlebars, same size fonts, window background colors, etc., except it uses a smaller size cursor. numlock+/ and * works, though I've always wanted to add Spacebar for FileNext in addition to PgDown, is that possible?

Screenshot.png

Re: App background colors

Posted: Tue Nov 10, 2015 4:20 pm
by xnview
Do you use the default theme in XnViewMP?

Re: App background colors

Posted: Tue Nov 10, 2015 8:46 pm
by Rebellious
Yes

Check source code in gnome-color-chooser

Re: App background colors

Posted: Thu Nov 12, 2015 8:09 am
by xnview
Rebellious wrote:Yes

Check source code in gnome-color-chooser
so i think that it's a problem on QT5 side...