[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-04-01 Thread Karl Lattimer
** Changed in: unity-foundations
   Status: Fix Committed => Fix Released

** Changed in: indicator-datetime (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-31 Thread Karl Lattimer
Seems fixed in head today, thanks ted :D

** Changed in: unity-foundations
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-30 Thread Karl Lattimer
Currently pushed branch shows marked days when the calendar is updated
however it seems to fail to do this on startup.

I'm testing to see if it updates on the timer if so i'll add a one time
event on startup to trigger an update after 30 seconds or so.

maybe ted will have a better suggestion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-30 Thread Karl Lattimer
after some debugging I think I've cracked it, stay tuned :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-29 Thread Karl Lattimer
I've updated the branch to include the array of ints change tedg
suggested, however the bug is still there.

Can get a capture from dbus-monitor but it looks like I'll need to
rebuild dbusmenu to do any real testing on it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-28 Thread Karl Lattimer
Ted gave me a pointer to a possible problem, in that it might be de-
duplicating the signals, in which case it would be better to fix this by
sending an array of ints.

However, this still doesn't explain why the signal wasn't being received
at all by the indicator. The recommendation there is to turn on
-DMASSIVEDEBUGGIN in dbusmenu and see if there's a reason for it.

Possibly the array of ints will solve the problem, I'm trying that as
it's a sensible move anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-28 Thread David Barth
** Also affects: unity-foundations
   Importance: Undecided
   Status: New

** Changed in: unity-foundations
Milestone: None => unity-3.8.0-beta

** Changed in: unity-foundations
 Assignee: (unassigned) => Karl Lattimer (karl-qdh)

** Changed in: unity-foundations
   Importance: Undecided => Medium

** Changed in: unity-foundations
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-28 Thread Karl Lattimer
Some notes on this bug;

In datetime-service.c the function update_appointment_menu_items will
call in the iteration of appointment items,
dbusmenu_menuitem_property_set_int (calendar,
CALENDAR_MENUITEM_PROP_MARK, dmday);

This is supposed to be received by calendar_prop_change_cb in indicator-
datetime.c we assign this callback in new_calendar_item like so;

g_signal_connect(G_OBJECT(newitem),
DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED,
G_CALLBACK(calendar_prop_change_cb), ido);

There are various properties we want to be able to set on the calendar,
setting the date, marking, unmarking and clearing marks, each has a
function in ido calendar menu item.

Watching the communication between the service and the indicator shows
that a property call is being sent for set mark and clear marks. Neither
of these commands appears to be received by indicator-datetime.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-25 Thread Karl Lattimer
I've created the following bug to group these calendar widget related
issues;

"IDO calendar should replace GtkCalendar wrapper with a grid layout menu"
https://bugs.launchpad.net/ubuntu/+source/ido/+bug/742370

I'm trying to fix this issue independent of the above bug, there seems
to be a communication problem with dbusmenu at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-23 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/indicator-datetime/resetdate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-23 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu)
   Status: New => In Progress

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Karl Lattimer (karl-qdh)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740980] Re: Date with event isn't highlighted in the calendar

2011-03-23 Thread Karl Lattimer
This should be working already, but I noticed it isn't.

I've been debugging the issue along with; https://bugs.launchpad.net
/indicator-datetime/+bug/649800

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740980

Title:
  Date with event isn't highlighted in the calendar

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs