Summary: | KCal::Event's hasEndDate() always delivers true | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Thorsten Staerk <dev> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
shows that hasEndDate always delivers true
CMakeLists.txt to build the test case /tmp/ktimetrackerkonsole.ics first patch, still to be tested |
Description
Thorsten Staerk
2008-03-27 22:35:15 UTC
Created attachment 24091 [details]
shows that hasEndDate always delivers true
Created attachment 24092 [details]
CMakeLists.txt to build the test case
to build and run the test case, use
cmake . && make && ./kde4start
Created attachment 24093 [details]
/tmp/ktimetrackerkonsole.ics
copy this to /tmp/ktimetrackerkonsole.ics and run the test - you will see that
hasEndDate always returns true.
Created attachment 24094 [details]
first patch, still to be tested
SVN commit 790965 by tstaerk: hasEndDate() needs to deliver false if an event has no enddate. See http://www.englishbreakfastnetwork.org/apidocs/apidox-kde-4.0/kdepimlibs-apidocs/kcal/html/classKCal_1_1Event.html#2f980150df1a3b3883f9605b25fa769f BUGS:159976 M +1 -0 icalformat_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=790965 SVN commit 790972 by tstaerk: Allow stopping a task in konsole mode. CCBUGS:159976 M +9 -1 karmstorage.cpp M +2 -2 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=790972 |