summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
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>
2021-02-17tdf#115965 tdf#92622 NoList default in menu,tool,sidebarAnshu1-1/+1
Change-Id: Icbc612b44593c5366f3e7f81112f4013884f3599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108841 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-17tdf#36466 calc UI: add option to Select Visible Cells OnlyTünde Tóth1-0/+8
Implement "Select Visible Cells Only" option to deselect the cells of the hidden rows in the actual selection. Change-Id: Ifa5a5c3aeeb45a7960a387d91b176cc66733ab10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110937 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-02-16tdf#120207 Change the order of default Hebrew font choice for spreadsheetsEyal Rozenberg1-1/+1
* Most importantly, Liberation Sans and Arial will be preferred over Nachlieli CLM, as these are more readable at smaller sizes. * Some other reshuffling of the order Change-Id: I5dca98956ad0d8f77af1002daa7462991bafd916 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110790 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-02-14devtools: add .uno action to trigger inspect of the selected objectTomaž Vajngerl1-0/+8
Added .uno:InspectSelectedObject, which can be added to context menu and when triggered, shows the current selected object in the object inspector. Change-Id: I2ade6c74197dcb3cf33b0ad2194822e6ae25fb7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110837 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-02-08tdf#139724 differentiate / improve labels on two "Outline" .unosSeth Chaiklin1-6/+9
.uno:SetOutline and .uno:OutlineFont refer respectively to selection of an Outline format and application of the font outline attribute. The patch adjusts, elaborates or expands their labels and tooltips to make them more comprehensible in the UI. Plus a small followup to clean-up adjustment of labels for .uno:DefaultBullets and .uno:DefaultNumbering. (tdf#139667) Change-Id: Ic8951bf338fd699ae57ca52374aaa03fe4c797db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110436 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-02tdf#139667 change labels for Bullets icon and Numbering iconSeth Chaiklin2-12/+12
general aim to introduce consistency and clarity in labelling between menus, toolbar and appearance in Customize dialog. Label is shown in Customize dialog Context Label is shown in Menus Tooltip is shown in Toolbar GenericCommands.xcu has the .uno commands. WriterCommands.xcu has some .uno aliases that are used in the menubar and the context menus, but they use actual list styles. For now have marked their true labels, so that it is possible to see in UI whether one is working with DF or a List Style. Further development may be needed. Change-Id: I2790a19d133d2c2a7bdf074eca398fda1e6f8e81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110137 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-02tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInkGabor Kelemen1-6/+6
As suggested by UX meeting: - Remove P and N keys from previous/next slide - Assign them to Pen (on=off) and erase ink commands Do this for presenter console as well. Modify help text of the presenter console to reflect these changes. Change-Id: I28d2178f7391739d4f8f5e8f63ab54714fcc97c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109108 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-26Make brand image clickableHeiko Tietze2-0/+8
and link to LibreOffice volunteer page Change-Id: Ie422983d0e23faa16c2e2364b25798b938712a43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109637 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-20tdf#116757 sw ChangesInMargin: add "Show Insertions in Margin"László Németh3-0/+63
layout mode to allow to show the original text inline, i.e. only deletions, while insertions are showed in margin (opposite of the Show Deletions in Margin mode). Add a menu to the Show Changes icon on the Changes toolbar with menu items for the 3 layout modes "All Changes Inline", "Deletions in Margin" and "Insertions in Margin" with the following behavior: – Selecting a menu item turns on also the Show Changes mode to show the result immediately; – Disabling Show Changes mode always show the final text, i.e. only insertions. Enabling Show Changes mode again shows the changes according to the last Show Changes mode selected in the menu. – The new "Insertions in Margin" mode is intended to be only a run-time option, i.e. it's not possible to set it as a default Show Changes mode in Options, unlike "Deletions in Margin". Change-Id: Ie4dc9fe3b4b201fa9976ef04877af649e242ab46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109649 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl1-4/+10
Annoyingly the packinfo_*.txt don't support conditionals but we can work-around that with a little duplication. Change-Id: Id00a6831effcc63a917fc21d2cd201474fdb559d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109569 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-01-18tdf#134432 change "Highlight Color" to "Character Highlighting Color"Seth Chaiklin1-1/+1
Change-Id: Ifb1fc36151e3aee72a4977b5bbe1601f3b0b6ec7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109131 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-18tdf#115817 Make the Navigation toolbar persistJim Raykowski2-3/+3
This patch makes the Navigation (navigationobjectbar) toolbar reappear when Writer is started if it was displayed in the toolbar layout when Writer was ended. Change-Id: I71ddf85daf98720f7c5fd29462d1a2bcb48114d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109503 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-01-18Bring uno:RefreshView to CalcSamuel Mehrbrodt2-5/+5
Allow refreshing the document layout via UNO slot Change-Id: I956bb884b1fb4231b1f617c4aa5a80ff9a45ec92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109230 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-01-14tdf#115817 Add navigation recency to Navigate ByJim Raykowski2-2/+2
- Adds Recency to Navigate By and when selected, previous and next scroll controls navigate the navigation manager stack backwards and forward. - Removes the code that makes the Navigation tool bar appear when an entry is added to the navigation manager stack so the tool bar doesn't appear unless the user explicilty chooses for it to. - Changes Navigation toolbar context sensitivity to false. Change-Id: I246dd442b4bc5191324c35f9b91a9cb2eac8e7f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108316 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-01-13Make uno:RefreshView redo the whole document layoutSamuel Mehrbrodt1-1/+1
This is useful when encountering layout problems, to refresh the doc layout from an extension. Change-Id: Ie2472f061ebea203a9d876782b3bb953477de7c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109169 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-01-13tdf#136686 Improve toolbar label for "Strong Emphasis" character styleSeth Chaiklin1-2/+7
tdf#136686 demonstrates the confusion that arises, if one is not familiar with the HTML convention of "strong emphasis" * remove "Strong" label in "Styles formatting toolbar"so that "Strong Emphasis" appears in Toolbar Customization. * remove "Default" label in "Styles formatting toolbar"so that "Default Character" appears in Toolbar Customization. (reflecting change to distinguish Default Character from Default Paragraph) * remove "Quote" label in "Styles formatting toolbar"so that "Quotation" appears in Toolbar Customization. * add "Table" to "Default Table Style" (reflecting change to differentiate Default Styles) * Add tooltips for "Strong Emphasis" and "Quotation" CS These changes should also result in identical label appearance in both Menus customization and Toolbar customization. Change-Id: I588cdcba51ab6b8ab1e8a44de577ebe7d4f4658d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108577 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2021-01-13tdf#102002 update labels and tooltip in 'Load Styles' dialog boxSeth Chaiklin1-1/+1
Change-Id: I9091e19dcfb44e9aeb89eb005b4f309d29359549 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109006 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-09Revert "Very early work-in-progress commit for the "DevTools" dockable toolbar"Tomaž Vajngerl4-39/+0
Better path forward is to use a dockable window for the DevTools - added in commit 5f5ee992bd8377dc984b576950d468f6407d5c63 This reverts commit c0d770d4feb919cb3306c48d576ac30709154eae.
2021-01-09devtools: Implement development tools docking windowTomaž Vajngerl1-0/+8
Change-Id: Id3b8f424e24bac5164b8b3069580ffee65dd265c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107993 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-04tdf#38604 Add shortcut key for Small CapitalsGabor Kelemen1-0/+4
Use the same combination as Word does Change-Id: Ied621cab6170392dbcd792a67d973adb3a2cd92e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108490 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2020-12-28tdf#130847 Remove shortcut for TrackChanges and TraceChangeMode commandsGabor Kelemen1-18/+0
As suggested in tdf#134151 Change-Id: I0f99b5d6313dddaba8c5350dccf6ecea9370f675 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108329 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski1-0/+8
Also included in this patch: - Modifications to make all outline content visible during move operations. - Removal of code intended to redraw buttons when layout is changed that seems not to work as intended. - Function IsOutlineContentFolded changed to IsOutlineContentVisible - Change of delay before button is shown to half of what it was. Change-Id: I0dde555ccd0693ca382c1f15326edfdc2fc44a93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107815 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2020-12-20tdf#138621 relabel .uno:OpenTemplate command; change .uno:NewDoc tooltipSeth Chaiklin1-2/+2
Change-Id: I9e7e4719663cd80e9f7d3afb42fe94c6224fb920 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107536 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-12-17tdf#135580 remove Euro Conversion wizard from menuChristian Lohmaier1-11/+0
it is considered deprecated/scheduled for removal in next version This change only removes it from the default menu, but leaves it available in the set of available commands/doesn't remove the actual conversion wizard Change-Id: Ib7a37b55a0d6f09d90da66f89c0a2b1b80d0071a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107919 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier1-1/+1
the live SDK method had been deprecated quite a while ago and has been turned off a while back. Notes: While you can access and save existing files using the remote files dialog, creating new files or using "save as" requires using the LibreOffice open/save dialogs. Authentication is clunky: username and password you're asked when creating a new connection is not used at all for connecting, so only fill out a username to label your onedrive entry. Actual authentication is done in browser - copy'n'paste the URL from the dialog into the browser, login and approve access for LibreOffice (approving access only necessary once), then you get redirected to localhost, ignore that there is nothing to display. The important part is the code from the URL-bar. Copy and paste that into the LibreOffice dialog and LO can request an authentication token for API access. Testing this feature requires compiling with corresponding api-keys specified in configure/having an app registered with microsoft. Change-Id: I2db11ac09f9fdc354a10d6c749b2bec84b5d34a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107646 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-12-10make Skia image cache size configurableLuboš Luňák1-0/+14
As asked for in tdf#136244 comment #11. The default fits 4x 2000px 32bpp images, which is 64MiB, which is not that little, but then 4x 2000px is not that much either. So, yes, configurable ... A good further improvement would be to make the cache grow more if the memory is available and reduce the size on memory pressure (https://lists.freedesktop.org/archives/libreoffice/2020-December/086404.html). Change-Id: Ifa05025ab34630e456465ac8a96950463fd18b60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107468 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>