2022-09-17 Fred Gleason <fredg@paravelsystems.com>

* Added type icons to the 'Source' and 'Destination' columns of
	the events list in rdcatch(1).
	* Removed the 'RSS Feed' column from the event list in rdcatch(1).
	* Consolidated the 'Start Date Offset' and 'End Date Offset'
	columns into a single 'Start/End Date' column in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-18 16:36:24 -04:00
parent 91245cab19
commit bc3afb352a
3 changed files with 33 additions and 18 deletions

View File

@@ -97,6 +97,7 @@ class RecordListModel : public QAbstractTableModel
QList<QVariant> d_alignments;
QList<QList<QVariant> > d_texts;
QList<unsigned> d_ids;
QList<int> d_channels;
QList<RDRecording::Type> d_types;
QList<RDRecording::ExitCode> d_exit_codes;
QList<QVariant> d_text_colors;