Summary: | time selection dialogs shows (0 hours 0 minutes)/date selection dialog shows 1 1 2000 after opening | ||
---|---|---|---|
Product: | [Unmaintained] KOrganizer Mobile | Reporter: | Ludwig Reiter <ludwig.reiter> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludwig Reiter
2010-11-18 12:21:25 UTC
SVN commit 1200922 by asouza: Make date and time selectors set proper values A possible bug in QML was not properly propagating the changes to the widgets. One workaround for that is calling a function instead to set the value instead of relying on the signals. Now dates and times are shown correctly (instead of 0's) but we still need to setup to the right values (right now they show the 'current/last setup' date and time. CCBUG:257236 CCBUG:257692 M +10 -2 ClockDialog.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1200922 SVN commit 1201019 by asouza: Properly setup the initial values of widgets This patch (still needs some polishing, but already works) fix the issue of the initial value of the variables not being properly propagated through the tree until it reached the parent. Actually the parent was receiving the changes but wasn't acting on those changes, what led to the bugs below. It's fixed now and just needs some polishing. BUG:257236 BUG:257692 M +16 -1 CalendarDialog.qml M +12 -0 ClockDialog.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1201019 Windows CE Calender Touch 2011-01-16 git-4d1bc61 It worked in a test. Closed. |