Author Topic: Problem with icons on HiDPI displays  (Read 26378 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with icons on HiDPI displays
« Reply #60 on: May 18, 2019, 07:35:00 pm »
I don't know yet, I have a list of things which I have to make hidpi aware.

Currently we use 16x16 as scale 1.0x and we have images up to 64x64 which is 4.0x. So, I guess we need most of the image in these scales. The start here page would probably work fine with only 1x and 2x scales (no in-betweens and no bigger scales).

If you make atlases you'll see that some images aren't spelled correctly. I'd be happy if you can fix those, first. :)

p.s. For wxSmith we would need all scales 1-4x + in-betweens.
p.p.s. For the scripted wizard probably the same 1-4x.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline darmar

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: Problem with icons on HiDPI displays
« Reply #61 on: May 18, 2019, 09:27:32 pm »
Thank you, oBFusCATed, for the reply and your contribution to 'hidpi' things in general.

Atlases are cool idea. I already fixed misspelled icon names few hours ago.

I was asking because Specialmart, a guy which created most of the svg icons, maybe could contribute further his efforts in the coming summer. So, I will ask him to start from wxSmith icons.

 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with icons on HiDPI displays
« Reply #62 on: June 25, 2019, 08:47:54 pm »
I've just found that some of the images used for the project tree aren't provided for all new sizes.
This is the list of the missing icons:
Code
rc-file-added.png
rc-file-conflict.png
rc-file-external.png
rc-file-gotlock.png
rc-file-lockstolen.png
rc-file-mismatch.png
rc-file-missing.png
rc-file-modified.png
rc-file-noncontrolled.png
rc-file-outofdate.png
rc-file-requireslock.png
rc-file-uptodate.png
vfolder_open.png
Would it be possible to talk to Specialmart if he wants/can to do them?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with icons on HiDPI displays
« Reply #63 on: July 14, 2019, 06:09:15 pm »
Also, I've copied the 16x16 icons to the cb-icons repo. Now it is easy to see if there are discrepancies. Would it be possible to ask Specialmart if he can find some time to fix them?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with icons on HiDPI displays
« Reply #64 on: August 02, 2019, 04:02:11 pm »
My work the HiDPI stuff is almost done. I'm waiting for the wxsmith I icons. The last big thing that needs to be done is the start here page fix. But wxHtmlWindow need improvements, so I'm not sure how I'd proceed with it. But this will wait for a bit.

GTK3 + HiDPI is totally broken. I'll try to find some time in the future to work on this. The problems are mostly in wx in my opinion.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]