mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
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:
@@ -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 &)));
|
||||
|
Reference in New Issue
Block a user