summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2013-02-24fdo#59828 update Format Paintbrush LabelJoel Madero1-1/+1
Change "Format Paintbrush" to "Format Paintbrush (double click for multi-selection") to be more concise and provide a bit more detail for users modified: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I8a0baaf0564ed9cc5eca99ef10b184905a3dd16b Reviewed-on: https://gerrit.libreoffice.org/2273 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-22migrate even more configuration setting (fdo#57061)Petr Mladek1-1/+14
+ application windows size + I was afraid to migrate any /org.openoffice.Setup stuff because there seemed to be many hardcoded values; But the parts mentioned in registrymodifications.xcu should be configurable and thus safe to migrate + „Enable macro recording“ and „Enable experimental features“ options + sigh, we do not want to migrate /org.openoffice.Office.Common/Misc/FirstRun; thus we need to explicitely mention all the other items which is error prone + Tools/Options/LibreOffice/Paths/My documents + ah, the paths are handled on two locations: /org.openoffice.Office.Paths and /org.openoffice.Office.Common/Path + Macros + I was afraid to copy user/basic because there were some content out of box. I though that it might be version specific. In fact, the default content is just empty templates that look the same even in old releases => it should be secure to copy it after all Change-Id: Ie1c04e9df36f6b6961bbaaeb922e29d64128ade4
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet2-2/+2
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist2-4/+4
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-14Get Labels.xcu out of configuration data.Matúš Kukan2-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.
2013-02-14pyagenda: Register and Pack python agenda wizardXisco Fauli1-1/+1
Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363
2013-02-13cleanup generated config includes to make them more readable.Michael Meeks1-6/+6
2013-02-11migrate also custom accelerators setting (fdo#57061)Petr Mladek1-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
2013-02-11migrate even more user setting (fdo#57061)Petr Mladek1-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
2013-02-11Better default values for Word completion featureSamuel Mehrbrodt1-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>
2013-02-07sdremote: Enable it by default.Jan Holesovsky1-1/+1
Change-Id: I268dba185df60bb21d6b87f8e71175f52ea1f1a3
2013-02-07migrate menu and toolbars customization (fdo#57061)Petr Mladek1-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
2013-02-05officecfg: remove references to binfilter formatsMichael Stahl2-140/+14
Change-Id: Ia19087cdd27c54f8aa57253fbfeb19a13a7490b0
2013-01-22librelogo toolbar: better tooltipsLászló Németh1-2/+2
2013-01-22StringRefAddressSyntax is nillableStephan Bergmann1-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
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard1-0/+10
Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc
2013-01-17fdo#58712 add missing UNO command namesAndras Timar3-0/+65
Change-Id: I68919572b0e5f624e433375f5c523281a8416e70
2013-01-16add close option to findbar in Writerjorendc2-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>
2013-01-16fdo#58364 Change Align in View->Toolbar to Align ObjectsJoel Madero8-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>
2013-01-10- fdo#46460 - Missing Circles and Ovals toolbarRob Snelders1-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>
2013-01-07typo fixjorendc1-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>
2012-12-29rethink external executable setupDavid Tardon1-1/+1
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-21Require l10ntools on officecfgTomáš Chvátal1-1/+1
Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb
2012-12-20Add new option for recalculation policy when loading ODF into Calc.Kohei Yoshida1-1/+26
This applies only to those documents that are generated by non-LibreOffice applications. Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat1-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
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat1-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
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat1-15/+0
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
2012-12-20Rename 'Templates and Documents' menu entry to 'Templates'Cédric Bosdonnat1-1/+1
Change-Id: I54b99b8ae9de07848acdf643b61ee45df97d014d
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes1-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>
2012-12-19Clean up indentation etc.Stephan Bergmann1-540/+625
Change-Id: Ia53747fb0df923a421646e4f637b08950da2d3c5
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-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
2012-12-15fdo#58018 typo: s/xml_lang/xml:lang/Andras Timar1-2/+2
Change-Id: I31ac7c7e11a7dcb4c99c9ef2890190bcd7b0fe26
2012-12-12LibreLogo should be an optional moduleAndras Timar3-3/+5
On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard1-0/+30
Change-Id: I94ea2d52f86a340ce3802ea4b63642cfc637bd2d
2012-12-06Personas: Read the info from the Persona page, and store it.Jan Holesovsky1-0/+10
Copies the bitmaps to user/gallery/personas/ in user's profile too. Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8
2012-12-05Bye bye ODMATor Lillqvist2-24/+0
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-04Personas: Configuration entries for Personas and BacgroundImage.Jan Holesovsky1-0/+62
Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
2012-12-04Checkin/out: some cleanup in UI strings + translators commentsCédric Bosdonnat1-1/+6
Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469
2012-12-02recover lost config. spool module ctlseqcheckDavid Tardon1-0/+1
Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon1-2/+3
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-11-30Do not migrate old (per-user/shared) script provider extensionsStephan Bergmann1-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
2012-11-30Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann1-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
2012-11-30Remove deprecated and unused entries from /org.openoffice.SetupStephan Bergmann1-94/+0
...but ooSetupInstCompleted is apparently not (yet) deprecated. Change-Id: I21237f804266e1f119bcf51f957ff4f22a64e3b2
2012-11-30Clean up indentationStephan Bergmann1-403/+529
Change-Id: I2a26c044103e6051a0790100087f42c41b12465a
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara1-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
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann1-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
2012-11-29Support optional dependencies among .xcd filesStephan Bergmann1-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
2012-11-28LibreLogo integration (extension -> normal code)Andras Timar3-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
2012-11-28Just call it "XML Source" in the menu for now.Kohei Yoshida1-1/+1
Change-Id: Ic802bd38e976df52ad5216820187ef1334eac5a6