log src/plugins/plugin_misc_file.py @ 2019:c0ff84243650

age author description
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-11-25 Goffi plugin file: fixed bad method call
2015-11-23 Goffi core (param), plugin file: set security_limit for acount changes, backend (dis)connection, and put a higher one for file send
2015-11-22 Goffi plugin file: deferred XMLUI now use security limit
2015-11-22 Goffi plugin file[SatFile]: auto_end_signals flag can be False if the progressFinished and progressError signals are managed by caller.
2015-11-20 Goffi plugin file: added "Action/send" file menu
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-17 Goffi plugin file: 'data_cb' key can be used in file_data to specified a callback used on each read/write
2015-11-15 Goffi plugin file: progressFinished and progressError are now sent on SatFile.close. eof Deferred attribute is removed, as it is not used and bring unnecessary complication
2015-11-15 Goffi plugin file: 'size' key is not added anymore in progress'data if size is 0 or not specified in SatFile
2015-11-15 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called