Hybrid UI Icons Redesign and Discussion - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Hybrid UI Icons Redesign and Discussion (/thread-1532.html) |
Hybrid UI Icons Redesign and Discussion - shijan - 14.09.2020 Let's discuss here ideas and concepts about Hybrid UI icons. Original Hybrid icons shared by Selur here: https://forum.selur.net/showthread.php?tid=1279&pid=9043#pid9043 Some personal thoughts: - Hybrid main icon looks nice. - audioQueue, chapterQueue, jobQueue and other fancy text names looks nice, but use slightly different font sizes (containerTags, subtitleQueue, chapterQueue are larger sized. jobQueue, tagQueue, audioQueue are smaller sized). - I prefer disableIcons=true mode in misc.ini, because for my view it is way easier to read and understand buttons with text than learn complicated system of custom and too nuanced icons. - I noticed that Hybrid icons in macOS look way smaller than usually shown on Windows version screenshots. Is this a bug or just some specifics in macOS/Windows UI scaling? - Do you think is it possible to use SVG vector icons instead of raster images? - Hybrid icons are hardcoded inside app but not placed in "Resources" folder. So it is impossible to customize icons without recompiling app from sources. - I see that source icons sizes are randomly oversized and scaled down by UI. This is bad because scaling raster or vector sources will always produce blurry looking icons. Icons should be pixel perfectly drawn at exact same size as they appears in UI. Vector based SVG icons also should be optimized to some fixed pixel size. vsViewer is formally different app, but from user side it feels like part of Hybrid. So i guess icons style may be unified between them. Here is my sketch for vsViewer icons redesign based on SF Apple Symbols https://www.avanderlee.com/swift/sf-symbols-guide/ combined with custom drawn icons i made for PhotoLine https://www.pl32.com/forum3/viewtopic.php?f=3&t=6302&start=30 . I posted same idea to VapourSynth Editor developers, but they don't like the idea to use free icons (and their modificatios) provided by Apple https://forum.doom9.org/showthread.php?p=1921609#post1921609 - vsViewer icons also hardcoded inside app but not placed in "Resources" folder. So it is impossible to customize icons without recompiling app from sources. RE: Hybrid UI Icons Redesign and Discussion - Selur - 14.09.2020 Quote:I noticed that Hybrid icons in macOS look way smaller than usually shown on Windows version screenshots. Is this a bug or just some specifics in macOS/Windows UI scalingMy guess it's: depended on the dpi vs scalling on the system, got a 5k (5120x2800), a sub 4k (3440x1440) and a normal full HD (1920x1080) monitor and they all show different icon sizes and scalings even on Windows and the same happens when switching to Mac. Never really cared to look into it, always have more pressing bugs to fix. Quote:Do you think is it possible to use SVG vector icons instead of raster images?Yes, if the icons were converted into svg Qt should support using svg instead of png files. Quote:vsViewer icons also hardcoded inside app but not placed in "Resources" folder. So it is impossible to customize icons without recompiling app from sources.Same as with Hybrid. Icons are in a resource folder, but it's part of the program not in a separate folder to modify and it's not as simple as switching files in a folder. RE: Hybrid UI Icons Redesign and Discussion - shijan - 15.09.2020 Ok, let's start from simple things: I find a font used for audioQueue, chapterQueue, jobQueue and other fancy text names, and create SVG images with unified font size and with slightly changed layout. These new svg images have no empty space edges, so if possible you can manually re-position them as you like. It seems old PNG images use empty space at the left and top to define a position. If you need SVGs with same dimensions and with same empty edges, i can do another pack. Or i can align them more accurate using same empty space at the left and top. RE: Hybrid UI Icons Redesign and Discussion - Selur - 15.09.2020 Should be easy to switch the icons. Will look at it on the Mac VM tomorrow, going to bed now. RE: Hybrid UI Icons Redesign and Discussion - shijan - 16.09.2020 Here are also few versions of PayPal button that may fit better into new wide space. RE: Hybrid UI Icons Redesign and Discussion - Selur - 16.09.2020 Don't like those, they are to wide. And the current one, I added for testing, isn't a 'PayPal donate', but a normal 'PayPal'-button. RE: Hybrid UI Icons Redesign and Discussion - shijan - 16.09.2020 Normal PayPal button also looks nice, but probably slightly abstract in definition. "donate" add-on makes it more defined. It is strange that no any "PayPal donate" button provided after their logo redesign. In old version they have default orange capsule button for that. RE: Hybrid UI Icons Redesign and Discussion - Selur - 16.09.2020 -> I'll edit the normal PayPal svg when I find some time |