so we can have insert viewcomments with different icons
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: If38b49ca3e02db20c45284d8b2980c2114b8f28b
Currently translated at 74.1% (309 of 417 strings)
Translated using Weblate (Polish)
Currently translated at 65.9% (275 of 417 strings)
Translated using Weblate (Polish)
Currently translated at 60.4% (252 of 417 strings)
Co-authored-by: Piotr Rudzki <ryba.lodz@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/pl/
Translation: Collabora Online/Help
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Icf2535be9f5c03981087f61551046f809398b171
Currently translated at 100.0% (364 of 364 strings)
Translated using Weblate (Esperanto)
Currently translated at 95.6% (348 of 364 strings)
Translated using Weblate (Catalan)
Currently translated at 100.0% (364 of 364 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (363 of 363 strings)
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ca/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/eo/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I429c5976632eb3199cb144b8d952d0b5c2363026
- between collapsed and expanded (via text color and icon brightness)
- also add subtle radius to treeview border
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Icbed88b8d6d36feac4076cccae7eed62e9c58509
visual feedback when dragging differentiating the original element
from the receivers
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I3bf74acd655d1c2406180c2533c1c4d3690e195c
- make top level look like cards with their padding etc
- add class for comment threads and make it look like we entered the thread (thus the list style)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I062841c645d416b7db4dc20302e2095d77416f8d
These are remnants of the css-based zoom animation, they will not be
used with the new, canvas-based zoom animation.
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: I331968be144b0fbc3f5c8850cc08bac0b6e8f011
also move it from statics as we will use inheritance to
get correct implementation
Change-Id: Iefc2e37f31e10dfa890f11a8aa621353fbc188df
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
When Macro Dialog Selector dialog is shown,
the empty list box is too small.
Change-Id: Ic07d2e027c250744f0e830d648a5d0865a3375ee
Signed-off-by: Henry Castro <hcastro@collabora.com>
- Re-use existent SVG
- Make it interactive depending if it's expanded or collapsed
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9affb8d6809ce14e80883873c18f2fb9a149a5c5
and make sure contents do fill available space
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I74fdfc50ac888c08f82077c78b16ddda8daaf845
- use original icon size and add margins
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I8fb77a147e9bbe16be29b8c53e38052fe3abb41b
Occurs when using the latest LO master branch
the mobile wizard fails:
Util.js:107 Uncaught RangeError: Maximum call stack size exceeded
at String.split (<anonymous>)
at Object.splitWords (Util.js:107)
at NewClass.on (Events.js:20)
at Function.listenNumericChanges (Control.JSDialogBuilder.js:124)
at _formattedfieldControl (Control.JSDialogBuilder.js:1312)
at NewClass.build (Control.MobileWizardBuilder.js:145)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
Change-Id: I743ce22f62a1436d7814d6a414f6b703cd3df997
Signed-off-by: Henry Castro <hcastro@collabora.com>
Unfortunately when firifing the event "jsdialog"
this._map.fire('jsdialog', msgData);
the data type is replaced with the event type
Change-Id: Ib7ceb96c5fad82dc2d9db61d8399d7fa858c7044
Signed-off-by: Henry Castro <hcastro@collabora.com>
Occurs when using the latest LO master branch
the mobile wizard fails:
Util.js:107 Uncaught RangeError: Maximum call stack size exceeded
at String.split (<anonymous>)
at Object.splitWords (Util.js:107)
at NewClass.on (Events.js:20)
at Function.listenNumericChanges (Control.JSDialogBuilder.js:124)
at _formattedfieldControl (Control.JSDialogBuilder.js:1312)
at NewClass.build (Control.MobileWizardBuilder.js:145)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
at NewClass.build (Control.MobileWizardBuilder.js:150)
The builder recursive looks like an infinity loop,
and the cause is that the server is not sending the array children
data type.
Change-Id: I298c239b6018a457d3825be886ea22cb984f13cc
Signed-off-by: Henry Castro <hcastro@collabora.com>
Now chosen log level is propagated to forkit and kits.
Also, admin console users can filter logs according to their channel names on client side.
Change-Id: Ife15a6148ed87533b81e9d63da252c633e74e559
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>