log frontends/src/quick_frontend/quick_widgets.py @ 2420:03da3ef5fb5b

age author description
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
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
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-18 Goffi quick frontend, primitivus: quickContactList refactored to handle several profiles at once
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-04-16 souliane quick_frontend, primitivus: fixes a couple of issues:
2015-03-30 Goffi 2015 copyright dates update
2015-03-04 souliane quick_frontend: add a method getWidget to return a widget without creating it if it doesn't exist frontends_multi_profiles