summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2018-06-07[API CHANGE] Remove unused StartCenterHideExternalLinks configuration propertyStephan Bergmann
Originally added with 78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8 "Added option to hide external link buttons on Start Center". The use of BackingWindow::mnHideExternalLinks was remove with 74144e53a88d17305469f6b315a01f16fede8878 "startcenter: Tweak Start Center layout", and then the member and its initialization from the StartCenterHideExternalLinks configuration property was removed with d7824bf16898d8cb776420e0c2bff82e6df61b86 "loplugin:unusedfields in sfx2 part2". (The opportunity to already remove STARTCENTER_HIDE_EXTERNAL_LINKS from instsetoo_native/util/openoffice.lst.in had been missed in 89ac3c4acae1f0ffe3e96933d3449749ddf86847 "replace variables in main.xcd already in gbuild".) Change-Id: I35bbd94db88939d7724616fa22a74e18552a4ad8 Reviewed-on: https://gerrit.libreoffice.org/55379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-06-02A few assorted improvements to translatable strings before freezeAdolfo Jayme Barrientos
Change-Id: I30d315e0c82afc112cdb4fef17339c1b78b5643a
2018-05-30tdf#116498 Use win metrics for 'DIN Light' fontSamuel Mehrbrodt
This adds a special treatment for fonts which rely on the win metrics for correct line spacing calculation. At the moment, only 'DIN Light' is known to need that treatment. Change-Id: Idd9fd6f63083ab7a706e0cbcd33a947d4949d4e9 Reviewed-on: https://gerrit.libreoffice.org/53962 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-05-27Text Attributes launches a dialog so add ellipsisCaolán McNamara
Change-Id: Ic1725e78a34cc5fc7b76c272d4191266966a2b13 Reviewed-on: https://gerrit.libreoffice.org/54815 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-05-24Re-enable threading for formula groups for now.Michael Meeks
As agreed at the ESC - lets see how this goes for 6.1 This reverts commit 4696d3728f0aba1087001bc543fc0867dd0ebdda. Change-Id: Ic2be53c53dd7573972cd54c390443dc136739b6c Reviewed-on: https://gerrit.libreoffice.org/54774 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2018-05-21Activated notebookbar in drawKshitij Pathania
Added tabbed and two groupedbars mode of notebookbar. Change-Id: I208a365139ca6c83510a73a8ffa0260b05787793 Reviewed-on: https://gerrit.libreoffice.org/54547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski
With this change, Database fields that expand to empty values behave as if they are "Hidden Paragraph" fields. A compatibility option to enable this behaviour is added. The option is enabled by default, and for any non-native documents (for compatibility with other office suites). For existing (F)ODT documents, the option is disabled for those documents that don't have this setting set, to keep the layout of legacy documents. Change-Id: Ic5e8cb15a3a7d1a765a984eef4b0d97666df7dfd Reviewed-on: https://gerrit.libreoffice.org/54552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-05-20Also change Expert Configuration option's description wordingMike Kaganski
.. after the changed string in Compatibility options done in commit ae0edc4740ea95cd456eb7157bd048615de9212e. Change-Id: I6708ef76207a02915c6ec883cc3c7c5d0245ae40 Reviewed-on: https://gerrit.libreoffice.org/54524 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-05-20Fix typosAndrea Gelmini
Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c Reviewed-on: https://gerrit.libreoffice.org/54571 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
2018-05-15tdf#117186 - Sidebar: Shapes deck should fill the whole sidebarheiko tietze
Change-Id: Ib4ddab03b3b001523f3e819e5bdac7fbefc17f24 Reviewed-on: https://gerrit.libreoffice.org/54339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-05-14Add icon option for ObjectTitleDescriptionandreas kainz
Change-Id: Ie1a2792d8c1c6696b6ac2ee89a8cce6482d3a662 Reviewed-on: https://gerrit.libreoffice.org/54337 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-05-09tdf#117437 - Console error message about ShowInlineTooltipsheiko tietze
Issue introduced with https://gerrit.libreoffice.org/#/c/52586/ Change-Id: I6959a645da1df9e956aecc8d923cfd6a9e0b7089 Reviewed-on: https://gerrit.libreoffice.org/53928 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-05-08config entries for the new graphic manager, deprecate old entriesTomaž Vajngerl
Add 2 new GraphicManager config entries GraphicMemoryLimit and GraphicAllowedIdleTime. At the same time, deprecate the existing config entries used in GraphicObject's GraphicManager, which are not relevant anymore. Change-Id: Idb775e5e1a623f6c23d0c67fea5334a6c713c6c2 Reviewed-on: https://gerrit.libreoffice.org/53561 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2018-05-07tdf#112382 Rename Field command to Edit Fields in the context menuGabor Kelemen
This makes the context menu item name match the window title it opens while not changing the label used in the main menu Change-Id: I0ac488302f942edea4507a4a0f53a4a84af2f9da Reviewed-on: https://gerrit.libreoffice.org/53844 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-05-06tdf#55972 Export URLs relative to filesystem in PDF export by defaultGabor Kelemen
To sync with the default setting used for other file formats Change-Id: I4fb0062c43282631c30e89308b25c1658d438537 Reviewed-on: https://gerrit.libreoffice.org/53815 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
in page number, chapter and outline numbering in ~30 languages by integrating libnumbertext library. - offapi: add linguistic2::NumberText New NumberingType constants: - ordinal indicators (1st, 2nd, 3rd...) - cardinal number names (One, Two, Three...) - ordinal number names (First, Second, Third...) Note: these numberings are parts of OOXML, too. Plain text files of Libnumbertext's language data are installed in share/numbertext (similar to share/fingerprint), allowing further customization. Change-Id: I4034da0a40a8c926f14a3f591749a89a8d807d5a Reviewed-on: https://gerrit.libreoffice.org/53313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2018-05-02WinUserInfoBe: a new config backend for user data provided by WindowsMike Kaganski
This backend provides Active Directory details for current user. If the system is not part of Active Directory domain, GetUserNameEx is used instead, so at least user (given) name is configured. Unlike ldap backend, this one doesn't need connection configuration, as the used API works with current user security context. Change-Id: I74bcc79591a658dc5121df1f09caa15d272fbe12 Reviewed-on: https://gerrit.libreoffice.org/53590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-04-27Change default PDF version to 1.5Khaled Hosny
According to Miklos Vajna, we already write markup which is newer than 1.4, but the PDF version was not changed. Printing still sets the version to 1.4, not sure if we should update it or keep the old version. Change-Id: I5387fba03a3ee33f18e16033f630f1b765e3df8f Reviewed-on: https://gerrit.libreoffice.org/53373 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-04-26tdf#57000 Add a context menu to the formula bar input fieldMaxim Monastirsky
As a side effect also fixes tdf#70597 Change-Id: Idd872d93f7a9da50f67c91a11e7e0231c7ac924e Reviewed-on: https://gerrit.libreoffice.org/53513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara
Change-Id: Id66f8ff62ed08724702572f457b9fc857d567e89 Reviewed-on: https://gerrit.libreoffice.org/53465 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-26NB Icons: add icons for impress slide tabandreas kainz
Change-Id: I9c546cce9830f94f00f5cd8cbea3a491d368b9a4 Reviewed-on: https://gerrit.libreoffice.org/53464 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-24NB Implementation: Calc data tabandreas kainz
Change-Id: Ib84ee30c21a0b9ac09d80cf4aa8898ad5d1d12e5 Reviewed-on: https://gerrit.libreoffice.org/53367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-22Fix .uno:CurrentConditionalFormatDialog labelMaxim Monastirsky
So it won't be listed with its .uno name in the customization dialog. Change-Id: Ia262c7beccac2dd67bc75313f32d1f481f5452ad Reviewed-on: https://gerrit.libreoffice.org/53285 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-04-21tdf#94498 add repeat search in Basic IDE by shortcuttagezi
additionally deduplicate code and remove unnecessary abstraction Change-Id: Ib826b5cac74e95ce4ae8d02368b0983eb4942b29 Reviewed-on: https://gerrit.libreoffice.org/52027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-04-19NB Implementation: calc data tabandreas kainz
Change-Id: Ia1c0ba09b683501093065045163c406b1187b050 Reviewed-on: https://gerrit.libreoffice.org/53134 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-18NB Implementation: add icons to impressandreas kainz
Change-Id: I0192a431f79a46fa17b214fb9c978ec0215f061c Reviewed-on: https://gerrit.libreoffice.org/53123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-18NB Implementation: calc -> view shrink labelsandreas kainz
Change-Id: Id865c864d175e31de49b8eb62df8b6ca144fd50c Reviewed-on: https://gerrit.libreoffice.org/53104 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-18Find non-set-elements marked as mandatoryStephan Bergmann
Change-Id: I7f75c835339b61ba9e545c13d7e5bb208c12df4c Reviewed-on: https://gerrit.libreoffice.org/53069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-04-17NB Implementation: sync impress label with writer/calcandreas kainz
Change-Id: I6d87ddc3520c74f776321329e39e7562c93ad6da Reviewed-on: https://gerrit.libreoffice.org/53060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-17tdf#100715 Slide transition sound: Remember remember last folderSamuel Mehrbrodt
Change-Id: I37bfb088a167464cdbd93a1f993a8161d12b379a Reviewed-on: https://gerrit.libreoffice.org/26937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-04-16Fix typosAndrea Gelmini
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d Reviewed-on: https://gerrit.libreoffice.org/52198 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-04-16tdf#78777 - Keyboard shortcut for number formatting on macOSheiko tietze
Shortcuts moved from MOD2 to MOD3 Change-Id: I5e038916b7c607b7cae06a297f57f7c75b790c4c Reviewed-on: https://gerrit.libreoffice.org/52966 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-04-14tdf#78777 - Keyboard shortcut for number format interfers with macOS defaultsheiko tietze
Shortcuts assigned to Shift+Alt+1..6 on macOS; kept Shift+Ctrl+1..6 on Windows/Linux Change-Id: I993b79961679cfc0cdf771a5e9785e8bd9c39687 Reviewed-on: https://gerrit.libreoffice.org/52869 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-04-13NB Implementation: reduce length of conditional formatingandreas kainz
Change-Id: Ie9ead1e9bb58701283b337014ba39846c1b75d61 Reviewed-on: https://gerrit.libreoffice.org/52828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-13tdf#83877 Add dialog to sign signature linesSamuel Mehrbrodt
actual signing still missing Change-Id: I41f013a2867f923155203dcee58ff453a43fa7c2 Reviewed-on: https://gerrit.libreoffice.org/51735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-04-12NB Implementation: shorter label for conditional formatingandreas kainz
Change-Id: Ic4298ad60cb39b5ca844cd47da44f811dd625df7 Reviewed-on: https://gerrit.libreoffice.org/52786 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-12Colibre Icons: missing add view tab icons calc and impressandreas kainz
Change-Id: I5905cea12f5a9df3b485e71d112ae994c5474eea Reviewed-on: https://gerrit.libreoffice.org/52751 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
We cannot silently convert user data or their used file formats and then await them to accept it or reinstall an older version. Let us make a soft change instead of an hard (heart) break and avoid us to been attacked with fire and forks from our users. This reverts commit 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6. Change-Id: Ia153640935e355771acb85cf652f8fe4c21fafbb Reviewed-on: https://gerrit.libreoffice.org/52731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2018-04-10Remove dead HSQLDB driverTamas Bunth
Change-Id: Id4cfb69079f0150c9cca2626c16df7fab441d916 Reviewed-on: https://gerrit.libreoffice.org/52611 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2018-04-10tdf#114523 Make inline tooltips for changes optionalheiko tietze
Revert redline shenanigans from change 46971; option is now set with view Change-Id: I55fcfef8a40ad621630dfcefed9e50fdafa94005 Reviewed-on: https://gerrit.libreoffice.org/52586 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-04-06tdf#85850 - Shortcut to open/close the side barheiko tietze
Ctrl+F5 assigned for Writer, Calc, Impress, and Draw Change-Id: I615a93d3060cf7ff89e4ef318f0382cd7b41c1a6 Reviewed-on: https://gerrit.libreoffice.org/52498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-04-06tdf#86404 - use Ctrl+TAB to switch between tabs/sheetsheiko tietze
Introduced mod1+tab and mod1+shitf+tab and assigned it to next/prev sheet in Calc Change-Id: I49e4dee685bbf81595f24222907664a271a3f121 Reviewed-on: https://gerrit.libreoffice.org/52392 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-04-06NB Calc: needed icons for Layout Tabandreas kainz
Change-Id: I9b9567664df919e418ac519930c907198ba2b728 Reviewed-on: https://gerrit.libreoffice.org/52482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-06NB Calc: needed icons for Insert Tabandreas kainz
Change-Id: I3a622a4b658c314bfac6f89a12ffedd09b44bb3b Reviewed-on: https://gerrit.libreoffice.org/52481 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-05NB Calc: needed icons for Review Tabandreas kainz
Change-Id: I57869f80def8c92c92d957adc79d1dc34a320dc9 Reviewed-on: https://gerrit.libreoffice.org/52413 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-05NB Calc: needed icons for Review Tabandreas kainz
Change-Id: Icf6262f7afaa4ec99458f17d02e989e07f35a175 Reviewed-on: https://gerrit.libreoffice.org/52414 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-05NB Calc: needed icons for View Tabandreas kainz
Change-Id: Icace3901d87ba74ca45f4a9f68a2d348697209b6 Reviewed-on: https://gerrit.libreoffice.org/52412 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-04Calc sync ResetAttributes between calc and writerandreas kainz
Change-Id: I65fac39213705a3a09afb6795d01ae25a2841898 Reviewed-on: https://gerrit.libreoffice.org/52353 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-03Go to Page goes to a dialog, so should have an ellipsisCaolán McNamara
Change-Id: I103e171cef487310777e13289afa4a2f99fa4932 Reviewed-on: https://gerrit.libreoffice.org/52329 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-02tdf#115131 made a common submenu for toolbars and notebookbarsKshitij Pathania
Also added the submenu in base, maths and draw Change-Id: I94850c09c08fd3848eabe2597679634f30fbc735 Reviewed-on: https://gerrit.libreoffice.org/49575 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>