Andras Timar
02af60acbf
make 'Insert Shape' mobile menu localizable and update pot files
...
Change-Id: Id4a1769a82138c01a8728b74fb18dbf49779fb59
2020-03-15 16:11:22 +01:00
Weblate
45de9be194
update translations
...
LibreOffice Online/loleaflet-help (Czech)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: Ie4a36ecb8159813d94a25c98ece15c9de0484268
update translations
LibreOffice Online/ios (Croatian)
Currently translated at 100.0% (4 of 4 strings)
Change-Id: I9dd3b601762f36d86f791f35b5d633012051ca37
update translations
LibreOffice Online/loleaflet-help (Croatian)
Currently translated at 67.3% (280 of 416 strings)
Change-Id: I020781b8f5620ecf192ed0cd7051ee0e9155d761
update translations
LibreOffice Online/loleaflet-ui (Croatian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I4108d1a3cecb66108d83009843be673df1610de8
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 73.3% (305 of 416 strings)
Change-Id: I22aa3bee069ac632e000a3a51145f8615f0fa91d
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 73.1% (304 of 416 strings)
Change-Id: Ic7f5d2a78ddd1fe601160774b04e695fb776be6b
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 72.6% (302 of 416 strings)
Change-Id: I353eda16929898b8fc616b023da9a89d58981cd3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90424
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-15 16:10:29 +01:00
Ashod Nakashian
13c18f4b0f
leaflet: cleanup document type checking
...
Change-Id: Ifa7761c1a1ebfe35e82f497a386a1b8fcac67b99
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90361
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-15 05:19:11 +01:00
Andras Timar
a66083de9b
Try to delete language information from templates...
...
... in order to have languages agnostic templates.
fo:language="en" fo:language="US" was removed from styles.xml
Change-Id: I680809d33cb902fc447ea5393d7f8dad3d83cbfc
2020-03-14 22:29:17 +01:00
Tamás Zolnai
8c6bc949da
cypress: better parallel build detection.
...
Now it works both with '-j' and with '-j <number>'.
Change-Id: I41ebace6fd799f103ce557a8cf8419fea786faca
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90496
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-14 22:04:32 +01:00
Ashod Nakashian
82560d9657
wsd: test assertion macros
...
Because the new-style tests are intrustive,
the exception that CppUnit throws on assertion
failures is caught and processed with the
application logic, which is far from ideal,
because it's very difficult to find the
cause of failure.
What we'd like is a way to control what happens
when an test assertion fails, such that we can
properly log/print the failure, and even break
in the debugger.
The new macros allow us to control the behavior
at compile-time and have added flexibility.
For now, they log an assertion failure before
invoking the CPPUNIT macro, and support a
compile-time directive to assert, which is
useful for breaking in the debugger.
Change-Id: If464ba246e3ec747f31496a4215cb73ef735dfaf
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87625
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-14 15:45:00 +01:00
Ashod Nakashian
1339b36575
wsd: define Log::shutdown for Mobile to avoid special casing at call sites
...
Change-Id: I9125df562c96b3671cb47200a36aae145cf29259
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90423
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-14 14:23:27 +01:00
Tamás Zolnai
8638c87af7
cypress: mobile: simplify selectAllMobile() in writer_helper.js.
...
Change-Id: Icd889564b6191ad0f50008b989b06ecaf94d35e5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90488
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-14 12:46:10 +01:00
Tamás Zolnai
f9cec18eda
cypress: improve afterAll() method.
...
We need to actually wait, until the admin console displays the info
coming from loolwsd. We also need to check only for the test document
that the current test file is using. In parallel build, more jobs
are using the same loolwsd.
Change-Id: Ia85cf711f33c748cdbed8602a532fb590fe26b25
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90474
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
2020-03-13 17:43:39 +01:00
Tamás Zolnai
dc15a4c398
cypress: integrate cypress-failed-log package.
...
To get a better log in case of error.
Change-Id: Id8f72c78cb8a80e30ba3012147caa8106e1e7ce2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90470
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-13 15:00:54 +01:00
Tamás Zolnai
52d9cde47c
cypress: mobile: improve selectAllMobile in writer_helper.js.
...
Change-Id: I789a7b7c5b03b9f222730ec2fd06c8c9514578d7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90469
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-13 15:00:43 +01:00
Tamás Zolnai
e4e24c6869
cypress: ignore helper.js files during running tests.
...
Change-Id: I2d74c4138a2ed05fd97630edf16d3daf4a67de91
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90468
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-13 15:00:37 +01:00
Tamás Zolnai
7455f69dd7
cypress: mobile: improve core detection code.
...
Pushing ESC has an unexpected side-effect
on some tests.
Change-Id: I147fcc3aaac21e56450eececf60e8cb99b49655f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90467
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-13 14:47:53 +01:00
Tor Lillqvist
e70975500b
Actually make the copy/paste menu commands work in the iOS app (and Android?)
...
Change-Id: I472a9c7c2a192f068dedbfa2f9409afd3767ba90
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90462
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-13 13:23:14 +01:00
Michael Meeks
f657455a8f
android/iOS: do a native copy/paste UNO command on native mobile.
...
As used from the hamburger menu.
Change-Id: I3ac3fc2fa7492d5bd3e04e550a282d60b5d56784
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90341
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
2020-03-13 12:39:14 +01:00
Tamás Zolnai
584e707ddb
cypress: mobile: reenable a focus related test.
...
This test does not work since:
ac961d7b67
Now I just remove that for cypress test, later we need
to improve the mobile emulation.
Change-Id: I18310fe27cd727b63b6f0e4f3e939cdbada05520
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90458
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-13 12:03:56 +01:00
Tor Lillqvist
2154306e57
Make the iOS (and Android?) app work again
...
Now one can open another document after closing the first one. Turns
out that throwing an exception to return through the call stack to
SocketPoll::poll() is not necessary after all. But doing
document.reset() as before a86508d815
is
essential.
Change-Id: I248df78bd9b0d3f0962df2126ca394cb746542b8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90456
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-13 10:50:36 +01:00
Tor Lillqvist
d4e0835043
Make closing the document work again in the iOS (and Android?) app
...
But opening a second document now hangs.
Sigh, the plumbing in the mobile apps is so extremely fragile. But
that is to be expected when turning a multi-process structure (where
one class of processes exit as soon as they have done their job) into
a single process running forever.
Change-Id: I0fdb751f44e16efb42843189969e049bf14816f0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90443
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-13 00:28:19 +01:00
Tor Lillqvist
188d00ce4a
Bin code that has always been inside #if 0
...
Also, the comment in it was misleading. We don't have just a single
buffer for a FakeSocket any longer.
Change-Id: I8f45fba2342ef42040e467b631739a56664ce6e8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90440
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-12 20:01:59 +01:00
RutuKendre
60f2e0d709
android: Fix overflow by changing height from 48dp to wrap_content for recent files textview
...
Change-Id: I5a2341cb1f2921d93767fe88e3e7847bc71a443e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90317
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-03-12 19:27:10 +01:00
Tor Lillqvist
5b9bbea3aa
Fix assertion failure in the MOBILEAPP case
...
Change-Id: I5c3647d1cc6975bd56b9c5276f6eba7585ac785c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90432
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-12 19:15:56 +01:00
Tamás Zolnai
f49783b7be
cypress: add package.json as a dependency of local npm installation.
...
So packages will be reinstalled, when packages.json changes.
Change-Id: I4731b4995bc969a474ea3fcd36e1135ed03ec62c
2020-03-12 19:02:32 +01:00
Tamás Zolnai
25e3beb65e
cypress: fix tests failing with the new cypress version.
...
Change-Id: I0a5b307b7770e0150304329ba136f4ed059c6928
2020-03-12 19:02:32 +01:00
Michael Meeks
54c03079ea
cypress: update to 4.1.0.
...
This seems to make things work on openSUSE 15.1
Change-Id: I23f6b738d1c1a3737a968f244477bc8c8c5c7bb3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90420
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 19:01:51 +01:00
Michael Meeks
9e0ec98aaf
cypress: rename the user-agent to not include a space.
...
Makes some combinations of chrome etc. happy it seems.
Change-Id: Ica8063e42a8719f2ba45de9084ad1fddd6fb58bd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90419
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 18:51:30 +01:00
Tamás Zolnai
8c23b7a511
cypress: mobile: make shape related tests more stable.
...
It seems the default client viewport is not alway the same.
Selecting a long text and then go to the start of the paragraph
will force to have the same view before testing shape
insertion.
Change-Id: I590c69f02faea1b45b087ee47f04b55bf3b08312
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90431
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 18:19:26 +01:00
Tamás Zolnai
96b81b18d0
cypress: mobile: update shape related tests.
...
Default client view was changed.
Change-Id: Ie8506b133fba43bcddff238fc0cefc31911e3dee
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90426
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 17:47:50 +01:00
Tamás Zolnai
19a7f1d288
test: better fix for UnitWOPISaveAs test
...
Don't check the full URL, but just test some parts of it.
Change-Id: I5367bf4f41dc26f311e03de7ce06349f744d0b85
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90428
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 17:47:35 +01:00
Tor Lillqvist
47d22d538a
Fix build for MOBILEAPP
...
Change-Id: I0903f13438493d167c263020d923536b4de71e5d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90385
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-12 17:08:19 +01:00
Pranam Lashkari
57cca53b6a
tdf#130594: leaflet: Search bar issues
...
pressing Ctrl-F opens browser search resolved
pressing 'r' behaves weird resolved
Change-Id: I9c54f37267a2f34b6d0923b46dc72a6efcf04786
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89661
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-12 16:21:21 +01:00
Henry Castro
316a011c08
kit: fix download action when server is running with no capabilities
...
Downloading pdf file does not work because the kit process is not jailed
Change-Id: I1e67840eb58997f6de10948c8d8e260888abe326
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90338
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-03-12 13:33:19 +01:00
Pedro Pinto Silva
8255828819
Mobile: Fix header-left alignments on mobilewizard and fix document container vertical(readonly and edit mode) position
...
to respect the height of toolbar-up as well as the main-nav element; Set 0 vertical paddings for the toolbar-up.
Change-Id: I4951b47a5c8b4fb34285c45b2ef9765245068b4a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90253
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-12 13:31:54 +01:00
Pedro Pinto Silva
3960af8064
Impress: Slide Sorter parent (wrapper): Fix vertical position when using a tablet
...
Change-Id: I89b6d3257749da23f52d848777ff55753281b15b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90205
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-12 13:31:31 +01:00
Pedro Pinto Silva
b906c6985a
Desktop: Calc: formular bar: Decrease size of selection handles and adjust position
...
Change-Id: Ibe9743fe7fe476c8d561b301ca82faea89dbccc6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90078
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-12 13:31:11 +01:00
Ashod Nakashian
cb76d01001
leaflet: resize the document after show/hide toolbar
...
The toolbar changes the document size, so we should resize
at the time of showing/hiding the toolbar.
Failing to do this means the document is resized at
the point of editing it, which causes a visual
shift as the contents recenters.
This avoids it by making sure the document dimensions
are up-to-date at the time the toolbar shown/hidden.
Change-Id: I728d13e1acac4b2dd118332a112d4b89b4d798b1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90359
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-12 13:28:04 +01:00
Ashod Nakashian
a0cdafca41
wsd: some logging improvements
...
Change-Id: Icf4c4845e10f44fe1518e58ea598c2d1053b40c1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90357
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-12 13:23:57 +01:00
Ashod Nakashian
a86508d815
wsd: kit now exits immediately when wsd send exit
...
The 'exit' command from DocBroker to Kit is processed
immediately. It set the termination flag and destroyed
the Document instance in Kit. Unfortunately, this is
highly problematic. There are a number of races here.
Normal disconnection procedure from DocBroker is to
first send 'disconnect'. This tells Kit to unload
and close the view in question, and when 0 views
are left, it simply exits the process.
However, since 'disconnect' is processed in the
message queue, the 'exit' (and indeed the socket
disconnection that follows 'exit') may be handled
before the message queue is drained, and so the
'disconnect' wouldn't have been processed yet.
The end result of these two races is that Kit
tries to exit the Core main loop, which fails
a number of assertion (f.e. that no LOK Windows
remain, which is presumably a leak check, which
we care not about as we don't attempt to cleanup
the sidebar).
The fix here is to process 'exit' immediately,
because DocBroker is gone, there is absolutely
nothing for Kit to do anymore.
Change-Id: I5c09fcfdb1713f4e0b56b717c747d919d0c6728f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90356
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-12 13:20:47 +01:00
Ashod Nakashian
d8a9e11ad9
wsd: fix UnitWOPISaveAs test
...
Change-Id: I63da82da727e2902fdb35ff31b29df8c77976793
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90355
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-03-12 13:19:38 +01:00
Weblate
6caa6ab7ba
update translations
...
LibreOffice Online/loleaflet-ui (Finnish)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: If57a91eb54a078857ffd3418adb28db81c5cd6e8
update translations
LibreOffice Online/loleaflet-ui (Finnish)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I8577890c535e49f6b07d58c9d01cff02fd3d739c
update translations
LibreOffice Online/android-app (Ukrainian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I8b98f6a52d2d456ad69b0ce5ad8487b01fa9878b
update translations
LibreOffice Online/android-app (Ukrainian)
Currently translated at 71.7% (71 of 99 strings)
Change-Id: Ieca33d499f44bf777d17aebcfe4c53935d707f57
update translations
LibreOffice Online/android-app (Ukrainian)
Currently translated at 68.7% (68 of 99 strings)
Change-Id: Ia8f3de3a2bb2f2fa7fef270bd953ba83e79778b3
update translations
LibreOffice Online/android-app (Ukrainian)
Currently translated at 66.7% (66 of 99 strings)
Change-Id: If6ace740b28b4684eb1608c3a6af05f3b2fc3008
update translations
LibreOffice Online/loleaflet-help (Croatian)
Currently translated at 63.7% (265 of 416 strings)
Change-Id: I560d03be7e77ad5c31b91cfe30262980e53506f5
update translations
LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 67.7% (195 of 288 strings)
Change-Id: Ic2b68543e67a7ef65880f6963b52bf12121a9d8b
update translations
LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 63.9% (184 of 288 strings)
Change-Id: I3198618a09b5dc6f2596fedf9516c19e6860d0ac
update translations
LibreOffice Online/android-app (Croatian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ia3a730199bb988896670daff6df30fc39dc99674
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: Ie6535eff3b2e80e429863838aea0d98c4fdecfb8
update translations
LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 41.3% (119 of 288 strings)
Change-Id: Iabaa7b0fd5845cf2f287c02643ce9d740b241cfb
update translations
LibreOffice Online/loleaflet-ui (Croatian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I93921c47c99de2846318b68625c6469995bf66af
update translations
LibreOffice Online/loleaflet-help (Croatian)
Currently translated at 62.3% (259 of 416 strings)
Change-Id: I08c9843389a8f53ca6e520efad5964b66bbd3c64
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 91.1% (379 of 416 strings)
Change-Id: Ie14fc630867acb34aff0bed2c0d4d6a9ad00d963
update translations
LibreOffice Online/android-lib (Croatian)
Currently translated at 100.0% (8 of 8 strings)
Change-Id: I585a82d4db0294f97dc901015a2867684524613c
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 71.9% (299 of 416 strings)
Change-Id: Ie086e28a50e544d5db53a85977e7afb61820c3e3
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 90.9% (378 of 416 strings)
Change-Id: Ia31337605c40b10086c987ec9139dc526eca0bc1
update translations
LibreOffice Online/loleaflet-ui (Croatian)
Currently translated at 79.5% (229 of 288 strings)
Change-Id: I31c01812311c7ae26f181e6a38aa6b88b9ceecee
update translations
LibreOffice Online/android-app (Aragonese)
Currently translated at 9.1% (9 of 99 strings)
Change-Id: Ib22a413b55e0c4a109cb208b652eefd1963c6394
update translations
LibreOffice Online/loleaflet-ui (Aragonese)
Currently translated at 1.4% (4 of 288 strings)
Change-Id: I5bc681a8028d166d71236fa5893962c4c94658af
update translations
LibreOffice Online/android-app (Aragonese)
Currently translated at 8.1% (8 of 99 strings)
Change-Id: Ieb5720fda9d01c59c1bce7f4a5fb0761d4e71b4e
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 78.4% (326 of 416 strings)
Change-Id: If34333b865321a6f5eaa98006977bb2f5ce0d70c
update translations
LibreOffice Online/loleaflet-ui (Aragonese)
Currently translated at 1.0% (3 of 288 strings)
Change-Id: I012650c8b702c1fca7c082bbd0cbcd8661feeb61
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 72.6% (302 of 416 strings)
Change-Id: I4e18dccf7ddd558dd85a604fd53e6552728ef12f
update translations
LibreOffice Online/loleaflet-help (Czech)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: I68b3470c0697558c9c878bc4159a33c1fa7e546e
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 72.4% (301 of 416 strings)
Change-Id: I074b9176f774aecf103132de2f92ee6d7bf93edb
update translations
LibreOffice Online/android-app (English (United Kingdom))
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ia6ecca86c204206e412c0b6358f633f07153efef
update translations
LibreOffice Online/android-app (Korean)
Currently translated at 4.0% (4 of 99 strings)
Change-Id: I22ada69379bdb5a4dbe88d7696ccf15fd097b284
update translations
LibreOffice Online/android-app (Spanish)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Id984d24b42d11775bdb80e35ca20e19426856b4f
update translations
LibreOffice Online/loleaflet-help (Portuguese)
Currently translated at 55.0% (229 of 416 strings)
Change-Id: Iccd408f6bcd91c81bb49c7cb2538b63549572095
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 71.4% (297 of 416 strings)
Change-Id: I2a98f223b66b3013fd1ac7c400db4802f0504d2a
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 70.4% (293 of 416 strings)
Change-Id: I341b40437b05101f0d8f8d440827ce7c8412c6ae
update translations
LibreOffice Online/loleaflet-ui (Korean)
Currently translated at 98.3% (283 of 288 strings)
Change-Id: I3976f40c8b7464b9d4fe2257c05e77c78b92af44
update translations
LibreOffice Online/android-app (Asturian)
Currently translated at 72.7% (72 of 99 strings)
Change-Id: I3c3cac6e7086e48ae5b1019efec86b69695f1d01
update translations
LibreOffice Online/android-app (Asturian)
Currently translated at 72.7% (72 of 99 strings)
Change-Id: I20bfcc659448b7b11dfc8c0690563ef6e705c5b7
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 69.7% (290 of 416 strings)
Change-Id: I5ba5ea15587eff03c874f9ea9ea47777dfba9a6a
update translations
LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 12.2% (35 of 288 strings)
Change-Id: Ia42ac2ebc9eea728de5a709997748d7ccac0c693
update translations
LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 55.5% (231 of 416 strings)
Change-Id: I8b0d65823f5f9e1a1cda2f7357bc279098679d3b
update translations
LibreOffice Online/android-app (Italian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I3c3b0e69e3fe560197f7e39cf57dd9ce2e7eaf52
update translations
LibreOffice Online/loleaflet-ui (Finnish)
Currently translated at 56.9% (164 of 288 strings)
Change-Id: I1a90c92be5bbbbe727830ab5abd11299d4b3afd9
update translations
LibreOffice Online/android-app (Russian)
Currently translated at 99.0% (98 of 99 strings)
Change-Id: Ie31f47f408a92817b1ff2e1a0ec7ec5d18b2df82
update translations
LibreOffice Online/android-lib (Russian)
Currently translated at 100.0% (8 of 8 strings)
Change-Id: I5a0ae198d7a5c321234538212ea372eb84e9ab6e
update translations
LibreOffice Online/loleaflet-help (Polish)
Currently translated at 55.0% (229 of 416 strings)
Change-Id: I2a08052da49d3e9fd266b399933278015c5d27e5
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 71.2% (296 of 416 strings)
Change-Id: I141b8b37eaa825eecb786e09967cc2cfa0b46fa5
update translations
LibreOffice Online/android-lib (Russian)
Currently translated at 12.5% (1 of 8 strings)
Change-Id: I0d464192cd9afcfa10b38677fea1b485a8c71c27
update translations
LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: I0bd4d354504da69adcc6e91be5cc184c48aab179
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 70.9% (295 of 416 strings)
Change-Id: Icae3026226844b22a9900ce3c74f0f4965302e77
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 68.8% (286 of 416 strings)
Change-Id: Ib8508e0a95eda3efabf75c6f33a9535771341424
update translations
LibreOffice Online/loleaflet-help (Polish)
Currently translated at 54.8% (228 of 416 strings)
Change-Id: I7112e8eeded67a73d9d1ad4355bab9cbd3361e93
update translations
LibreOffice Online/android-app (Aragonese)
Currently translated at 8.1% (8 of 99 strings)
Change-Id: Ief3f2f48a9d58fd20c1a7ab6d0d8f06fdff25790
update translations
LibreOffice Online/ios (Aragonese)
Currently translated at 25.0% (1 of 4 strings)
Change-Id: I829ca36163822dadaec01a84fc99eeb09b349ac3
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 68.3% (284 of 416 strings)
Change-Id: Icc5ce574fc815e1c509bb3c4e08f39b711a50d8d
update translations
LibreOffice Online/loleaflet-ui (Aragonese)
Currently translated at 0.7% (2 of 288 strings)
Change-Id: Ide79b915dd6ededa32f01aa044f601287118458f
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 68.0% (283 of 416 strings)
Change-Id: Idf82dfe6bc259e3ef2180b4cd914e74ecd979fc6
update translations
LibreOffice Online/android-app (Galician)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I4ff52dfea1d7c57ac087f2e4a0b711e5633fbc96
update translations
LibreOffice Online/android-app (Polish)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I292a35c8fb565a009f60db0d9576cd3228706622
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 67.1% (279 of 416 strings)
Change-Id: Iac125c722d46d681c1603ce3504c32cfcec627d8
update translations
LibreOffice Online/loleaflet-ui (Swedish)
Currently translated at 99.0% (285 of 288 strings)
Change-Id: Ifc5b1db75e7f2563082103a793f33f448a5d2963
update translations
LibreOffice Online/android-lib (Slovenian)
Currently translated at 100.0% (8 of 8 strings)
Change-Id: Icdee8e8fa2b8cb02220a13e8b62895cd488de7db
update translations
LibreOffice Online/android-app (Slovenian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ief08e971dfd8564753060208a0c02139854394fa
update translations
LibreOffice Online/android-app (Amharic)
Currently translated at 6.1% (6 of 99 strings)
Change-Id: Iaa5e2f55697ffb20e228e5c788d00960c2b5f03e
update translations
LibreOffice Online/android-app (Welsh)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I5c786f7aa619dd14a5c2eae9c857b911268b6a60
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 20.2% (20 of 99 strings)
Change-Id: I9a533490bfd5073f80f6fe31127c7bf7ac2c249d
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 20.2% (20 of 99 strings)
Change-Id: Id1a965a231c629af306b5b28c1363bfcb0bbf2ae
update translations
LibreOffice Online/android-app (Ukrainian)
Currently translated at 26.3% (26 of 99 strings)
Change-Id: I7e22e6742888871b6e808fb777bfabaa20392d65
update translations
LibreOffice Online/android-app (Portuguese (Brazil))
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ie7db566edfaac394573952ca5ae55b5589b42ebe
update translations
LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 54.3% (226 of 416 strings)
Change-Id: I5c8d8a66f89949c1f504788163dfefe4a1dc87f4
update translations
LibreOffice Online/loleaflet-help (Slovak)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: I092635ddcb05a409a5c16a4da76f2de3d1ba5048
update translations
LibreOffice Online/loleaflet-help (Bulgarian)
Currently translated at 66.8% (278 of 416 strings)
Change-Id: I424ed0d83cf03fc91c882b83cdb3455a96c8a16f
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 19.2% (19 of 99 strings)
Change-Id: Ia75b4ad08bf72271929b1029a48fab5a045943f1
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 18.2% (18 of 99 strings)
Change-Id: I0bf74a662e942b12d7ae890222b390757171a227
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 17.2% (17 of 99 strings)
Change-Id: I108ce92dc95e556af286fb57b95fbf8cae607e00
update translations
LibreOffice Online/android-lib (Japanese)
Currently translated at 37.5% (3 of 8 strings)
Change-Id: I8b947a5531801573aba1fcd50885807ffdca3d64
update translations
LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I9b7a43cdc3f302292dff9c041b0e7c7993e356f0
update translations
LibreOffice Online/android-app (Esperanto)
Currently translated at 20.2% (20 of 99 strings)
Change-Id: If9ecb38ecc38a437047451aa27b63b4efeb893b5
update translations
LibreOffice Online/android-app (French)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I94fb65418a8d81ee109c1fae89ecc94e0bb0b84f
update translations
LibreOffice Online/android-app (Japanese)
Currently translated at 16.2% (16 of 99 strings)
Change-Id: I64df73011909f30e73cc7ea0d91c437b9e3a2bbe
update translations
LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ib4c0a6182643f17a789a150fa7b79b75a4323694
update translations
LibreOffice Online/android-app (Slovak)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I669caf15b540a5b067eaf48b52e1ed510afcee4a
update translations
LibreOffice Online/android-app (Asturian)
Currently translated at 39.4% (39 of 99 strings)
Change-Id: I2a75b75144dab589a5770db216900e54dbf089c2
update translations
LibreOffice Online/android-lib (Asturian)
Currently translated at 50.0% (4 of 8 strings)
Change-Id: I9da690cc6079638fc64566e1619e48d9ab0c1529
update translations
LibreOffice Online/android-app (Catalan)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: If5066e2fca8dad666b4a5188e7b153ed821d7542
update translations
LibreOffice Online/android-app (Spanish)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I74dfd27a7a9bf4335c2660f34beb95e9facff15d
update translations
LibreOffice Online/ios (Slovak)
Currently translated at 100.0% (4 of 4 strings)
Change-Id: Ieac45245547bea0d56756a839d0b8e5b1481cab7
update translations
LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 52.9% (220 of 416 strings)
Change-Id: I1709fa29cd80c5e5489569ea7c25571857c3c49b
update translations
LibreOffice Online/loleaflet-help (Slovak)
Currently translated at 53.8% (224 of 416 strings)
Change-Id: Ibafac511cb75185f5e05b82aa49fb5b2aa55423b
update translations
LibreOffice Online/loleaflet-help (Upper Sorbian)
Currently translated at 64.2% (267 of 416 strings)
Change-Id: Ifd6870972c0e03a5dd07b03ba089f222b7d164af
update translations
LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I6870f9d7d6252ce69c3892aef98f0c8a16235c6a
update translations
LibreOffice Online/loleaflet-ui (Japanese)
Currently translated at 58.0% (167 of 288 strings)
Change-Id: I69316da9ade40c3695cc3456e61b954d09d7c582
update translations
LibreOffice Online/loleaflet-ui (Japanese)
Currently translated at 58.0% (167 of 288 strings)
Change-Id: I16c3cbd8dd2da38905e5637819f9d5aa9c3ada63
update translations
LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 65.3% (188 of 288 strings)
Change-Id: Idb2f1343557860571406b7839136c323ddc7e256
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 36.5% (105 of 288 strings)
Change-Id: I2994e5e1c599cc66b419a11a023f3b208b2db914
update translations
LibreOffice Online/android-lib (Japanese)
Currently translated at 37.5% (3 of 8 strings)
Change-Id: I0397abd7a3503cd1bae805e5c87bb5f75c57e4ff
update translations
LibreOffice Online/android-app (Czech)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ic104628d67d59f73041eb106ac50d50848cbde6e
update translations
LibreOffice Online/android-app (Lower Sorbian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I143fa07f1cbfeb73d3b1833f16dc26550db7e43e
update translations
LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I1887ef80e1f1cd243ab870e44adb174b15a88368
update translations
LibreOffice Online/android-app (Upper Sorbian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Idaeda0a44b3143cf10459b80225bd2d49b888f40
update translations
LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: I1468acbb78f393081eba42fc385732f4c31712f6
update translations
LibreOffice Online/android-app (Hungarian)
Currently translated at 100.0% (99 of 99 strings)
Change-Id: Ida536ad1b0a194eb37bddaae056f335f3d7e8a65
update translations
LibreOffice Online/android-lib (Hungarian)
Currently translated at 100.0% (8 of 8 strings)
Change-Id: I2bc806914e12e3fce7cfb5840448b544bc70c315
update translations
LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I2c396e85bfbac4ebc48d75738082f9522a40b487
update translations
LibreOffice Online/loleaflet-ui (Ukrainian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I705356ab54afae9aaee238e078ea432c3410bbcd
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 97.2% (280 of 288 strings)
Change-Id: Ida18a8145a8e2bb718f7ca87e35427b21a74f11c
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ib583b1efe8aefe154eb286e5cfda350c0438654e
update translations
LibreOffice Online/loleaflet-ui (Russian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I9f1b78c644f3f15a25e218b84eefb0f0e3ce4548
update translations
LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I7e8026c4fb0c0a24186681f5ea3ebf19a7edcebe
update translations
LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I7034f98bddbd0d6839907d68d2852feb7cd6852f
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ic6b8e91bc6857b2135fa8fee7e6b5a576f39a5f9
update translations
LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ie74c18a72f44c778be4e02ca4b9a42f76efc7e38
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ibc5496109cccb4c004de4f2590edb85faeef2318
update translations
LibreOffice Online/loleaflet-ui (Icelandic)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ieb4fe8939e8289540d085c6e2ebabde79ca20b04
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: If0bdc8119f683ea4141048dc51c33cdf314a8cb7
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I48723bfd30552592327a352c1f3e8ceb12a9d54f
update translations
LibreOffice Online/loleaflet-ui (Galician)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I613b95666c292573016ad03b0d1c83681cb2fa63
update translations
LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I6cff25e2bc5518ad1f0db7443a3d8b7a55658947
update translations
LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I797ed20d4bf8c8171db1c513a3b89614248eb26a
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Iff004d986a01a23a5cc697f6ccfa8a4c76920d64
update translations
LibreOffice Online/loleaflet-ui (English (United Kingdom))
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I9db41be6c2bb1f6199c10f97c9ddf06cc1f08a03
update translations
LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I9268cfde7471fbcce2cbfbb537002d8510946c9e
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I1344fee7081904e557e8d0c0ad74f02f4d31f351
update translations
LibreOffice Online/loleaflet-ui (German)
Currently translated at 92.4% (266 of 288 strings)
Change-Id: I86358814a0cfe996770c26f9a38f0c99cc77045e
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I09fbc1a9426da78b16cc12eea4dddc67d29dc4a7
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Ia7a0a3e3f33db47a41b40e1113caaf8870ed28ba
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: Iff5450e53315781614b73545cc6f6386b98f8b08
update translations
LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (288 of 288 strings)
Change-Id: I4196eb780fa8be4ac9ce23c8210074897bd18b6d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89847
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-12 13:07:18 +01:00
Pranam Lashkari
7110ce7b8e
leaflet: added support for export as epub
...
Change-Id: If1c4807e090b6f1df618f132b1d698d54eeacfd1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90346
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-12 12:36:58 +01:00
Tamás Zolnai
fd1dee501d
cypress: disable supportFile option.
...
Parallel build sometimes fails because of missing supportFile.
We don't actually use the supportFile. An empty support file
is generated by the framework.
Change-Id: I09d79678638ae9776e1568bff5f9267623d966f4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90374
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 12:07:03 +01:00
Tamás Zolnai
d0fe43bffa
cypress: catch also AssertionError.
...
Change-Id: I78a5d0f5a160a68197019735565689f61a5cdb39
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90372
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 12:06:55 +01:00
Tamás Zolnai
f1a75a2d30
cypress: mobile: use mobile wizard indicator before useing contains().
...
Change-Id: I9565b6f14dc00d21bf0a446af8e554843bc511bc
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90371
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 12:06:49 +01:00
Tamás Zolnai
9ebdf2329a
cypress: mobile: replace contains() with .should('have.text',...)
...
It seems contains does not mean a retry functionality
which tries to find the item in the given time window.
Change-Id: Ib26a5d84a1dacbddcb56dec6fd4a0901ba7d2295
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90351
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 12:06:42 +01:00
Tamás Zolnai
e7a267d4c5
cypress: mobile: check the selected state of font combobox item.
...
Change-Id: I41a8fc86fbb1ad9bd5d48ac6d47c15e9322fa677
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90350
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-12 12:06:30 +01:00
Andras Timar
cb4d056749
update UNO command translations
...
Change-Id: I7827ad7c440b97e76c26426eb83c4d94ab5e3e8c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90366
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-12 12:06:05 +01:00
Andras Timar
d014dd53a8
Update unocommands.js
...
Change-Id: Ib504fcd2e9888d19c779e1cf8a0c47a799036598
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90365
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-12 12:05:51 +01:00
Henry Castro
f63ca11bd2
loleaflet: fix printing document in IE11
...
Change-Id: I816ba7209ebfe8d051cbd6cef054245b9ab08950
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90334
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-03-12 01:20:47 +01:00
Michael Meeks
4e5f6bf9d2
re-factor: use protocol handler for document broker creation.
...
Change-Id: If89610c9baebc92bb49b612075118f705cefeeea
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90343
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-11 20:10:17 +01:00
Tamás Zolnai
cb9fa14d23
cypress: fix failures caused by dirty test documents.
...
It seems sometimes writeFileSync() method does not
actually overwrites the document and some tests loads
a test document modified by an other test.
Hopefully removal of the file will solve this issue.
Change-Id: I2cecfd367acce185eeebbdc4269a73a9d1d2dd5a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90339
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-11 19:12:21 +01:00