log frontends/src/quick_frontend/quick_widgets.py @ 2283:5b04fc0c663d

age author description
2016-09-09 Goffi quick fronten (widgets): if a widget is recreated, "recreateArgs" method can be implemented to specify arguments to clone it correctly
2016-08-28 Goffi quick_frontend(quick_widgets): deleteWidget can use additional arguments which will be passed to onDelete
2016-08-22 Goffi quick frontend (widgets): a deletion with onDelete can now be cancelled if onDelete return False
2016-08-21 Goffi quick frontend (quick_widget): getWidgets can now filter on hash (using target), handling recreated widgets too
2016-08-07 Goffi quick frontend (widget): minor profiles check on widget creation
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-07-11 Goffi quick_frontend (QuickWidget): keep on_new_widget argument when recreating a widget 0.7-dev