Commit graph

15318 commits

Author SHA1 Message Date
Szymon Kłos
c40d9003ef jsdialog: spearate deck and panel implementation for mobile wizard
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Icfa35abf2fbc4421f432971da5bfbe080f98b80a
2021-05-25 11:57:38 +02:00
Szymon Kłos
fdecdd02e7 jsdialog: send correct selected text for combobox
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I48f6ebf8888dd6504265c15953a6a049218b2b70
2021-05-25 11:57:38 +02:00
Szymon Kłos
2001d4c002 jsdialog: default for toolbox is icon only
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I1a0ee84ee7798846aed479f8a59dcd310e7205ff
2021-05-25 11:57:38 +02:00
Szymon Kłos
ffbfe29603 jsdialog: move mobilewizard color picket to correct file
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I408f816e7388bfcfb7d3fa380e14628ab37fd25a
2021-05-25 11:57:38 +02:00
Szymon Kłos
46097f8b0d jsdialog: don't apply mobile wizard styles outside mobile wizard
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I5886d66343feec0f0c8deaca9e7a0060ac94b37b
2021-05-25 11:57:38 +02:00
Szymon Kłos
530e5ce816 jsdialog: avoid using undefined if id is a number
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: If9bbea9132a07337118fb196b50d6b8fd3d31de2
2021-05-25 11:57:38 +02:00
Szymon Kłos
1408d2b5aa jsdialog: build toolitem if has command
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I5f5d22c09e4410797a08386d12308304b1328a7d
2021-05-25 11:57:38 +02:00
Szymon Kłos
12486e4c57 cypress: fix not stable delete image tests
- menu was visible and covered center of the image
- sidebar was covering image in the impress - change zoom
- temporarily introduce delays so slower sidebar will not break tests

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I65eb7a7337880ce48f89669c038a88fde5c67493
2021-05-25 11:57:38 +02:00
Pranam Lashkari
9326bf045e kubernetes: use consistent hash in haproxy
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: Ia8d13762ebc0b0203fd5fa6870f3e576f1648c8a
2021-05-25 15:27:00 +05:30
Rash419
fe9e577f83 cypress:fix calc delete chart test failing
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: If270c9400881292a6ebe54ed697fb70af6c80bb4
2021-05-25 13:30:10 +05:30
Tor Lillqvist
809c78480d The convention is to call the processes 'WSD', 'ForKit', and 'Kit'
I.e., not in upper case. I was misunderstanding.

Change-Id: I3275446cba0eb954b5ef398d3406d0543c2fb7e7
Signed-off-by: Tor Lillqvist <tml@collabora.com>
2021-05-25 10:41:11 +03:00
Dennis Francis
5e64575ab6 fix: empty tiles on zoom back to previous level
Don't confuse between tile object and the tile image element.
Assign the tile object to tile array correctly and update the tile image
using the tileCache.

Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I014cc47c7b6e4086384a66158fb8eb2534714b99
2021-05-25 07:42:16 +05:30
Dennis Francis
aa17d78f45 no images in messages with nopng
Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: Iddd9827c6e9f0b14537f6d9b756c60d4e630c9f6
2021-05-25 07:42:16 +05:30
Dennis Francis
663016d5d0 Unify queue slurping - msg and tiles
So that the core message ordering is maintained (by enforcing a single
queue).

Conflicts:
	loleaflet/src/control/Control.LokDialog.js
	loleaflet/src/core/Socket.js
	loleaflet/src/layer/tile/CanvasTileLayer.js
	loleaflet/src/layer/tile/TileLayer.js

Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I6ba0d3ed13f4c9b08461dd7ae046106aeaaa4c50
2021-05-25 07:42:16 +05:30
Dennis Francis
4da32ab558 fix: splitter line drawn over other overlays
Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I5b2c9f4937fbed9d03763cc25168142471d2f7a6
2021-05-25 07:42:16 +05:30
Dennis Francis
c1ad636a25 postpone scrolling till msg-slurp execution
Only dirty the canvasContainer on scrolling so that there is no double
repainting in resumeDrawing() call.

Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I135c1dd096b50caa3f2ea5d45f6fae3832a10013
2021-05-25 07:42:16 +05:30
Dennis Francis
9e04f59b1a avoid rendering for execution of ~every message
Send the canvas container into a paused state just before a batch of
queued messages are going to be executed. During this state the
container dirties itself for every requestRedraw() call. After all
messages in the current slurp batch is executed, resume rendering
starting with a re-render if necessary based on dirty flag.

Conflicts:
	loleaflet/src/core/Socket.js
	loleaflet/src/layer/tile/CanvasSectionContainer.ts

Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: Ice5347aac78f4f19642b96edb929836b15c55599
2021-05-25 07:42:16 +05:30
Andreas-Kainz
e8255044c0 Colibre styles icon update:
update cell styles for calc
remove styles for writer, cause there is a preview already

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I1267a1ca704327d7ce4025acc2c5ec5593fab6a4
2021-05-24 22:59:17 +02:00
Tor Lillqvist
b265586dda Add the possibility to have arbitrary "arguments" in a ProfileZone object
Note that the C++ ProfileZone class here in Online is totally separate
from the comphelper::ProfileZone in core (which is now derived from
the more generic comphelper::TraceEvent class there).

Also note that this is work in progress and I know that there isn't
any code yet to write out the collected information from this C++
ProfileZone stuff here in Online. Which is why we don't actually have
any ProfileZone variables yet sprinkled through the code. That is
upcoming.

And finally, note that the Trace Event stuff in loleaflet also is
unrelated.

Change-Id: I8765d6dbc1d5108d9d1042781644cbee2419cd9d
Signed-off-by: Tor Lillqvist <tml@collabora.com>
2021-05-24 16:49:46 +03:00
Andreas-Kainz
9b652a5e4d CSS color-palette vars are within a separate css file
move loleaflet.css .root color varaibles into a separate color-palette.css file so all var colors are at a dedicated file and branding is easier.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I6fe879fbb09e2d5170c028820974bdda0466805d
2021-05-24 13:40:20 +02:00
Rash419
6ffef3a7fc cypress:added searchbar spec for desktop impress,writer,calc
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: If4a23c069c4fce9106b66fbb987f34cfddbb26f9
2021-05-24 16:41:24 +05:30
Rash419
171cacb764 cypress:added tests for track changes in writer
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ifad0ecc0527b4bb1f1c76e66c79285c045b7af9a
2021-05-24 16:39:24 +05:30
Rash419
6488118b73 fix:comment doesnot appear in wizard after reload in writer
and enabled cypress test mobile/writer/annotation_spec.js

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: If72e6f98acf5fcad1202332fa6521d7ad0e35e83
2021-05-24 16:39:04 +05:30
Rash419
c961e73f10 cypress: added delete-objects test
added id field in table option of menubar and moved _refreshRowColumnHeaders to canvastilelayer from calctilelayer

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ia2e492cb6edcd65ba2444da34795fe367b25e887
2021-05-24 15:54:31 +05:30
Andreas-Kainz
f05769b7c2 Statusbar use hue-rotate styles svg icons
By default all Statusbar icons use blue1-txt-primary-color
instead of use green0-txt-primary-color, yellow0-txt-primary-color and orange1-txt-primary-color hue-rotate svg filter was used.
-> Simplify codebase

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I5f675c25b4711c2ecc2c04612b3a95682dc17ad9
2021-05-24 11:40:49 +02:00
Andreas-Kainz
6adc772fef LibreOffice mimetype icon update and fix for #2407
writer mimetype use the style from the 16px icon not from 32px one, so there is only one color, like it is for calc, impress and draw.
calc, impress and draw mime use the LibreOffice branding colors
better alignment of document icon to finaly fix #2407

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ieb9e5f01f4ff7c3fdecb6443e43d789233a57399
2021-05-24 10:50:03 +02:00
Tor Lillqvist
37e01c064c Enable building the iOS app completely on macOS
The intent is that it should no longer be necessary to do the
JavaScript part on a Linux machine. For the configury and "make" part,
mostly just some minor portability issues had to be handled:

(But it is still possible to do it the old way, too. This is mostly to
not have to bother with installing Node.js on the CI macOS machine
now.)

The readlink command on macOS has no -f option. But that use of
readlink is not necessary anyway in a tree for building a mobile app,
so bypass.

The find command on macOS always requires at least one directory name.
So when $(CUSTOM_ICONS_DIRECTORY) is empty the "find
$(CUSTOM_ICONS_DIRECTORY) -name '*.*'" command produced an annoying
error message. Handle that in a trivial way.

The echo command in /bin/sh on macOS does not have the -n option. Use
the more portable printf command instead.

To then configure and run the make (before you can do the actual build
in Xcode9, you need have Node.js installed. Personally I just
downloaded the macOS Node.js binary tarball and unpacked into
/opt/node so that /opt/node/bin/node and /opt/node/bin/npm are the
relevant executables.

You will also need to add the lxml and polib Python modules to your
user Python module library with pip3, as in "pip3 install --user lxml"
and "pip3 install --user polib".

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I263a318181125fa37ac174fa36cb0e44e56a6607
2021-05-24 11:12:39 +03:00
Andreas-Kainz
f595fe790a Notebookbar Cut, Copy commands without label
Sure Cut, Copy and Clone, Clear are two separate groups cause Clone and Clear are related to other stuff, but have them within one group, mean also icon only and that was the idea behind.
Cut, Copy symbols are very well know, so a label isn't needed from a usability point of view.
Have icons + label mean always that string translations will change the UI and Home tab has ordinary more content. However on the home tab there should be commands/icons which are well know only, so home tab without labels will improve a unified home tab on all languages.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I1c20091f616f5aac57bc802b30db629c9bacd66c
2021-05-24 09:29:22 +02:00
Andreas-Kainz
830f38105c Notebookbar Shortcuts-bar simplify icons and alignment
Shortcuts icons fit better 16px size and are all blue maybe in the future they will get an filter
Alignment of the icons were increase

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ic6cd842b83bdbb4e4b79025afab9dd4bfabe98c6
2021-05-22 19:27:32 +02:00
Andreas-Kainz
3b62a9adf6 Notebookbar Shortcut bar add Fullscreen #2417
As Fullscreen mode can be very usefull #2416 to save space, I suggest to add Fullscreen command to the Shortcut bar at writer, calc and draw. So also the number of items in the shortcut bar is always the same.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I5f37c8d1f9a42527372abcf99bac14b0f539c663
2021-05-22 08:54:39 +02:00
Rizal Muttaqin
15fe72ddd5 Translated using Weblate (Indonesian)
Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/id/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ife8ad8f5d662307f777a6cab6c78806f3bc0c059
2021-05-21 14:29:51 +02:00
Sérgio Morais
acbeb22084 Translated using Weblate (Portuguese)
Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Sérgio Morais <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pt/
Translation: Collabora Online/Android lib
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iebf33174d205b960f885c9e8b23e0905c9652f77
2021-05-21 14:27:59 +02:00
liimee
a2899083a5 Translated using Weblate (Indonesian)
Currently translated at 99.4% (385 of 387 strings)

Co-authored-by: liimee <alt3753.7@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/id/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ifeceb6df9614ed7b8e082a17e0188e1103cdd337
2021-05-21 14:27:59 +02:00
Alexandre Brochand
118dfbce18 Translated using Weblate (French)
Currently translated at 95.4% (21 of 22 strings)

Co-authored-by: Alexandre Brochand <armandleborgne@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/fr/
Translation: Collabora Online/Android lib
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I62ad95cf18a7e00077b9e48eaf63a59714c52ad3
2021-05-21 14:27:59 +02:00
Martin Srebotnjak
3b8c0f75d9 Translated using Weblate (Slovenian)
Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Slovenian)

Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Martin Srebotnjak <miles@filmsi.net>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/sl/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/sl/
Translation: Collabora Online/Android lib
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I33695c7ec3cb8f222b6beab710e34cee13be1fd0
2021-05-21 14:27:59 +02:00
Adolfo Jayme Barrientos
cfacca541f Translated using Weblate (Valencian)
Currently translated at 80.6% (312 of 387 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Asturian)

Currently translated at 77.2% (17 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (387 of 387 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (387 of 387 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (5 of 5 strings)

Translated using Weblate (Spanish)

Currently translated at 95.4% (21 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 99.7% (386 of 387 strings)

Translated using Weblate (Catalan)

Currently translated at 99.7% (386 of 387 strings)

Translated using Weblate (Asturian)

Currently translated at 46.7% (181 of 387 strings)

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/ast/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/ca/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/es/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/code-welcome-text/es/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ast/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ca/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ca@valencia/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translation: Collabora Online/Android lib
Translation: Collabora Online/CODE welcome text
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ib809be85163737506e429a2f748acea088e9253b
2021-05-21 14:27:59 +02:00
Milo Ivir
45a457b9b5 Translated using Weblate (Croatian)
Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Croatian)

Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Milo Ivir <mail@milotype.de>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/hr/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/hr/
Translation: Collabora Online/Android lib
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iac36d0e78d327d190c54bae80f8eab8124e80232
2021-05-21 14:27:59 +02:00
Yaron Shahrabani
382ba1230f Translated using Weblate (Hebrew)
Currently translated at 61.6% (259 of 420 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/he/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/he/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I014b675f399677e6936f76ddfcc5bfe74be1746a
2021-05-21 14:27:58 +02:00
Stanislav Horáček
12e9eae664 Translated using Weblate (Czech)
Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/cs/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/cs/
Translation: Collabora Online/Android lib
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I7ba0c18822ba3444ed30bec14064cb9926fe5aee
2021-05-21 14:27:58 +02:00
bruh
7d98ba6378 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: bruh <quangtrung02hn16@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/vi/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I122bb256258370a37f59859795891a57d099a128
2021-05-21 14:27:58 +02:00
Andras Timar
45fb6d8840 Translated using Weblate (Slovenian)
Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (French)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Spanish)

Currently translated at 99.5% (418 of 420 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (German)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (420 of 420 strings)

Translated using Weblate (Bulgarian)

Currently translated at 98.5% (414 of 420 strings)

Co-authored-by: Andras Timar <andras.timar@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/bg/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/ca/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/cs/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/de/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/el/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/es/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/fr/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/sl/
Translation: Collabora Online/Help
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I5880b7a27e7d8515d28dd0745c387d7e78b73ba4
2021-05-21 14:27:58 +02:00
Andreas-Kainz
a18765503e Notebookbar Tab hover use primary color
As the tab hover effect used an defined color and the plan is to use var colors, I implement another hover style for tabs.

Hover on notebookbar tabs show a 2px bottom line in primary-color depend on the app and the tab label color switch also to primary-color. The layout follow the cool color vars and look very consistent.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ia8da2472f7feee97c198c14a9cb059a257168b3e
2021-05-21 14:15:34 +02:00
Pranam Lashkari
9d9bcaa7ec leaflet: notebookbar: added handler for clone formatting
problems fixed:
tooltip not shown
button status not shown

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I5a5fb0bac7ec79ccdcd540f1b6ae608bf460a7ff
2021-05-21 12:53:10 +02:00
Pranam Lashkari
ad7ed5a27a leaflet: notebookbar: removed title property from notebook content div
problem:
Jquery tooltip uses title property for tooltip content
this tooltip property is also applied to all the child element,
if they do not have their own title
resulting into false tooltips in many cases

fixes #2171

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I2e9d61f98d9cf4e96ae720cc660278f8bf0c6df8
2021-05-21 12:52:48 +02:00
Pranam Lashkari
9732516e7b leaflet: hide all comments in the document if part not specified
problem:
in some cases comments were not hidden
where specifying which part's comment to hide

i.e: when we add new sheet it is not possible to know which was previous sheet
so couldn't hide the comments from previous sheet after adding new sheet
in such cases hide all the comments
later showAnnotations handles which comments to show

fixes #2197
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I6f260f87fadfd371b095784538473e8c728c95e3
2021-05-21 15:26:41 +05:30
Andreas-Kainz
4fa8fdc203 Notebookbar add outline for hover commands
With an 1px gray-color outline it's better visible where the mouse is hover an command.
When the user hover over an selected command it's also better visible.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I993888bd81a9f18f6d1746a42c9db4f165055e41
2021-05-21 11:44:23 +02:00
Pedro Pinto Silva
62f9883751 Mobile: applystyle: Set different string for static label
Reuse existent font to set a different label for applystyle command.
- Avoid duplicates (icon value-string      value-string  > )
- Fixes layout breakage (no space)
- Set it as "translatable" string
- Translation needs to be updated

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I2d10c772a15fcb36a7169d77ff72cb5e5f6f7ed1
2021-05-20 17:08:13 +02:00
Pedro Pinto Silva
26b9d26fd5 Notebookbar: Add document icon in the case app icon is missing
Add mime type icon under document-header according to document type

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I42e80886919372a842a1d0fecf40b4a9557b5376
2021-05-20 17:07:18 +02:00
Pedro Pinto Silva
021760f751 Cypress: Toggle bulleted list test: scroll before testing
Default cypress view is too small, scroll first and then
attempt clicking in the bullet icon. This fixes failing tests
on this spec. No need to skip the test anymore.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Idffbfec94f94c784b03815c21ece0b8d38a8ba0e
2021-05-20 14:18:53 +02:00
Pranam Lashkari
4ec648ae1c kubernetes: introduced kubernetes configuration
updated the instructions to setup online in kubernetes

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: Ic01d94d095eac9dba54a09351eabcbc6ba83c16b
2021-05-20 12:14:19 +02:00