2021-06-26 Fred Gleason <fredg@paravelsystems.com>

* Refactored the layout in rdairplay(1) to achieve cleaner
	separation of global and per-log UI elements.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-26 11:26:44 -04:00
parent 8cd0e7dbdf
commit d0aa89aa75
16 changed files with 446 additions and 216 deletions

View File

@@ -58,6 +58,7 @@ dist_rdairplay_SOURCES = button_log.cpp button_log.h\
rdairplay.cpp rdairplay.h\
start_button.cpp start_button.h\
stop_counter.cpp stop_counter.h\
topstrip.cpp topstrip.h\
voicetracker.cpp voicetracker.h\
wall_clock.cpp wall_clock.h
@@ -75,6 +76,7 @@ nodist_rdairplay_SOURCES = moc_button_log.cpp\
moc_rdairplay.cpp\
moc_start_button.cpp\
moc_stop_counter.cpp\
moc_topstrip.cpp\
moc_voicetracker.cpp\
moc_wall_clock.cpp