summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2013-03-29Save a Copy command does not have an imageAndras Timar1-3/+0
Change-Id: Ibd607b5324a23e6c7be0ffec8237bc9d51bbd4ad
2013-03-25fdo#60780, Save a Copy wipÁdám Csaba Király1-0/+8
GUIStoreModel now correctly calls storeToUrl instead of storeAsUrl, when saving a copy. Dialog title is correctly set. TODO: - Write help Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129
2013-03-23Change duplicate short-cut Alt-I-URob Snelders1-1/+1
Conflicts: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu Change-Id: I0cabf39b3844a056a6c1d83a7941715435fb6307 Reviewed-on: https://gerrit.libreoffice.org/2943 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-22officecfg: remove author tag from xcs filesThomas Arnhold98-1316/+1
git blame does the same Change-Id: I79ff6866bc0de02ae841df9d15599278ade06e31
2013-03-22officecfg: remove annoying newlinesThomas Arnhold21-1881/+0
introduced due to incomplete removals (like b3321b05) Change-Id: I94c0905b654e29db19ed8cbf706b59033dce948d
2013-03-22officecfg: remove translated stringsThomas Arnhold8-162/+0
Change-Id: Ie8d5e04556dc73213e972969d7dd7461799cd396 Reviewed-on: https://gerrit.libreoffice.org/2905 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-20fdo#35546, implementing 'Create Photo Album' functionGergő Mocsi1-0/+9
Create a slideshow from a series of image files. Created the dialog window (called photoalbum.ui). Image preview is working. Options "Fit to slide" and "1 image and title" are implemented. Added a title page with the author's full name. TODO: 2 images / 4 images per slide i18n of messages UI tweaks Change-Id: I14b337187dc5d373fcd28489098fda813b5fd5f6 Reviewed-on: https://gerrit.libreoffice.org/2582 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-19move files.mk to officecfg directoryDavid Ostrovsky3-2/+2
Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1 Reviewed-on: https://gerrit.libreoffice.org/2823 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky16-0/+1385
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-18better wording for the menu entryMarkus Mohrhard1-1/+1
Change-Id: I7ddb4e3b4fc39b542e2ab54a188d0953a2b7ce8d
2013-03-17Clean up indentationStephan Bergmann2-107/+186
Change-Id: I8c4be3a69544ff579f054ec455512f2bddc11944
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard2-0/+10
This needs some tweaks but it looks like we are already able to choose the chart and import it. There are some more tweaks needed to handle internal vs. external data provider, errors, other components, ... Change-Id: Ib3e7f8bbf7b7f49b071d85120930624e2add91a7
2013-03-15let the translators handle these stringsMarkus Mohrhard1-26/+0
Change-Id: I240ab25258cb66786cd8882c8c4e1da5e30f8863
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-1/+1
removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx fixed autosave feature setting "losing its value" set autosave feature default value to False Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9 Reviewed-on: https://gerrit.libreoffice.org/2663 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-11remove remaining UTF bomBorim2-2/+2
Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc Reviewed-on: https://gerrit.libreoffice.org/2644 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08Migrate also Java and Online Update setting (fdo#57061)Petr Mladek1-0/+2
The format of the javasetting*.xml file is the same, so why not migrate it. Note that it does help for 4.0 because we modified javavendors.xml. This would cause release of the java setting even when they are not migrated. Well, the migration might be useful in the future, for 5.0 ;-) I was slightly scared to migrate the /org.openoffice.Office.Job but registrymodifications.xcu should include only stuff that can be modified. Minor updates handled this well. AFAIK, we did not change anything in this area for 4.0, so it should be fine. Change-Id: I7775c238a7c298bf877241429c197e76f2093f5d
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter2-0/+10
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2013-03-04Add new dialog to Query Design ViewZolnai Tamás1-0/+5
In Query Properties Dialog can be set properties like distinct values and limit. To open choose Edit\Query Properties. Steps of implementation: - Add new slot to Edit menu (menubar.xml): delete the slot of distinct values, because it can set in this dialog too - Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx) With it only LimitBox header is included in the dialog source. - Extend LimitBox class to work with new layout widget (make... and GetOptimalSize()) and add it to the galde catalog - Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and write the .ui file. (querypropertiesdialog.ui) - Syncronize the two LimitBox (querycontroller.cxx) Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King3-3/+3
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-27Do not depend on (not-yet) delivered .xcs files in --stringparam schemaRootStephan Bergmann1-0/+2
.xcs/.xcu files can reference other .xcs files via oor:component attributes, and the various xsltproc scripts called from solenv/gbuild/Configure.mk try to load the referenced .xcs files, locating them via --stringparam schemaRoot arguments. These references among .xcs/.xcu files are not tracked via dependencies in the build system. When building the primary registry in module officecfg, schemaRoot must therefore not reference solver, as any referenced .xcs files need not yet be delivered. In the old dmake build system, this was solved by basing the schemaRoot argument on an ABSXCSROOT variable that was set differently in officecfg/util/makefile.pmk (pointing into officecfg/ itself) than in other modules (like in connectivity/makefile.pmk, pointing into solver/). Reproduced that hack in the new gbuild system now, too (which already had that hack partially implemented for .xcs files). Change-Id: Ib2300686c4de144f0b1e18d0e985e6fc7d9f64ae
2013-02-25Database: Add Limit in Query Desing ViewZolnai Tamás2-0/+16
Levels of implementation - Add a new toolbar item to ui (designobjectbar.xml) - Make a control for this element( LimitBox: derived from NumericBox) - Make an own controller for this control (LimitBoxController) and register it - Add new feature to the general\central controller (OQueryController) and construct a communication channel between the two controller - Modify the view switching (SQL<->Design) methods to use\set limit value (QueryDesignView.cxx) Conflicts: dbaccess/source/ui/querydesign/QueryDesignView.cxx Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690 Reviewed-on: https://gerrit.libreoffice.org/1994 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
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