Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

I added your changes, but it's not run on macOS
https://git.tuxfamily.org/qet/qet.git/c … b8f83326e8 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

Doesn't Qet run on your Mac?
Here, using git version, seems to work well.
I only sligthly reduced the scroll speed changing the variable.

Regards
Giovanni

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

No scroll on tabBar here on my Mac, can you comfirm it work with you with qelectrotech-0.80-DEV_r6020.dmg?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

Fixed https://git.tuxfamily.org/qet/qet.git/c … b68e110bac

Use command + Wheel for tabs scroll.

Please try it : qelectrotech-0.80-DEV_r6021.dmg nomicons/smile

Cheers,
Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

55 (edited by bgio 2019-09-09 19:58:13)

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

I mounted the disk image now and I do confirm that qelectrotech-0.80-DEV_r6020.dmg scroll works as expected on my Mac. Horizontal scrolls tabs and vertical change zoom.
[size=4]QElectroTech V 0.80-DEV ra0a751384
Compilazione: CLANG 10.0.0 (clang-1000.11.45.5) - built with Qt 5.13.1 - Date : Sep 8 2019 : 23:30:35 - run with Qt 5.13.1 using 4 thread(s)
OS : darwin - x86_64 - Version : macOS High Sierra (10.13) - Kernel : 17.7.0

Command+wheel (horizontal) scrolls tabs too.

Regards
Giovanni

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

I missed 6021.dmg, but I am trying 6023.dmg compiled from git
Tab scrolling by command+wheel works well if mouse is over tabs.
If mouse is over the page surface and one page is zoomed, tab scroll stops and it is the page contents to be moved.

Regards
Giovanni

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

QElectroTech V 0.80-DEV r79d3c7585
Compilation : CLANG 10.0.1 (clang-1001.0.46.4) - built with Qt 5.13.1 - Date : Sep 18 2019 : 17:45:51 - run with Qt 5.13.1 using 16 thread(s)
OS : darwin - x86_64 - Version : macOS Mojave (10.14.x) - Kernel : 18.x.x


Mojave  black theme  and Fusion.
https://qelectrotech.org/bugtracker/view.php?id=175
As a workaround, you can put the following CSS fragment into `$HOME/.qet/style.css` to force drawing everything in black:

QGraphicsView {
  color: #000;
}

https://download.qelectrotech.org/qet/forum_img/macos_mojave_fusion_black_.png

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

Humm ! mouse scroll tabar not work here on Mojave but is ok on HighSierra, you can comfirm it's work on your Mojave?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

Sorry, but I have not Mojave, my Mac is too old for that.
I have High Sierra.

Regards
Giovanni

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

@ Laurent

For your information, the mouse wheel of the guest OS is not always very good supported in VirtualBox.

With some Linux test systems in VirtualBox (KDE Neon, Linux Mint...) I always experience some weird mouse wheel behaviours: not working at all or delayed or slow. The quality of the mouse wheel behaviour depends on what for guest OS is used.
I think you could have the same problems with MacOS running in VirtualBox or in another virtual machine.

However, the mouse wheel behaviour in Windows 10 as guest OS in an Ubuntu host system is pretty good, almost perfect.

Re: Impossible to scroll page tabs (left-right) on Mac and how to compile

@Nuri,

I think is a Mojave problem, and dont use Virtualbox because it can't use all my CPU threads :
https://forums.developer.apple.com/thread/104605
https://discussions.apple.com/thread/8596178

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."