Summary: | Ktimetracker tray animation is gone | ||
---|---|---|---|
Product: | [Applications] ktimetracker | Reporter: | Robert G. Siebeck <kde.bugzilla.2012> |
Component: | general | Assignee: | Thorsten Staerk <dev> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck, info, kdebugs |
Priority: | NOR | ||
Version: | 4.7.x | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/05f704ce69546b6a8b90644e9f46357c2e28801b | Version Fixed In: | 4.10.1 |
Sentry Crash Report: |
Description
Robert G. Siebeck
2011-12-14 22:54:36 UTC
Hey I'm on Kubuntu 12.04 and KDE 4.9. KTimeTracker tray icon still doesn't show any animation... I remember on 4.6 (i think) it was with a animated clock, like Robert G. Siebeck reported it. Please add animation again! Thanks and regards thomi Same here. And not only that, but tray icon tooltip always says that there is no active task. Tray icon information is not being updated when you start/stop tasks. I think that the problem is in these mainwindow.cpp lines: connect( m_part->widget(), SIGNAL(timersActive()), _tray, SLOT(startClock()) ); connect( m_part->widget(), SIGNAL(timersInactive()), _tray, SLOT(stopClock()) ); connect( m_part->widget(), SIGNAL(tasksChanged(QList<Task*>)), _tray, SLOT(updateToolTip(QList<Task*>))); These signals are sent by TaskView object but it tries to receive them from TimetrackerWidget. I'll try to write a patch for this ASAP. Patch sent to reviewboard: https://git.reviewboard.kde.org/r/107482/ as i see in https://git.reviewboard.kde.org/r/107482/ the fix will be merged into 4.10.. but when will 4.10 be available and will bug https://bugs.kde.org/show_bug.cgi?id=305239 also be solved in 4.10? thanks thomi This should be fixed with KDE 4.10.1 to be released in March. |