summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2023-09-27tdf#146609 Renamed line width to thickness.Adam Eric Fallon
Change-Id: Ib1977bef8cf0f5cba91c37fd80871f1d64bb49fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157104 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2023-09-24Resolves tdf#155044 - Rename "Description" to "Alt Text"Heiko Tietze
Change-Id: Idc6602c6dfc7c6c8703fb8fc643665d7149486a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157183 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-09-23tdf#105303: Drop html export wizardXisco Fauli
Done during the conference hackfest Change-Id: I765e6dc839a98038c4071c8444ce3db9293c8a6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157173 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-09-20tdf#107447 add hyphen to zero-width, improve keyboard acceleratorsSeth Chaiklin
Change-Id: Ib9fae582157af992a4d7f76d10bb73939c4c8ab1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156959 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-09-18tdf#111705: Add Arabic math symbols to the symbols catalogueKhaled Hosny
Change-Id: Ieabf4d3173a7ce985a9164db8b2de4c8b6d0da36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157029 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-09-18starmath: Show editing window by default againKhaled Hosny
We are not ready to get rid of it (e.g. undo does not work when it is hidden). This flips the default introduced in: commit e9cc014be4150a5adc9950f366c9bdfa50420dcf Author: Khaled Hosny <khaled@libreoffice.org> Date: Tue Sep 12 16:41:37 2023 +0300 starmath: Hide editing window by default and add a menu item to show Change-Id: If84b25d186c8d133a9fa5cfc0c3d91162c66b389 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157004 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-09-13tdf#101174: Don’t hard-code OpenSymbol font for predefined special symbolsKhaled Hosny
Leave the format empty and use the variables font instead. Change-Id: I3e3cdf40dc285dee7375054e85b4a2bed352eb66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156855 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-09-13starmath: Hide editing window by default and add a menu item to showKhaled Hosny
We are enabling inline editing bu default, so this window is of no interest by default. Change-Id: I66fe988790fe4f174f6cb4f691af69888b0b05b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156852 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-09-07Autocorrect: Add option for autoformat bulleted lists after spaceDarshan-upadhyay1110
Enable option in Autocoorect => bulleted lists after pressing space Example: press * or - and space will change into bullets Change-Id: I9741ad4c3eb4123074f06b762b58fe7ffdb44613 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156616 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2023-09-06tdf#141676 make command label more preciseSeth Chaiklin
"Add paragraph and table spacing at tops of pages" -> "Add paragraph and table spacing at top of first page and page breaks" Change-Id: I05f53dde0c4782cc1adf1809a9a24f6f5a94b405 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156220 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-09-03starmath: Graduate inline (visual) editing from experimental featuresKhaled Hosny
It has been experimental for as long as LibreOffice existed, lets make it non-experimental but add an option to disable it. If it turns to be a disaster, we can flip the option and disable it by default. Change-Id: I63672c054d1ead269863079e7f9c118a44b3ba19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156486 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-08-24Fix typoAndrea Gelmini
Change-Id: I97450e0259bca2188547bcc71328e27544edbc10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156036 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-08-23tdf#156611 SC: hyperlink option for MS behaviourAttila Szűcs
Added an options that can limit Calc to behave like MS excel in case of inserting hyperlinks, when MS format document is used. Tools -> Options -> LibreOfficeDev Calc -> Compatibility -> Hyperlinks In MS excel, only cells can have a hyperlink, and only 1. In Calc even textfields in a cell can have hyperlinks, so it can have multiple links in a cell, but once saved as MS format, and reloaded, textfield links will become cell links, if there was 1 link in the cell. If there was more links in the cell, then all will be lost. So, when MS excel format document is edited in calc, the ability to make text field links is useless can be missleading, and confuse users. If this option is set, and an MS file format is opened, then insering a hyperlink will work like if we selected the whole cell to insert the hyperlink. Change-Id: I7174216d10cf250d48f23f71ae681c46f7610bbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155079 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-08-18Related: tdf#151059 assign Alt+7 to new manage changes deckCaolán McNamara
and move a11y one to 8 to match visual order Change-Id: Ifb4e08f6214da1cdd75bd3b5aa43ac9143e70376 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155832 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-08-18tdf#151059 don't use Ctrl+Alt+3 etc by default for galleryCaolán McNamara
because on some keyboard layouts ctrl+alt is basically equivalent to altgr and removes the possibility to enter specific letters. use Alt+3 etc because that 1-9 sequence seems free and unproblematic vs other combinations. If that doesn't work out then maybe we don't need one per sidebar entry and just have a single entry to jump to the sidebar toolbar and a follow up of press of 1-9 to activate a specific deck. Change-Id: I676d03c7e1c7bcb3b6c08e6d30aa23cf61838b38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155831 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-08-08Revert "UI Workaround for tdf#146653: change localized Source Han {Sans,Serif}Khaled Hosny
CN..." This reverts commit 22c7ce6c8e7d5b7f8b37ad6c519c2b8ca4853724. Not needed any more as we now get the style from FontConfig, since: commit 0b5e88bc88df6f0cd47e84cbd8bc53b649678f8b Author: Khaled Hosny <khaled@libreoffice.org> Date: Thu Aug 3 13:44:43 2023 +0000 tdf#114192: Speed up populating font list when FontConfig is used Change-Id: If6a51ffe681896a7ffda1a06da02585e8141c81e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155458 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-07-30tdf#156230: Deprecate and stop using PDFAsStandardPrintJobFormatKhaled Hosny
PDF is the only supported printing format (on Unix) going forward. Change-Id: I1bd442bac370b89a77e2035d4c17bfc43a869ab1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154974 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-07-30partial Revert "tdf#152463 Turn on AutoSave by default"Justin Luth
This reverts 7.6 commit 5cb7fed2a5a02ff1cb4551752a0bd8d3001a1f22, because this setting is not used in 24.2, and was reverted for 7.6 as well. So no point in changing a deprecated setting. In 24.2, the officecfg was corrected to point to the traditional Recovery::AutoSave::TimeIntervall (which as broken in 7.3, but had always been a bit of a mess.) This original setting already has AutoSave enabled by default, so this patch is NOT turning off AutoSave for 24.2. Change-Id: I392d5a1511792ec0a42add11a37de8f7e0181631 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155057 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com>
2023-07-29tdf#156165: Fix replace custom styles while typingBaole Fang
Originally, Replace Custom Styles changes styles to text body by entering BuiltText. Since styles change to text body is removed from BuiltTest, it is converted independently. Now, conversion is applied even during typing because m_aFlags.bChgUserColl is true (its default value) during typing. Therefore, its default value is changed to false. Change-Id: I8ce067b311922b5e1bdcd84036229c369b50a977 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154144 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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>