summaryrefslogtreecommitdiff
path: root/source/text/simpress/00
AgeCommit message (Collapse)Author
2019-11-28tdf#128969 Fix Impress Interaction Help pageOlivier Hallot
+ 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>
2019-10-31Update Impress help pagesOlivier Hallot
(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>
2019-06-25Remove duplicated HID bookmarks in simpressGabor Kelemen
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>
2019-05-02tdf#102265 Decouple some Impress/Draw Slide/Page materialIlmari Lauhakangas
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>
2019-03-07tdf#102265 update Impress Help as Format - Page was movedIlmari Lauhakangas
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>
2018-11-29Modify menu in Draw has been renamed to ShapeStanislav Horacek
Change-Id: Idc0c1378ad1e2022c9e6c2ca2cddf85c7d9e8546 Reviewed-on: https://gerrit.libreoffice.org/64213 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-07add image dimension and alt content to iconsOlivier Hallot
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>
2018-04-08fix menu path to item invoking Slide Design dialogStanislav Horacek
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>
2017-08-12tdf#111413 Slide Master -> Master Slide'Olivier Hallot
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>
2017-08-07tdf#111413 Terminology change: "Slide Master"Olivier Hallot
... 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>
2017-05-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
2016-10-14Format - Slide Design menu item is now Slide - Slide Master DesignGabor Kelemen
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>
2016-05-23"Insert - Field", not "Insert - Fields"Christian Lohmaier
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
2016-03-25tdf#92825 adjust menu path to Slide - New Page/SlideStanislav Horacek
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>
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>
2015-11-12The 'lastedited' element is useless, we have git.Jan Holesovsky
2015-11-10tdf#92825 Rearrange the view menu in writer, calc, and impressYousuf Philips
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>
2013-02-26gbuildize helpcontent2David Tardon
dmake is dead, long live gbuild! Change-Id: I636ea4ed7ee08a748b96973ae076a5e47928d4ca
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
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.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc