summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2018-12-18Related: tdf#103884 remove dangling menubar commandCaolán McNamara1-5/+0
since... commit 08a43cc97ccf88faa9d3a04afc3aacd2c885a2d1 Date: Sat Oct 28 02:28:18 2017 +0200 related: tdf#103884 remove gltf/collada feature Change-Id: I7671746f2b33f8d4eae207448267d0284a3f9804 Reviewed-on: https://gerrit.libreoffice.org/65336 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-12-17tdf#121581 update Tools tabb in NBandreas kainz1-0/+3
Change-Id: I788e97ce1f6422ba95a478fb1618773c850764f5 Reviewed-on: https://gerrit.libreoffice.org/65262 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-12-12Resolves: tdf#116098 avoid ctrl+shift+e as a default shortcutCaolán McNamara1-6/+10
Change-Id: Id5ec45290a0829d15a0d88a68d2ed891b9dae195 Reviewed-on: https://gerrit.libreoffice.org/65041 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-12-11presentation minimizer: warn user about unsaved presentationVasily Melenchuk2-0/+7
If minimizer is used on current presentation without making a copy and it has local modification we should suggest user to save it before, since not all minimization opearions could be reverted later. Change-Id: I12600c9a818698418f3ec957d43b13c6044609d2 Reviewed-on: https://gerrit.libreoffice.org/64261 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-12-11Make groupedbar compact notebookbar out of experimentalandreas kainz1-4/+4
for writer, calc, impress and draw Change-Id: I7eadf5645788548357d5fb980b8cc938a6a47912 Reviewed-on: https://gerrit.libreoffice.org/64925 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-12-07tdf#121779: extend TWo CApitals list to also ignore sMALL iNITIALSMike Kaganski1-4/+5
Now this list is used also in rules for capitalizing first letter of every sentence, and for correcting accidental use of Caps Lock key. Change-Id: I4fbdbccbae32743d5e9a6757344361eefd88e167 Reviewed-on: https://gerrit.libreoffice.org/64759 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-12-05KJ & elementary: Update master objects & master bg, etcRizal Muttaqin1-0/+3
Change-Id: I3f63ecc13e830ae9a0062b34256f3c3f73ef7e5e Reviewed-on: https://gerrit.libreoffice.org/64377 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-12-04Infobar showing donation alternating with getinvolvedheiko tietze1-0/+6
Change-Id: Ia103201667c3469071f19450589bd22faf3ae80e Reviewed-on: https://gerrit.libreoffice.org/63883 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-12-04Icons: sync WriterCommands PasteSpecial with other onceandreas kainz1-0/+3
Change-Id: I995be37ded721d64ef018a9ec16fdc439293d386 Reviewed-on: https://gerrit.libreoffice.org/64380 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-12-03Icons: sync DrawImpress PasteSpecial with other onceandreas kainz1-0/+3
Change-Id: Iafe1261dc3415121aa08f1ad4dad0cd9cc008ac8 Reviewed-on: https://gerrit.libreoffice.org/64379 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-12-03add ^ (=power) and - (=unary minus) to OpenCLSubsetOpCodesLuboš Luňák1-1/+1
Both of these are trivial and quite common mathematical operations. Unary minus is a bit complicated in that unary '-' is the same symbol as binary '-' and so there needs to be a hack to expand the '-' from the list to both of the opcodes ocSub and ocNegSub. Change-Id: I556e20e161c22dc89919afffbf904c1ef1d552ff Reviewed-on: https://gerrit.libreoffice.org/64362 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2018-12-01Option to turn off WebDAV file lockingKatarina Behrens1-0/+9
Locking files on WebDAV shares was implemented in tdf#82744, in particular: commit 26e6d4b05ab444e6a7529ffcac7fbe592fc94833 tdf#82744: fix WebDAV lock/unlock behaviour - part 1 commit bc9a8ddbb7081f79e915c841e56fd1c40f0df6f9 tdf#82744: fix WebDAV lock/unlock behaviour - part 2 commit b4576f3da4d90139fc5140962d13cb91dab98797 tdf#82744: fix WebDAV lock/unlock behaviour - part 3 commit fed2984281a85a5a2f308841ec810f218c75f2ab tdf#82744: fix WebDAV lock/unlock behaviour - part 4 Before that, files on WebDAV shares were accessed w/o locking since the beginning of [OOo] time. This option allows to revert to the old behaviour i.e. non-locking WebDAV access. For concurrent read-write WebDAV access by multiple users it is recommended to keep UseWebDAVFileLocking at default value (true) Change-Id: Id92177631d4854d6c7bf412164acbd9740db9592 Reviewed-on: https://gerrit.libreoffice.org/64116 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-11-30tdf#93005, tdf#100611, remove the incomplete ODC export featureMarkus Mohrhard1-8/+0
Change-Id: I96a3882cd412ea5d993971df7e20b1fd8da73642 Reviewed-on: https://gerrit.libreoffice.org/64283 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-11-28tdf#121581 change organize dialoogs to organize macroandreas kainz1-0/+3
add missing colibre icons improve layout for large icons Change-Id: Id9d003b945654f958ec43d530083e2070d4b580e Reviewed-on: https://gerrit.libreoffice.org/64159 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-28Related: tdf#121629: Some menu items do not follow the Title Case ruleSabri Unal2-8/+8
Change-Id: I6b071365ee1531c3ddba70a25e36d6bd98561ffc Reviewed-on: https://gerrit.libreoffice.org/64135 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-11-28tdf#90333 Dictionaries Path Cannot Be ChangedCaolán McNamara1-1/+1
PathSettings::impl_storePath wants to be able to nil the Dictionaries path in the old copy of properties Change-Id: Id579914cfa8b459efce962d304e2f9d6185bd55f Reviewed-on: https://gerrit.libreoffice.org/64115 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-28Colibre icons: add impress Slide tab iconsandreas kainz1-0/+3
Change-Id: Ia3d035d827c0f1b510f9ff3be8652f5bac69cead Reviewed-on: https://gerrit.libreoffice.org/64136 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-27remove unused SubsFontFlags flagsNoel Grandin1-2/+2
and document in the registry that the SubstFontsPS is unused Change-Id: I66a9e0b4353f17b34cffb02823726c9887b7bdd3 Reviewed-on: https://gerrit.libreoffice.org/64065 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-11-25colibre icons: add and update icons for NBandreas kainz1-0/+3
Change-Id: Ia96c0bbb030e6404a18e08556c33ecb40378f843 Reviewed-on: https://gerrit.libreoffice.org/63968 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-20tdf#121490 Hide item Standard (Viewing Mode) toolbar from menuRoman Kuznetsov1-1/+1
Change-Id: I9e3a071b9b5792a627a3c5b478ba16f0de386487 Reviewed-on: https://gerrit.libreoffice.org/63630 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-11-20ZoomMode string description is now PopupLabel Label is now shorterandreas kainz1-0/+3
Change-Id: I442c4bf9acbd85f340371014c20be3292a016beb Reviewed-on: https://gerrit.libreoffice.org/63613 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-11-13Make tabbed notebookbar non experimentalandreas kainz1-4/+4
for writer, calc, impress and draw Change-Id: If595fef7f6bfb8d583533b8f7b152d424b814724 Reviewed-on: https://gerrit.libreoffice.org/62959 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2018-11-09Colibre icons: add icons for context menuesandreas kainz2-0/+9
Change-Id: I22cbbafb0ed4fe361d88aa791adfdc9c7fe0fca4 Reviewed-on: https://gerrit.libreoffice.org/63140 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-08tdf#121018 Split labels for sub menusMaxim Monastirsky1-0/+24
Change-Id: Ia59ecb8f7912157aee23a6f2b5ea4aa178dd20fa Reviewed-on: https://gerrit.libreoffice.org/63051 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-11-08Colibre icons: add context menu icons for calcandreas kainz2-0/+15
Change-Id: If524e701ab295c83b485376fd4139540d3f28d7b Reviewed-on: https://gerrit.libreoffice.org/62961 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-07Draw/Impress Sidebar show Position and Size instead of Shadowandreas kainz1-2/+2
Change-Id: I13309fa47130455a0f58b027b7815e3c24019d40 Reviewed-on: https://gerrit.libreoffice.org/62982 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-11-06NB Calc: add notebookbar_compact.ui (tabbed compact) to calcandreas kainz1-0/+28
Change-Id: Ie6a61a5193b7b6d216f924f1abc8627ab605f2a4 Reviewed-on: https://gerrit.libreoffice.org/62931 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-06presentation minimizer: fixed problem with default filenameVasily Melenchuk2-0/+7
According to code, it is expected that minimized copy of presentation is proposed with ".mini" suffix as default, but this does not works right now. As a solution a new localized prefix "(minimized)" is added to filename. Change-Id: If869c70a5885a9c917fc7254aa8b0d164a6f5a50 Reviewed-on: https://gerrit.libreoffice.org/62781 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-11-05presentation minimizer: use standard error reportingVasily Melenchuk2-7/+0
Insead of custom error dialogs try to use standard LO error reporting & localization Change-Id: I199c7770dd884a6c5d9b22075d22ab9a9f2037a8 Reviewed-on: https://gerrit.libreoffice.org/62779 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-11-03elementary: add Calc contxt menu, fix unfilled shape, improve query/report, etcRizal Muttaqin1-0/+6
Change-Id: I5e9a4095ce3e114cfb6818264f669c7ac6207ad8 Reviewed-on: https://gerrit.libreoffice.org/62801 Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-11-03Colibre icons: add missing calc iconsandreas kainz2-0/+15
Change-Id: I66cde29f8b64c5212f748930b5575763f54e59be Reviewed-on: https://gerrit.libreoffice.org/62793 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-11-02Colibre icons: add context menu icons for calcandreas kainz1-0/+42
Change-Id: I5e9a4095ce3e114cfb6818264f669c7ac6207ad9 Reviewed-on: https://gerrit.libreoffice.org/62772 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-31tdf#120540 draw/impress UI: add Format / Table submenuJustin Luth3-43/+16
Although these commands were available in context menus, there was no main menu access to these commands. Also: -cleanup unused context/popup labels related to table items. Change-Id: Ia574c3783bb279e869c2b8c716f6fb394aa21873 Reviewed-on: https://gerrit.libreoffice.org/61715 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2018-10-28tdf#119773 update sd table context menuandreas kainz2-15/+15
Change-Id: Ib85e6a3be4f2771b9772751d6526e8f278bb0a40 Reviewed-on: https://gerrit.libreoffice.org/62240 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-27elementary: fix for tdf#120831 & tdf#120300, related to tdf#119731, etcRizal Muttaqin1-0/+9
Change-Id: Ib6f9c3467578ebc68b3a15f8dbea4054af45707e Reviewed-on: https://gerrit.libreoffice.org/62416 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-27tdf#119773 update sw table context barandreas kainz1-0/+40
Change-Id: I7648db3fd775eab2067c89932c6f111c45fac554 Reviewed-on: https://gerrit.libreoffice.org/62239 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-27tdf#120906 - Option to use Header/Footer not working correctlyheiko tietze1-1/+1
Now with storage capabilities too Change-Id: Iaf9050b38ce356d80c26f339caf61267c1fb3c3b Reviewed-on: https://gerrit.libreoffice.org/62360 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-5/+5
which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-10-23Frame Contextmenu in Writer and other sw appsandreas kainz1-8/+0
use ObjectAlign as a Frame is an Object Change-Id: I3afd1aa08e713ae919dde8b57811a5e8cbaa4b24 Reviewed-on: https://gerrit.libreoffice.org/62198 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-22tdf#120034 - Position of New > Master Document questionableheiko tietze1-15/+15
Item moved above Templates... Change-Id: I813544bbfb76c34dd3e73daf87d8d5ea1478240b Reviewed-on: https://gerrit.libreoffice.org/61787 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-20elementary: fix for tdf#119073, + 32px chart configuration,3D setting, ↵Rizal Muttaqin2-6/+3
heading style, etc Change-Id: I53c3b4d7dd6a4b47ac2d27b361978faa597386e4 Reviewed-on: https://gerrit.libreoffice.org/61965 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-10-18tdf#113415 - Customizable links in Help menuheiko tietze2-0/+40
SendFeedbackURL, QA_URL, DocumentationURL, GetInvolvedURL, DonationURL added to global variables under Menus Change-Id: Ie95ef2795d4079edd204edb1fcd86fde4376cedf Reviewed-on: https://gerrit.libreoffice.org/61874 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-16tdf#113241 better default for number recognition options in Writer tablesCor Nouws1-2/+2
Change-Id: Ibcaa185dc16953302ed04fab65153e4275709ad9 Reviewed-on: https://gerrit.libreoffice.org/61065 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-15tdf#120429 - Functions Insert Columns Exist Two Timesheiko tietze4-60/+19
Legacy UNO commands InsertRows and InsertCols hidden from customization Commands are still accessible via macro Also fixed terminology in Draw/Impress for Insert Columns from Left/Right to Before/After Change-Id: I29a6b2fdb7481db43ad1a8ad25be5e9107558bd6 Reviewed-on: https://gerrit.libreoffice.org/61579 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-12tdf#118621 - Optionally disable floating header/footer menuheiko tietze2-0/+19
UNO command UseHeaderFooterMenu introduced Change-Id: I4be009e08bc66dc675c7c903552c6376e22639f1 Reviewed-on: https://gerrit.libreoffice.org/61706 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-10-12tdf#120506: Get rid of unnecessary accentcolor parsing for personasMuhammet Kara1-6/+0
Change-Id: I64534fd3d7de90debb9e49e8c636c5fbfac787bf Reviewed-on: https://gerrit.libreoffice.org/61668 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2018-10-11tdf#119580 sc: Use the regular object popupmenu for chartsMaxim Monastirsky1-5/+0
Context menu of a chart is supposed to be the same as for other ole objects, except the additional .uno:ExportAsGraphic. Given that .uno:ExportAsGraphic is hidden when non-chart object is selected, we can just place it in the regular ole object popupmenu (done already), and use that menu also for charts. Discussion is in https://gerrit.libreoffice.org/60128 . Change-Id: I8a07c550998e1db0d2af7f87c625dbd258454bdd Reviewed-on: https://gerrit.libreoffice.org/61678 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth1-0/+16
Minimize column width: Adjusts the width of the selected columns to fit the selected content. The table can shrink if necessary, but will not grow. (Previously no way to minimize columns. Since minimizing really can mess up merged cells, enhance my new calcPreferredColumnWidth function.) Minimize row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. (The new optimize action functioned as minimize. So this change tweaks optimize so that it does not reduce the table size. A followup commit will make it distribute based on largest minimized row (still without reducing table size), and change distributed rows to work the way the document states - based on the largest row. Change-Id: I807a9cc9e9441a1215539e817b87158afe5a0604 Reviewed-on: https://gerrit.libreoffice.org/61472 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-10-11tdf#64242 sw add minimize table col/row UIJustin Luth1-0/+16
A followup commit will modify the optimize functions, which currently function as a minimize, so lets make sure that the ability to minimize is still available. Minimize column width: Adjusts the width of the selected columns to fit the selected content. The table can shrink if necessary, but will not grow. (This is how Optimize column width worked in LO <= 6.1.) Minimize row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. (This is how Optimize row height worked in LO <= 6.1.) Change-Id: I2c0b8c7b7a05c31328f2feef464ef0e131318ff8 Reviewed-on: https://gerrit.libreoffice.org/60902 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-5/+13
UNO command SID_GETINVOLVED added with access to the website from all main menus under Help Dispensable ellipsis removed from other UNO commands around Help Change-Id: I79536be3de31f55a7b208bcdd5a243e05b3d3668 Reviewed-on: https://gerrit.libreoffice.org/61238 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>