log frontends/src/quick_frontend/quick_widgets.py @ 2496:769e8d9d2438

age author description
2018-01-26 Goffi dates update
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
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