Add a signal on date selected

Bug #1401259 reported by Nicolas Laplante
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Granite
Fix Committed
Undecided
Adam Bieńkowski

Bug Description

We should be able to connect a signal handler on the date picker when the date is selected / changed in the calendar. Right now we have to use something like this:

var myDatePicker = new Granite.Widgets.DatePicker ();
myDatePicker.notify["date"].connect ((s, p) => {
    // ...
});

IMHO it should be doable like this:

myDatePicker.date_changed.connect ( ... )

Related branches

Changed in granite:
status: New → Confirmed
Zisu Andrei (matzipan)
summary: - wish: add a signal on date selected
+ Add a signal on date selected
Changed in granite:
status: Confirmed → In Progress
assignee: nobody → Adam Bieńkowski (donadigo)
Changed in granite:
status: In Progress → Fix Committed
milestone: none → juno-beta1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.