Age | Commit message (Collapse) | Author |
|
+ some extra refactoring. Impress menu Help page is WIP
Change-Id: I872d35405238b8d5379f922801afccf1d1e94ddd
Reviewed-on: https://gerrit.libreoffice.org/83957
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
(wip)
refactor pages after menu changes
remove unused page.
Change-Id: I85caa9ab6cb42cf8da018d8e54e3387397b0e9f6
Reviewed-on: https://gerrit.libreoffice.org/81859
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/simpress -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: Id8811f2f1ecee89ddc9b86b57ef6b04e40b25d28
Reviewed-on: https://gerrit.libreoffice.org/74657
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Convenient way to do renames:
find . \( -name '*.xhp' -or -name '*.mk' \) -exec \
sed -i 's/sdraw\/main0104/sdraw\/main_insert/g' {} +
Change-Id: I3a8a59ac57ca3b29219962fc503f1d7ba5230a6d
Reviewed-on: https://gerrit.libreoffice.org/71703
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
This is a complex task and the intertwined nature of Draw and
Impress does not help.
In the patches for tdf#84258 .uno:SlideSetup was created as an
alias for .uno:PageSetup. The corresponding menu items are
Slide - Properties in Impress and Page - Properties in Draw.
Currently some Draw help pages refer to the simpress/01/01180000.xhp
file. This file needs to be cloned under sdraw and the contents
of both files along with all references to them have to be
brought up to date.
The Impress Slide menu documentation needs to be fleshed out in
simpress/main0117.xhp and new files have to be created for the
individual menu item references.
The Impress Format menu documentation simpress/main0105.xhp
needs a big overhaul. The same is true for sdraw/main0105.xhp.
The Help for Draw's Page menu has to be created.
To find the interrelations, I use
find /path -name '*.xhp' -exec grep --color=always -Hi 'string' {} +
or with -type f instead of -name to get maximum coverage.
Change-Id: I5d130846da6640aeebab758c0f6dae2c78f9e355
Reviewed-on: https://gerrit.libreoffice.org/68830
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Idc0c1378ad1e2022c9e6c2ca2cddf85c7d9e8546
Reviewed-on: https://gerrit.libreoffice.org/64213
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
some icons miss width and height values.
Change-Id: I4b94a0cf64a29451c96bb8f58729914b2cb576cf
Reviewed-on: https://gerrit.libreoffice.org/60157
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2cf253893edafa8d642823b3a0b23ab6f444527b
Reviewed-on: https://gerrit.libreoffice.org/52608
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I444e72f87133ea8b22541319c0deeb31b4103cc5
Reviewed-on: https://gerrit.libreoffice.org/40997
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
... and Master Pages are renamed to Master Slide(s)
Change-Id: I68c7d4f6e5196836ad4ce0e2411fcf8bc4ff0f69
Reviewed-on: https://gerrit.libreoffice.org/40816
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
Change-Id: I3a823853f513c66a4a5b66ed86d9201730d09c5e
Reviewed-on: https://gerrit.libreoffice.org/29821
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
|
|
as per LO HIG - https://wiki.documentfoundation.org/Design/MenuBar
("Use singular form in labeling when applicable (e.g. Insert+Shape,
though multiple shapes are listed under the submenu, a user can only
select one item).") and already changed in UI
Change-Id: Id15afe7e3c92b54526ff694f7959ab3e01a2d606
|
|
Change-Id: I2f34d6dc88a0337294c6aafe35e25e1a7d474bc8
Reviewed-on: https://gerrit.libreoffice.org/23418
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
|
|
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>
|
|
|
|
Change-Id: I707e1daa263acb5a09a6a90e745a619f9dd67388
Reviewed-on: https://gerrit.libreoffice.org/19721
Reviewed-by: Lera Goncharuk <lera.goncharuk@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
dmake is dead, long live gbuild!
Change-Id: I636ea4ed7ee08a748b96973ae076a5e47928d4ca
|
|
Patch contributed by Oliver Rainer-Wittmann
i#118572 - remove ui string and help content regarding
usage of Java Mail in Writer's Mail Merge as Java
Mail is not used.
http://svn.apache.org/viewvc?view=revision&revision=1197035
Patches contributed by Herbert Duerr
updated help text for regexp word boundaries
http://svn.apache.org/viewvc?view=revision&revision=1228026
improved help text for word boundary regexp expression \b
http://svn.apache.org/viewvc?view=revision&revision=1234738
Patches contributed by Jurgen Schmidt
remove onlineregistration with dependencies
http://svn.apache.org/viewvc?view=revision&revision=1240245
Patch contributed by Regina Henschel
Extended tips for corner and cap style
http://svn.apache.org/viewvc?view=revision&revision=1242287
* re-enable on-line update help, remove obsolete on-line purchasing.
|
|
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
|