libreoffice-online:feature/contextmenu

Last commit made on 2015-10-30
Get this branch:
git clone -b feature/contextmenu https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
feature/contextmenu
Repository:
lp:libreoffice-online

Recent commits

23f1e46... by Andrzej Hunt <email address hidden>

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.

bc3cd2c... by Andrzej Hunt <email address hidden>

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.

794052b... by Andrzej Hunt <email address hidden>

loleaflet: Add Leaflet.contextmenu plugin

This is a plugin allowing simple creation of contextmenus.

Source code: https://github.com/aratcliffe/Leaflet.contextmenu
Licence: MIT

a815a96... by Andrzej Hunt <email address hidden>

loleaflet: fix autoscroll on chrome

DomRect doesn't officially contain x and y, instead we should
use left and top (Firefox's DomRect however does contain these).

ad4e561... by Andras Timar <email address hidden>

loleaflet: bump version after tarball

60ee1a5... by Andras Timar <email address hidden>

loleaflet: bump version before tarball

510db7b... by Andras Timar <email address hidden>

loolwsd: bump version after tarball

16f8e75... by Andras Timar <email address hidden>

loolwsd: bump version before tarball

87554d1... by Andras Timar <email address hidden>

Collabora Office as requirement

9369b59... by Mihai Varga <email address hidden>

loleaflet: use the parent window for printing in chrome

We need this because the otherwise created object is not available in
the parent window where the pdf is rendered in the print dialog