sacnview
sacnview copied to clipboard
sACNView provides a tool for monitoring and sending the Streaming ACN lighting control protocol used for lighting control in theatres, TV studios and architectural systems
The "Tock" layer "ttimer" class is used in many places (eg sACNSource class), but the actual underlying QElapsedTimer is never started as Tock_StartLib() is never called. While it seems to...
I would like a fade time added to the Fade Range Tab on the transmit window to allow for a delay between each cycle. This would ether delay the time...
Consider sticking with darker colors or adding some "flip text to black" logic
CIDs are being generated by the following code: ``` CID CID::CreateCid() { QUuid uuid = QUuid::createUuid(); QByteArray bits = uuid.toByteArray(); CID result; memcpy(result.m_cid, bits.data(), CIDBYTES); return result; } ``` This...
The windows installer is missing MSVC runtime installer
Breakpad isn't running the callback dumper for the Windows build, unsure from when but with at least v2.2.0-beta.1 From testing this appears to be only for Qt GUI apps; console...
Appimage build fails to run `$export QT_DEBUG_PLUGINS=1` `$./sACNView_2.2.0-beta.1-x86_64.AppImage` `QFactoryLoader::QFactoryLoader() checking directory path "/tmp/.mount_sACNViC1JvB5/platforms" ...` `qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""` `This application failed to start...
Hello sACNView team, I noticed #262 come in recently, as well as the reasons it was closed, and wanted to make a proposal. Earlier in the year, as an exercise,...
In Universe View, the Online status field has white text on yellow background making it very hard to see. When it is offline, with red background and white foreground that...
In Dark Mode (Windows 10 computer with 2k monitors) - left side of any opened window has 1 pixel width of white going down the left side. Also, the window...