summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2023-07-26Add short ContextLabel for special character commandsKhaled Hosny
Restore the “Insert” in full labels, and add short ContextLabel without it. Followup to: commit a9180786cf39c12b9000c7372e7c30cd2ee8501e Author: Khaled Hosny <khaled@libreoffice.org> Date: Tue Jul 25 12:11:48 2023 +0300 tdf#107447: Align special character names with Unicode names Change-Id: Iea8c45cbe8acb4497b515ecbf7fe0d46803d18bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154939 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-07-25Do not emit C++ officecfg struct from deprecated propertyMike Kaganski
This would prevent mistakes like what was fixed in commit 514cc22875a90c8faa3d946ad47ebb68bd710ac7. Change-Id: Icc67d485461e23d25f2003303a243c830d48b8c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154623 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-07-25tdf#107447: Align special character names with Unicode namesKhaled Hosny
Unicode names are recognizable more prevalent, no need to invent our own names. * Non-breaking Space → No-break Space (aligns also with Narrow No-break Space) * No-width Optional Break → Zero Width Space * Remove redundant “Insert” Change-Id: I005c3fefd24045eb4b5c2054d82638b3f2d5f59f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154886 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-07-25Resolves tdf#58434 - No field shading for soft hyphen and non-breaking spacesHeiko Tietze
Change-Id: I27123b013aa8fc876ddb06e1dd96f4ac50d6ebbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154847 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-07-24tdf#156262: use default ToC accelerator to avoid duplicateStéphane Guillou
Change-Id: Ib995ce2921e1055fddf7ac965947c423c452eef4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154438 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-07-21tdf#50725: sd: add new configuration option DragThresholdPixelsSarper Akdemir
Adds new expert configuration option DragThresholdPixels for Impress and Draw under Misc/DragThresholdPixels. Also bumps up the previous hardcoded default value from 2 to 6. Assuming this value was set when 640x480 resolution was the most common resolution, currently scaling the hardcoded default by 3 makes sense. (eg. GTK uses 8 pixels as the default) Change-Id: I35c0eed3ce477685c759f517471ce0bdc8315864 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154379 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-07-21Remove officecfg/util/sanity.xsl check of no valueStephan Bergmann
.xcs <desc> is merely glorified comment syntax by now, and the check had caused unnecessary grief in 3c41b32562d5ccdd306000484c5b16245b2b4a4f "tdf#156308: Restore use of /org.openoffice.Office.Recovery/AutoSave" Change-Id: I1c44836e497e4066766033ffac9b9c39a8f007be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-07-21tdf#155374 Icons for PageNumberWizardRizal Muttaqin
Change-Id: Iedea46b31a36c7d1d2a3ab539c3ada0b029293c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154675 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-07-18tdf#68565 autosave: add option to store backup in document's folderJustin Luth
Creating a backup copy became the default in LO 7.6. Allow the user to choose whether to store this previous version of the file beside the original file (in the same folder). The historical (and still the default) action is to store it in a special backup folder instead. The problem with the backup folder is that it overwrites files that happen to have the same name (because the originals reside in different directories), which is not uncommon. Adding this option allows the user to overcome that limitation. However, I do not want this new option to become the default, because it effectively doubles the number of documents stored in the document folder. I think that is very messy, and previous versioning is best left to dedicated backup tools - which would not appreciate doubling the number of documents they preserve. Plus I've worked with enough novice users to know that people are easily confused when multiple documents have (essentially) the same name. Change-Id: I503f656af91807019587e3d7b0d82b661f1eb437 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154489 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-07-18Resolves tdf#112876 - Make use of scroll lock configurableHeiko Tietze
Change-Id: I8e2f238e59601fcc1d92fc0593c3d20e75396cc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154528 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2023-07-18[API CHANGE] Drop unused AutoSavePrompt config keyJustin Luth
Never been used since prior to 2004 AFAICS git grep -i -C20 "auto.*save.*prompt" A git log -S AutoSavePrompt indicates that a seemingly superfluous use of it was removed with commit 1507e3b63b80b541a241d0ce1c977abb45cbeef8 Author: Rüdiger Timm on Fri Nov 26 13:37:09 2004 +0000 INTEGRATION: CWS recovery04 (1.52.36); FILE MERGED and the superfluous function itself was removed with commit 36a665a6754bbc4bb0a2d612a15b1b8413af3721 Author: Caolán McNamara on Wed Jul 27 22:09:03 2011 +0100 callcatcher: remove various unused methods This was probably all obsoleted by // functionality moved to new AutoRecovery Service! Change-Id: Iedc48a1913a09f8c22a4476f2e8441cff448f06b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154568 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-07-17tdf#156308: Restore use of /org.openoffice.Office.Recovery/AutoSaveMike Kaganski
... instead of respective values from /org.openoffice.Office.Common/Save/Document The history of the problem: d0f9685d2cfc3927add412b276c804dcc20cb6a5 (2004-11-26) made SvtSaveOptions use org.openoffice.Office.Recovery/AutoSave, *in addition* to org.openoffice.Office.Common/Save/Document/*, as "forward AutoSave/AutoSaveTime to new config location" part of i#27726; at this point, org.openoffice.Office.Recovery/AutoSave/* took precedence (they were read last). 8e6031e126782ced6d7527b19cf817395e9b63e4 (2004-11-26) implemented autorecovery.cxx, already reading org.openoffice.Office.Recovery/AutoSave/* d5b9283985633fdb423269cab961bba2acc3539e (2021-07-25) made SvxSaveTabPage and SfxApplication::SetOptions_Impl use officecfg::Office::Common::Save::Document::* instead of SvtSaveOptions. 134f40136a9bea265d8f2fedfdb41a1e65d81b49 (2021-07-25) dropped SvtSaveOptions_Impl::ImplCommit, and its saving of officecfg::Office::Recovery::AutoSave::* (which likely detached officecfg::Office::Recovery::AutoSave from officecfg::Office::Common::Save::Document, making UI edits not stored to the former). aeb8a0076cd5ec2836b3dfc1adffcced432f995f (2022-05-23) made AutoRecovery::implts_readAutoSaveConfig read officecfg::Office::Common::Save::Document::* instead of proper officecfg::Office::Recovery::AutoSave::*. This change restores the intended use, and deprecates corresponding values in /org.openoffice.Office.Common/Save/Document. Change-Id: I33d48e3945326c80d356bfc930ed8a7f042c982b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154500 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-07-11Allow selecting a custom certificate managerTokieSan
Added a new option in Tools>Options>Security that allows choosing the path of a different certificate manager. Made Certificate Manager Button be disabled instead of hidden in case no certificate manager is detected. Added a box notifying that the certificate manager is opened (or not working in case it failed for some reason). Change-Id: I64a901766d4fb05c59c0f85fdf94c08a3ca4bdab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153798 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-07-0432bit is enough for the word completion limitCaolán McNamara
and we don't have to change the xcs in that case Change-Id: I246d81e4eccf3ce390b179ad6473db6ee4e4fdbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153950 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-07-04tdf#92311: increase word completion limitBaole Fang
Change-Id: I0198327d235bdb4048e002aab211e20d1701fa6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153571 Tested-by: Jenkins Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-06-30tdf#118335 remove "Close Preview" PopupLabel from uno:PrintPreviewJustin Luth
The PopupLabel cannot be depended on to only be used when PrintPreview is already running. Specifically, in the notebookbar menus, it always said "Close Preview" even when the preview was not yet toggled on. Instead, use uno:ClosePreview in contexts that only show up when the preview is running. This has already been done in LO codebase. Change-Id: I3c743da895f9ac4febc18329f251d283c0cec1cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153779 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Justin Luth <jluth@mail.com>
2023-06-29[API CHANGE] Drop deprecated org/openoffice/ucb/InteractionHandler.xcs fileGabor Kelemen
Deprecated in 2010 by commit af66a011a47f673a9a0ee2c6a0b27e23b11b6ebf Change-Id: I805f9771fe3730f3e186162cab9ea192517a4f2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152401 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-06-29[API CHANGE] Drop deprecated FormulaSyntax propertyGabor Kelemen
It was marked as deprecated when added in 2010 commit 81571e00b1b423929459ffdb34fd519e7f3d0961 could not find whether it was used ever since Change-Id: I2c14c923f07d97d1df0604b95b3c65b350248029 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152403 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-06-29[API CHANGE] Drop obsolete Mapping config keyGabor Kelemen
Obsoleted in 2010 by commit c79b576a3dbbbce2a67c6215a4180ac060131790 Change-Id: Iaca64f7560d485338d9de9be19e09d69a83c0d8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152402 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-06-28Fix typoAndrea Gelmini
Change-Id: I21b6a4ae3cac15891a6b50bf975658ac404aefa5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153613 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
2023-06-26new loplugin:constexprliteralNoel Grandin
OUStringLiteral should be declared constexpr, to enforce that it is initialised at compile-time and not runtime. This seems to make a different at least on Visual Studio Change-Id: I1698f5fa22ddb480347c2f4d444530c2e0e88d92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153499 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-06-22tdf#147056 sc: convert xml menu to popupmenu .uno:PrintRangesMenuJustin Luth
The labelling in the notebookbar left much to be desired when adding the print ranges separately in the "context menus". Making this into a proper submenu fixes the problem. Thanks to Maxim for reviewing and for the commit template: commit 0e7cd653ea90da388820220bf6a3eb140b57bbd6 Author: Maxim Monastirsky on Mon Jan 25 01:09:03 2016 +0200 tdf#86567 Dropdown for conditional formatting Change-Id: If92836ee29d322f5a2fca1e27d2e034e5cc995e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153402 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-06-19Mark obsolete options as suchMike Kaganski
They were removed since commit b7ae1f52ddcc9729e3c078563c5f17e4ee9a00c2 (#97559# HTML export for Netscape 3.0 removed 2002-07-04), and commit 3f43b02433b970cd36ee4c9249e425d6b1bd9fbe (Remove HTML 3.2 export option, 2011-08-26). Change-Id: Ie05245929bca67ee4ebed66ab1bea25349f62e12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153238 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-06-15Related tdf#148263: on Writer, no need to repeat "Delete" for columnsJulien Nabet
To reproduce the regression, just do this: - launch Writer - create a by default 2x2 table - select a cell - right click and take a look at sub-entries of Delete entry Change-Id: I05bf4824e0786f1b4ea73b24389d38858e01818e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153122 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-06-10sw content controls: add 'properties' to right-click context menuJustin Luth
Getting to the properties of a content control is buried pretty deep in the menu. Make it quickly available via a right-click, just like what is possible for fields. Change-Id: I6f094590dcfcad81dc623754bf9daf036e41aa3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152837 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-06-09tdf#125876 "Footnotes and Endnotes" -> "Footnote/Endnote Settings"Seth Chaiklin
also update command name in "tip of day" and add links to the dialog for the relevant tips. Change-Id: I6dbebf3cbe405f5bd1d6d01d992cb096a5e61348 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152651 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch
Change-Id: I879e4d93e1da222d9acabb776552ca1cf819574b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152136 Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-06-05Revert "tdf#155676: Use colon in FontsUseWinMetrics config key"خالد حسني
This reverts commit a38e1537cd06367783a43cc8d3b0e8d674b6e142. Change-Id: Ic72f1acb7e38209e9b87a8fe80a39acb1eeacfe4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152547 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-06-05tdf#155676: Use colon in FontsUseWinMetrics config keyKhaled Hosny
The use of comma breaks editing in Expert Configuration dialog, so users effectively can’t use this. After editing <it>Celticmd,1571,-567,1571,-547,2126,559</it> becomes <it>Celticmd</it><it>1571</it><it>-567</it><it>1571</it><it>-547</it><it>2126</it><it>559</it> Using colon instead of comma seems to fix this. Change-Id: I4bba26fe9d94a33e62a0d34c3324daae0845c30b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152597 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-06-05tdf#155297: Use usWinAscent and usWinDescent for B Nazanin fontKhaled Hosny
Its hhea.ascender and hhea.descender metrics are too small, but it does not have USE_TYPO_METRICS bit set. Since usWinAscent/usWinDescent are equal to sTypoAscender/sTypoDescender, we can use the former. Change-Id: I638fa81483365f8c44278ee13ad57cd8cf8d8769 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152595 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-05-27tdf#148756: Fix document type in option dialogBaole Fang
Change-Id: I16ef2adbb5c77960c18426ef6b2211d230adf410 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151455 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-05-26tdf#154131 Add Detect scientific number optionLaurent Balland
Add a sub case of Detect special numbers for import CSV (SC_IMPORTFILE), paste unformated text (SC_PASTETEXT) and text to columns (SC_TEXTTOCOLUMNS). Following cases are treated: - If "Detect special numbers" is true, then "Detect scientific numbers" must be true and all special formats are treated (date, time, scientific notation) in addition to basic decimal numbers. - If "Detect special numbers" is false and "Detect scientific numbers" is true only scientific notation is treated in addition to basic decimal numbers. - If "Detect special numbers" and "Detect scientific numbers" are both false only basic decimal numbers are recognized as numbers. It is the new case treated by this change The new option bDetectScientificNumber is append to ASCII options Change-Id: I73dff9f75d2c7b07ce155daa29dcc4ca9f288664 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152072 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2023-05-24tdf#148088: Fix master related UI in DrawBaole Fang
Page/Master Page... -> Page/Change Master Page... (corresponds to Impress) In the above dialog: Available Master Slides -> Available Master Pages Select a Slide Design -> Select a Page Design After clickling load: Load Master Slide -> Load Master Page In Master mode, right click/Rename Master: Rename Master Slide -> Rename Master Page Change-Id: I6a8e987d6f3eaf91289ec061ec87cd76b3f90ca2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151489 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-23Revert "Related tdf#114286: put duplicates commands in GenericCommands..."Julien Nabet
This reverts commit 52a695d2ceb4231a9fcc419959e29023ecef037b. Reason: cause of tdf#155442 Accelerator to delete row(s) conflicts with the one for adding row(s) Change-Id: If19d67a080e85d2a2716e4004db3335f0619c73f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152169 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2023-05-22tdf#155065 change label for "Page Number" -> "Page Number Field"Seth Chaiklin
Change-Id: I80b646857311e9fa910f3384e49ea965a1a7fb7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151284 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-15[API CHANGE] Drop unused ToolboxStyle config keyGabor Kelemen
Unused since 2020 commit a0eab90bd1f7fc31978da3f7be0ec86781baf8bc Change-Id: Id03396022d7481ce85356207d468f5b1201df44c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151407 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop unused Dictionaries config groupGabor Kelemen
Its use was removed in 2020 by commit acb1c390539730957fb509f18f469fc7f6133082 Change-Id: I48a10ab13de9fcdb1b1c5721a9be648250166f52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151058 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop unused config key EmojiFontGabor Kelemen
Its use was removed in 2022 by commit 5f1eb2a12b6e6ee646b5e9536822531ad0bd3259 Change-Id: Ifc7e3f645422a478571aaa9dcbcd9ebe9a811b23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151061 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop obsolete group PersonasEntry and set PersonasListGabor Kelemen
Its use was removed in 2020 by commit e1e9e2aa16f08a8fd9e38db706d63e8eceeda8d1 Change-Id: I1271c3a1d0dc9c1b294f9d93753196609a85a245 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150988 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15tdf#148979 Added option to update selected fieldTokieSan
Added Uno command UpdateSelectedField, FN_UPDATE_SEL_FIELD to support updating a single selected field Change-Id: Ia1a2387e137f8a672a24056b13234d4275a77ca4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150450 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-05-11tdf#154933 Rename "Text Body" to "Body Text" in menusMaxim Monastirsky
Change-Id: I012beaa6188ed6c53dd72e100109b496a6636993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151663 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2023-05-11[API CHANGE] Drop unused config keys VCL/LFonts/ -> SubstFontsPS SubstFontsHTMLGabor Kelemen
Marked as unused since 2018 commit 33e80611c46ffb8b324e1d445287f0957546de97 Change-Id: I76cc62ca4911d1c130092a85f0b89e6078ad5d65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151500 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2023-05-10Revert duplicate shortcut definitionJuergen Funk
This reverts the Accelerators.xcu part of b6af287527d42f8cf4bc43047fe0ed6130420d6b The key combination for Ctrl-F is already defined in the global section, it is not necessary to define it in other modules. Change-Id: I44047f998487b58185ceb19c19f06ee44797c5d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151503 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2023-05-08tdf#142978 Add menu entry for a11y check backSamuel Mehrbrodt
And make it open the sidebar Makes the feature more discoverable and prevents empty menu slots when people customized their menubar. Change-Id: I03440d78d5cf1d31cad7412dc0988d8a837a92e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151537 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-05-06[API CHANGE] Drop unused config group AppWindowGabor Kelemen
It was not used ever since added in 2002 by commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb Change-Id: I3be8a020174677a6e876628307b2deb311874e67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151059 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop unused config keys ButtonLarge, ButtonFlatGabor Kelemen
Do not seem to have been ever used since added in 2002 by commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb Change-Id: I64a437111d3c2d54e205de944421b05552e9600d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151060 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop obsolete TemplateRepositoryURL config keyGabor Kelemen
Its use was removed in 2020 by commit 9eaaf97ab32068a619b5c36772619b7e66268800 Change-Id: I47b86a9b1bf528d611fa3a79054681bd85382bb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150989 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop unused PropertyBrowser->ExperimentalProperties config keyGabor Kelemen
Seems to be unused ever since it was added in 2006 by commit a9d03e7895953a30790c09e0975dbbf116e05111 Change-Id: I26fe886d48d066146b0f925925ae61c45539dfb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151406 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04Revert "tdf#86630 sw page number wizard: add contextLabel"Justin Luth
This reverts 7.6 commit b89f65a5138fe74b7858c2817fae4204b021c1f5 and also take the opportunity to add a tooltip. It was thought that the label would only be noticed in tools - customize. However, I have discovered that it also is shown in the notebookbar. Thus, it may very well be used in other user-visible places. Additionally, Heiko didn't like the term "wizard" since it is a single-step dialog. Change-Id: Ib11b68625eebf190d49ee8ce2b7b63378e248820 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151400 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-05-04tdf#150994 Rename Quotations to Block QuotationRafael Lima
As discussed in the ticket, the paragraph style "Quotations" should be renamed to "Block Quotation" everywhere in the code. Change-Id: Id789f0777e7ef6c96714fbdb81c802185d9b4c86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150973 Tested-by: Jenkins Tested-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>