Use GnomeWallClock api to implement wall clocks
Bug #837440 reported by
Javier Jardón
This bug affects 24 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Indicator Date and Time |
Invalid
|
Low
|
Javier Jardón | ||
Unity Foundations |
Fix Committed
|
Low
|
Javier Jardón |
Bug Description
See https:/
This will solve 2 problems:
- Update without delays the date when changing it manually
- Update without delays the date after suspend/resume cycles
As we do not depend on hardcoded timers to update the displayed date
Related branches
lp://qastaging/~indicator-applet-developers/indicator-datetime/ubuntu
- Ken VanDine: Pending requested
-
Diff: 301 lines (+59/-27) (has conflicts)8 files modifiedChangeLog (+32/-0)
configure (+10/-19)
configure.ac (+1/-2)
data/datetime-dialog.ui (+0/-1)
debian/changelog (+14/-0)
debian/control (+0/-2)
src/datetime-prefs.c (+0/-1)
src/datetime-service.c (+2/-2)
lp://qastaging/~jjardon/indicator-datetime/timer-fix-837440
Rejected
for merging
into
lp://qastaging/indicator-datetime/0.3
- Ted Gould (community): Disapprove
-
Diff: 1037 lines (+704/-99)8 files modifiedconfigure.ac (+27/-0)
src/Makefile.am (+8/-0)
src/datetime-service.c (+11/-37)
src/gnome-datetime-source.c (+283/-0)
src/gnome-datetime-source.h (+34/-0)
src/gnome-wall-clock.c (+247/-0)
src/gnome-wall-clock.h (+62/-0)
src/indicator-datetime.c (+32/-62)
description: | updated |
Changed in indicator-datetime: | |
status: | New → In Progress |
Changed in indicator-datetime: | |
assignee: | nobody → Javier Jardón (jjardon) |
importance: | Undecided → Low |
Changed in unity-foundations: | |
importance: | Undecided → Low |
status: | New → In Progress |
assignee: | nobody → Javier Jardón (jjardon) |
milestone: | none → oneiric-beta-2 |
Changed in indicator-datetime: | |
status: | In Progress → Fix Committed |
Changed in unity-foundations: | |
status: | In Progress → Fix Committed |
Changed in indicator-datetime: | |
milestone: | none → 0.2.94 |
Changed in indicator-datetime: | |
status: | Fix Committed → Fix Released |
Changed in indicator-datetime: | |
status: | Fix Released → In Progress |
To post a comment you must log in.
Ok, seems the new api was removed from glib and moved to gnome-desktop instead.
I will update the branch to use the new class