libreoffice-online/kit
Pranav Kant ef54b6ea16 wsd: Ignore useractive, userinactive when doc is not loaded
Sometimes client sends a userinactive message while the document is
already being loaded, which leads to the kit process skipping sending
the result of LOK callbacks to the client.

Handling this in child session is futile in the case when userinactive
message is sent when the document is being loaded, since kit process
handles the 'userinactive' message only after document is loaded (i.e
isLoaded() returns true). Moving this handling to DocumentBroker will
take care of both the cases - when 'userinactive' is sent before load
starts, and during load of the document.

Change-Id: I4ea3ac7b184d2ca373eb3ff4fb7b4ae394d454df
2017-08-11 23:27:17 +05:30
..
ChildSession.cpp wsd: Ignore useractive, userinactive when doc is not loaded 2017-08-11 23:27:17 +05:30
ChildSession.hpp tdf#108341 automatic editor switch and follow added 2017-07-06 09:46:49 +02:00
DummyLibreOfficeKit.cpp config.h - get includes right: must always be the first include. 2017-03-10 10:47:43 +01:00
DummyLibreOfficeKit.hpp fuzzer: Add a dummy LibreOfficeKit implementation. 2017-02-08 11:25:21 +01:00
ForKit.cpp Warn more about missing capabilities, and advise what to do on SLES11. 2017-08-10 11:12:24 +02:00
Kit.cpp Fix a superfluous condition 2017-07-20 21:08:19 +05:30
Kit.hpp wsd: UserExtraInfo is a map, not array 2017-06-01 07:48:15 +02:00
KitHelper.hpp calc: added an address input field 2017-05-11 17:55:23 +02:00