kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Split event dispatcher and use weakref #372

Open kynikos opened 9 years ago

kynikos commented 9 years ago

Split the event dispatcher to a separate repository. Use weakref instead of manually unbinding the handlers. Related: #106 #242