summaryrefslogtreecommitdiffstats
path: root/officecfg
Commit message (Collapse)AuthorAgeFilesLines
* Get Labels.xcu out of configuration data.Matúš Kukan2013-02-142-13906/+0
| | | | | | Modify the file format, install separately into share/labels, and parse it using xmlreader when needed. Saves time on startup and reduces pointless configurarion size.
* pyagenda: Register and Pack python agenda wizardXisco Fauli2013-02-141-1/+1
| | | | Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363
* cleanup generated config includes to make them more readable.Michael Meeks2013-02-131-6/+6
|
* migrate also custom accelerators setting (fdo#57061)Petr Mladek2013-02-111-0/+1
| | | | | | | | | | I was not sure how this can be triggered util the comment 46 in fdo#57061. I was not brave enough to enable this without testing. It seems to work, people complain about it, let's enable this migration as well. Change-Id: I79fa4b95828a55619ce098dc8fd357af317a1d47
* migrate even more user setting (fdo#57061)Petr Mladek2013-02-111-0/+100
| | | | | | | | | | | - paths setting - recently opened files - recovery setting (enable/disable; time) - ODF import/export setting - font anti aliasing setting - windows and toolbars setting (visibility, position, docking) Change-Id: I01ee912a782f14ba0751659ad87863b749950793
* Better default values for Word completion featureSamuel Mehrbrodt2013-02-111-3/+3
| | | | | | | | | http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f Reviewed-on: https://gerrit.libreoffice.org/1937 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* sdremote: Enable it by default.Jan Holesovsky2013-02-071-1/+1
| | | | Change-Id: I268dba185df60bb21d6b87f8e71175f52ea1f1a3
* migrate menu and toolbars customization (fdo#57061)Petr Mladek2013-02-071-1/+3
| | | | | | | | I hope that LO will handle potential incompatible menu or toolbar entrie. But this problem happens also when updating between minor versions. Change-Id: I5be9b4e036464806d04eb6e0e9808b503f288498
* officecfg: remove references to binfilter formatsMichael Stahl2013-02-052-140/+14
| | | | Change-Id: Ia19087cdd27c54f8aa57253fbfeb19a13a7490b0
* librelogo toolbar: better tooltipsLászló Németh2013-01-221-2/+2
|
* StringRefAddressSyntax is nillableStephan Bergmann2013-01-221-1/+1
| | | | | | | | | | | | | ...00134920ec968ff492c88d8c5a6af22f1ebfa328 "New option for INDIRECT reference syntax" and e6ef9f128e85961921b0b319087010fce1d59a74 "Rename this option to make it sound more generic" had marked /org.openoffice.Office.Calc/Formula/Syntax/StringRefAddressSyntax (formerly IndirectFuncGrammar) as oor:nillable="false", even though it is given no value in officecfg, and the sole code reading it (SCFORMULAOPT_STRING_REF_SYNTAX case in ScFormulaCfg ctor, sc/source/core/tool/formulaopt.cxx) is prepared to read a nil value. Change-Id: Icab871c821f437cd095280e9af8b0c0c11bbef8f
* add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard2013-01-181-0/+10
| | | | Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc
* fdo#58712 add missing UNO command namesAndras Timar2013-01-173-0/+65
| | | | Change-Id: I68919572b0e5f624e433375f5c523281a8416e70
* add close option to findbar in Writerjorendc2013-01-162-0/+19
| | | | | | | Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67 Reviewed-on: https://gerrit.libreoffice.org/1557 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#58364 Change Align in View->Toolbar to Align ObjectsJoel Madero2013-01-168-8/+8
| | | | | | | | | | Per request on fdo#58364, Align Objects is a more concise label for what the align toolbar does. Change-Id: I6e846ceafbf020d8669cd93f520226000166d0ed Reviewed-on: https://gerrit.libreoffice.org/1701 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* - fdo#46460 - Missing Circles and Ovals toolbarRob Snelders2013-01-101-1/+1
| | | | | | | Change-Id: I08f2cef9c16ac998663f634653dad37a201f50c5 Reviewed-on: https://gerrit.libreoffice.org/1456 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* typo fixjorendc2013-01-071-1/+1
| | | | | | | Change-Id: I7530e477a6cf4ab52772b7ba1c5e3d41dc2d6fae Reviewed-on: https://gerrit.libreoffice.org/1563 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* rethink external executable setupDavid Tardon2012-12-291-1/+1
| | | | Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
* Require l10ntools on officecfgTomáš Chvátal2012-12-211-1/+1
| | | | Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb
* Add new option for recalculation policy when loading ODF into Calc.Kohei Yoshida2012-12-201-1/+26
| | | | | | | This applies only to those documents that are generated by non-LibreOffice applications. Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3
* Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat2012-12-201-0/+5
| | | | | | | | | | | | | | | This dialog is still of some use with some Writer Wizards and templates. Re-added the dialog, but moved the menu entry to Tools menu in Writer. The menu entry has not been added back in the other applications. Conflicts: sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
* Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat2012-12-201-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src svtools/source/dialogs/addresstemplate.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-201-15/+0
| | | | Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
* Rename 'Templates and Documents' menu entry to 'Templates'Cédric Bosdonnat2012-12-201-1/+1
| | | | Change-Id: I54b99b8ae9de07848acdf643b61ee45df97d014d
* fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes2012-12-201-1/+11
| | | | | | | Change-Id: I1a4caea70ef8e2fc177a966e7e267ca4df139864 Reviewed-on: https://gerrit.libreoffice.org/1412 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Clean up indentation etc.Stephan Bergmann2012-12-191-540/+625
| | | | Change-Id: Ia53747fb0df923a421646e4f637b08950da2d3c5
* Change the order of always, never, ask enumerations.Kohei Yoshida2012-12-171-2/+2
| | | | | | | This tri-state option is commonly ordered ask-always-never or always-never-ask, but not always-ask-never, which is not very common. Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
* fdo#58018 typo: s/xml_lang/xml:lang/Andras Timar2012-12-151-2/+2
| | | | Change-Id: I31ac7c7e11a7dcb4c99c9ef2890190bcd7b0fe26
* LibreLogo should be an optional moduleAndras Timar2012-12-123-3/+5
| | | | | | | On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
* improve the recalc dialog for ooxmlMarkus Mohrhard2012-12-101-0/+30
| | | | Change-Id: I94ea2d52f86a340ce3802ea4b63642cfc637bd2d
* Personas: Read the info from the Persona page, and store it.Jan Holesovsky2012-12-061-0/+10
| | | | | | Copies the bitmaps to user/gallery/personas/ in user's profile too. Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8
* Bye bye ODMATor Lillqvist2012-12-052-24/+0
| | | | | SUSE has no interest in it any longer, and I doubt anybody else has either.
* Personas: Configuration entries for Personas and BacgroundImage.Jan Holesovsky2012-12-041-0/+62
| | | | Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
* Checkin/out: some cleanup in UI strings + translators commentsCédric Bosdonnat2012-12-041-1/+6
| | | | Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469
* recover lost config. spool module ctlseqcheckDavid Tardon2012-12-021-0/+1
| | | | Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
* move setting up of ext. executables out of gbuild.mkDavid Tardon2012-12-021-2/+3
| | | | Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
* Do not migrate old (per-user/shared) script provider extensionsStephan Bergmann2012-11-301-0/+2
| | | | | | | ... for BeanShell and Javascript, which have been changed from bundled extensions to plain code parts a while ago already; but just in case... Change-Id: I92f25a9607f8cdf7ec6c90ee615281317d1ec6e4
* Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann2012-11-301-0/+1
| | | | | | | | | | To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa
* Remove deprecated and unused entries from /org.openoffice.SetupStephan Bergmann2012-11-301-94/+0
| | | | | | ...but ooSetupInstCompleted is apparently not (yet) deprecated. Change-Id: I21237f804266e1f119bcf51f957ff4f22a64e3b2
* Clean up indentationStephan Bergmann2012-11-301-403/+529
| | | | Change-Id: I2a26c044103e6051a0790100087f42c41b12465a
* Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara2012-11-291-0/+26
| | | | | | | | | | | | | a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
* Isolate PDF Import so it can be made optionally installableStephan Bergmann2012-11-291-0/+3
| | | | | | | | | | | | | ...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
* Support optional dependencies among .xcd filesStephan Bergmann2012-11-291-1/+2
| | | | | | | ...that are effectively ignored if the depended-on file does not exist. This will be needed by a subsequent commit to make PDF Import optionally installable. Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3
* LibreLogo integration (extension -> normal code)Andras Timar2012-11-283-0/+301
| | | | | | | | While efforts have been made to make LibreLogo work with Python 3.3, there are still a few bugs, for example large Logo programs do not run correctly and Translate button does not work. Bugfixing is in progress. Change-Id: I4227ff86084f51047861897189d2317322296139
* Just call it "XML Source" in the menu for now.Kohei Yoshida2012-11-281-1/+1
| | | | Change-Id: Ic802bd38e976df52ad5216820187ef1334eac5a6
* Add new slot ID for 'Manage XML Source' menu entry.Kohei Yoshida2012-11-281-0/+5
| | | | | | Plus unwind the mess of slot ID collision between sc and svx. Change-Id: Iad236e50f58160d85c997d6f8f6dfce405fd82bb
* fdo#48317 - Support jumping to next/previous changeMuhammad Haggag2012-11-271-0/+10
| | | | | | | | | | | | Added two new writer commands: NextTrackedChange (FN_REDLINE_NEXT_CHANGE) and PreviousTrackedChange (FN_REDLINE_PREV_CHANGE). Rewrote the logic for Accept/Reject change (FN_REDLINE_ACCEPT_DIRECT and FN_REDLINE_REJECT_DIRECT) to work well with the newly introduced commands. Change-Id: I03d583bef4225409f69934f16db1854564c2db5f Reviewed-on: https://gerrit.libreoffice.org/1156 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
* Give sdremote a separate option, apart from Experimental featuresMiklos Vajna2012-11-261-0/+7
| | | | Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
* Removed horizontal rule ugly 1990 thingCédric Bosdonnat2012-11-241-5/+0
| | | | | | | Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c Conflicts: sw/source/ui/misc/insrule.cxx