dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #13712
[Bug 1308193] Re: Upcoming recurring alarms on wrong day
This value is being set in qtorganizer5-eds by QOrganizerEDSEngine::parseTodoStartTime(), which gets the value from a
call to a QOrganizerTodoTime.startDateTime().
Looks like the QOrganizerTodo gets set in ubuntu-ui-
toolkit/modules/Ubuntu/Components/plugin/adapters/alarmsadapter_organizer.cpp
in AlarmsAdapter::organizerEventFromAlarmData(), which sets the start
date and due date from the same value, "alarm.date", where alarm is an
AlarmData and date a simple property that gets set in
UCAlarm::setDate(date)'s call to d->rawData->date = date. So at that
point I think we're back to the qml.
Oddly, ubuntu-clock-app/alarm/AddAlarmPage.qml's function to save a new
alarm, saveNewAlarm(), creates a new Date object, updates its time
fields based on the user's choices, and appears to leave the date fields
unchanged...? I'm less sure about the steps in ubuntu-clock-app though
-- nik90, could you give this a little triage?
** Changed in: ubuntu-clock-app (Ubuntu)
Assignee: (unassigned) => Nekhelesh Ramananthan (nik90)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1308193
Title:
Upcoming recurring alarms on wrong day
Status in “indicator-datetime” package in Ubuntu:
New
Status in “ubuntu-clock-app” package in Ubuntu:
New
Bug description:
Open clock
Set alarm, make it occur every working day - and today is Tuesday.
Save alarm.
Pull down indicator, observe that "next" alarm is shown as "Mon" not "Wed" which is tomorrow.
Expectation would be that the indicator shows the next alarm, not the
one 4 alarms away.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-datetime 13.10.0+14.04.20140408-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.1-0ubuntu2
Architecture: armhf
Date: Tue Apr 15 18:35:01 2014
InstallationDate: Installed on 2014-04-15 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS - armhf (20140415.1)
SourcePackage: indicator-datetime
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1308193/+subscriptions
References