- Property get the first item
- ParaRightToLeft was removed, already in Home Tab
- Rearranged of NumberFormatDecimal items
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
Change-Id: I78969e46ba94f300d26ab2f6413657a65b537832
Update the structure of the Insert Notebookbar Tab for all apps.
### general sections:
1. as there are not that much commands and it's very difficult to arrange them into 3 item groups, all commans are bigtoolitems
### Calc Insert Tab
Define and Manage commands moved from Data Sheet to Insert Sheet, section Hyperlink
- Now the group is similar to LibreOffice Insert Tab
### Calc Sheet Tab
Group/UnGroup Hide/Show Details moved to Data Tab
- Now the group is similar to LibreOffice Data Tab
- Commands are at the Menubar also in Data Section
### Calc Data Tab
- Pivot Table + Refresh/Delete Section was removed cause it's already in Insert Tab and Data Tab has a lot of content, so no need for duplicated content at the very left area
- Sort section has the same layout than all other sections
- Autofilter section layout is similar to all other sections
- Group section was moved from sheet tab and as Remove Outline is an command for Group, it was added
- Recalculate, Validity and Goal Seek get into one section. Recalculate and Validity area already into one section in the menubar.
Finaly the Data Tab has a similar command layout with bigtoolitem and toolitems.
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
Update the structure of the Insert Notebookbar Tab for all apps.
### general sections:
1. as there are not that much commands and it's very difficult to arrange them into 3 item groups, all commans are bigtoolitems
### writer:
- writer use the most format commands
- start with tiny and get bigger
- character, paragrapn, page, line / area / position
- as Lists and Bullets and Numbering are related to Paragraph they are next to Paragraph
- As Columns and Sections are related to pages or part of a page, the commands are related to Page Style
### calc
- Character, Format
- Paragraph
- Page
- Cell and Conditionals (calc related only)
- Line / Area / Position
### Impress
- Character
- Paragraph with Bullets
- Page
- Line / Area / Position
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
Update the structure of the Writer Reference Notebookbar Tab
Use the JSON Layout from #2007
### Writer:
- Move Bibliography Entry to Cross-Reference / Bookmark section
- Remove commands that are not available
Update the structure of the Writer Layout Notebookbar Tab
Use the JSON Layout from #2007
- Page Dialog is the most importend command, so it's the first one (before last one). In LibreOffice it's the last command, cause there are dropdown menues for aspect/ratio, size, ... which are not available for cool. So have the dialogue is ok but as bigtoolitem
- Title Page and Watermark switch to bigtoolitem, cause there are not that much commands in the Layout tab
- Wrap, Object Align and Forward/Back Object use the layout from the context Draw tab so it's everywhere the same layout.
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
And remove the httpheader one, which is not useful, since it uses Poco
for the actual parsing, it did not find anything. (If we switch away
from Poco there in the future, it's easy enough to restore it.)
Also fix some problems found by the fuzzer.
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I254247c46ecc78c9c3e75aac4f10c441b0e10fb3
Update the structure of the Insert Notebookbar Tab for all apps.
### general sections:
1. section: app specific
2. section: Image/Table/Chartbigtoolitem will be the most used item depending on the app
3+4. section: Hyperlink and Field values
5. section: Textbox Shapes + *new* inkl. Fontwork and Line
6. section: Headers Symbol and Comment
### writer:
- Fontwork move to Textbox/Shape section
- Line move to Textbox/Shape Section
- Formating Mark + Symbol + Comment are a new Section (Formating Mark is bigtoolitem hardcoded)
### calc:
- Fontwork move to Textbox/Shape section same with Line
- Header and Footer + Symbol and Comment are is a new section
### impress/draw:
- Fontwork move to Textbox/Shape section same with Line
- Header and Footer + Symbol and Comment are is a new section
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
- improve labeling: Basic Shapes command open all shapes not just basic shapes
- shorter strings are more space efficient
Signed-off-by: Andreas_K <andreas_k@abwesend.de>
Improve readability by not suggesting changes like:
- if (JsonUtil::findJSONValue(object, "Url", url) &&
- JsonUtil::findJSONValue(object, "Name", filename))
+ if (JsonUtil::findJSONValue(object, "Url", url)
+ && JsonUtil::findJSONValue(object, "Name", filename))
Note that clang-format is never enforced (we never re-format existing
code), but your editor may respect it for new code.
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Id6679220f83b77a4c63ca9a9429052535c75939a
And fix an unhandled std::length_error it found.
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I571cdd71caeda84820f2c64088966936637ce2bf
- improve normal paste html structure
- style special pasting
- make sure we are using consistent font size across the board
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9a0942ce086c9c96082ef79aa0450c4aab7daf35
Run the actual fuzzer like this:
./httpheader_fuzzer -max_len=16384 fuzzer/httpheader-data/
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I91afe44a632826cc15bd1c338bcc5234582e9674
Currently translated at 100.0% (420 of 420 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: Ia3c87faa2744820211c04c9926c3a3cb20e761a5
- Remove unorthodox spaces before and after punctuation
- The use of a list in this case is hurting the user:
- Too wordy text
- Inefficient use of space
- Bullets work as a distraction and still focus from the verbs
and the shortcuts
- Fix: paragraph was wrapping a list
- Replace with a table that is full width and it makes it easier
to scan and understand what we are conveying
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I12d6f433fa02f575c60f30f33c71ef820085e76e
Let the user see the red warning before it removes the class
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I95528fee7414c745c3b7c1b3221ab45b2a820121
ProductVersion used to be "6.4" with core.git distro/collabora/cp-6.4,
but core.git distro/collabora/co-2021 sets it to just "2021".
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I08c1204c42bba21c8036975138e3d999b7357bdf