The file loleaflet/build/build.html it will not work and
the exported function test no longer is used anymore.
Change-Id: I8f5898d38798f22987598f05a7415d81342abec5
Reviewed-on: https://gerrit.libreoffice.org/81802
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
The only plugin that was merged into the source code was
https://github.com/leaflet/leaflet
The file "L.Path.Drag.js" was renamed and modified to be adapted to
desktop or mobile case.
Change-Id: I7026ca9cb882c01d1453b9157401e0bf692193fb
Reviewed-on: https://gerrit.libreoffice.org/81800
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
Create a new instance of the class "L.Control.PartsPreview" and append
the contents as a header on the mobile wizard container.
Change-Id: Ieb7bfd920087ebc06e4127f26cfc59cf1b2c70b2
Reviewed-on: https://gerrit.libreoffice.org/81795
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
is created
This is a small optimization, the first instance will fetch the
thumbnail preview, then the second instance, will be a listener only
when it is created.
Change-Id: I883d4260a5ab3dc6dc7d0388969623b9af762fb8
Reviewed-on: https://gerrit.libreoffice.org/81857
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
Add a new option to the class L.Control.MobileWizard with the
purpose to define a maximum height of the mobile wizard container.
Change-Id: I7af5f4d087d10442b281002b57c9d0f43c4385e5
Reviewed-on: https://gerrit.libreoffice.org/81794
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
It is better that browser sets the normal CSS Box layout, otherwise I
have to count pixel for a new box added to the mobile wizard container.
Change-Id: Iec378cfc630be5f8e2419ee22ae074704a9ebc82
Reviewed-on: https://gerrit.libreoffice.org/81793
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
The initial design of the preview control was singleton object, but now
there are new requirements to add a new instance of the preview control
to show in dialog wizard.
Change-Id: Ieec9dca244a87dd067e6c9e51408258b0f528e74
Reviewed-on: https://gerrit.libreoffice.org/81724
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
Without this the linking with static poco libs failed on Ubuntu
16.04 and 18.04. Interestingly on other distros, including Debian
8, 9, 10, and CentOS 7, 8, and openSUSE, this patch was not necessary.
Change-Id: I96c90ab5e960e8843db9b835f6e1a0417c7b48f8
Reviewed-on: https://gerrit.libreoffice.org/81836
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
This started to reliably fail for me recently.
I think the problem was that deleteAll() also listened for incoming
messages, so while waiting for textselection:, perhaps it processed (and
ignored) invalidatetiles:.
As a consequence, once deleteAll() returned and testUnresponsiveClient()
started to wait for invalidatetiles:, the test may or may not failed,
depending on the order of messages.
Fix the problem by just dispatching the SelectAll and Delete commands,
then waiting for invalidatetiles:.
Change-Id: I33f096e7dcb7f9daf1968dcb50d8a5f53824f5bd
Sadly it doesn't seem to work, though, at least on iOS, if I as a test
re-introduce the error that was fixed by
2ddd8d7c81. But maybe it will work for
other uncaught errors. Clearly it is better than letting the code
attempt do the XMLHttpRequest thing which is totally wrong and
pointless in an app.
Change-Id: I7b6e95556603b680527a0516f54e24dc10e96b21
Those are needed since commit
c1e04e4069
("scripts/unocommands.py: Switch to python3").
This makes sure the required packages are
present when building the Debian packages.
Change-Id: I345805d0776a3ea2c43345ed1f40a32f391ba055
Reviewed-on: https://gerrit.libreoffice.org/81507
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Michael Weghorn <m.weghorn@posteo.de>
The test program did not compile because of
error: unused parameter 'argc' [-Werror=unused-parameter]
As result, we always linked with -lpcre.
Change-Id: I7557025cc56fb72fc2a9f8de6142de93cfed2335
The other references called this function object, so probably the rest
of the cases just forgot to call the function, resulting in an
always-true boolean expression.
Change-Id: I409f3ef5a927cd5d5c6aaf8e354045f5ca8c427e
Reviewed-on: https://gerrit.libreoffice.org/81732
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Miklos Vajna <vmiklos@collabora.com>
I've just spent many hours debugging why a type is not known to the
cppuhelper and is throwing a "cannot get type description for type ...".
It turned out it was just a stale .rdb on the device that avoided being
updated.
So this change will help developers (much lower risk of stale rdb
files), while not a problem for the releases (each version bump has to
update the rdb's anyway).
Change-Id: Ie73245cfc78da8faf97f08ef52e6358a8e71218d
Reviewed-on: https://gerrit.libreoffice.org/81707
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Using Draggable interface it was possible to introduce window
in the dragging state where it was impossible to exit.
Use hammer.js instead.
Change-Id: Ic4128db0199034bd328223881eaaeb1e7f649618
Adjust the CSS property readonly at the bottom and change dynamically
the document size dynamically to show the slide sorter in view mode.
Change-Id: If49d682bcd1eed94443a5d8f8b20420744ba60f4
Reviewed-on: https://gerrit.libreoffice.org/81691
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
Long time ago, the leaflet project was imported to be
reused for document tile rending instead of map tiles.
During that time they were added so many commit and the
leaflet source code suffer modifications and mutations like:
new functions are removed dead code (related to map Geo locations).
Now if you try to open some of the files, it will not work,
and to not confuse new contributors, it is preferable to remove all this
unused files.
But if you still interested in how to use all these files,
please go to the original repository
https://github.com/Leaflet/Leaflet.git
and checkout the branch version 0.8.0-dev, you will be happy how all
this file works very well.
However, if you want to debug the new changes, I strongly recommend you
to add
./configure --enable-debug /* other parameters */
to debug Collabora Online.
Any objections?
Change-Id: I38c85f5716f608390e79edbffecacb3561fda97a
Reviewed-on: https://gerrit.libreoffice.org/81508
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
couldn't find the uno action/command for fullscreen-presentation (it seems there is already a function for that action in the hamburger menu item
Change-Id: I4e25f8f9ceaee15656e44775185cc8ed3856b7f7
Reviewed-on: https://gerrit.libreoffice.org/81510
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>