Age | Commit message (Collapse) | Author |
|
GUIStoreModel now correctly calls storeToUrl
instead of storeAsUrl, when saving a copy.
Dialog title is correctly set.
TODO:
- Write help
Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129
|
|
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>
|
|
git blame does the same
Change-Id: I79ff6866bc0de02ae841df9d15599278ade06e31
|
|
introduced due to incomplete removals (like b3321b05)
Change-Id: I94c0905b654e29db19ed8cbf706b59033dce948d
|
|
Change-Id: Ie8d5e04556dc73213e972969d7dd7461799cd396
Reviewed-on: https://gerrit.libreoffice.org/2905
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I7ddb4e3b4fc39b542e2ab54a188d0953a2b7ce8d
|
|
Change-Id: I8c4be3a69544ff579f054ec455512f2bddc11944
|
|
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
|
|
Change-Id: I240ab25258cb66786cd8882c8c4e1da5e30f8863
|
|
|
|
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>
|
|
Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc
Reviewed-on: https://gerrit.libreoffice.org/2644
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
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
|
|
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
|
|
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
|
|
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>
|
|
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
|
|
.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
|
|
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>
|
|
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>
|
|
Change-Id: I133423de994b1befe246b6c921802428a3528202
|
|
+ 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
|
|
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
|
|
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
|
|
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.
|
|
Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363
|
|
|
|
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
|
|
- 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
|
|
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>
|
|
Change-Id: I268dba185df60bb21d6b87f8e71175f52ea1f1a3
|
|
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
|
|
Change-Id: Ia19087cdd27c54f8aa57253fbfeb19a13a7490b0
|
|
|
|
...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
|
|
Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc
|
|
Change-Id: I68919572b0e5f624e433375f5c523281a8416e70
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I7530e477a6cf4ab52772b7ba1c5e3d41dc2d6fae
Reviewed-on: https://gerrit.libreoffice.org/1563
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
|
|
Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb
|
|
This applies only to those documents that are generated by non-LibreOffice
applications.
Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3
|
|
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
|
|
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
|
|
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
|