Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLScope: Add optional Wallclock time display #324

Merged
merged 13 commits into from
Apr 28, 2024

Commits on Apr 10, 2024

  1. Add optional NSIS signing header include

    Devs can insert their own installer signing logic and certificate(s)
    richardetc authored and RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a725bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30779a2 View commit details
    Browse the repository at this point in the history
  3. New OpenGL based oscilloscope

    Use global tock throughout
    Add more timing detail to SACNSourceTableModel
    BigDisplay performance improvement
    Link new scope triggers to Universe View start/stop
    RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    afcf2d5 View commit details
    Browse the repository at this point in the history
  4. Cleanup listener sort functor

    Use the typedef
    RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    375dd24 View commit details
    Browse the repository at this point in the history
  5. Update qmake project file

    RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    098e212 View commit details
    Browse the repository at this point in the history
  6. Add sacnview natvis

    Defines CID and QHostAddress
    RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0379308 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    452eb6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8750aa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b916dc4 View commit details
    Browse the repository at this point in the history
  10. Qt6 Compatibility

    QTextStream::setCodec() is removed, use QTextStream::setEncoding()
    QString::splitRef() is removed, use QStringView::split()
    RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9a1dd48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d683dab View commit details
    Browse the repository at this point in the history
  12. Display and export/import wallclock time

    Allows easier comparison with other tools, eg Wireshark
    Note that Excel does the wrong thing by default when importing
    richardetc authored and RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6fec442 View commit details
    Browse the repository at this point in the history
  13. Reset the base timestamp at Clear, not Stop

    Was clearing the trigger offset when the capture stopped
    richardetc authored and RichardTea committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a7d4d21 View commit details
    Browse the repository at this point in the history