when notebookbar is created on tablets the app is
in the readonly mode. In that case only menus which
are marked as allowed are created, so we need to add
hamburger menu to the list
Change-Id: Ib6d5160408913a660d3fc903b0bad18c829d0818
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
and use standard uno: label not custom action
Change-Id: Icc06a9f2fc90aae62f256042616f505e0b46593d
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Cell cursor shouldn't jump to end when whole row or column selected.
"undo delete row" and "undo delete column" actions shouldn't cause cell cursor to jump to the end.
Signed-off-by: Gökay Şatır <gokay.satir@collabora.com>
Change-Id: I51f077c5b3fdd5c7a610631f1e0259775278ab53
- to avoid having the link in bold on smartphones
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: If2363f36af43ed1e19daad35c13ba395f4b55e92
- Align description group with the Macro name group
as it's related to that
- Ensure paragraph is set with the right capitalization
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I25d4a1f811225f6efd46bfa0733635fa4544281f
- wrap it in element
- reduce size (it's not a title)
- add URL icon/tag at the beginning so to avoiding scaring user when opening long links
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5c4bbec29d05ed49d034c4f11f740b5327c05d26
- avoid too long background
- add effect on hover with triangle
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I267427e77ab964ece22670b8a5db22ee190c6691
- avoid changing width of each frame every time the selection changes
- fix spacing and padding
- Categories: selection will never be full width so
- do not pretend it is a selection and instead
- make it look like a side navigation to the final content (on the right)
- More fixes
- Do not open dialog with minuscule height force static size on the content side (right)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Id799ea9cddf8c3b3c61f5cd9167cb44983f6ba0f
- Currently the markers are not touchable on ipad (both via web and app) so
- Revert back listener change introduce in ebaca16c4f
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ia2ff20ed4ddf810c50b11c49600709489f07785f
and fix it's state not in sync after inserting comment
Change-Id: I6cb63e55a1bea569fc043cbe20b5221d6e510fff
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Useful for macro selector dialog where we had to open
many menus while working with dialog.
Change-Id: I7dd710196d79617ff2441cc975f8d83b8dea5835
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
When going back to the root level show not only headers.
Change-Id: I86d91f03b6f9aaa1ce14fb9ccbb567a62fb4fb15
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
with inline-block with many styles there were
empty spaces
Change-Id: I5752b26694b630e871b26a1fd7044db58808ccfe
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
There are scenarios where startThread is
called either when the thread is already
running or when it has long since finished.
Logs are added to catch them, and better
document the expected behavior in those
cases (they shouldn't happen).
Change-Id: I219a59b92c943445ec4520667a8ed6d9bd1c328d
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>