summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2016-03-09tdf#92825 Rearrange Writer's insert menuYousuf Philips
fix merge conflict Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4 Reviewed-on: https://gerrit.libreoffice.org/22972 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-03-09"embed" is not a valid child of "paragraph"Christian Lohmaier
Change-Id: Ic0b57adaaa4124f22a669e5df0c95c3fd03e606e
2016-03-09Value "Indexer" for attribute indexer is not among the enumerated setChristian Lohmaier
Change-Id: I7b9a031a2c79254b5df8dfdbc1c2ff2e28a21ee0
2016-03-09"link" is not a valid child of "section" elementChristian Lohmaier
Change-Id: Ice47d8d89008bb129aad8901636ecc7a9414f6f6
2016-03-09tdf#97021 Help pages for FORECAST.ETS functionsOlivier Hallot
Write help page for FORECAST.ETS.* Calc functions Change-Id: I4fc3a0f18bb09e033b011206c41bec841e0d01f5 Reviewed-on: https://gerrit.libreoffice.org/23093 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-09update parts related to direct cursor modeStanislav Horacek
new Edit menu item added, icon on the Tools bar renamed Change-Id: If5edfff9fb8a71bdf3ed1aea02a23ba469e1fbf2 Reviewed-on: https://gerrit.libreoffice.org/22880 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-09tdf#92825 adjust path and commands related to footnotes/endnotesStanislav Horacek
Insert - Footnote/Endnote -> Insert - Footnote and Endnote - Footnote or Endnote Tools - Footnotes/Endnotes -> Tools - Footnotes and Endnotes Change-Id: Iffbc2f0283d073cd3b20a222d131b158e2022958 Reviewed-on: https://gerrit.libreoffice.org/22878 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-09update context menu commands for indexes or tables of contentsStanislav Horacek
and another strings in the dialog for indexes/TOCs Change-Id: I40b10a9e256e6ffba134cb0ef6595429e346a4bc Reviewed-on: https://gerrit.libreoffice.org/22872 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-09rename "Table - AutoFormat" to "Table - AutoFormat Styles"Stanislav Horacek
Change-Id: Ieb972b48477308c0a5787a46fca89e1184279043 Reviewed-on: https://gerrit.libreoffice.org/22873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-08update help ids for bibliography toolbar conversionCaolán McNamara
Change-Id: I3059a98f6ad79f413395550bc1a270a5396decf3
2016-03-05tdf#89419 Help entry for OpenGL optionsOlivier Hallot
Add help entry for OpenGL in Tools - Options - LO - View Change-Id: Id4c8914c86b6dc1ed04a93f97512e3069d6696eb Reviewed-on: https://gerrit.libreoffice.org/22915 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-05Click the what, again?Adolfo Jayme Barrientos
Change-Id: I3b2ea3ddb165e53ec62c573079532a465ab75a07
2016-03-02tdf#92825 adjust navigation to indexes and tables of contentsStanislav Horacek
Change-Id: I144816d4cd81ba85f57f7e62ebf914de56d82a81 Reviewed-on: https://gerrit.libreoffice.org/22842 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02rename "Highlighting" icon to "Highlight Color"Stanislav Horacek
Change-Id: Icd548e704e3d1adbd85f31b3d7d2be63c613fa83 Reviewed-on: https://gerrit.libreoffice.org/22841 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02tdf#95155 rename "Appearance" to "Application Colors"Stanislav Horacek
Change-Id: I3880b9552842f52dfe6bbb86a5485a23f5eb4d8a Reviewed-on: https://gerrit.libreoffice.org/22844 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02Minor tweaks to statistics help contentAdolfo Jayme Barrientos
- Use “Choose” rather than “Menu” in menu paths for consistency - Remove the UI-only convention of using an ellipsis - Drop a linkless paragraph of “Refer to Wikipedia”, it’s useless if it doesn’t have a link - Now that we’re on Wikipedia links, refer to them more elegantly and add a dot to end the paragraph Change-Id: I6e3964b8926710cd57ee6750fddb039c2c846c34
2016-03-02add warning for case sensitivity and Excel interoperabilityEike Rathke
Change-Id: I79cc6d6c48225f8559339f65df99de838c2e7ae6
2016-03-02change role note to warning for Excel interoperability itemsEike Rathke
... to get the exclamation mark in online help. Change-Id: I0d8ecfb45aa02ae1e3215969317dfc74811f278c
2016-03-02adapt to radiobutton group of dialogEike Rathke
Change-Id: Icb1f3f1ae71c40e3ba65544486f2ff87eb60cd85
2016-02-26Add encoding in xml declarationOlivier Hallot
add 'encoding="UTF-8"' where missing in help files Change-Id: I68c0203627cf2ae353d75ba025a03157f34518e2 Reviewed-on: https://gerrit.libreoffice.org/22705 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-02-25tdf#98122 Rip out mention of the option “AlwaysAllowSave”Adolfo Jayme Barrientos
Change-Id: I28bdddff69f8cf77d046675c395c581d43bf34a0
2016-02-23add help content for wildcards option, tdf#72196Eike Rathke
... and notes about Excel interoperability with whole cell match and wildcards, non-interoperability with regular expressions. Change-Id: I1425ba60ba09a60f0d82adb3f728cb1d1bff2cab
2016-02-23differentiate between regular expressions and wildcardsEike Rathke
Change-Id: Ib929ff3f89a51ddafe4c6e745545ef94851a83d4
2016-02-22eliminate wildcards wording in the context of regular expressionsEike Rathke
Change-Id: Ib1f5437c0107b0857d6b58f6dead3b347b72ef49
2016-02-18tdf#97807 Calc menu changes for inserting rows and columnsStanislav Horacek
Change-Id: I7eda4072001961c19ff6f502b71d76ac989f634a Reviewed-on: https://gerrit.libreoffice.org/22405 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-18tdf#97818 "Add a link here -->" in the wikihelpOlivier Hallot
It does not show in the local help, so it is a help-to-wiki converter issue. Moved <comment></comment> on its own line and out of the <paragraph> in an attempt to ease the wiki converter. But I can't test in the wiki. Change-Id: I57bd988de80dd325004eb21ea9f4e256055fb0fe Reviewed-on: https://gerrit.libreoffice.org/22341 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-16tdf#86866 describe AutoCorrect Options dialog btnsOlivier Hallot
In Help, describe AutoCorrect Options "Ok, Cancel, Reset" buttons (all tabs of dialog) Added an embed tag with definition of OK, Cancel and reset buttons Change-Id: Ie0d55a06ebe0a94c965b25d048567b164f1697cc Reviewed-on: https://gerrit.libreoffice.org/22361 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-02-16tdf#95281 Help page for the SKEWP functionOlivier Hallot
Write help page for SKEWP spreadsheet function Change-Id: Ib7fc372bc2be4c55663a6ab58f488aa204631d20 Reviewed-on: https://gerrit.libreoffice.org/22322 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-02-16tdf#95282 Help page for the COLOR functionOlivier Hallot
Write help page for COLOR spreadsheet functions Change-Id: I2a34cb2b1f25f3d0013a93dff320b70d76a1f4d6 Reviewed-on: https://gerrit.libreoffice.org/22300 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-02-14tdf#97813 optional/required param in ACCRINT*Olivier Hallot
Optional Parameter par is not noted as optional Change-Id: I1424d723334db8cbfa394f5d402e9a84b61e7b00 Reviewed-on: https://gerrit.libreoffice.org/22342 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-02-13tdf#97820 EOMONTH with strange boldfaceOlivier Hallot
Remove EOMONTH function extra bold characters in description. Change-Id: If5dc6075a443cf4a66901caa1392b9d3db84b2c4 Reviewed-on: https://gerrit.libreoffice.org/22340 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-02-09tdf#96868 Help page for data statistics regressionOlivier Hallot
Change-Id: I7c0e236c1d19572b682d5b6c120ce604f6e39de8 Reviewed-on: https://gerrit.libreoffice.org/22144 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-07tdf#97588 Update menu path for SeriesAdolfo Jayme Barrientos
Change-Id: I4ee6a9e7d40856d239799cc8e9b3fb642d9ee3a9
2016-02-07fix checkbox label in the Insert Section dialogStanislav Horacek
Change-Id: I5fc104e8cc97c51e2d97e4da2663dfec9ee069e4 Reviewed-on: https://gerrit.libreoffice.org/22168 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-07pen properties can be changed when running slide showStanislav Horacek
Change-Id: I75dd1c20af31dafeeb2473071a68e5bd96ea5b87 Reviewed-on: https://gerrit.libreoffice.org/22170 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-07dialogs are expanded by "Options" label instead of "More" buttonStanislav Horacek
Change-Id: I207e17f5b3228f9732e02f796b68a0403522c76b Reviewed-on: https://gerrit.libreoffice.org/22171 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-07Calc gridlines are now set by dropdown, not by checkboxStanislav Horacek
Change-Id: Ic650beab3bf9234554c7d8733c9c07abc2326272 Reviewed-on: https://gerrit.libreoffice.org/22172 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-07fix spin button label in the Fields dialogStanislav Horacek
Change-Id: I0826bc047d390d3548ac7201bb145619c25faef7 Reviewed-on: https://gerrit.libreoffice.org/22167 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-05tdf#70141 Add help page for font embeddingOlivier Hallot
Add help page for font embedding in document file. The property was introduced in release 4.1 by tdf#42195 Copyedit welcome. Change-Id: I265ead91ffba632450169a424b122a21a17eb56c Reviewed-on: https://gerrit.libreoffice.org/22025 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-03tdf#95408 Update this button’s name in Help as wellAdolfo Jayme Barrientos
Change-Id: I0810e767247745dcb1cf922301be1705479f9dbd
2016-01-30tdf#43262: Correct OFFSET function's help pageOlivier Hallot
OFFSET function's third argument is mandatory, contradicting Help Added a note on the need of array formula when height and width are specified. Change-Id: I668632f732b40a0060f6eb4eabe7fab07356561f Reviewed-on: https://gerrit.libreoffice.org/21823 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-30correct link to the description of Show SheetStanislav Horacek
Change-Id: Ifed91283c05100528b27ac080c98f7dda518b1ce Reviewed-on: https://gerrit.libreoffice.org/21796 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-28tdf#96232 Update button names for prompt on modified templateAdolfo Jayme Barrientos
Change-Id: Ia6bb3b000b2b645d931dc3e20ba986be1a2563ee
2016-01-28Fix smath help for recent context menu changesMaxim Monastirsky
Change-Id: Ic1cb6aa17940e189386a59ca74ed061fac0ee90c
2016-01-27mention sidebar decks instead of task pane in ImpressStanislav Horacek
Change-Id: I69d1985847f92201440b24b9778b24bf6d1efdae Reviewed-on: https://gerrit.libreoffice.org/21849 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27Styles and Formatting command is now in the View menuStanislav Horacek
Change-Id: I1054fd5a3f8bcfda1563541ba77b797d876125a4 Reviewed-on: https://gerrit.libreoffice.org/21846 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27add some Expert config optionsStanislav Horacek
Change-Id: Ief29d40d37a1dbf07141d39efabb670c9d20ac93 Reviewed-on: https://gerrit.libreoffice.org/21843 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27...and two moreStephan Bergmann
Change-Id: I7c546d9fa91bd06dcb3782c445a62eea37598cef
2016-01-27style category is called "List Styles", not "Numbering Styles"Stanislav Horacek
Change-Id: Ibcefdd4e663b361ab6b912a2e760b9b4bd00dd35 Reviewed-on: https://gerrit.libreoffice.org/21640 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-01-27...and anotherStephan Bergmann
Change-Id: Ieb1a87a1f75370f3130dbf4c100c211dd3b928b9