Commit Graph

1300 Commits

Author SHA1 Message Date
bfd227523e Add screenshot for CTL option page
Use kde5 Breeze theme

Change-Id: I6421c8d68611413b003c159dcd0f0ffd67d50c83
Reviewed-on: https://gerrit.libreoffice.org/81476
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 21:11:38 +02:00
f92dca6e10 Add screenshot for Asian options
Use kde5 breeze theme

Change-Id: Ib4e1bb6c4fa1d015d12bb09be8aaaf7576b96dd8
Reviewed-on: https://gerrit.libreoffice.org/81475
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 21:11:05 +02:00
2a925a493c Add screenshot for Advanced Options page
Use kde breeze theme

Change-Id: If392c7da67395e599519baf875661997aa3ed26a
Reviewed-on: https://gerrit.libreoffice.org/81474
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 21:10:33 +02:00
f424014129 Add screenshot for Options Save Help page
update screenshots with kde breeze theme

Change-Id: Ia609306f67bcefc51fb98f1ea890c50d804d1e55
Reviewed-on: https://gerrit.libreoffice.org/81450
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 15:15:23 +02:00
7296bb8388 Add screenshot to a11y options page
Change-Id: I801cb6e3a2328230d592b4b9d81dafeade2957c7
Reviewed-on: https://gerrit.libreoffice.org/81441
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 15:11:51 +02:00
d3e7a9e495 Add screenshot for Option HTML Help page
Change-Id: Iffabc73b4d0a48c2c89b9b43d54fd1344f233cbd
Reviewed-on: https://gerrit.libreoffice.org/81342
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-22 18:39:26 +02:00
fbfb839983 Add screenshot to Option load VBA Help page
Change-Id: I35aab763f42ae1f4670f82900dd8ea25ca256f6e
Reviewed-on: https://gerrit.libreoffice.org/81290
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-22 16:30:09 +02:00
0dc045bd9c Add Option View help page screenshot
+ tweak CSS for images

Change-Id: Iaa304a0ccecb6cdea2421de4ffaed52d71a0c76b
Reviewed-on: https://gerrit.libreoffice.org/81287
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-22 16:28:15 +02:00
7c3eed27fd Reduce string repetition in XForm Help page
Change-Id: I929b44f50e430a61262e570ac745818806e99b67
Reviewed-on: https://gerrit.libreoffice.org/81172
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-20 19:07:36 +02:00
feabf2f3a4 Fix last D'oh! errors in Help page
Change-Id: I2cbeac04cb0434292f32e981b92f58a6bd7a9560
Reviewed-on: https://gerrit.libreoffice.org/81152
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-20 12:32:19 +02:00
d655a0a1f0 Fix a D'oh! error in Help page
Plus update menus path for Customizing dialog

Change-Id: I9cef13ca14dd0787c54c091b8ad0f8d8c18bd03f
Reviewed-on: https://gerrit.libreoffice.org/81147
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-20 04:47:40 +02:00
0825c1b1f7 Fix missing embed in comments Help page
Change-Id: I9f38f2e9112052d817ece315d728d081676522b7
Reviewed-on: https://gerrit.libreoffice.org/81119
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-20 04:35:49 +02:00
e12593f805 tdf#127603 + refactor Basic/script dialogs Help pg
Split help pages into many, as 06130000.xhp was too dense to
properly manage

Basic selector dialogs are different from other script selector
dialogs.
Improve navigation between pages
Fix contents
Fix Help pages for current menu

Change-Id: I5c6195a80cc6860fa89a0e399be774247a81712a
Reviewed-on: https://gerrit.libreoffice.org/80988
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-18 21:18:15 +02:00
259b7b03dc Also note that wildcards are supported
Change-Id: I696133e08fa63f83f0865719cf477198968cab09
Reviewed-on: https://gerrit.libreoffice.org/80111
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-10-04 15:23:16 +02:00
e6491579f7 An alternative way for strings that contain regex metacharacters
Change-Id: I856723418ebc006460b983899d6cbc8fc905988c
Reviewed-on: https://gerrit.libreoffice.org/80110
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-10-04 15:23:06 +02:00
aa45ded698 redmine#2555 replace Help online Google search
This is the helpcontent2/ part of the patch.

Add xapian-omega search to online Help.

The patch replaces Google custom search with xapian-omega search.

A new build key is introduced.

--with-omindex=server : Localizes and adds the xapian result page
template, adds the xapian form to each Help page.

--with-omindex=noxap : do not localize the result template and
do not add a form in the Help page.

--with-omindex= will force Online Help build.

Default is noxap

NOTES:
- xapian-omega databases are built in the server.
- searches returns results only on localized Help pages, avoiding same
resulis in many languages.

TODO:
- Tweak the xapian-omega result page CSS and markup.

Change-Id: I3dc2b79c4111f61fd5fea01b1f8c95bfacab1e8f
Reviewed-on: https://gerrit.libreoffice.org/79366
Tested-by: Jenkins
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
Tested-by: Guilhem Moulin <guilhem@libreoffice.org>
2019-10-01 15:00:44 +02:00
5b3e68e1ce Mute l10n of standard attributes
Change-Id: Iccd6d1b1ee11d702ccdc61226011b80973370287
Reviewed-on: https://gerrit.libreoffice.org/79794
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-28 15:42:13 +02:00
4967952d32 Improve readability of events Help page.
Change-Id: Ic205109612715e3bbae9d3af990f8c3867def050
Reviewed-on: https://gerrit.libreoffice.org/79789
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-28 15:18:14 +02:00
0ce1406dc7 Whenever fired from Dialog Editor the help page lacks 'Component' introduction.
The HowToGet part requires your assistance/experience

Change-Id: Ibaf25e610a38bcdca2a2d3c6703881ac8dd68ea0
Reviewed-on: https://gerrit.libreoffice.org/79219
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-20 19:12:14 +02:00
e391dc8049 Fix bad writing style
Change-Id: I1956984253f29cd2c48d624bbbcfbf9d0531f11a
Reviewed-on: https://gerrit.libreoffice.org/79107
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-19 14:49:03 +02:00
b2a9c3b29c tdf#42990 Different handling of Text Cells in Calc
Change-Id: I96d54394fc4191ae80f593040b2b870e8a6e9e39
Reviewed-on: https://gerrit.libreoffice.org/78612
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2019-09-06 18:13:02 +02:00
381a89b6b2 Reword help page on set image background
Change-Id: Iaf7ccb576a8881aa7b4eb42819a78b51b884ca4c
Reviewed-on: https://gerrit.libreoffice.org/78376
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:43 +02:00
389745cd7c Reword sentence on save background image
Change-Id: I381d8394b5c58851b5eaf59223a98994494dfb40
Reviewed-on: https://gerrit.libreoffice.org/78375
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:09 +02:00
6be401761d tdf#126721 Help page for QR Code
Change-Id: Ie4922f4e34798aaf6c49b30a3d09f3f40532076a
Reviewed-on: https://gerrit.libreoffice.org/77851
Tested-by: Jenkins
Reviewed-by: shubham goyal <22shubh22@gmail.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-08-22 13:49:18 +02:00
6570689918 Update Draw menus and Contents tree (part)
Change-Id: I556a2cafdd66fc425aa67f821c1a5b676ef22c81
Reviewed-on: https://gerrit.libreoffice.org/77677
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19 00:22:14 +02:00
1848284e83 tdf#43527 revisit Insert Comments
Change-Id: I3cdf7f4672641718df7668e23e3d57187ed26d33
Reviewed-on: https://gerrit.libreoffice.org/77644
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19 00:21:40 +02:00
f8fc25c072 Housekeeping Scripts dialog Help page
Change-Id: I7b3f8a132828a51129e04660a1a22200b719e8fb
Reviewed-on: https://gerrit.libreoffice.org/77514
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-15 19:09:58 +02:00
5747479895 Fix typo
Change-Id: I0f9eeed5d1edad294f6397ace822bf721487699d
Reviewed-on: https://gerrit.libreoffice.org/77479
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-08-15 01:14:16 +02:00
13021ba309 Fix URL after pootle translation revision.
Change-Id: I21b95f8f528deb27c22d4f7d5945b0fd0dbd4198
Reviewed-on: https://gerrit.libreoffice.org/77371
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-14 21:19:34 +02:00
1fbd4a961d tdf#126800 Fix missing icons in Query Help page
Change some png to svg too

Change-Id: Ie2bc08fc9b18e1009d23328cbbb4d0164a6b0dba
Reviewed-on: https://gerrit.libreoffice.org/77247
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-12 13:00:29 +02:00
08299df834 tdf#76535 Clarify hyperlink button edition.
Change-Id: I268cfd36f15bea462265b2f3d28488f873cfb662
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/77197
Tested-by: Jenkins
2019-08-09 14:04:37 +02:00
e7503a6fb2 tdf#126623 Correct URL for Mysql JDBC page
Change-Id: I326e123ec446aa818c0761ed172f2c4cfd09bbd0
Reviewed-on: https://gerrit.libreoffice.org/76801
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-01 15:27:32 +02:00
eb71be0f96 Update page with video on 6.3 New Features
Change-Id: If9819fc8a3c324f3c4a5d6acff9f5edab3a69833
Reviewed-on: https://gerrit.libreoffice.org/76795
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-01 14:14:27 +02:00
276be19271 Superfluous!
Change-Id: Ic2339636853d6e36d11e20b6f6e46fca048eb568
2019-07-29 09:58:53 -05:00
c11400b40e tdf#126528 Add Python in Organize scripts page
Change-Id: I8d18f5e264fe11924a8ea234e82355913b0417d2
Reviewed-on: https://gerrit.libreoffice.org/76382
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-28 15:33:38 +02:00
79618151d6 Silence warning about ahelp without bookmark
This UI item has another ahelp in the same page

Change-Id: I7b76d7737467c9c0006c4e3536d5651741862a6f
Reviewed-on: https://gerrit.libreoffice.org/76473
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-28 15:33:04 +02:00
68d866ef1b tdf#122706 Update Print page to new dialog elements
Update bookmarks and ahelps
Remove and add paragraphs as necessary

Change-Id: Ibfa471d1c7806c31f8e469e2f21b0cc009c9980f
Reviewed-on: https://gerrit.libreoffice.org/75607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-16 00:51:15 +02:00
965724a89f tdf#124299 Redaction Help page
Change-Id: Ia85c95ca63e1d11b1aabd2b5cabd3d962c5161cd
Reviewed-on: https://gerrit.libreoffice.org/75387
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-11 14:38:21 +02:00
3a1a27c39e Insert sys=MAC in some menu paths
MAC often forgotten in menu path descriptions.

Change-Id: Ib6e9062b06389063d6f8293a95cd3e07e1919161
Reviewed-on: https://gerrit.libreoffice.org/75040
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-05 11:52:25 +02:00
79e835509b Add ahelps to OpenPGP settings
Change-Id: Ib77aae7471d68aee5923dbad8a382a91074ec402
Reviewed-on: https://gerrit.libreoffice.org/75065
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
2019-07-04 09:47:40 +02:00
4b52316474 Fix ahelp HIDs in form control Data pages
Change-Id: Iec13edc72bc5b1dbc83f73be142662917a6505cf
Reviewed-on: https://gerrit.libreoffice.org/74982
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
2019-07-02 09:28:25 +02:00
1bd7d25c10 Fix ahelps on form/form control event description pages
Change-Id: I421a0d038432df1a1a36fb4c889740d56885497a
Reviewed-on: https://gerrit.libreoffice.org/74983
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
2019-07-02 09:21:00 +02:00
1b1ba62670 Insert sys selector for Mac
Change-Id: I628d9e0e460a0e32cee8d89d05f42fb1a1d2f178
Reviewed-on: https://gerrit.libreoffice.org/74937
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-01 00:07:57 +02:00
11389d8199 Remove old filepicker ref, fix links
Remove ref of internal file picker
Fix links of image export dialogs (previous links never worked)
Adjust export behavior with system filepicker

Change-Id: Ie38ac5c670a4a0364893563045cc94661a7e6bde
Reviewed-on: https://gerrit.libreoffice.org/74767
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-27 13:13:53 +02:00
a68f90de52 Fix ahelps on Form Controls - General page
First cut at this beast with the ultimate goal of:
- covering all the form control properties with descriptions & ahelps
- killing sbasic/shared/01170101.xhp which is eerily similar to this one
  since "initial import" time

Next step will be to save the usable parts of the duplicate file

Change-Id: I6213b8447f9b33625ed5a604f3354f60dde06336
Reviewed-on: https://gerrit.libreoffice.org/74770
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-27 13:12:29 +02:00
ade3d61f7a tdf#122840 Add bookmark for inc/decrease indents
Change-Id: Ic6ab2894317b18b9b04296d755cc0eba5a2fafee
Reviewed-on: https://gerrit.libreoffice.org/74691
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-26 14:34:54 +02:00
94c7d928a4 tdf#122842 Add how-to promote/demote levels in lists
Change-Id: Ibaeea4c06f2c62493b919b8c20b10d793ef78862
Reviewed-on: https://gerrit.libreoffice.org/74706
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-26 14:34:02 +02:00
e2f8d201aa Remove duplicated HID bookmarks in shared
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done

Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-25 04:35:35 +02:00
a311762c00 Fix ahelps on Base - Tools menu page
Change-Id: Ide88567847c84f011a98b27c26924d2af6a720c3
Reviewed-on: https://gerrit.libreoffice.org/74606
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
2019-06-24 08:29:58 +02:00
6f5b6a066e Fix ahelp and missing bookmark on Insert OLE page
Change-Id: Ia3c6900b1616266dc38cbba4fc74b461b33462f6
Reviewed-on: https://gerrit.libreoffice.org/74577
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
2019-06-24 08:23:13 +02:00