summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2021-05-15tdf#130654 editable smeditwindow zoomdante1-0/+18
Setting only accessible from advanced configuration. Access: org.openoffice.Office.Math.smeditwindowzoom Note that the change won't take immediate effect. LibreOffice has to be restarted to the change to take effect. Math configuration entries are not synced correctly. More detailed explanation can be fond in tdf#132145. Change-Id: I0017ddda73ab2916c6ad1fa238265d57a2a3020e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114616 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-05-11There’s no need to SHOUT to the userAdolfo Jayme Barrientos1-1/+1
Nowhere else in LibreOffice’s UI are keyboard shortcuts indicated in all-caps. Don’t do it; we’re not in the ’90s. Change-Id: Ieb8aa32797d422c2ac067fab5d061de6d2176908
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl2-0/+14
This adds Command Popup functionality, which is a HUD like pop-up window, which can be used to search and run commands presented in the main menu (but not limited to that only). This is the initial version, which has limitation in searching and running the command (doesn't work for some currently). Change-Id: I92cdd3130b8de42ee0863c9e7154e7c7246d9377 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115380 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski6-17/+133
Decks Change-Id: I4d41952547c98ba66c40c1aa1e9776cdf31304c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100455 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-05-07tdf#90101 add .uno:PasteAsLinkscito1-0/+11
No attributes or notes are pasted, i.e. only the links. Links to dates loose the date formatting currently, see tdf#142093. Paste As Link is only added as command. No entries to menus or context menus are made as this functionality is not widely used, see tdf#102255 Icons are added with tdf#141885 Change-Id: Ifbdaa076045b5f10073a658115fea211bb30e6a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115137 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-05-06Resolves tdf#141986, related tdf#141566 - Dark themeHeiko Tietze1-0/+285
Introducing dark color set Change-Id: I21d37e191c8a58468daa881f35ab847216493bb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115042 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-04tdf#141202 Set "Ctrl+Alt+=" as the default shortcut to insert Math objectsRafael Lima1-0/+24
Change-Id: I8a0dcfcac1f7e6d5d5efdec8091dadf3b3c098c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112962 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-03tdf#102255 add .uno:PasteTransposedscito1-0/+11
The transpose uno command is added to the same places as .uno:PasteOnlyValue: - menubar - cell - pagebreak The icons are added with tdf#141866 Change-Id: I35a54390ee82ab1059007545188e9d175c3ea750 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114911 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-03tdf#141995 Remove uno:Flash command from Customize dialogGabor Kelemen1-8/+0
Change-Id: Ie94e24a3f8ba518dde509c3cfa6d98e542074e3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114988 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-04-29vcl: print dialog: remove broken codeXisco Fauli1-10/+0
This was introduced in 149807eb6100090e178505ba4a264bb38eba1e0c < Resolves tdf#127782 - Print dialog height > trying to fix the problem of the window size not being remembered after reopening the dialog, however, the problem is still reproducible in master with GEN, thus, remove this code Change-Id: I65f327fa692cd3e2b5597d04e9e15abc952fe6d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114874 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-04-27tdf#141164: Add an expert config for WebDAV redirection detectionMike Kaganski1-0/+6
Since commit 20b1e6440aacab043753e93be4499e939a80b05b, we detect redirected WebDAV paths, and substitute them with original WebDAV URLs to allow retrieving additional information like lock owner. The new officecfg::Office::Common::Load::DetectWebDAVRedirection allows to disable the detection, and opt to older way of use of Windows Redirector, taking advantage of its cookie handling until we implement own proper cookie handling. Change-Id: I1510a016f40dbe81dcba9aa4fd50eda73a6d9f22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114686 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-04-27CommandType is "long" type not "short" typeJulien Nabet3-5/+5
See https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdb_1_1CommandType.html + discussion here: http://document-foundation-mail-archive.969070.n3.nabble.com/Type-of-CommandType-short-or-long-tt4299416.html Important remark from Stephan: "...the data type corresponding to UNOIDL LONG (i.e., 32 bit) is xs:int, not xs:long" Change-Id: Ic8f027e8a5be96bdb2e5629b0ff1ef4830ef6c88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114659 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-04-16tdf#141138 add PopupLabel to Language commands for NBandreas kainz1-0/+9
Change-Id: I71b856eea366e4cbb9b2378577bb1edd36a2abb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114195 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-04-16tdf#134373 add PopupLabel to update commands for NB see c5 option 2andreas kainz2-1/+19
Change-Id: I2f3a6470a8b376f66f303578492b59ca0b56388a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114194 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-04-15tdf#133419: Put Left and Right motion path effects into single categoryKatarina Behrens1-1/+1
Somehow those two effects ended up both in Basic and in Lines and Curves category. Remove them from Basic, it makes more sense to have these in Lines and Curves as both are very simple linear motion effects Change-Id: Iec32370095f4fc1069abe97b944a4b36e121f6cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114158 Tested-by: Jenkins Reviewed-by: Katarina Behrens <bubli@bubli.org>
2021-04-12tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobarLászló Németh1-0/+6
instead of enabling Track Changes toolbar automatically, when there are hidden track changes data or settings in the document, i.e. Track Changes toolbar and Show Changes are disabled, but – the document contains (not visible) recorded changes, or – Record Track Changes is enabled (which will result hidden recording, e.g. unintended publishing of the deletions of the document); or – both of them. Messages of the infobar show these cases. Button of the Track Changes infobar allows to show/hide the Track Changes toolbar. Hiding the Track Changes toolbar with button of the Track Changes infobar closes the infobar, too. Regression from commit afbbfb3b55beb937555a972d9edbb47ede91001a "tdf#83958: sw: enable Track Changes toolbar automatically" and commit 1989201c56c03b1ef13a282cfd09af69620040ea "tdf#138870 sw: fix Track Changes toolbar reappearing". Change-Id: I9162102d63d671b412fa0228e6bbfb5c356ee03e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113792 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2021-04-12tdf#141397 Add accelerator key for Insert cross-referenceGabor Kelemen1-1/+1
Change-Id: I4d2c6ec9824b5c397f287d9fdc11000c3c597762 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113570 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-4/+5
Previously, all of the README files have been renamed to README.md and now, the contents of these files were changed to use Markdown format. Other than format inconsistency, some README.md files lacked information about modules, or were out of date. By using LibreOffice / OpenOffice wiki and other documentation websites, these files were updated. Now every README.md file has a title, and some description. The top-level README.md file is changed to add links to the modules. The result of processing the Markdown format README.md files can be seen at: https://docs.libreoffice.org/ Change-Id: Ic3b0c3c064a2498d6a435253b041df010cd7797a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113424 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-04-06Fix commentSamuel Mehrbrodt1-1/+1
Change-Id: Idc41aacbfae180a5d47499ade073f4d8f3af1350 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113628 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
2021-04-01fontwork: add sidebar panelSzymon Kłos1-0/+28
Change-Id: I092e40c17dd814d0b18f06aea01d7afa29cbad2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110024 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112275 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-04-01Introduce Fontwork contextSzymon Kłos1-0/+13
Change-Id: I61512e4da13514d3e5a199ccb46468ba199b808f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110023 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112274 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-04-01Add mechanism to selectively enable macros for document eventsSamuel Mehrbrodt1-0/+16
Change-Id: I56703b2c0ee009a645458c78c026c546b2e7e321 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112584 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-04-01tdf#45735 New UI dialog at app startup to check default file formatsMatt K2-0/+10
On Windows only, and only on a non-admin installation, check on application startup whether the file formats ".ods", ".odt", and ".odp" are registered to be opened by LibreOffice by default. If any of the formats are not default, show a UI dialog informing the user which formats are not default and ask the user to set the defaults. If the user selects "OK" to set defaults then the Windows UI corresponding to the user's Windows version is opened for selecting defaults per program. There is also a checkbox on the dialog to select whether checking is performed on application startup. Also, in Tools -> Options -> General, add a UI checkbox for performing this check on application startup, and refactor the existing button "Windows Default apps" to use the same Windows UI Launch APIs. Change-Id: I5e7258d111ff7da8f68805e60405aec064ddcf7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112370 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-30tdf#141102 friendlier naming for outline content visibility featureJim Raykowski1-3/+3
relabeled as outline folding Change-Id: I36b2dbe4eeee27abdf486e81db00d33e81c41679 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113005 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-25tdf#107588 Assign F4 shortcut to Image Properties in WriterGabor Kelemen1-0/+24
Change-Id: Ia251d80777a3f34ab34b64f8a64ced5a343f8937 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108883 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-18tdf#140579 "Continue previous numbering" -> "Add to List"Seth Chaiklin1-2/+5
+ make "A" the accelerator key, because it does not conflict with other keys in the Format - Lists menu. + add Tooltip, mostly for sake of Customize dialog, but the tooltip will also appear in the toolbar, where this command was recently made visible by default ( https://gerrit.libreoffice.org/c/core/+/112420 ) so tooltip is formulated compactly to give the main idea (for those who are not willing to read the documentation that exists and/or want the UI to tell them what to do). Not ideal, but feasible. A better solution would require changing the source code to show the "Label" as tooltip for the icon, so that the "tooltip" would only appear in the Customize dialog. Change-Id: Ie0c80381d008d2ed7e6d51ad55942c5ac6d7272c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112309 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-18Resolves tdf#66470 - Scaling value in statusbarHeiko Tietze1-0/+8
Changes also the sort order at the options Change-Id: I61c231fb94d4b4c66358a17e7585609e31eb6a70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111947 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-17Fix indentationSamuel Mehrbrodt1-1/+1
Change-Id: Ibcab3f6cd41a286ec720ba2bd3fdca16b26aa664 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112583 Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-03-16tdf#140949 update "Format > Page" to "Format > Page Style" in Calc menuSeth Chaiklin1-1/+1
Change-Id: Iffbeb1d10f48b72d6ffc1a1796dbc4fe3e698fa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112298 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-16devtools: rename menu "Development Tool" to "Development Tools"Tomaž Vajngerl1-1/+1
Change-Id: I9da31857bfbf16c99bdf1a811395ab7346cf8d24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112550 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-14tdf#137494 Add Select Cycle uno commanddipanshu1242-6/+50
Assign F8 for toggling SelWrd > SelSentence > SelPara > Unselect. Reassign Extend Selection to Alt+F8. Change-Id: I2fc03c70a5786a629169178e64a0b0fd85ba2742 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112326 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-11remove intermediate containers in sidebarsCaolán McNamara2-0/+153
tested extension sidebars of: a) Wollmux extension sidebars b) Analog Clock Extension demo https://wiki.openoffice.org/wiki/Sidebar_for_Developers#Example:_Analog_Clock_Extension Change-Id: If9729e20526681928137989f01a8ae733a9b0cb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112035 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09tdf#139683: Specified PDF functions in customise dialogAyhan Yalçınsoy1-2/+2
Change-Id: Ic3ae51219391c8fe4e66640b5c7769fed39e149c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111904 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet1-2/+2
Rename "No-width No ~Break" to "Word ~Joiner" + replace pattern "ZWNBSP" variable names by "WJ" Change-Id: I95a874a9d2d20a30d2c4c3add6041adbe72d872c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112055 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-03-06tdf#126689 Colibre: Continue Previous Numbering iconsRizal Muttaqin1-0/+3
Change-Id: Idd44b9ec7fdadf7c8af6253623de1b0ad123af99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111984 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2021-03-02Value for display size in 32bitHeiko Tietze1-2/+2
Follow-up to 28e022c258682dc030668fed7879d9d3f078b720 Change-Id: I05a7edd2e24071e4ddbbbf8eb6a9232912f4a376 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111738 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-28tdf#134432 refine the labelling appearance for .uno:CharBackColorSeth Chaiklin1-5/+2
Writer uses .uno:BackColor and .uno:CharBackColor. The first for highlighting text in the canvas; the second for highlighting text in text boxes and shapes. Calc, Draw, and Impress only have .uno:CharBackColor. The same icon and popup menu is used for both .unos in all modules. The intent is to make the tooltip be identical as "Character Highlighting Color" - for the icon and menu label. But there needs to be a way to differentiate between the two .unos in the Customize dialog (for Writer only). .uno:CharBackColor uses "Label" for what is presented as a tooltip in the toolbar. So use "Label" in GenericCommands.xcu to present the tooltip in the UI, and use its "TooltipLabel" as a way to differentiate between the two Character Highlighting Color commands in the Customize dialog for Writer. It will give a little extra information in the Calc, Draw, Impress Customize dialog, which was usually implicit, but should not cause confusion. Thanks to Maxim Monastirsky for essential insights about how .uno:CharBackColor is handled in svx/source/tbxctrls/tbcontrl.cxx Change-Id: Ifb5d258ebfeac6a070e5d285fc7c022a2dc071c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111590 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-27Resolves tdf#127782 - Print dialog heightHeiko Tietze1-0/+27
* Expander status remembered * Fix default size for scrollwindow * Window size remembered * Window position center on parent * Size doesn't depend on preview anymore Change-Id: If14376ecd190f5d73e7cfad6f5f136d287778478 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110631 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-25tdf#140601 change tooltip to "Toggle Restart Numbering"Seth Chaiklin1-0/+3
Change-Id: I13dc4bdba4379e2610b505f9126a481bb95a832c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111320 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-25tdf#36466 sc UI: add new options to deselect hidden cellsTünde Tóth1-2/+10
Implement "Select Visible Rows Only" option to deselect the cells of the hidden rows in the actual selection. Implement "Select Visible Columns Only" option to deselect the cells of the hidden columns in the actual selection. Test e.g. on some data on A1:C1: 1) hide column B (don't try to test with autofilter, because copying of the filtered cells has already worked this way). 2) Select A1:C1 (2 visible cells) 3) Choose Edit->Select->Select Visible Columns Only (no visual feedback) 4) Copy the selection. 5) Paste it e.g. in D2: only A1 and C1 are copied, but not B1. Change-Id: I354ebdf6be6bddae4440f3e9b4929c6e82abc1df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111100 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-02-24tdf#134432 remove .uno:CharBackgroundExt from Writer UISeth Chaiklin1-8/+0
Tooltip is "Highlight Fill", but the .uno has no effect in a menu or toolbar. Remove from Customize menu. Remove from WriterCommands.xcu because no longer used in Writer UI. Change-Id: Id6447c09eb52bb9204fe4f1b4842d712ede19d7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111177 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-22Starmath expert settings cleanup of deprecated stuffdante1-204/+0
Change-Id: I83a38c54c1fe988c432d65e9c537d50756521b47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111236 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-22Correct description error of config fielddante1-1/+1
Change-Id: I3da7ef2ed9ac17240cbd1e6de7bf88ca923e1b92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111235 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-22No such thing as ChartTrendlinePanelSamuel Mehrbrodt1-23/+0
Makes LO crash when opening trendline dlg Change-Id: Ib9a1d5b4cb19b4ba27e9d1759a6817ad183cdc6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111076 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-02-19Starmath now allows multiple parsersdante1-0/+18
This is an intermediate step towards making a parser wich supports mathml standards. The parser now is a "mask" wich calls the correct parser behind the scenes. Parser 6 is the same as parser 5, but will be implemented soon. Parser 5 does what the old parser did. Using as defualt smsyntax5 in order to be able to code parser6 without provoking any backguards compatibility problem. Change-Id: Iccf73e5ba96870450b98907f78a2a0c28abf6093 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111066 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-02-19tdf#140058 repair which Bullet and Numbering label is changedSeth Chaiklin1-2/+2
https://gerrit.libreoffice.org/c/core/+/110928 describes the intention, but that patch changed the wrong "Bullet and Numbering" label. This patch undoes that change and changes the correct label. Change-Id: I483e597e94e6d8e28b5b914e3e2e44a6abdf1358 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111151 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-18tdf#134432 icon label to "Character Highlighting Color" for ShapesSeth Chaiklin1-1/+7
WriterCommands.xcu has .uno:BackColor for character highlighting in text, while GenericCommands.xcu has .uno:CharBackColor, which is used for all character highlighting in textboxes and shapes, in all the modules including Writer, but this .uno appears on the Text Objects toolbar for Writer and Text Formatting bar for Calc, Draw, and Impress. Both .unos produce <style:text-properties fo:background-color> http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-fo_background-color .unoCharBackColor appears only in Calc, Draw, Impress, while Writer has both .uno:CharBackColor and .uno:BackColor Adding "Character Highlighting Color" for tooltip and menu labels to .uno:CharBackColor for Calc, Draw, and Impress, togheter with a longer label "(in Textbox and Shape)" that appears only in the "Description" box in the Customize dialog. This longer label should not create confusion for the other modules,which only have .uno:CharBackColor but will help to differentiate the function of .uno:CharBackColor from .uno:BackColor in Customize for Writer. Change-Id: Ia88b51ee73d0c9ccc82700ed39bc01486ff3a8a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110865 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-18tdf#139667 adjust tooltips and labels for diverse List StylesSeth Chaiklin1-24/+24
Change-Id: I10d9ba5d5f7278cc89db84125e59b0e58eb0e980 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110447 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-17tdf#140058 "Bullets and Numbering" -> "List" in Text context menuSeth Chaiklin1-1/+1
This change has following consequences for UI: - context menus for Text | Bullets and Numbering and Table | Bullets and Numbering will now appear as Text | List - right-click in text will now show "List..." under "Character" and "Paragraph", instead of "Bullets and Numbering" and will open a menu where it is possible to select default lists, list styles and modify an existing list. The entry is singular because it is a context menu, and only one list can be modified. Change-Id: I941ebf01a005cf1c422e73611067bbc90d63e616 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110928 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>