summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2018-06-25tdf#107649: cp-specific: Try system credentials first by defaultMike Kaganski
Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966 Reviewed-on: https://gerrit.libreoffice.org/37335 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 0be936f739752ce773f1c77f2c1dab022af785f5)
2018-06-11Migrate user profile from Collabora GovOffice 5.xAndras Timar
Change-Id: I3c49b307991eb7765afae70efeaadeda7f141850 Reviewed-on: https://gerrit.libreoffice.org/55627 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2018-05-28tdf#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> Reviewed-on: https://gerrit.libreoffice.org/54929 Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-05-07WinUserInfoBe: 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> (cherry picked from commit f154f63cb662f02415d5cb0051011bdb5d0d523c) Reviewed-on: https://gerrit.libreoffice.org/53736 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-04-17Display warning at attempted loading of exotic file formatAndras Timar
Change-Id: I5dbf0545230795806aa3eb28e0a9e6170d916de2
2018-04-03tdf#116586 hu_AkH11 is not a default personal dictionaryLászló Németh
Change-Id: Ib3ea432872d5bb729c9b56d66a9c338cff2bbf8b Reviewed-on: https://gerrit.libreoffice.org/51921 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 2d08125e2ad971ac81ba8ca7a0af616e768372e6)
2018-04-03tdf#116241 Customizing value highlighting colorsSzymon Kłos
Available in: Tools->Options->Application colors Change-Id: I6e4f7a0dcad9a6ee222275019596853f0cbd3ab0 Reviewed-on: https://gerrit.libreoffice.org/51791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/51976 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-03-27First cut at annotating 'exotic' filters.Michael Meeks
The idea being that we can improve security by warning for these. Change-Id: I7d993417bfb6a8fe868bc3e07ccbcfe71bf285ff Reviewed-on: https://gerrit.libreoffice.org/50387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 25e4b59b2e9805ebd3c38c40e5591125a05ed5b0)
2018-03-20Reduce large VARCHAR columns of the wizard sample databases to fit FirebirdTor Lillqvist
The maximum size of a VARCHAR column in Firebird is 32765 bytes [sic]. We use the UTF8 character set and that means 8190 characters as each character might take four bytes. The maximum size of a row in Firebird is 64 KB [sic]. Avoids errors when creating sample tables using the wizard using just the default values. If the varchar column lengths are under 8190 but the total row size is too large you do get a relatively helpful error message "new record size of <N> bytes is too big", but if you try use a too large size for a varchar column, just some "SQL error code = -204", "Impmentation limit exceeded", etc. Change-Id: I17c2bed4fc098f4e159822f6f81242aae274da7b Reviewed-on: https://gerrit.libreoffice.org/47232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit ee29c944868a578b002103bb58595029bf385473)
2018-03-19Resolves: tdf#116242 handle negated diacritics correctly and show checkboxEike Rathke
This is a combination of 2 commits. Resolves: tdf#116242 handle negated diacritics correctly and show checkbox The "ignore diacritics" implementation is not only about CTL, whatever its names suggest. It uses an ICU "NFD; [:M:] Remove; NFC" transliteration that decomposes and removes *any* diacritic. Thus treat it as such and don't hide the checkbox if CTL is not enabled, but more important preset the sensitive values, and handle the UI vs implementation oddity correctly; UI "sensitive" / code "include" means to *not* *ignore*, obtain the proper negated value from the checkbox. Unfortunately the setting is stored in the configuration, so an update will still present the user with an unchecked Diacritics-sensitive box s/he has to enable once. The actual failure (diacritics always ignored) is a fallout from commit d4064927a2e83c974d4ee9538081e8a4fcdb1e34 AuthorDate: Tue Oct 3 10:26:28 2017 -0800 CommitDate: Thu Oct 26 17:24:26 2017 +0200 tdf#111846 Find & Replace: Rename diacritics and kashida options (cherry picked from commit d99ae18b68d3889c999b59485006f85f7faa201c) Change IsIgnoreDiacritics_CTL default to false, tdf#116242 follow-up And adapt description to reality. (cherry picked from commit a8959a26e18237c458a853f2ca7524e875d4c1b6) ab35b74f4cbe7dc91fd0570adcc634faba96b5de Change-Id: I65f2a23b66370fdfe2d170c17c7736a3b4177192 Reviewed-on: https://gerrit.libreoffice.org/50914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 31f3e18d52c0cc124cd7a789a8f1fbc7c2534701)
2018-03-19tdf#114858 Use Ctrl+` for Formula Toggle on MacYousuf Philips
Change-Id: I0685eb0d1f6ea7c8502bbaa22f0e90004947282d Reviewed-on: https://gerrit.libreoffice.org/48793 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 532576461654eaf43120d2f693172c07a41275fa) Reviewed-on: https://gerrit.libreoffice.org/50971 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 036bf5c78a3ead56f48b4be4d0462e23242c80e0)
2018-03-15Let sysadmins disable individual file format filtersAndras Timar
It makes sense to disable a filter, as a temporary security measure, when there is a 0-day vulnerability in it. E.g., when 0-day found in AbiWord filter, this config snippet disables it: <item oor:path="/org.openoffice.TypeDetection.Filter"> <node oor:name="Filters"> <node oor:name="AbiWord"> <prop oor:name="Enabled" oor:finalized="true"> <value>false</value> </prop> </node> </node> </item> Change-Id: I8b84250c7e4aac3555877d23f58ed13a2210ebfc Reviewed-on: https://gerrit.libreoffice.org/50961 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 4547fa2c1e205e1989611b1c4493cbbd12541372)
2018-03-15Ctrl+3 keyboard shortcut for Set Optimal Column Width in CalcAndras Timar
Change-Id: I1e218a429b509fda35accc832d01fc1f12e8dddd (cherry picked from commit fc53041c0387388f1275abf7beefea4d80d5ee3b) (cherry picked from commit 895e91d8aeaf77dc38fe14ad165b6f7ad5272491)
2018-03-07Resolves: tdf#115746 alt+f used twice in the writer menubarCaolán McNamara
Change-Id: I7d1589dbb51072aa328d91c0edee410fc69f2fe8 Reviewed-on: https://gerrit.libreoffice.org/50592 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-02-15tdf#113538 David CLM has higher priority to David LibreYousuf Philips
Mistake from my earlier patch a2158c6ca2ba831665019827889f01e98dc93394 Change-Id: Id535ca2243e368fde9482ae9853f7ae6dd10a449 Reviewed-on: https://gerrit.libreoffice.org/49392 Reviewed-by: Lior Kaplan <kaplanlior@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 9cf22b64183a341429aafac82c6562f869bc7383) Reviewed-on: https://gerrit.libreoffice.org/49779 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-02-06rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName propsStephan Bergmann
8f44fb5ee0bd21d192820ffd359504f6d1c68a52 "Mark Base window titles for localisation" localized some uses of ooSetupFactoryUIName in officecfg/registry/data/org/openoffice/Setup.xcu, but failed to mark the prop as oor:localized="true" in officecfg/registry/schema/org/openoffice/Setup.xcs. (So some arbitrary localized version of the prop would win at runtime, potentially displaying certain window titles in wrong languages.) Other uses of ooSetupFactoryUIName in Setup.xcu (for "Calc", "Impress", "Writer", etc.) have never been localized, and are probably not meant to be localized. AFAICS, irrespective of oor:localized="true" in Setup.xcs, their values not being marked with xml:lang="en-US" in Setup.xcu will mean that they will not appear in translations/source/*/officecfg/registry/data/org/openoffice.po and will not accidentally start to be translated after this commit. (Theoretically, inconsistencies between oor:localized in xcs and uses of xml:lang in xcu could statically be caught at build time, e.g., with officecfg/util/sanity.xsl. However, those checks work on each XML file individually, so don't have the schema information available when looking at the data in the xcu file. And those checks are written in XSLT, which makes writing new checks rather, erm, unpleasant.) Change-Id: I9c61e8ebf75d3d54f7e5b6688eac47a6ed8dc5c3 Reviewed-on: https://gerrit.libreoffice.org/49252 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit ffd8369b909c86653ef30593fddf67c9f5308583) Reviewed-on: https://gerrit.libreoffice.org/49270 Reviewed-by: Michael Stahl <mstahl@redhat.com>
2018-01-17tdf#95024 Add user dictionary for hu dict packageLászló Németh
supporting old Hungarian orthography optionally, according to the official 3-year transitional period in schools. Change-Id: Ifbc5583c1e53bc4ac07e73a90e0dd02e159f83e6 Reviewed-on: https://gerrit.libreoffice.org/47398 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 6247c966942a0e43320a234302a67c1f92c2eea7) Reviewed-on: https://gerrit.libreoffice.org/48049 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2018-01-16tdf#114939 officecfg,sfx2: always use AES/SHA256 in ODF 1.2Michael Stahl
The setting ODFVER_012_EXT_COMPAT "1.2 Extended (compatibility mode)" no longer has an effect on the encryption algorithms. API CHANGE: Remove the configuration settings: Office.Common.Save.ODF.UseSHA1InODF12 Office.Common.Save.ODF.UseBlowfishInODF12 Rationale: * Every release since 2012, from LO >= 3.4 and AOO >= 3.4, can read AES/SHA256 encrypted files. * SHA1 is broken anyway * tdf#114939 causes SHA1 interop issues Retain SHA1/Blowfish only for ODF 1.1 export. (cherry picked from commit 0b7c3b7d9fa71f59eed75c3e80e5e12245c5e1c5) Change-Id: I007511d4830a90121e38bf5bb4534df5695621e9 Reviewed-on: https://gerrit.libreoffice.org/47999 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-01-06tdf#113538 New font order for hebrew fontsYousuf Philips
Change-Id: I6e820886204a53de3b29f30b42bb6503cfcc8e35 Reviewed-on: https://gerrit.libreoffice.org/45065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit a2158c6ca2ba831665019827889f01e98dc93394) Reviewed-on: https://gerrit.libreoffice.org/47168 Reviewed-by: Lior Kaplan <kaplanlior@gmail.com>
2017-12-27tdf#114605 Allow line split buttons to work in the menusYousuf Philips
Change-Id: Ie6cb2b19c56cb5b38f1dca89dba775970f405748 Reviewed-on: https://gerrit.libreoffice.org/46905 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit eb5c30450e1966caf476dbbc63669b1593d5c5a7) Reviewed-on: https://gerrit.libreoffice.org/47014 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-12-27Fix labels for page-related group button entriesYousuf Philips
Change-Id: Ia6ed455cc7b5e41895950a22b8d75284c847ebee Reviewed-on: https://gerrit.libreoffice.org/46873 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit ca1bcb40ea27492c0f3a452c4a318b540a9ff09c) Reviewed-on: https://gerrit.libreoffice.org/46876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
2017-12-19Default to threaded calculation off for 6.0.Michael Meeks
Change-Id: I3aac6bc2514678236db7224b1ab68ff357f5f877 Reviewed-on: https://gerrit.libreoffice.org/46793 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-12-19tdf#113590 Unify labels between both special character controlsYousuf Philips
Change-Id: I40a3d53b6d7052d4c09b4906022d5d142e1dd298 Reviewed-on: https://gerrit.libreoffice.org/46422 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit de344874203caf5a528ff3e74508451de4341142) Reviewed-on: https://gerrit.libreoffice.org/46737 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-12-19tdf#91781 Round of improvements to Writer's menus for 6.0Yousuf Philips
Change-Id: I17c1edc2e14146144868df51a1f5a71e323eead6 Reviewed-on: https://gerrit.libreoffice.org/46451 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 67d245adca298134fc8ab4364acbe880b4e0911a) Reviewed-on: https://gerrit.libreoffice.org/46616 Tested-by: Jenkins <ci@libreoffice.org>
2017-12-18tdf#91857 Round of improvements to Impress's menus for 6.0Yousuf Philips
Change-Id: I844b8396a55820da904d4813cbb84c56c33af51c Reviewed-on: https://gerrit.libreoffice.org/46583 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 7c6117780a8feb0b4ffcbaeaf649f4f6bc8470ec) Reviewed-on: https://gerrit.libreoffice.org/46714 Tested-by: Yousuf Philips <philipz85@hotmail.com>
2017-12-18tdf#91820 Round of improvements to Calc's menus for 6.0Yousuf Philips
Change-Id: Ia738456e5b351cc92777cd9795a3bfc641c454bc Reviewed-on: https://gerrit.libreoffice.org/46582 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 41e71a7c6f10eeca0d7bc083fc68dc85d9f2a986) Reviewed-on: https://gerrit.libreoffice.org/46713 Tested-by: Jenkins <ci@libreoffice.org>
2017-12-16tdf#106988 New names for the new numbering stylesYousuf Philips
Change-Id: Ibc93aaa552652d61ac49652cf0ac5fcb68b48a12 Reviewed-on: https://gerrit.libreoffice.org/37995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 74c527abc0f3b5aa0fa179401ad05a79dc889973) Reviewed-on: https://gerrit.libreoffice.org/46147 Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-12-16tdf#114207 create commands for slide number and slide fieldsYousuf Philips
Change-Id: I5b7cfaf602568d9254dfeafd6afe27b9b0895d37 Reviewed-on: https://gerrit.libreoffice.org/45722 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 495ac1bc97f3deea8e13cb1a2b9f59d087873c3f) Reviewed-on: https://gerrit.libreoffice.org/45969
2017-12-05tdf#107601 Rename t-test to paired t-testHeiko Tietze
Change-Id: Ic67089eb591411d9aa8a57369d739bf096a799db Reviewed-on: https://gerrit.libreoffice.org/45393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 7ace16688c503795a5af0c82b63856b1e737aa87) Reviewed-on: https://gerrit.libreoffice.org/45853 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-11-29tdf#89210 Rename 'mode'Heiko Tietze
Tooltip and toolbar title renamed to 'Transformation' Change-Id: I735d266c748fc41d4fd9913000c937a1011b787f Reviewed-on: https://gerrit.libreoffice.org/45337 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 5e95a0d9c0727e1bb69e696a9398ff26c8a1c948) Reviewed-on: https://gerrit.libreoffice.org/45530 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-11-24Fix typosAndrea Gelmini
Change-Id: I384be98fc5336d48e6855a0ed0fe436b63712152 Reviewed-on: https://gerrit.libreoffice.org/45143 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-11-23gpg4libre: UI and config for adding GPG keys to user's identityKatarina Behrens
Change-Id: I1a176ca998f49b68c6ca8129fba4eb56445892a2 Reviewed-on: https://gerrit.libreoffice.org/45145 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-11-23tdf#50746 add paste unformatted to menu and context menuYousuf Philips
also unified menus and context menus in writer and calc Change-Id: I929df7a0fe2be7b8bf58cf048e53536ea89d5c9c Reviewed-on: https://gerrit.libreoffice.org/45095 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-11-21Fix typosAndrea Gelmini
Change-Id: I4713dd5c590d331e599b7e9ab88f5cc65e8d7b87 Reviewed-on: https://gerrit.libreoffice.org/45045 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist
Introduce a configuration setting to turn it off. For now, can also be turned off with the environment variable SC_NO_THREADED_CALCULATION, but that is probably not something we want to keep or guarantee staility of. (LO looks at way too many environment variables already.) Change-Id: I469cde259eda72cc2d630814a25f707f1210b0ab
2017-11-20Move position of Formula in File > New to similar to start centerYousuf Philips
Change-Id: I3d5f81e444d2f48f2f2d90e474bd51dbd6a674b5 Reviewed-on: https://gerrit.libreoffice.org/44926 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-11-20Fix typosAndrea Gelmini
Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2 Reviewed-on: https://gerrit.libreoffice.org/44933 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-11-19tdf#50746 Make "paste unformatted text" work for CalcSerge Krot
The same command with the same Ctrl+Shift+Alt+V hot-key was already added inside Writer. So now Calc has it too. Change-Id: I2b2d1b02e33288bc058c773431f029fb1d33d3be Reviewed-on: https://gerrit.libreoffice.org/44886 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-11-10tdf#95635 use different font size keyboard shortcutsManfred Blume
Decrease is Ctrl-8, increase isCTRL-9. German-only, to prevent issues with inaccessible combinations. Change-Id: I8e009a9827265f49948464cc5356680c141663e6 Reviewed-on: https://gerrit.libreoffice.org/44584 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-11-10tdf#113736 Default value PDF export placeholders=falseManfred Blume
Default value for 'Export placeholders' in dialog 'Export as PDF...' should be false like in the print dialog Change-Id: Ib68a0921bfcb62849774c1388b0d77761384a130 Reviewed-on: https://gerrit.libreoffice.org/44546 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-11-08Remove sgf and sgv graphic types from sorted filter listSamuel Mehrbrodt
After removal of the importer with d952c0b42a452c875bd9d78870fa9d925af9220e Change-Id: I1a5a99edba4c9bf4c22726255a7c156a7ddd6508 Reviewed-on: https://gerrit.libreoffice.org/44445 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-11-08sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro
Change-Id: I04d747343e24cb498a621c965d034d0791411d83 Reviewed-on: https://gerrit.libreoffice.org/44311 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2017-11-07correct labeling of open/save remote in menuYousuf Philips
Change-Id: Idbc58a2e49d4761477eb45fb3a08a641d9bda055 Reviewed-on: https://gerrit.libreoffice.org/44208 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-11-04TSCP: make the configuration key names shorterTomaž Vajngerl
Change-Id: If28e283666f4e1f87758c401b2d4fb5986eb6d8c Reviewed-on: https://gerrit.libreoffice.org/44281 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-11-04TSCP: limit the input to the IPPart entry fieldTomaž Vajngerl
Limit the input keys to the IPPart entry field. The limit is by default set to free-form with the configuration key. When the limitation is activated it is only possible to input chars '/', ';', ' ' (space) and delete. Change-Id: Id3eb7e0198fb60e07894d6ff22a32351cca9d589 Reviewed-on: https://gerrit.libreoffice.org/44280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-11-04setting the default values not needed in xcuTomaž Vajngerl
Change-Id: I9bb60f1e7c58bbb63e8933578b83b77a178f325b Reviewed-on: https://gerrit.libreoffice.org/44277 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2017-11-02TSCP: make configurable if IP section is expandedTomaž Vajngerl
Change-Id: I38b8c1da096c2b38f52defd8bb9a522e32fb881c Reviewed-on: https://gerrit.libreoffice.org/44188 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-11-01impress: notebookbar_grouped full and compactYousuf Philips
Change-Id: Ic128be38d25937bfda5599602a201892d0d3a8bb Reviewed-on: https://gerrit.libreoffice.org/44139 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2017-10-31typo: compelete -> completeAndras Timar
Change-Id: I999e57473b4b25cb73224947f3f3173288300f9f
2017-10-30tdf#91781 Collect form commands into new Form menuYousuf Philips
Change-Id: Idf5304a7fd5f8e82fc76b7f0eb6fc1482be0fb85 Reviewed-on: https://gerrit.libreoffice.org/44028 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>