loleaflet: change z-index of test-divs to -1 so it doesnot interfer with cypress
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ifbc21ee14ae71d8afc90051a86ad376458111e0d
Change-Id: Ib1734245631cff46055568cbe449a8fbf096cf7f
- Remove negative margins (no need for that anymore) and instead use
the ideal height values from the get go
- Also Remove parent's height rule (better to follow children's value)
- Remove rules that are never applied (since they are always superseded
by others)
- Align addressInput to left column header
- addressInput: Use the same text alignment as used in column header
- Set the addressInput border color to the same color as in formula
input field
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: If2ed681e408fb12dadc33ed47e3c68d8237324f9
in Calc when tab was 0 we change it to null and in result comment is not shown
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ibddef0b1a5ae637364b27de15bea2e71ced0613c
CommentSection.importComment() appears are the top level function that
takes most of the time. So do lazy importing of comments just before
when we need to display them.
Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I6eab4d6c72c25fcc17ce6ea3651cf96f7274cd9d
Currently translated at 96.7% (442 of 457 strings)
Translated using Weblate (German)
Currently translated at 100.0% (391 of 391 strings)
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/fr/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/de/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ie17dc92c97d13e406957f8b92746d36fafcd9685
Currently translated at 100.0% (457 of 457 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (391 of 391 strings)
Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/cs/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/cs/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic56f4fc4144d3829ab44962a040703951e34f1a5
Currently translated at 100.0% (457 of 457 strings)
Translated using Weblate (Slovenian)
Currently translated at 100.0% (391 of 391 strings)
Co-authored-by: Martin Srebotnjak <miles@filmsi.net>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/sl/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/sl/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I985e0ccbd5d47da1fb4df26db8b5a6a81e730d47
though cursor update is still required for the mobile on resize
because when the virtual keyboard appears cursor should be scrolled into viewing area
for more details: 3f04cd8183
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I08b54008d232d8a8d5277cf2acb5003f4c2a551a
test/lokassert.hpp:16:22: note: 'operator<<' should be declared prior to the call site
Change-Id: I7533490e64b1181b3349d0966b42eba4dcc88f05
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Hopefully helps to hunt segv's more effectively in development.
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Change-Id: Ife800f9902fe8d95711b3b14867ee21bb3c3f21b
- This also fixes in some instance icons appearing twice at
different sizes in the same button, namely in the pivot table
jsdialog
- Make sure flex parent is centering images horizontally
- Remove hard-coded margins
- This also fixes some odd alignment due
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ic391e749656a954cb6bd8f793eb4081d53b41961
Fixes issue #2812 while keeping the same strucutre of those
buttons with image inside
(e.g.: sidebar button: impress animation sidebar: add)
Also use innerText (no need to use innerHTML when we are actually
always dealing with text)
Context:
- Remove the unnecessary span inside of simple pushbuttons because:
- since it can required further unnecessary styling
- Doe not add any semantic to the existent button element
- it can lead to different rendering depending on the
device/browser combo
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I88f1b97939c59927686bd72ea295f87abffcbe29
This adds the Proof of concept WebApp to show how to glue together
the Solr search platform with COOL server with "convert-to" and
"render-search-result" REST services and combine everything into
a document search solution.
Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
Change-Id: Iea3a2f6e2afee090bc7a27648390025d2a8c94d8
This adds a new service render-search-result, which renders an
image of the position where, the search fund a hit. The search
result contains the information in which object or paragraph,
which is just the node id and node type from the document model.
The service takes the document and the search result (xml file)
as the input and returns a PNG image as the output.
Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
Change-Id: Iffc158c5b0a3c9a63f8d05830314c9bc1616b3b1
Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>