See Colibre icons at LibreOffice. Rizal prefer white background so the icons get updated to follow.
Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ibea2f4b4fdcf921b1852a6a0bfd8856d0d491da8
When the formular toolbar was extended the tunneled toolbar missed the bottom horizontal line, the reason was the bottom margin was defined with -4px. That was fixed.
The toolbar .w2ui-reset was vertical-align center but at extended formular input field is has to be top aligned + some padding fixes
Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ibd94b3beb815bce8a1e5e6de09d89b47be19df2a
Field `_lastMemStatsTime` is not used, so remove it.
Signed-off-by: Gökhan Karabulut <gokhanettin@gmail.com>
Change-Id: I4739e5f64d44b04b5c2c9c5c4081b05f2bb4e0ee
Add `dumpState` methods to `TileQueue`, `PngCache`, `ThreadPool` classes
and call them from Document::dumpState method within kit.Kit.cpp.
Because `dumpState` method of `_websocketHandler` is protected,
currently we can't dump its internals.
Also dump the other members of the `Document` class. Note that as
`_lastMemStatsTime` is never used, we don't dump it. It seems we could
simply delete it.
Signed-off-by: Gökhan Karabulut <gokhanettin@gmail.com>
Change-Id: Ia89b7fff41eaf475c7a09a644c0eb523b72cf97d
* No AA bleeding: render pixel aligned (ie. 0.5 offset) for all hair-lines
* Two pixel wide line, around the cell - black; with the inner pixels /
line exactly on top of the cell border.
* inside this breaking the outline - an internal white border which is
exactly 1 pixel inside that black border - for a high contrast look.
The change introduces CPathGroup which is just an array of CPaths that
allows separate styling. CCellCursor and CCellSelection classes
specialize CPathGroup and implements the above three guidelines.
The view cell-cursors and view-selection also use the same
implementation with different styling.
The cypress tests are updated accordingly for the name change in the
test-div.
Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: I8881337df6cf8d543bd48e8de4560d9aab681dff
(cherry picked from commit d12c8f24bcc2e9d00da7a2fef114f1522f478e93)
Currently translated at 100.0% (420 of 420 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (107 of 107 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (420 of 420 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (420 of 420 strings)
Co-authored-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-app/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/pt/
Translation: Collabora Online/Android app
Translation: Collabora Online/Help
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iac48ee57caaf98d4e7691b2a1220b11259462c70
Currently translated at 100.0% (420 of 420 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (18 of 18 strings)
Translated using Weblate (Czech)
Currently translated at 98.5% (414 of 420 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/android-lib/cs/
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/Android lib
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I03adb187e753413e45c0bf3f67a18b474a0b7500
Currently translated at 100.0% (107 of 107 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (420 of 420 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (5 of 5 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (18 of 18 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (107 of 107 strings)
Translated using Weblate (Portuguese)
Currently translated at 67.8% (285 of 420 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (391 of 391 strings)
Co-authored-by: Sérgio Morais <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-app/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-lib/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/code-welcome-text/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/pt/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pt/
Translation: Collabora Online/Android app
Translation: Collabora Online/Android lib
Translation: Collabora Online/CODE welcome text
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Id1da2bba4939ba84233a6b3abe8390ae235f10ff
- Fix#2343
- Do not crop contents
- Centered message (vertically and horizontally)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Icc40a09d1690f683135ac16b274d237c81aab827
URLs from host may already contain a query, like
http://server.tld/foo/wopi/files/bar?desktop=baz
Previously, we simply appended '?' and then our parameters, resulting in
http://server.tld/foo/wopi/files/bar?desktop=baz?access_token=...
which later was processed as if the question mark and following parameter
were part of previous parameter's value, so proper 'access_token' parameter
was missing.
This checks if the URL contains '?', and uses proper separator accordingly.
Signed-off-by: Mike Kaganski <mike.kaganski@collabora.com>
Change-Id: I1a237c0e47e1eea3704ef7d4a8a596283ea2a241
Calc has the most icons in the direct formatting group so the width of the fontnamecombobox was enlarged to optimize the group at calc
Writer, Impress/Draw use one icon less so I added an 44px space. By add Character Spacing command #2149 there are everywhere the same number of commands, so the 44px margin can be removed.
Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I8782cc738d79174a7f78f9e9e3fbd604f64e2233
Make sure we set white background only when the component
is enabled so to avoid displaying empty rectangle in the
notebookbar
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ic900bb42cb34b20d0cf1beb85caee1e0967bf01e
table-optionstoolboxdown was used for the sidebar icons
This commit remove all the optionstoolboxdown specific .css styles and use the layout like everywhere else within notebookbar by use already available cell.notebookbar and .unobutton command
No need for table-optionstoolboxdown specific styles.
Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I92b13d40b3698e2c468f086501575c0378f00a9d
Initially we had only a simple text label with an outline but due to
user feedback we end up increasing its contrast and displaying the input
field outline as a box plus adding an icon so to emphasize that it's
possible to edit the document. See this for context:
https://github.com/CollaboraOnline/online/issues/2310
Since this feature is not new to our user base:
This change aims to
- Fix some quirkiness of that component (too heavy element floating
in the toolbar)
- Getting rid of pencil icon inside of input field
- Which avoid problems in responsive mode (cropping pencil icon) and
- helps to use the space more efficiently
- Helps users understanding that we are still in presence of something
more than a simple static label
- by keep it with a white background and with a hover state
- Improves look and feel
- Use the same size as used for tabs
- Use app color
- Use rounded corners so to appear less bulky
- and so it looks like the title of the window (text centered aligned)
- on hover shows shadow (is clickable)
- on focus text is left aligned and outline appears, showing that
is ready for accepting key strokes
- Also changes on device-tablet.css fixes
- cropped or juxtaposition of document name and close button
- easier to interact with the document name input field on a tablet
- This affects both Notebookbar and Classic mode
- When in classic mode use the same font-size as the neighboring
elements (10pt)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iff17b32bf9cf95968fdb387de856b377a23a116a
dimgray is #696969
--gray-light-txt-color is #696969
now it use the value and can be themed
Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Ia4ce421aad99a2b9b45c7fce0a43b4d0b72d3a69