Viktor Rosendahl

Results 13 comments of Viktor Rosendahl

Regarding the current situation (tip of master branch): There are two principal ways to deal with many CPUs: 1. There is an obscure way to zoom and scroll in the...

Can you tell me the following: 1. Does the vertical zoom and scroll work for you, as described in Section "1.1.1 How to zoom and scroll vertically" of the README.md...

I merged the pull request but I think that I will keep this issue open until I have changed the icons to be either high resolution or SVG and tried...

I believe that all the issues discussed in this ticket have been addressed now. However, I don't have a HiDPI system to test with, so HiDPI testing with a screenshot...

I have not been successful in reproducing this issue. I was able to build and run traceshark with Big Sur and Qt 5.15.2. I tried both installing Qt with brew...

Regarding the missing symbols, they are not used by traceshark directly but they are used indirectly through Qt's header files. It looks to me as if the toolchain that compiled...

I do not really want to provide pre-built binaries. I believe that setting up the build environment should be easy enough. On most Linux distros it can be accomplished with...

Have you considered using virtualbox to run a virtualized Linux on your macbook? If a traceshark binary existed, how would you use it? Running it inside docker on OS X?...

I don't believe that compiling traceshark for OS X would be very difficult, if one used macports. I am only aware of one Linux specific API being used in traceshark...

I have now fixed traceshark so that it compiles on macOS. Currently, only the master branch builds on macOS. I added information to the README.md about how to set up...