summaryrefslogtreecommitdiff
path: root/helpcontent2
AgeCommit message (Collapse)Author
2013-05-24Release SUSE 4.0-3, build id 303, Linux version 4.0.3.3.3, tag suse-4.0-3suse-4.0-3Petr Mladek
Change-Id: Ib0399802f4a95b988a6db852526cb06a12d46f55
2013-05-01updated dictionaries and helpcontent from 4.0.3.2 tagPetr Mladek
Change-Id: I453cf8cad1a651d1e1ec0c69da0d75a862359128
2013-04-30Version 4.0.3.2, tag libreoffice-4.0.3.2libreoffice-4.0.3.2Petr Mladek
Change-Id: I302bf984363c10f59c3d2232c47b2404662a30b3
2013-04-16Branch libreoffice-4-0-3Petr Mladek
This is 'libreoffice-4-0-3' - the stable branch for the 4.0.3 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 4.0.x release, please use the 'libreoffice-4-0' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I1f6ff6d731a7237d38f310e09c9c6c237f41e493
2013-04-08Updated coreAndras Timar
Project: help b56864919adc5b2c36b354e365c93964bb611dab
2013-04-08Updated coreAndras Timar
Project: help e9b6ed7fb094f12207112cc0fffde5aea0c6dcb1
2013-04-04Updated coreAndras Timar
Project: help b27993adb1aa2aca80ab4f8df055336ff04a7a49 add more languages to WikiHelp Change-Id: I4210f948f464b9f7e4eebe9bf92f9f94ee691d8b Reviewed-on: https://gerrit.libreoffice.org/3200 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-04-04Updated coreAndras Timar
Project: help db63c79388f2039dd39b292f0ef037b8fc21cdae
2013-02-06Updated coreDávid Vastag
Project: help 7dded42472968783f5c90a0aa9e497ee3dfb247f
2013-01-28Updated coreAndras Timar
Project: help fab8b3ed91a4b24d2a06832929ecad3f9ba65630 add Turkish to WikiHelp, it is fully translated Change-Id: If89ffb1950f9e9a8d99140e1f37d65f4d4506a89 Reviewed-on: https://gerrit.libreoffice.org/1895 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-22Updated coreNémeth László
Project: help a5706714cdaab038624130be071cd98b8a452968
2013-01-18Updated coreAndras Timar
Project: help c5a1a67cb0526aaec8667e5e602864d426930335 fix paragraph attribute Change-Id: I674f1b39c3eb95dbec065afcda3fc5cdad766ce9 Reviewed-on: https://gerrit.libreoffice.org/1755 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-15Updated coreMichael Stahl
Project: help d3eed351daeca6f99c4e3dc43922cc71c5d9149d help: Document Converter: remove obsolete StarOffice format documentation The legacy StarOffice formats cannot be converted in 4.0 anyway because binfilter has been removed. Change-Id: I937ab2946b33eba0e1c603ab9659bfec86862155 (cherry picked from commit 89d2680dda47ae81b2a50a0e9e1239f90b99cdb7) Reviewed-on: https://gerrit.libreoffice.org/1692 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-01-15Updated coreMichael Stahl
Project: help e1be539d0d62bfb0246f38ed1d30bd65a43eb89f help: Document Converter: remove StarOffice format on that page too Change-Id: I313f9d4fc5cb8fc9de1c8477be11618cdf78c677 (cherry picked from commit a915dcd521181918307d16fb2168d436e5370043) Reviewed-on: https://gerrit.libreoffice.org/1693 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-12-13fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power
formula import is buffered 'till the end of import. The processing of the formula data need to happen before the scenario import happens. This is necessary because sheet numbers stored in the formula addresses can become invalid as scenario import insertes new hidden sheets upsetting the previous table order Change-Id: Id967a05ca06d1d918c959eaf1d1371ed2c6a4490
2012-12-13Updated coreCaolán McNamara
Project: help 84f109d2668f0bcbb11bbb5bff894466c538b052 the .tree files are xml, so need xml comments not c++ ones
2012-12-13Updated coreMichael Meeks
Project: help 32c4964e1415547af5dd956b590dc0edb3d10778 re-base on ALv2 code. Includes:
2012-12-09Updated coreStanislav Horacek
Project: help d9d28ebb575e96e742d6590a28dd59c62b89dc4e fix typos in LibreLogo help
2012-12-07Updated coreAndras Timar
Project: help ed658fe4ef7900078255a02f8410ef2e51a76189 fix empty extended tip
2012-12-05Updated coreCaolán McNamara
Project: help a9273e373f90f2ccace22466202bf6d72813baf9 update help ids for calc sort .ui conversion (cherry picked from commit 22de25aee5060ad81e2c37d3012eb0eab509614e)
2012-12-04Branch libreoffice-4-0Petr Mladek
This is 'libreoffice-4-0' - the stable branch for the 4.0.x releases. The commit rules are different according to the development phase: + 4.0.0 beta phase: + any bug fixes are allowed without review + late features need approval by 3 people with different affiliation + 4.0.0 rc phase and later: + fixes need approval by one reviewer + late features need approval by 3 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master. Change-Id: Icd7ddf1ebdfd582ea097c5e91da6c67535d4da52
2012-12-04Updated coreAndras Timar
Project: help 0c00fcce7d3e777b1734f97ef67c28c609b99f44 forgot to add this makefile
2012-12-03Updated coreAndras Timar
Project: help 7c70118da4116a56150f0c4f403bc9360ba249f9 translators wanted LibreLogo help in a separate file
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat
Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
2012-12-03Updated coreCaolán McNamara
Project: help 9a488450c8fec4ec520541d50683b07b9bd86b22 update help ids for insert script .ui conversion
2012-12-01Updated coreMiklos Vajna
Project: help 14779b36c86679fafbab25f3886b2fb1faf79daa add help for enable remote control checkbox
2012-11-30Updated coreAndras Timar
Project: help 2fe3e715144881d57cce1d8aac7e0ca9c72c9bc8 tweaks in order to parse LibreLogo help (not perfect)
2012-11-30Updated coreAndras Timar
Project: help b91788bdfe56875a9342d011439f954e50d9c751 <empty> -> <Empty> to please pofilter
2012-11-30f532752756c81a295116b0889fe4e9d31b7c3bb6 had rolled back helpcontent2Stephan Bergmann
Change-Id: Iadd945b4e6b7ceaff43c773f199213b9493948ed
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
2012-11-29Updated coreAndras Timar
Project: help 4d46d7ee993ea549cf959bc012a616308b3496c9 cosmetic and typo fixes in LibreLogo help
2012-11-28Updated coreAndras Timar
Project: help c9e185d454bd5f7a3bfb8e8018f598746f1d44a0 LibreLogo integration
2012-11-27Revert accidental submodule changesMichael Stahl
This reverts commit c7d1daac6f2ce4d891df8a39356641e19a5aa8f2. Change-Id: I9c679231ea3daf18bc789cdf7d122283238405fe
2012-11-27sigh... apparently 6215da2dfb96ed6b36ef42bc1afa1ab43c803f3d missed a )Michael Stahl
Change-Id: I3cfe61034b02d050c3b825ed83e68740760af8ae
2012-11-27Updated coreMiklos Vajna
Project: help 05bd6789ba844772f9757fa1196175e9591ccd74 redlining_navigation: add missing paragraph ids
2012-11-27Updated coreMuhammad Haggag
Project: help df872eb038151f90ee6a128f33acbbd96c000a70 null fdo#48317 Help content for next/previous change navigation. Change-Id: Id0b44f449bf099b7e79c33cb7f060c0b05457145 Reviewed-on: https://gerrit.libreoffice.org/1163 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Christian Lippka impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx http://svn.apache.org/viewvc?view=revision&revision=1167619 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 cws mba34issues01: #i117719#: use correct resource ID http://svn.apache.org/viewvc?view=revision&revision=1172351 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Armin Le-Grand #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested http://svn.apache.org/viewvc?view=revision&revision=1240195 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68 Patch contributed by Regina Henschel linecap: Reintegrating finished LineCap feature http://svn.apache.org/viewvc?view=revision&revision=1232507 Patch contributed by Wang Lei (leiw) #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash http://svn.apache.org/viewvc?view=revision&revision=1301361 cleanup globlmn hacks, undo dependent fixmes.
2012-11-25Updated corePeter Jentsch
Project: help cd65acbcb541da83c39c3f1eeb6672a7bcc123d6 removed help content referring to obsolete XML filter options.
2012-11-24Updated coreAndras Timar
Project: help 14a35bc7c9a2a012e7d994588a2fcdf52158ebac fdo#53902 add help text for Help - Send Feedback...
2012-11-24Updated coreAndras Timar
Project: help bbbef57fbadf577d3b799d14288dd958550e68f0 fdo#55909 add help for date acceptance patterns
2012-11-24Updated coreAndras Timar
Project: help 80899ee8568c141e25dbb9a04bd13507c89a0870 fdo#56103 wrong tooltip help corrected
2012-11-24Updated coreAndras Timar
Project: help a5e037cf6062e6b21e8c674a45f8b9ae80da40e9 missing spaces
2012-11-24Updated coreAndras Timar
Project: help f3c69d4462504bf8f54ab3de7eec7120d04ebe0a fdo#57421 hoint to enable macro recording
2012-11-24Updated coreAndras Timar
Project: help df35c1baaacbf33b104745d04a0b58427d690b0b fdo#51576 mention that $ matches paragraph break
2012-11-24Updated coreAndras Timar
Project: help b228822fd4f25fbdb5c367698e14dfc4a0f0af00 fdo#33150 remove hrefs to www.openoffice.org
2012-11-24Updated coreAndras Timar
Project: help ada1ecaf116330090c217d5cca88169d30d726d5 fdo#52988 Report Builder Extension is bundled with LibreOffice
2012-11-24Updated coreAndras Timar
Project: help 31b8a30979690acf6372ef4be7f30f3c4a455325 fdo#55660 Mediawiki will not parse <font> after this
2012-11-24Updated coreAndras Timar
Project: help 7be4495e86db83bb0fd27b36629a378d957f7ba9 fdo#57227 Amend help text of 'Ignore All' button
2012-11-24Updated coreLászló Németh
Project: help 48c8755aca088c7af28cd8ef47c4834175914dff fdo#57483 remove check capitalization (ugly 1980 thing)
2012-11-23update l10ntools READMEAndras Timar
Change-Id: Idd31818e2fca33951bceb6e4b64fa57b43f8e7be