Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for rdtrackerwidget #998

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Todd Baker <[email protected]>
Luigino Bracci <[email protected]>
Spanish translation.

Chris Conkright <[email protected]>
General bug fix

Josh Edelstein <[email protected]>
Icon Set

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24944,3 +24944,6 @@
2024-12-13 Fred Gleason <[email protected]>
* Fixed regression in the build system that caused sections of the
HTML version of Operations Guide to be missing.
2024-12-14 Chris Conkright <[email protected]>
* Fixed a bug where Voice Tracker widget's 'Est. Time' column would
show scheduled time instead of estimated time.
1 change: 1 addition & 0 deletions lib/rdtrackerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ RDTrackerWidget::RDTrackerWidget(QString *import_path,QWidget *parent)
SLOT(selectionChangedData(const QItemSelection &,const QItemSelection &)));
connect(rda->ripc(),SIGNAL(notificationReceived(RDNotification *)),
d_log_model,SLOT(processNotification(RDNotification *)));
d_log_model->setStartTimeStyle(RDLogModel::Estimated);

//
// Reset Button
Expand Down