Earlier quoted context omitted.
That's because scrollwheels are way too clicky and not scrolly enough. You feel every click, and it is translated to aproximately a three line scroll in the document. It is a very discrete signal, instead of a continuous signal. Touchpads have this right, the scroll is very smooth, and you can scroll by tiny amounts if you want. In a way, it is a limitation of the 25+ years old technology. Why it has not been updated…
Sounds like you need a Logitech MX Master 3 Mouse. The scrollwheel click is software and button controllable (uses an electromagnet I think)
A new wave of Linux applications
581–584 of 584 posts
Re: A new wave of Linux applications
#582Earlier quoted context omitted.
It is called the Meta Object Compiler (moc). You can read more about it here: https://doc.qt.io/qt-6/why-moc.html It parses your C++ headers to generate helpful metadata used for runtime reflection and slot-and-signals. All the generated code is C++. The latest versions of CMake support moc out of the box, so developers hardly notice the moc step.
So Qt doesn't work without moc, right?
Re: A new wave of Linux applications
#583Re: A new wave of Linux applications
#584Earlier quoted context omitted.
Status icons were built on old and fractured technologies. They are coming back. Designs and technical discussions are happening right now.
Very interesting. The current state of tray icons is one of the most painful aspects of desktop Linux, in my opinion. Where are these discussions happening, and what kinds of plans are in the works?