Posts: 785
Threads: 16
Joined: Mar 2020
Thanks for new update! I didn't test it much yet but i really like new look of the buttons. This is the same nice looking native macOS look of the buttons that was used in Hybrid 2017. Perfect!
Also in changelog i can see:
*changed*
GUI: fullscreen, font size adjustment,...
*removed*
misc.ini: fontSize and toolTipFontSize options
I usually used slightly larger font size, so i expect to change it and checked in Config->View->Current font size in points, but font size is inactive there. Is this a bug or some restriction on macOS?
Also can't see any option for fullscreen switch in UI as well.
Posts: 10.976
Threads: 56
Joined: May 2017
Hybrid got a menu bar where under 'View' you can change the font and toggle fullscreen.
(side note: I haven't changed anything with the buttons, this happens since Apple updated their SDK and Hybrid is build against the new SDK)
Cu Selur
Posts: 785
Threads: 16
Joined: Mar 2020
Yep, i can see the menu now! Really great improvement!
I noticed additional interesting thing with buttons style:
If i use original size 13 (or smaller) - they look like native buttons with rounded corners.
If i switch to size 14 (or larger) - they change to rectangle sharp corners look.
Also
seems like a bug if use font size 14 - green fullscreen button became inactive.
If use font size 15 or larger - green fullscreen button became active again.
Ok, here is a logic of this new bug:
If set any font size in menu and restart Hybrid - fullscreen button became inactive.
If change font size after this - fullscreen button became active.
Another bug with menu - Icon/Text resets to Icon every time after Hybrid restart.
This happens when i removed disableIcons=true misc.ini to avoid possible conflict with new menu settings.
Posts: 10.976
Threads: 56
Joined: May 2017
19.03.2022, 19:42
(This post was last modified: 19.03.2022, 19:54 by Selur.)
Quote:Another bug with menu - Icon/Text resets to Icon every time after Hybrid restart.
will fix for next release.
Quote:I noticed additional interesting thing with buttons style:
If i use original size 13 (or smaller) - they look like native buttons with rounded corners.
If i switch to size 14 (or larger) - they change to rectangle sharp corners look.
Also seems like a bug if use font size 14 - green fullscreen button became inactive.
If use font size 15 or larger - green fullscreen button became active again.
Not a but in Hybrid, but some problem with Qt<>Apple SDK -> nothing I can do about it. (I never enabled the fullscreen button, that is something Apple SDK does when the window is set to fullscreen.)
Cu Selur
Posts: 10.976
Threads: 56
Joined: May 2017
Just noticed that I broke Vapoursynth script creation during job creation.
-> will release a fixed version tomorrow.
Cu Selur
Posts: 785
Threads: 16
Joined: Mar 2020
Ok, got it.
By the way, FranceBB LUTs where updated to version 2.0
https://github.com/FranceBB/LinearTransf...n/releases
Posts: 785
Threads: 16
Joined: Mar 2020
Also seems rev 2022.03.20.1 release includes old version of scripts. At least i see that killerspots.py is missing in the package.
Posts: 10.976
Threads: 56
Joined: May 2017
That's why I hate making MacOS releases. Since I got no script for it I have to check tons of stuff, building is slow, I can't build&test most of the stuff myself.
-> will look into it
Posts: 785
Threads: 16
Joined: Mar 2020
And one more interesting thing about Fullscreen support (Could be a bug or just a glitch due my outdated macOS Mojave.):
Green fullscreen button became active when i click to "Jobs" tab.
If i click to that green button - it switches to fullscreen mode, but window don't stretches.
No any problem if i use Fullscreen command from Menu.
Posts: 10.976
Threads: 56
Joined: May 2017
Hybrid doesn't allow resize and thus normal fullscreen doesn't work. When Hybrid triggers fullscreen it allows resize shortly.
-> not changing. Also not sure fullscreen won't be dropped in the next release again.
Cu Selur