Summary: | Ktimetracker reached advanced level of decomposition | ||
---|---|---|---|
Product: | [Applications] ktimetracker | Reporter: | Cristian Tibirna <tibirna> |
Component: | general | Assignee: | Zoltan Gyarmati <mr.zoltan.gyarmati> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | aspotashev, smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cristian Tibirna
2011-10-31 23:54:00 UTC
Git commit bb773366167af50fc99025473dc20ab5ab41e1cc by Sergio Martins. Committed on 15/08/2012 at 14:01. Pushed by smartins into branch 'KDE/4.9'. Make KTimeTracker start. By using a dynamic_cast<> instead of a qobject_cast<>. A proper fix would be fixing the CMakeLists.txt file: ktimetrackerpart.cpp is defined twice, one in the ktimetracker binary, and one in the plugin, this will make qobject_cast fail somewhere in KPluginLoaded/KPluginFactory code. I tried fixing CMakeLists.txt but it's not trivial, there's a interdependency between stuff and couldn't get it to work with the little time I have for it. Related: bug 283479, bug 291258 M +1 -1 ktimetracker/mainwindow.cpp http://commits.kde.org/kdepim/bb773366167af50fc99025473dc20ab5ab41e1cc ktimetracker is disabled in kontact since commit 52973690723177e4a558fd777528ebfaa03ebafa and most likely will remain disabled for the KDE 4.x series KTimeTracker is now ported to Qt5/KF5, however the Kontact plugin is dropped since the KDE PIM team and I agreed that KTimeTracker is not very relevant to KDE PIM/Kontact. Thus, this bug is still RESOLVED as UNMAINTAINED. |