[Libreoffice-commits] online.git: Changes to 'distro/collabora/cloudsuite-rc3'
Pranav Kant
pranavk at collabora.com
Mon Apr 25 13:05:05 UTC 2016
New branch 'distro/collabora/cloudsuite-rc3' available with the following commits:
commit 2e204ca595824f54810fd48629c219ec7e00c2e3
Author: Pranav Kant <pranavk at collabora.com>
Date: Mon Apr 25 13:17:41 2016 +0530
loleaflet: Fix lint errors
'jake test' was complaining a lot. There are still few errors
that needs fixing.
Change-Id: I83bc51c25a3ce3037617378f57dd06f5f9887f77
commit 10fc4c29979a34d041c558e65a5ced0251ca67fc
Author: Pranav Kant <pranavk at collabora.com>
Date: Mon Apr 25 12:56:38 2016 +0530
bccu#1693: Empty item is not an object
Treating empty item as an object expects `id` attribute on which
toString method would be invoked. In case of object without `id`, it
would throw an error trying to call toString on undefined
attribute.
Change-Id: I44e591044487b0d236760cc79438ccfcf0f53846
commit 53c8e68e42a9dfe22f9aa1272531f06e8cd95620
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:58:37 2016 -0400
loleaflet: activate upon reconnection, reconnect upon activation
Change-Id: I047b4e25a90dab25f92920f2cba272051e08c90c
Reviewed-on: https://gerrit.libreoffice.org/24354
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit c91494c71c5684dc43f1c0e8ea0d3c9b770654b6
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:56:18 2016 -0400
loleaflet: close an existing dialog before showing a new one
Change-Id: Ic930fc692c93ff01a7b74f26f0153fd8a75692cb
Reviewed-on: https://gerrit.libreoffice.org/24353
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit e2dd14e414351be9fec11d673af107297aa66a26
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:54:23 2016 -0400
loleaflet: track active state in Map, not Socket
Change-Id: Id6f699a8d491e361a0c091989cee0f1257703324
Reviewed-on: https://gerrit.libreoffice.org/24352
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 3271f5a7b9fa3dee58a7fbea7797ba07cc8921e7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:49:39 2016 -0400
loleaflet: no need to show error twice
Socket._onSocketClose is always called on error, and
it displays an error message already.
Change-Id: Ib8d740bbbf45d0d705abe8e2cb3b600b133c2979
Reviewed-on: https://gerrit.libreoffice.org/24351
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 4936ba1c9c53a3e09a7287782e2a95ef15a06d85
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:48:32 2016 -0400
loleaflet: Socket.connected() to report socket connection state
Change-Id: Ib777f1af52dac518ceae7234334af4108943fc07
Reviewed-on: https://gerrit.libreoffice.org/24350
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit d6736e46cc3d452d3b5df01cb283b90f539bfa68
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:44:52 2016 -0400
loleaflet: corrections and cosmetics
Change-Id: Iba9facff24ed47b28aa80ce9e71a1e3c5bf28e95
Reviewed-on: https://gerrit.libreoffice.org/24349
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 0d9362be2b0da984b929595d8a4d7bcb19955f7a
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 24 16:38:45 2016 -0400
loleaflet: queue messages only when we fail to connect
We should also reconsider message queueing altogether.
If we lose connection we should not have any expectation
to recover at the same state when the document is shared.
In fact it could be dangerous to send those last messages
before losing connection, lest they modify a more
recent version of the document (after others' changes).
Change-Id: I9077c1db5fe1535f1fc85436580b10c751bac2ee
Reviewed-on: https://gerrit.libreoffice.org/24348
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 8c5c648cd37ff7bf8c097a300fd9d70ad77e88fc
Author: Henry Castro <hcastro at collabora.com>
Date: Sat Apr 23 19:12:15 2016 -0400
loleaflet: show "Saving..." once the document is loaded
commit b17c74cc9f4bf652e34ac527c9373990f0f5d410
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Apr 23 14:04:22 2016 -0400
loleaflet: refactored active/inactive states and screen dimming
Change-Id: I21dd4b7273cddc612732a9c4bef00f2bbfe37c18
Reviewed-on: https://gerrit.libreoffice.org/24322
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 9d8f0d50859c37649e2a54c634ae77bfea4a615b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Apr 23 14:01:01 2016 -0400
loleaflet: support for logging socket.send
Change-Id: I13ea5c6df6cdcda7d9cbb256de6cd4a34757a244
Reviewed-on: https://gerrit.libreoffice.org/24321
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 00d6a6df7edc7535b93cc6e2c98a5e803637f3e4
Author: Henry Castro <hcastro at collabora.com>
Date: Sat Apr 23 11:47:10 2016 -0400
loleaflet: update part previews when undo/redo action
commit 3b1107ffa066da88e52f72919ce390aaf3334eb8
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Apr 22 17:45:44 2016 -0400
No need to send invalidatetiles to the client on becoming active
The invalidatetiles is normally a notification coming from
LOK and it signifies that the tiles in quesion need
rendering anew. Issuing this internally from the Kit
removes TileCache images unnecessarily.
Furthermore, since this message is always sent in response
useractive message, there is no need in issuing it from
WSD when loleaflet is perfectly capable of issuing it
itself (internally).
Change-Id: Ia97de6d803745dca3f6e73100f2d921dbbdf76f6
Reviewed-on: https://gerrit.libreoffice.org/24316
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit b3c5564db210e77482f6dc8113675f3e90611105
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Apr 22 17:44:14 2016 -0400
loleaflet: remove text selection when inactive
Change-Id: I5e983062a39d50b45435af6f1cc51073f1c31e7e
Reviewed-on: https://gerrit.libreoffice.org/24315
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
More information about the Libreoffice-commits
mailing list