Adding a comment was not stable. Let's just change
some paragraph properties to check multi-user interaction.
Change-Id: If923312de2c85b8897bc7a0af1f8e3f560576cc0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99376
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Sometimes multiple messages are processed in a single iteration
at socket level. This happens in WebSocketHandler and when draining
Document queue.Just covered these cases.
Change-Id: Ifa46f5d484b67015cca64008b2c89426cc839e64
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99387
Tested-by: Jenkins
Tested-by: Gabriel Masei <gabriel.masei@1and1.ro>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Gabriel Masei <gabriel.masei@1and1.ro>
together and fire a single 'splitposchanged' instead of firing
separately for each dimension. This is important at least in the case of
changing zooms, where without this fix, the listeners will get
incorrect(old) value of y split position for the first fire.
Change-Id: Ic90aa74f9a57dd240a8a3038967c44cf89c3ff89
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99370
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
It causes issues when passing this string as a
command line argument.
Change-Id: I9af569c8ab941f392800c3c678085c384bec2908
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99374
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
The default is true.
If set to false the splits created by a user are independent and are not
synced with other users who are on the same sheet.
Change-Id: Ia2abe8557a448e0029540a85896b913dba5c5e8b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99369
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
via the new uno commands:
.uno:FreezePanesColumn and .uno:FreezePanesRow
This also means the freeze(split) positions for each sheet are shared
with all users(views) who are using the same document.
An option to allow "independent" freeze(split) panes will be added in a
follow-up commit but to make such freezes(splits) persist it needs help
from core which is WIP.
Change-Id: I022148fe2711450d453e74e7ddbf090e0b2f24c1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99368
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
For the zoom-animation of overlay elements the algorithm does not seem
to use the correct start/end positions for building the trajectory. In
particular the splitter control animation looks really awkward. Lets
disable this for now till the animation issue is fixed.
Change-Id: Ic67ccc3df1172853e4b946795dc6c8becb3ad00b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99358
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
On document load, it is possible (even if improbable) for the first
sheetGeometry message to arrive after other messages (like
cell-cursor/edit-cursor/selection etc) which need the former to be used
correctly. So, guard against crashing on the missing sheetGeometry
object in the docLayer (and let the print-twips coordinates in the
messages to be used for display which is incorrect). The incorrect
positions are corrected anyway because we replay those messages, when
the sheetGeometry message finally arrives.
Change-Id: I21840ca08ca62213cba3a4d5aa6e9462d11a5e0e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99357
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
This change "hides" the toolbar and the formula bar in readonly mode for
tablets like the mobile(small-screen + touch) case, by positioning the
document-container and the header-container "over" the toolbar-wrapper
by using .tablet, and .tablet.readonly css style overrides.
Change-Id: I3a0d8468c2b2f5b62a238592ab64d85e1f8be62e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99356
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
automatic spell checking, formatting marks, resolved comments
these options will have checks according to their states
Change-Id: I92ebf0b99720eedc8826080f7bb956fa4d8256b9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99258
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* increase distinction between disabled and enabled buttons,
* make the Selected buttons to use the same main blue color
* make the Selected buttons with text to change their text color as well
* Use --gray-bg-color across all files
Change-Id: I50b8ab86216211de37ef6c4d2b2c6baddc783ae7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99349
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
This happens when a dialog related to saving a document conflict
Change-Id: I37c4840ef09f421a16c0313891b75a61be9c881d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99342
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
We don't want to use cached scaled icons (and other stuff that might
be in the cache?) if from a potentially incompatible version of the
app. Store the core and online hashes in files in the cache to be able
to compare.
Change-Id: I593ece5dae71f91f204d4c040bd9f744b3bc498f
The only use of ENABLE_CYPRESS is the 'if ENABLE_CYPRESS' line in
cypress_test/Makefile.am.
Change-Id: I5790b99f5fb437dd8ee5d0574189fd224eb3e4fe
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99288
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
AC_DEFINE causes it to be in config.h, but there is no code that would
use its definition from there.
It is enough to have AM_CONDITIONAL for it (to enable having 'if
ENABLE_SETCAP' in Makefile.am files) and AC_SUBST it (to enable having
'@ENABLE_SETCAP@' in Makefile.am and *.in files).
Change-Id: Ia00b624114c8139d81bb173c92800ae0a62fec35
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99287
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ie5de132398d9bb75a4d4a2b7b2321a1c8c95e048
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I9b65adb1565aaa7179bb8ed291f28023cb5b205d
update translations
LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Id68ddf5b7221c67fbf860dd4ff559e91edeb4ef6
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ib5f6253eaad8083e5b801145d7044ffac27f043f
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I4e35225e40466b8ae51b4c4eea03b1ed937e002b
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I1583ad0027f58a07afcd423683270312f93bfd73
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Iffc9609927589b37461fe43be701ef61bd6f14e4
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 45.5% (148 of 325 strings)
Change-Id: Ifcaf1f22f1c320a97373622f1c2e3bc8448d4e46
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I85e39752e2f35f78d7f1ad4750d3a64baf16b392
update translations
LibreOffice Online/android-lib (Italian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I6f9931cd19ee212bd22db66dcd732382fd935d8f
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I64c9a44aa76a072820079016c980806054f74538
update translations
LibreOffice Online/android-app (Indonesian)
Currently translated at 99.0% (101 of 102 strings)
Change-Id: Ia788b0faf650cc29c209f6a88a4df0b0d6b0e792
update translations
LibreOffice Online/android-lib (Indonesian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I242daadd30984be3ab576fd7e47890bc357b764c
update translations
LibreOffice Online/ios (Indonesian)
Currently translated at 100.0% (5 of 5 strings)
Change-Id: Ifc1b85593e1d5e426e49367ee184f6f3754b12d2
update translations
LibreOffice Online/loleaflet-help (Indonesian)
Currently translated at 54.8% (228 of 416 strings)
Change-Id: I82add55cb080710adf2a3883f3ff5df74178a2d9
update translations
LibreOffice Online/loleaflet-help (Indonesian)
Currently translated at 54.8% (228 of 416 strings)
Change-Id: I8dbdd99f8582eaa8c8b982b6190fd2bbc9c43a58
update translations
LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I9bd51ce9dd229c550b5c04061f40f21ca2ddc45e
update translations
LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ie63440bce73d11b0fead59eb2e8289ab7c3d984f
update translations
LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I8cea7f4e2985735dcdb96a440af6c559161e4253
update translations
LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I8f103b8d1b85f8f48d8eaf8360734eaeeee5b4f4
update translations
LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ibc31d536cc77e0132e7d297cb7e7140d47117a08
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I3fcc5270d6133f0be802c61c23e195a710b06f29
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ia05b84f261591aaa98d4131ca1b424112b694f0a
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: If307801272c2c38444b8633d5ff772d7be25a01b
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I1653aa52cbba57d92faa0010a17c19dc9e3a6b31
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 99.6% (324 of 325 strings)
Change-Id: Iaa52751431980bdc65250f66a2efbd0d69f5dbef
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 99.6% (324 of 325 strings)
Change-Id: Id190c871eed819bced11cee8a59ed9a83bc20db5
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.9% (146 of 325 strings)
Change-Id: I603c2b393b5ac6fa82c337753dc424847b2df597
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: Ic035b965cfc816bed5083e1ba3ee1b23bef53a83
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: Ida04d26034c603c8c1d6e60fdf2c087dde5645d8
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
update translations
LibreOffice Online/android-lib (Esperanto)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: Ibfa5ea6844be0fa4a8be26ad8a320d361a439a59
update translations
LibreOffice Online/android-lib (Ukrainian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: If091577fe0de2fffa9a815d635e2fc664c3ded3e
update translations
LibreOffice Online/android-lib (Chinese (Simplified))
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I2e61e26003e12388a1cab271342b82039713e201
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ib4f8648e1e4e4efb027b6e52e0de14d6325b4639
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I5e3b3fd3156fc3956180f0fcf11b63ea534f63a2
update translations
LibreOffice Online/android-lib (Slovenian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: If4beec8e2063c97d9a06ea46e0eddb02ae9f9921
update translations
LibreOffice Online/android-lib (Czech)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: Ibaa9411b24657ad2d88d358759c45fcb76eb4c94
update translations
LibreOffice Online/android-lib (Basque)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I81f19ad335523f8316f0ff60b7faa9fd2a5a31cd
update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: I066adfe2407ae49d1cad3505fc69b00958aae6e8
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Icb08a21f1b2d1d8dc59722d497e70bc76fe67a54
update translations
LibreOffice Online/android-lib (Lower Sorbian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: Ifb167f98b22fa9f4eb581f46e7c19fc696a598a4
update translations
LibreOffice Online/android-lib (Upper Sorbian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: If35cb7838630add7cd701b27b58f2d9018ebcd27
update translations
LibreOffice Online/android-lib (French)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I5af85569ca23383503cdea65337535261566c970
update translations
LibreOffice Online/android-lib (Polish)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I34e75d1c2a464cc34ffbf45a863f49278f6883c4
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 100.0% (416 of 416 strings)
Change-Id: I46166f3f0d01d20d7175715847f0e0721ed00554
update translations
LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I7bb60b5213f63c92e4a65c06d01427d65e884fdf
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.5% (260 of 416 strings)
Change-Id: I6412ae593c0572c65b5c219aa9cc505a4001e40b
update translations
LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I66aceb0477847735637022cd62ae6eef6af9e4e6
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 90.6% (377 of 416 strings)
Change-Id: I477da6d7f43427caa512c726dcad396428cf0916
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 86.5% (360 of 416 strings)
Change-Id: I56d0230add8f8e93905dde4b958a4e9707747971
update translations
LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I81a950df9d51a5820c0ad220cde7f0f85097e546
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 80.7% (336 of 416 strings)
Change-Id: I66b141fb61f8badcf829fd6b5074d59b172b08e1
update translations
LibreOffice Online/loleaflet-ui (Galician)
Currently translated at 99.6% (321 of 322 strings)
Change-Id: If22224d8b00ea80cbfe13c856336aa2bdf0d9d95
update translations
LibreOffice Online/loleaflet-ui (English (United Kingdom))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I2c844a1e4dbcb167321f281139c8a821da752c21
update translations
LibreOffice Online/android-lib (Japanese)
Currently translated at 33.3% (4 of 12 strings)
Change-Id: Id6cbfb9db94b839c2b2a43ef4f58483b4261de5f
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 77.4% (322 of 416 strings)
Change-Id: I2813c634ba83f16d4dcdaebab249aa2f9e0d814f
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 71.3% (297 of 416 strings)
Change-Id: Ibf18ba501b7fc92fbf75360e054b7775beea3e17
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.5% (260 of 416 strings)
Change-Id: I214808407c2e32cab8268cdd4d32a980ce652d06
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 64.4% (268 of 416 strings)
Change-Id: I65026aa394bb29075e4230e16269ca32a7690cde
update translations
LibreOffice Online/android-lib (Esperanto)
Currently translated at 100.0% (12 of 12 strings)
Change-Id: Iea02beaab3688f4356ce9d3f5e0c6667c017f5f4
update translations
LibreOffice Online/ios (Esperanto)
Currently translated at 100.0% (5 of 5 strings)
Change-Id: I01ea8721c4b7fc0ad1b3c1fe7974c28ef6d5cd6c
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 55.5% (231 of 416 strings)
Change-Id: I1386d42ed78446b6090d46527b4c8124f187fd8d
update translations
LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I7f1bc4c0ccd996fb29eef23e9fbee45753649f5a
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 70.4% (293 of 416 strings)
Change-Id: I2b8282d3311d0bb6200fc74b1d26a2937086f5f5
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.0% (258 of 416 strings)
Change-Id: Ieff6b116164158baf2d66340f85923a5c08b960f
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.0% (258 of 416 strings)
Change-Id: I45f59ea6402f681bb408564c997be4646db571b5
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 99.6% (321 of 322 strings)
Change-Id: Ib4c273101799fe0039c7b5810e8fbf0ad6f50685
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ic877245a7891bb299a585d4bd597a4fbe14774d5
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.7% (290 of 416 strings)
Change-Id: I5999a8a4d2788ef84643a67905b36f52030afe81
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.7% (290 of 416 strings)
Change-Id: Ica27c7ea84ccd7a778d4fb5c3cd2ab5e86209b34
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.4% (289 of 416 strings)
Change-Id: I48fb3125bceedb79c644d27d6bcac40f34d055c9
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.4% (289 of 416 strings)
Change-Id: Ie5b169fbfc72b5611466dbf630ee3168615562a8
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.2% (288 of 416 strings)
Change-Id: I05d20e4ca50566a0c3d5bb8ff56058f465fe7961
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.2% (288 of 416 strings)
Change-Id: I6c9f9a21c7086fb70a5e225830f5c9aca222831b
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 60.8% (253 of 416 strings)
Change-Id: I1268459e093f58df8f95f47d2c9cfad9cffb8846
update translations
LibreOffice Online/android-app (Esperanto)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I1725fff86a2ca0aae73005e1026571db491e1ba9
update translations
LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 97.5% (314 of 322 strings)
Change-Id: I36f93a4bc595f7ce1d41b4c19a451d3c56ae23e4
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 96.2% (310 of 322 strings)
Change-Id: I87fe346a7db57bc79b7c781b83e8a41e0ccc8c74
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 96.2% (310 of 322 strings)
Change-Id: I7acc9c4583391144414fed1ca91e9ac35a4c7074
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 96.8% (312 of 322 strings)
Change-Id: I08e477f78062116042f9ef326eeb56aef37e10a8
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 96.8% (312 of 322 strings)
Change-Id: I5c7d356d4d56c815c42e39edeca0ca016377e943
update translations
LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I09a00c871f71d29401e5f61ec8082742a225a44d
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I3c2e634aec9f9d21788532a87d4cd70b19624957
update translations
LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I498defcad98311b2cbe86a97f475aad797ca23ab
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 95.9% (309 of 322 strings)
Change-Id: I2a6fe0df0497e02881ba4e80550960ea58d28137
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I4c942a5f4bef50d0270df6c996d63d0abb1e3bc4
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 92.8% (299 of 322 strings)
Change-Id: Ib10b0348b486f0b15e5b526a797afba38100679e
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 99.6% (321 of 322 strings)
Change-Id: I723dc21aa74dbee24216a36503f444d59d5c002a
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0831f58b29a2f38d5930c1151822cd46228cc401
update translations
LibreOffice Online/android-app (Esperanto)
Currently translated at 24.5% (25 of 102 strings)
Change-Id: I617ddf6110fb298ce1748c0f625f549bba720ef0
update translations
LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I453bcf9ed586f02947a0fcff6a0b32b278a8e27c
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I50ed9754d43f53981f569612daefea5060e420bc
update translations
LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I291186bf2449502b70807e74ec5de18a47edde2c
update translations
LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Id2e5807b8256b6955a3d5264c5c46f85a3cf7076
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I530b95c303d0732abf521f34cbdad3bc0e1342b7
update translations
LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I11b0bbb1c9d555abbda75388cc4c4b57e37009c7
update translations
LibreOffice Online/loleaflet-help (Dutch)
Currently translated at 62.7% (261 of 416 strings)
Change-Id: I023dac41e040fc0ff8d0ba2a9e668e647003964a
update translations
LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0c52e2a8ae753222a6f2ab94d44bf20e87e8f45c
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Id64266b21b81478bc656de6afa5f469d631881d2
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ib16320c130dd9d5121a25166afd53bbe3cf9a34a
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 98.1% (316 of 322 strings)
Change-Id: Ia59bd51ebb14374365b0e5a63190f247953ab3eb
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.7% (144 of 322 strings)
Change-Id: I4ffb03883e3b280a7a8ed09698e007e5e0816cc2
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 92.2% (297 of 322 strings)
Change-Id: I8cd95951d1374aa14f2f52315658d42ee5e17d1e
update translations
LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0b00b2f86cfd7781aed0a50da4952585e47c48f2
update translations
LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I79f0ba16edc4148c476f284e3f39f9df65283b2b
update translations
LibreOffice Online/android-app (Slovenian)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I43d97c7bdf717c1c2b8212461498d4348ea95dc5
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 97.8% (315 of 322 strings)
Change-Id: I99920ccb45ce23d130ba7771c4442124438aa47e
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I1ae60e074497c69b34b03a2b7427f6f51ecf5156
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 97.5% (314 of 322 strings)
Change-Id: I745de31cd69a83bce820ac61845e331196c9c399
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I22e457737aaf6c9f6f6f17b9fe1ac290534c2b64
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ief15cc27aa4b751dc42970b540684058e32ce88a
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I05ecc42fe7a49869b8865c502ad716f57554e029
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
update translations
LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Ie8bd9e8ebd6d1d511e83a02e13a0b433c4e58236
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If3405ae6814e6d339174f1b6bd0fb6228ec9959c
update translations
LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I4a86f7d0c1ee8132c1a1246d433d75fed0326124
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 95.1% (296 of 311 strings)
Change-Id: Idd97e0241eab71ae4507943c78e7c5dd0cfde6b8
update translations
LibreOffice Online/loleaflet-ui (Norwegian Nynorsk)
Currently translated at 78.1% (243 of 311 strings)
Change-Id: Ib38821773823e15eeb5d0b088eb3c3f5532159b8
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I97138a367211ca306243e04f7e894876c9551091
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-help/
update translations
LibreOffice Online/android-lib (Afrikaans)
Currently translated at 100.0% (12 of 12 strings)
Change-Id: I064b9621e82ace5bb77c5228a06d8f7ad4c9c008
update translations
LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I1432b78958facf4f3a27839a863dd404f128540f
update translations
LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1be390f305b9f68dbadc50cdc0e4441c32544b8
update translations
LibreOffice Online/loleaflet-ui (Afrikaans)
Currently translated at 43.0% (134 of 311 strings)
Change-Id: I81fa513e9a783a582b67cb449395528a855621c6
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.7% (139 of 311 strings)
Change-Id: Ib2293d0074960d9d28b29a0295937870cea7bfe1
update translations
LibreOffice Online/loleaflet-ui (Aragonese)
Currently translated at 1.9% (6 of 311 strings)
Change-Id: Ifd437408ce3ac388a3e0b558ca5dd1409e9cc9b5
update translations
LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I59af48d270c9b8483502d6755e2993fa5189ece7
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I241199ef18c9d1131b994372096605901c83096b
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I6d233f3490882f37408f089d139d8e22332bd3a5
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1eab5168f8494ce0a310d9d77c6d7ff58c91051
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.1% (137 of 311 strings)
Change-Id: I86d7be3d6f8e0c2ec8ad39841c3f5a5e1d8e42d5
update translations
LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Ic9c3a343a32cd63cd11bdd9261a29fd437810f74
update translations
LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Icf1fb226cd6d0ef55129370b014804f29cc39dc2
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Iddfe9de524a5f3ec9fb102d299bce88dea0d437a
update translations
LibreOffice Online/loleaflet-ui (English (United Kingdom))
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I9935200a16bb50bcc3b4b61c93fbb4c412ff3723
update translations
LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I5f2c47a133b1e0cf70ad7fc2dd19d4417377b203
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I6ba4eed8864c8c61d5f3d74011a47106785f9174
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I5356eb178fdca761afd8e6860a9d0d4e9b8adfc7
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I02e6fd4be08d6e2b970be2e61caba30322fd9fef
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1a10d5ce6487844f853a230d21e688ff8ccfc77
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I792cfd0edc9ed992d175fe7f93b8288f71e1cc0e
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (310 of 310 strings)
Change-Id: Icdd8e95a3bcad9dc90808b704d48160e6f12cf44
update translations
LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 100.0% (310 of 310 strings)
Change-Id: If9a117838ac4d93ada913b0a3b7c87d4416c3143
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I6b7a217a8872679651e1587f9fe96480ed773498
update translations
LibreOffice Online/android-lib (Welsh)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I4f925c55b4961bb51f4a5e064248b780857b3cc8
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 99.6% (324 of 325 strings)
Change-Id: I5a9b629c74268c833ee9a8a9b93a8a0143a1ce05
update translations
LibreOffice Online/android-lib (Hungarian)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I2ed8c00b2535acbfe751d83e2cf18d942fc7f189
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 99.3% (323 of 325 strings)
Change-Id: I6083c6f382e9b7e052fda1d11303cbe827ba2a4a
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ifae6212c10daa45e798b82c3b302b4281c1b07b9
update translations
LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: I87d173d6aaac312f2bb21abc14b213d3fdbae948
update translations
LibreOffice Online/android-lib (Norwegian Bokmål)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: Idc51eb9f8bf62efb99c2096c15a67809aa93c3f5
update translations
LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (325 of 325 strings)
Change-Id: Ia69490209480aa22545322a5e08e0cd70f27679f
update translations
LibreOffice Online/android-lib (Greek)
Currently translated at 100.0% (13 of 13 strings)
Change-Id: I7612cd76b354cf26e7d09841b894f69f41889d48
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: Iab7354e177d7bfb0ee6bdfd5054540c1686036d8
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99278
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
The asan+ubsan build is slow enough that the old timeout started to
result in an assertion failure, while just increasing the timeout seems
to produce stable (passing) results, so do that.
An ever-hanging process is still caught after this.
Change-Id: I53f2c65f9a11da8423f7ff89a4b773fc2b0b1fb5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99269
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
- don't hide formula bar in calc
- move tab click handler to NotebookbarBuilder
to avoid isses in mobile wizard
- cleanup in the code
Change-Id: Id13e969676bd32882c85394abf1febe2e943e9e7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99187
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
The map._activate, among other actions, is sending indirectly some messages
to the server like clientzoom and clientvisiblearea. If these messages are send
before the document finishes processing the load message then there is
a chance that a nodocloaded error will be thrown because there is a
chance that the messages will be processed in parallel with load. This happens
constantly for xlsx files. This is generated by the Unipoll mechanism which,
in case of xlsx files, triggers a parallel processing.
To avoid the above scenario a mechanism of disabling parallel processing of
messages in kit was implemented and is used for load and save messages, for now.
Change-Id: I4c83e72e600f92d0bb4f1f18cebe694e326256d0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98519
Tested-by: Jenkins
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 86.5% (360 of 416 strings)
Change-Id: I56d0230add8f8e93905dde4b958a4e9707747971
update translations
LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I81a950df9d51a5820c0ad220cde7f0f85097e546
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 80.7% (336 of 416 strings)
Change-Id: I66b141fb61f8badcf829fd6b5074d59b172b08e1
update translations
LibreOffice Online/loleaflet-ui (Galician)
Currently translated at 99.6% (321 of 322 strings)
Change-Id: If22224d8b00ea80cbfe13c856336aa2bdf0d9d95
update translations
LibreOffice Online/loleaflet-ui (English (United Kingdom))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I2c844a1e4dbcb167321f281139c8a821da752c21
update translations
LibreOffice Online/android-lib (Japanese)
Currently translated at 33.3% (4 of 12 strings)
Change-Id: Id6cbfb9db94b839c2b2a43ef4f58483b4261de5f
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 77.4% (322 of 416 strings)
Change-Id: I2813c634ba83f16d4dcdaebab249aa2f9e0d814f
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 71.3% (297 of 416 strings)
Change-Id: Ibf18ba501b7fc92fbf75360e054b7775beea3e17
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.5% (260 of 416 strings)
Change-Id: I214808407c2e32cab8268cdd4d32a980ce652d06
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 64.4% (268 of 416 strings)
Change-Id: I65026aa394bb29075e4230e16269ca32a7690cde
update translations
LibreOffice Online/android-lib (Esperanto)
Currently translated at 100.0% (12 of 12 strings)
Change-Id: Iea02beaab3688f4356ce9d3f5e0c6667c017f5f4
update translations
LibreOffice Online/ios (Esperanto)
Currently translated at 100.0% (5 of 5 strings)
Change-Id: I01ea8721c4b7fc0ad1b3c1fe7974c28ef6d5cd6c
update translations
LibreOffice Online/loleaflet-help (Esperanto)
Currently translated at 55.5% (231 of 416 strings)
Change-Id: I1386d42ed78446b6090d46527b4c8124f187fd8d
update translations
LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I7f1bc4c0ccd996fb29eef23e9fbee45753649f5a
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 70.4% (293 of 416 strings)
Change-Id: I2b8282d3311d0bb6200fc74b1d26a2937086f5f5
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.0% (258 of 416 strings)
Change-Id: Ieff6b116164158baf2d66340f85923a5c08b960f
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 62.0% (258 of 416 strings)
Change-Id: I45f59ea6402f681bb408564c997be4646db571b5
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 99.6% (321 of 322 strings)
Change-Id: Ib4c273101799fe0039c7b5810e8fbf0ad6f50685
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ic877245a7891bb299a585d4bd597a4fbe14774d5
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.7% (290 of 416 strings)
Change-Id: I5999a8a4d2788ef84643a67905b36f52030afe81
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.7% (290 of 416 strings)
Change-Id: Ica27c7ea84ccd7a778d4fb5c3cd2ab5e86209b34
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.4% (289 of 416 strings)
Change-Id: I48fb3125bceedb79c644d27d6bcac40f34d055c9
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.4% (289 of 416 strings)
Change-Id: Ie5b169fbfc72b5611466dbf630ee3168615562a8
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.2% (288 of 416 strings)
Change-Id: I05d20e4ca50566a0c3d5bb8ff56058f465fe7961
update translations
LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 69.2% (288 of 416 strings)
Change-Id: I6c9f9a21c7086fb70a5e225830f5c9aca222831b
update translations
LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 60.8% (253 of 416 strings)
Change-Id: I1268459e093f58df8f95f47d2c9cfad9cffb8846
update translations
LibreOffice Online/android-app (Esperanto)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I1725fff86a2ca0aae73005e1026571db491e1ba9
update translations
LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 97.5% (314 of 322 strings)
Change-Id: I36f93a4bc595f7ce1d41b4c19a451d3c56ae23e4
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 96.2% (310 of 322 strings)
Change-Id: I87fe346a7db57bc79b7c781b83e8a41e0ccc8c74
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 96.2% (310 of 322 strings)
Change-Id: I7acc9c4583391144414fed1ca91e9ac35a4c7074
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 96.8% (312 of 322 strings)
Change-Id: I08e477f78062116042f9ef326eeb56aef37e10a8
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 96.8% (312 of 322 strings)
Change-Id: I5c7d356d4d56c815c42e39edeca0ca016377e943
update translations
LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I09a00c871f71d29401e5f61ec8082742a225a44d
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I3c2e634aec9f9d21788532a87d4cd70b19624957
update translations
LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I498defcad98311b2cbe86a97f475aad797ca23ab
update translations
LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 95.9% (309 of 322 strings)
Change-Id: I2a6fe0df0497e02881ba4e80550960ea58d28137
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I4c942a5f4bef50d0270df6c996d63d0abb1e3bc4
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 92.8% (299 of 322 strings)
Change-Id: Ib10b0348b486f0b15e5b526a797afba38100679e
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 99.6% (321 of 322 strings)
Change-Id: I723dc21aa74dbee24216a36503f444d59d5c002a
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0831f58b29a2f38d5930c1151822cd46228cc401
update translations
LibreOffice Online/android-app (Esperanto)
Currently translated at 24.5% (25 of 102 strings)
Change-Id: I617ddf6110fb298ce1748c0f625f549bba720ef0
update translations
LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I453bcf9ed586f02947a0fcff6a0b32b278a8e27c
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I50ed9754d43f53981f569612daefea5060e420bc
update translations
LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I291186bf2449502b70807e74ec5de18a47edde2c
update translations
LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Id2e5807b8256b6955a3d5264c5c46f85a3cf7076
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I530b95c303d0732abf521f34cbdad3bc0e1342b7
update translations
LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I11b0bbb1c9d555abbda75388cc4c4b57e37009c7
update translations
LibreOffice Online/loleaflet-help (Dutch)
Currently translated at 62.7% (261 of 416 strings)
Change-Id: I023dac41e040fc0ff8d0ba2a9e668e647003964a
update translations
LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0c52e2a8ae753222a6f2ab94d44bf20e87e8f45c
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Id64266b21b81478bc656de6afa5f469d631881d2
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ib16320c130dd9d5121a25166afd53bbe3cf9a34a
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 98.1% (316 of 322 strings)
Change-Id: Ia59bd51ebb14374365b0e5a63190f247953ab3eb
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.7% (144 of 322 strings)
Change-Id: I4ffb03883e3b280a7a8ed09698e007e5e0816cc2
update translations
LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 92.2% (297 of 322 strings)
Change-Id: I8cd95951d1374aa14f2f52315658d42ee5e17d1e
update translations
LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I0b00b2f86cfd7781aed0a50da4952585e47c48f2
update translations
LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I79f0ba16edc4148c476f284e3f39f9df65283b2b
update translations
LibreOffice Online/android-app (Slovenian)
Currently translated at 100.0% (102 of 102 strings)
Change-Id: I43d97c7bdf717c1c2b8212461498d4348ea95dc5
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 97.8% (315 of 322 strings)
Change-Id: I99920ccb45ce23d130ba7771c4442124438aa47e
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I1ae60e074497c69b34b03a2b7427f6f51ecf5156
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 97.5% (314 of 322 strings)
Change-Id: I745de31cd69a83bce820ac61845e331196c9c399
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: I22e457737aaf6c9f6f6f17b9fe1ac290534c2b64
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (322 of 322 strings)
Change-Id: Ief15cc27aa4b751dc42970b540684058e32ce88a
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I05ecc42fe7a49869b8865c502ad716f57554e029
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
update translations
LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Ie8bd9e8ebd6d1d511e83a02e13a0b433c4e58236
update translations
LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If3405ae6814e6d339174f1b6bd0fb6228ec9959c
update translations
LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I4a86f7d0c1ee8132c1a1246d433d75fed0326124
update translations
LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 95.1% (296 of 311 strings)
Change-Id: Idd97e0241eab71ae4507943c78e7c5dd0cfde6b8
update translations
LibreOffice Online/loleaflet-ui (Norwegian Nynorsk)
Currently translated at 78.1% (243 of 311 strings)
Change-Id: Ib38821773823e15eeb5d0b088eb3c3f5532159b8
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I97138a367211ca306243e04f7e894876c9551091
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-help/
update translations
LibreOffice Online/android-lib (Afrikaans)
Currently translated at 100.0% (12 of 12 strings)
Change-Id: I064b9621e82ace5bb77c5228a06d8f7ad4c9c008
update translations
LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I1432b78958facf4f3a27839a863dd404f128540f
update translations
LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1be390f305b9f68dbadc50cdc0e4441c32544b8
update translations
LibreOffice Online/loleaflet-ui (Afrikaans)
Currently translated at 43.0% (134 of 311 strings)
Change-Id: I81fa513e9a783a582b67cb449395528a855621c6
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.7% (139 of 311 strings)
Change-Id: Ib2293d0074960d9d28b29a0295937870cea7bfe1
update translations
LibreOffice Online/loleaflet-ui (Aragonese)
Currently translated at 1.9% (6 of 311 strings)
Change-Id: Ifd437408ce3ac388a3e0b558ca5dd1409e9cc9b5
update translations
LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I59af48d270c9b8483502d6755e2993fa5189ece7
update translations
LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I241199ef18c9d1131b994372096605901c83096b
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I6d233f3490882f37408f089d139d8e22332bd3a5
update translations
LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1eab5168f8494ce0a310d9d77c6d7ff58c91051
update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 44.1% (137 of 311 strings)
Change-Id: I86d7be3d6f8e0c2ec8ad39841c3f5a5e1d8e42d5
update translations
LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Ic9c3a343a32cd63cd11bdd9261a29fd437810f74
update translations
LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Icf1fb226cd6d0ef55129370b014804f29cc39dc2
update translations
LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: Iddfe9de524a5f3ec9fb102d299bce88dea0d437a
update translations
LibreOffice Online/loleaflet-ui (English (United Kingdom))
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I9935200a16bb50bcc3b4b61c93fbb4c412ff3723
update translations
LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I5f2c47a133b1e0cf70ad7fc2dd19d4417377b203
update translations
LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I6ba4eed8864c8c61d5f3d74011a47106785f9174
update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I5356eb178fdca761afd8e6860a9d0d4e9b8adfc7
update translations
LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: I02e6fd4be08d6e2b970be2e61caba30322fd9fef
update translations
LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (311 of 311 strings)
Change-Id: If1a10d5ce6487844f853a230d21e688ff8ccfc77
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Change-Id: I792cfd0edc9ed992d175fe7f93b8288f71e1cc0e
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (310 of 310 strings)
Change-Id: Icdd8e95a3bcad9dc90808b704d48160e6f12cf44
update translations
LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 100.0% (310 of 310 strings)
Change-Id: If9a117838ac4d93ada913b0a3b7c87d4416c3143
Button wasn't functional, after click there was
a popup created saying that keyboard shortcut has to be used.
Change-Id: I1d9a7c430094afa3fc3459bbe7e478967d7d5a2e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99189
Tested-by: Jenkins
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
This shows a connector from annotation to the annotation marker in
the document, so it is possible to identify which marker is being
used for which annotation.
Also adds the alternative implementation to show the annotation
next to the annotation marker.
Change-Id: I8af191fcc8a5e8af827dee0b1ac8ae3d7a50a552
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99021
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Instead of checking if specific functions exist for layouting and
unselecting of annotation, add functions that always exist on the
TileLayer with the ability to override in the specific subclass.
Change-Id: I3be24bf58fef0e09dfee10f80b1b888ce0e0f1f8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99020
Tested-by: Jenkins
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
- by clicking again in the selected tab title
Change-Id: Idbb0892f341865cd9696f9037b87146f7a3cc3a8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99146
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
Since it's a trigger that it's not dependent on a specific tab content but rather a top control that activates the sidebar I repositioned it up top. This will also avoid problems in the future in the case we add a "collapse tab content"
- Also optative close button got some improvements in position and size
Change-Id: I541a3683529e5744714394b64a57105a3407b13f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99126
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
- decrease size of those arrows so they are not mistaken by main actions that affect the document
Change-Id: Ief0b633187df84e8862501cf928c327fa2e44f5f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99125
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
calcinputbar used to disappear because of no proper initialization after
sassion timeout and that set the wrong width which caused this problem
this makes sure that when reconnecting after session timeout,
first inputbar is unloaded and reloaded properly like first time
(when doc was opened)
Change-Id: Ifbf856d0e565e14b2ef697f342ef6d8e63a5fbd2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96953
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Currently AnnotationManager is meant for Writer only, but it makes
sense to share the code with other modules too. This adds a new
base class AnnotationManagerBase which will contain the common
code for the annotation management. Other modules currently have
the annotations implemented in TileLayer, but this is the first
step to move them into its own annotation managers too.
Change-Id: I5131337aa95e43ce0844d57e2cc020239af5f100
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99018
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>