log src/plugins/plugin_misc_xmllog.py @ 2520:25e16729413b

age author description
2017-11-18 Goffi plugin XML Log: Monkey patch is done on the whole XmlStream class, making it available as soon as the stream start + long received message are sent once fully parsed (not cut anymore)
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2015-11-30 Goffi plugin (xml log): workaround for a crash on big stanzas
2014-04-19 Goffi core: use of the new core.log module:
2013-12-29 Goffi core: i18n refactoring:
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2012-11-10 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2011-07-05 Goffi core: plugins refactored according to bridge + updatedValue now use profile
2011-02-03 Goffi plugin XML Log: fixed dbus signal name
2011-02-01 Goffi plugin xmllog: removed traces
2011-02-01 Goffi new xml log plugin