log src/plugins/plugin_misc_file.py @ 1635:591e04f0103c

age author description
Fri, 20 Nov 2015 01:57:18 +0100 Goffi plugin file: added "Action/send" file menu
Thu, 19 Nov 2015 18:13:26 +0100 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
Tue, 17 Nov 2015 19:51:52 +0100 Goffi plugin file: 'data_cb' key can be used in file_data to specified a callback used on each read/write
Mon, 16 Nov 2015 00:24:49 +0100 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
Sun, 15 Nov 2015 23:11:38 +0100 Goffi plugin file: 'size' key is not added anymore in progress'data if size is 0 or not specified in SatFile
Sun, 15 Nov 2015 23:11:27 +0100 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called
Sat, 14 Nov 2015 19:20:33 +0100 Goffi core, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
Sat, 14 Nov 2015 19:18:05 +0100 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
Wed, 11 Nov 2015 18:19:49 +0100 Goffi plugins XEP-0234, file: moved human file size conversion to file plugi
Wed, 11 Nov 2015 18:19:47 +0100 Goffi plugins XEP-0234, file: moved file request dialog to file plugin
Sun, 08 Nov 2015 14:44:33 +0100 Goffi plugins XEP-0234, file: use of SatFile for writing too
Mon, 02 Nov 2015 22:02:41 +0100 Goffi fixed bad inheritance of SatFile
Fri, 25 Sep 2015 19:19:12 +0200 Goffi plugin file: first draft: