diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-05-12 21:32:53 -0400 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-05-12 21:32:53 -0400 |
| commit | f6f7c36909fa161efe53c40e9b4c34856e751536 (patch) | |
| tree | eff44527b0be61eb2e19c9f483ed38b72879af11 /build/CMakeFiles/tmix.dir/flags.make | |
Initial tmix skeleton — model layer + basic UI
PulseModel: stable PulseDevice objects keyed by PA index, updated
in-place via postEvent reconciliation. No bulk rebuilds. Three signals:
deviceAdded, deviceRemoved (device changed handled per-device via
volumeChanged/muteChanged/nameChanged).
MixerWindow: four-tab layout (Output/Input/Playback/Recording), adds
and removes individual DeviceWidgets in response to model signals.
Builds and links cleanly against TQt3/TDE + libpulse.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'build/CMakeFiles/tmix.dir/flags.make')
| -rw-r--r-- | build/CMakeFiles/tmix.dir/flags.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/CMakeFiles/tmix.dir/flags.make b/build/CMakeFiles/tmix.dir/flags.make new file mode 100644 index 0000000..697b29c --- /dev/null +++ b/build/CMakeFiles/tmix.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.25 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/calvin/tmix/build -I/usr/include/tqt3 -I/usr/include/tqt -I/opt/trinity/include + +CXX_FLAGS = + |
