summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Enhance build system: support multiple OS as host and pull the image before ↵Marco Marinello2020-05-143-3/+66
| | | | | | | | | | build Change-Id: Ic9875dd1aa49335df83cc6a8492144450f725f31 Signed-off-by: Marco Marinello <marinello@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92665 Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Proxy: significantly simplify proxy socket.Michael Meeks2020-05-131-42/+27
| | | | | | | | | | This avoids needing long-term wait sockets which consume server-side resources & can block other requests. Change-Id: I0909f49e16c5ce2315b9980cdf34fa4e370e3abc Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94150 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* cypress: enable skipped unit test for "writer/shape_properties_spec.js"Henry Castro2020-05-131-12/+3
| | | | | | | | | Enable unit test related to Spin button controls changes Change-Id: Ib2f0098d5d0b9f8b6eae28a4cce8680c6378e623 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94124 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
* cypress: logging the command state changesHenry Castro2020-05-131-1/+9
| | | | | | | | | | So when unit test fails, we can inspect the response from server some UNO command states Change-Id: Ic652918a8e57cadfd1cd58a89d7a1c9905abcfc9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94081 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
* cypress: fix error running single unit testHenry Castro2020-05-132-1/+5
| | | | | | | | | builddir != srcdir Change-Id: I2521c3e11f05f0c91bf0e8f5667a5466493acac0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94080 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
* loleaflet: assign a static singleton map objectHenry Castro2020-05-132-0/+5
| | | | | | | | | | So cypress can access the object and listen some events when unit test fails Change-Id: I8b05383a2655865b540306f83ebb5c5d42f1929c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94079 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
* make indent markers nicer, put update after _TSContainer changeTomaž Vajngerl2020-05-134-19/+38
| | | | | | | | | | | Make markers look more like in LO - smaller, more slick. Move the _updateParagraphIndentations after _TSContainer position is recalculated as we depend on that. Change-Id: I08034f6b5402a1532b6f74203a465164327f4593 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94095 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Proxy: use much more obscure session IDs.Michael Meeks2020-05-133-8/+29
| | | | | | | Change-Id: I1220216b88aaa3c9a0bc58ed5bf4b20b4214d997 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94090 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* Proxy: re-arrange URL structure & document it better.Michael Meeks2020-05-138-39/+79
| | | | | | | | | Also implement 'close' during browser unload. Change-Id: Ie2072c14cf863876c633b3371b86016367ad4992 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94089 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* Proxy: move requestDetails closer to ProxyProtocol.Michael Meeks2020-05-137-21/+20
| | | | | | | Change-Id: I07c00ea1dad15fd70b658a04f722cbd516fd5c18 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94088 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* Proxy: move RequestDetails to its own header.Michael Meeks2020-05-129-154/+237
| | | | | | | | | Share it with various other places requiring similar data. Change-Id: I873f56798f5a34dcf7440456bd649b68f6d3df98 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94069 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* Simplify and centralize document URI decoding.Michael Meeks2020-05-121-14/+15
| | | | Change-Id: I758ef20fa1efa79703ecefee8836cbf00176e659
* killpoco: remove last StringTokenizer.Michael Meeks2020-05-121-18/+20
| | | | | | NB. indices shrink by one. Change-Id: Ibce8c01622a4ed27f9fe10608f929a93aef2bab4
* RequestDetails - move into a single class & simplify flow.Michael Meeks2020-05-122-70/+142
| | | | Change-Id: Ic9148350e04fca7876ec1b5985b467524c6894e1
* tdf#111535 Add First-line indent, paragraph indent, and tab spaces/Online part.gokaysatir2020-05-124-1/+255
| | | | | | | Change-Id: I7b0b6e205aa9af40b8331044b99c44df0bd4cced Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93250 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* MSForms: add a small padding to the list items.Tamás Zolnai2020-05-111-1/+3
| | | | | | | Change-Id: I4ba449a1c82ab046454a87d09f351879b5ac9f26 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93981 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* MSForms: display placeholder text, when there is no items.Tamás Zolnai2020-05-112-12/+41
| | | | | | | Change-Id: I8acd29d734820f6ddc36871c7777fefd2956c213 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93962 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* notebookbar: remove testing JSONSzymon Kłos2020-05-113-7409/+13
| | | | | | | Change-Id: I59128eaa0e2faa9db5e15b01d0ad44bdf835c0db Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93963 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* Fix language menu in statusbarSzymon Kłos2020-05-111-1/+9
| | | | | | | | | | Sub items from the language submenu are executed by uno calls - added handler. Change-Id: Ia83cd9331de6468c7d5a7b6f5cdbe45e68595a8b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93956 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* Fix cell address input handlerSzymon Kłos2020-05-111-1/+1
| | | | | | | Change-Id: Ie0a7630597f442d7f7117870cd4a52ff5b476252 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93957 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* jsdialog: add formatted field handlerHenry Castro2020-05-111-17/+41
| | | | | | | | | | | In master branch by default the legacy control like the metric control is not created, that force to create the replacement which is formatted field control. Change-Id: Ib5dcaa9516057a3aed304b748f13d44098dc525b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93588 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
* loleaflet: Show navigation controls on sheets bar on tabletsAron Budea2020-05-101-1/+1
| | | | | | | | | regression from 1d1651795c73a7f2b73bdb17b7e2926047ffcbee Change-Id: Ifc7589a2bbabb99021ad98ed85216f1d22b5e641 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93902 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* cypress: start Xvfb with screen argument.Tamás Zolnai2020-05-101-1/+1
| | | | | | | | | | It fixes an error during cypress verify: https://github.com/cypress-io/cypress/issues/6184 Change-Id: I993bf6cda5f8018d394ee6ee506f99d07b1e6e56 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93793 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* cypress: catch also "Command failed:" as an error.Tamás Zolnai2020-05-101-2/+2
| | | | | | | Change-Id: Ie5649886eabf3994ba003dc9e7b9b28790c1a58b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93925 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* MSForms: white background of drop-down-field-list (not black :))Andras Timar2020-05-101-1/+1
| | | | Change-Id: I633fff952f10d95ed120494dbb3f75dd4e9bbc2e
* MSForms: white background of drop-down-field-list (it was transparent)Andras Timar2020-05-101-0/+1
| | | | Change-Id: I315cdc29643d0fddb6704610cb4ed72c03ee3e8b
* cypress: add tests for form field button.Tamás Zolnai2020-05-105-0/+233
| | | | | | | Change-Id: Ie297d9f10edebd857af2e2c4f9f09acd5c1519d8 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93770 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* cypress: fix shape operations test.Tamás Zolnai2020-05-091-2/+2
| | | | Change-Id: Ibdca536bc8fb2a5b16d6ed085a65c25d1bc854b4
* MSForms: remove weird blue border dispalyed around the drop down button.Tamás Zolnai2020-05-091-0/+1
| | | | Change-Id: Iddb696f10d9eb5364904021dd50431e11efc8dfb
* MSForms: stop propagation of mouse events for the drop down button.Tamás Zolnai2020-05-091-0/+4
| | | | Change-Id: Id63056f1aa39cadfc62021c5220d301f7ea26af8
* MSForms: do some styling of drop-down form field..Tamás Zolnai2020-05-091-0/+6
| | | | Change-Id: I70d4766dcf116e31cde18f67cfea6551197657a8
* MSForms: send item selection event to core.Tamás Zolnai2020-05-095-7/+48
| | | | Change-Id: I10fceb66a4f8cd777c43411ddace3456a315b5a2
* MSForms: restructure form field button rendering code.Tamás Zolnai2020-05-091-38/+66
| | | | | | To make it more readable. Change-Id: Icfb179a5edfc65fe2dcaaebcc86c970e5d3b83b1
* MSForms: use the actual item list for drop down field.Tamás Zolnai2020-05-091-6/+5
| | | | Change-Id: Ib6021cf5d2a0c25bcd04f44771a33b3e3cea53fb
* MSForms: build drop down list for drop-down field.Tamás Zolnai2020-05-092-18/+65
| | | | Change-Id: I42a68ebf8b0201d97779f2bfc43a8dabbad9e1c0
* MSForms: styling form field button.Tamás Zolnai2020-05-092-12/+56
| | | | Change-Id: I4bbcc16aa8afb0fa7e8e84d34e1f18086f0b8615
* MSForms: handle formfieldbutton message.Tamás Zolnai2020-05-096-0/+74
| | | | Change-Id: I17243823d9bc0074b7fd015bca23de9399e0e26c
* leaflet: clear formatting option enabled for impress mobilePranam Lashkari2020-05-083-1/+3
| | | | | | | Change-Id: I8be2baa555174d22bb9ff7836ad452a4fa8d24b9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93704 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Proxy: only accept request from localhost.Michael Meeks2020-05-086-0/+35
| | | | | | | | | Also - add net.proxy_prefix setting to enable this. Change-Id: I87f5aab2316c053ea1bc8cc177e4a54ba0455697 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93682 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* notebookbar: switch tab on context changeSzymon Kłos2020-05-085-5/+33
| | | | | | | Change-Id: Ib485cfdbd06291de6b03a544fe0975f61823bf24 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93731 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: use proper save actionSzymon Kłos2020-05-081-0/+16
| | | | | | | Change-Id: I83f777f2d47c554365a8aa0305be9b5ef0cb4650 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93709 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: custom shortcuts for impressSzymon Kłos2020-05-083-1/+42
| | | | | | | Change-Id: I5a2803091522e20416a6ba05f968590d7d105b0a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93708 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: add shortcuts toolbarSzymon Kłos2020-05-082-0/+53
| | | | | | | Change-Id: Ia6ddecaca2d6940b9d5bc52684527cb6e67b6a37 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93707 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* function bar: Index the function by name, not by index.Jan Holesovsky2020-05-085-16/+20
| | | | | | | | | | | | Depends on a core change that changes the ABI of the completeFunction(). Change-Id: I27daf31d49347c4a308518e14a9b8b97f3b48991 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93667 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> (cherry picked from commit 870a7ec5620eb742bd8fb2a9680ff67101a37dd7) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93541 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: improve disabled items stylingSzymon Kłos2020-05-082-5/+22
| | | | | | | Change-Id: I8010300422c96affb132ad952a284af6c64b2fdc Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93701 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: hide unsupported items in impressSzymon Kłos2020-05-081-0/+17
| | | | | | | Change-Id: I54e4a15c32ef5876dd74df185cddf9341d9b8718 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93691 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* jsdialog: introduce disabled state for unobuttonSzymon Kłos2020-05-083-3/+19
| | | | | | | Change-Id: I5b81cbdda56acc64aac8516e3b97697a0c11395c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93654 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: impress tabs layoutSzymon Kłos2020-05-081-7/+81
| | | | | | | Change-Id: Iecd60b8c5fdbe9cfabdf4af44a84d37292e13e31 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93652 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: add tab data for impressSzymon Kłos2020-05-081-3/+2157
| | | | | | | Change-Id: Id4ebd847e5c211ceb8404a2f0891f7ddb34c3783 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93651 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
* notebookbar: add tabs data for CalcSzymon Kłos2020-05-081-1/+1898
| | | | | | | Change-Id: If67de1f908b37c84de8251c67aee6691d1770878 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93649 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>