[Libreoffice-commits] online.git: Changes to 'feature/contextmenu'
Andrzej Hunt
andrzej.hunt at collabora.com
Fri Oct 30 18:48:35 UTC 2015
New branch 'feature/contextmenu' available with the following commits:
commit 23f1e4600a7914e5d2804c465cdb7b04b49d662e
Author: Andrzej Hunt <andrzej.hunt at collabora.com>
Date: Fri Oct 30 19:45:09 2015 +0100
loleaflet: Implement context menu with 'copy' command
We also have a dummy paste button, however this doesn't
actually work - it's possible that this might work in IE,
but is unsupported in most other browsers for security reasons.
commit bc3cd2ce8c1358d897331c4765f009f1ca69eb64
Author: Andrzej Hunt <andrzej.hunt at collabora.com>
Date: Fri Oct 30 19:37:47 2015 +0100
loleaflet: contextmenu plugin: don't override items list
The plugin seems to assume that we pass the items list
into map externally, however in loleaflet we extend options
internally - since the plugin is loaded later it then tried to
overwrite our items list with it's default empty list, which
should be avoided.
commit 794052bd998514b1867d435920f653b80251f28b
Author: Andrzej Hunt <andrzej.hunt at collabora.com>
Date: Thu Oct 29 19:55:40 2015 +0100
loleaflet: Add Leaflet.contextmenu plugin
This is a plugin allowing simple creation of contextmenus.
Source code: https://github.com/aratcliffe/Leaflet.contextmenu
Licence: MIT
More information about the Libreoffice-commits
mailing list