2024-01-12 Fred Gleason <fredg@paravelsystems.com>

* Documented the meaning of the 'RDLogLine::StartTimeType' enum
	in 'lib/rdlog_line.h'.
	* Changed the default value of the 'RDLogLine::Imported' start time
	from '00:00:00' to NULL.
	* Fixed a regression in rdairplay(1) that caused the 'Sch. Time'
	column to be removed from the Full Log lists.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-01-12 12:16:05 -05:00
parent 3c16e0f5fa
commit 485383d46b
5 changed files with 53 additions and 23 deletions

View File

@@ -239,6 +239,7 @@ EditLog::EditLog(QString *filter,QString *group,QString *schedcode,
edit_log_model->setFont(defaultFont());
edit_log_model->setPalette(palette());
edit_log_view->setModel(edit_log_model);
edit_log_view->hideColumn(7); // Scheduled Time is redundant
connect(edit_log_model,
SIGNAL(dataChanged(const QModelIndex &,const QModelIndex &)),
this,SLOT(dataChangedData(const QModelIndex &,const QModelIndex &)));