summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima
Change-Id: Ic8d37f02d45c6f958bf6133c27997adea9bc8c7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129541 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-02-14tdf#147042 Manage changes sidedbar no longer needs to be experimentalrafaelhlima
Currently the Manage Changes sidebar in Writer only appears if experimental features are enabled. However, since the sidebar relies on a fully functional dialog, it no longer needs to be experimental. Change-Id: Ia18a4e81c606c8dcbe5a53eaba33c0109f939dd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129477 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze
Off by default now Entry in View menu added to easily switch on/off Change-Id: I138ce90f1d2e3c2337368870803d5aa959116c3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129712 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-01-27related tdf#111733 TextCharacterSpacingControl sw: goto position tabJustin Luth
The kerning button on the sidebar very unhelpfully launches the character properties dialog at the last-used tab, instead of bringing the user directly to the "position" tab where the kerning (.uno:Spacing) property can be found. Notes: -sw draw text (eg. textbox) does nothing - no dialog at all -sw comments also do nothing -sc does nothing -sd does nothing Somehow the sidebar is calling SID_ATTR_CHAR_KERNING, but I can't find out where. In any case, I have to change this SID_ATTR_CHAR_KERNING into SID_CHAR_DLG_POSITION for these "do nothing" situations. That can happen in separate commits for each situation. I basically copied SID_CHAR_DLG_EFFECTS which is explicitly called in underline's "more options", so it is used a bit differently. Change-Id: I833d54da3664b9c01325130a2c36bbbe90b2b878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129043 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com>
2022-01-27Resolves tdf#128258 - Draw a dotted line before hidden columns/rowsHeiko Tietze
Color and on/off configurable via Tools > Options > Application Colors Change-Id: Ia4b1e1c86f36d1b0f508a5b3e866a79418f16c5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128553 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-01-26Resolves tdf#144493 - Improve Promote/Demote wordingHeiko Tietze
Promote Chapter = Move Chapter Up Demote Chapter = Move Chapter Down Promote Level = Promote Outline Level Demote Level = Demote Outline Level Promote/Demote List Level reversed (promote to left, demote right) Change-Id: Ia119d311b1cf99d1b07e008e54a3bd070b87410c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128722 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-01-24tdf#139735 Change "Links to External Files" to more precise sentence.Jeff Huang
Change "Links to External Files" to "External Links" for all components. Change-Id: Id6bec316c8ded153c724751d89f6f1a879b9a00e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128718 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-01-20use resolution independent positions for writer's screen-renderingCaolán McNamara
in favor of pushing it down to the text renderers and leave it to them to optimized as best they can the the rendering to make it look as well as possible. the separate ScrArray can then be dropped as a consequence Change-Id: Ic0849c091a36e1a90453771b1c91b8ff706b679e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128418 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-01-20Move credits link to configSamuel Mehrbrodt
as all other related URLs and replace with a hub link, see https://redmine.documentfoundation.org/issues/3569 Change-Id: Ic30f2a5980ae17b5dfff184ead391b21cff7ab7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128660 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-01-17tdf#144862 set default render mode to LayoutAndMatchRenderCaolán McNamara
Change-Id: I7340d7b7802a58922635fe49a4f15e085505e409 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128499 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-01-17tdf#142450 add code to store showing whitespaceDhiraj Holden
I have put in code to store the option to show whitespace. This option is stored at the document level like the other layout options. Change-Id: I26989da2714f884a5a4d5ced3329ff669771fe7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126497 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-12-22tdf#144862 explore alternatives to writer's on-screen glyph positioningCaolán McNamara
writer does glyph position adjusting to try and split the difference of the "printing" positions and "screen" positions. it seems to have been there from the initial import commit 84a3db80b4fd66c6854b3135b5f69b61fd828e62 Date: Mon Sep 18 23:08:29 2000 +0000 initial import we seem to sync with the printing positions after each whitespace so each initial glyph after whitespace is a stable position and is the 'printing' position while each following glyph is in a position which is somewhere between the 'printing' position and 'screen' position. Which leads to noticeably unstable positions of text during editing at various zoom levels and without a clear rationale for the heuristic. GlyphPositioningMode::Classic, the original mode which remains the default. GlyphPositioningMode::PreferLayout, takes the vcl provided print positions and just uses those unmodified for screen layout like editeng does. GlyphPositioningMode::ClassicInspired, which is similar to GlyphPositioningMode::Classic in using 'printing' positions for the start of runs, but using 'screen' positions for run content. GlyphPositioningMode::PreferReadability, replace the 'printing' positions with the screen-optimized positions for all content. use tools, options, writer, view, glyph positioning to change Change-Id: I6677af973268bc586d825c7fbf0b483aaf651ca0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127089 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-20tdf#146311 Hide Columns section in sidebarGabor Kelemen
for media file in Calc Change-Id: Ia3e50d79eff645d66e7315bff51a62307dff2d69 Change-Id: Ie8f2a6439a1cc68bce6d13bc304de9597fe86b5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127131 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2021-12-20Add graphic size checker for the preferred document DPITomaž Vajngerl
This change adds a graphic size checker, which checks all the images in the document, if they largely differ (outside of 50% and 110% of the image size) from the set preferred image DPI document setting. For all images that don't fall under this bounds, list them in the dialog and offer the posibility to select/goto the image and pop-up the properties dialog for the image to change its size. Change-Id: I06efce77c291fdb6ec3864d72c2f4d15dba9c42b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127094 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-12-18tdf#131063 Add Navigate on select expert optionJim Raykowski
Enhancement option to scroll the selected entry in Writer Navigator into the document view. Change-Id: I5c19a2e6a3a204a28723c3e1dfb15167dcb77c74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126906 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-12-17tdf#142961: Drawing toolbar: Rename dup tooltip "Callout" into "Callout Shapes"Julien Nabet
Change-Id: I22df0b93501d0421ace1282ec4b9795082083929 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126632 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-12-15tdf#146236 Hide Columns section in sidebar of Writer imagesGabor Kelemen
Change-Id: I1716d10c7b18179c167c64e04965cb46b35c0294 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126888 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-12-10Related tdf#102506: make Find Bar Ctrl+F searching by value by defaultJulien Nabet
Change-Id: I4c001b60eecbcdae95cde6d79cc91bb887d7a742 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126490 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
If you want to keep the string to floating point conversion semantics in BASIC as they were in LibreOffice 6, you can either set the LIBREOFFICE6FLOATINGPOINTMODE environment variable to some non-empty value, or set the org.openoffice.Office.Scripting/Basic/Compatibility/ UseLibreOffice6FloatingPointConversion flag in the Expert Configuration. (Or use a registry modification file with that effect.) Adapt the relevant unit test accordingly. Thanks to Mike Kaganski for showing how to access the setting in the LibreOffice registry from Basic. Change-Id: I13d6d5d834e1bb81ef8df489db2b1da79f01dfc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125756 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-12-08officecfg: link the file format spec in the READMEMiklos Vajna
It is not easy to find the original URL, and surprisingly achive.org doesn't seem to have it. Change-Id: I69ecbee27e24df33524e16908ca01e37175544cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126536 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-12-08Bin pointless comments telling where some settings were in ancient timesTor Lillqvist
And some of the comments didn't even tell that, but were just idiotic copypasta, as in: <!-- OldLocation: --> . Change-Id: I71b889d1905f9291f920e8219f5648e63da3586e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126530 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-11-28tdf#145728 Update UI Strings about QR and BarcodeMing Hua
In commit d37a44a9ebdafec1435f98194417a1d8cc8208b5 (tdf#141193 Added support for bar codes in qrcode dialog box[API Change], 2021-10-29) which added support for one-dimensional "CODE_128" barcode in addition to the previously supported 2D QR code, the various labels and tooltips in UI were not fully updated accordingly. This commit should update all QR and barcode related UI strings to match the new status, mentioning both "QR and barcode" where emphasis or detail is desired, and just "code(s)" where brevity is desired. Also use one-word "barcode" instead of "bar code" everywhere for consistency. Change-Id: I4530e4ffee5155b12551d7b819031c3869d7ab2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125925 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins
2021-11-26tdf#145831: fix typo in PNGAndrea Gelmini
Change-Id: I206ac72d56409b3516f49798fb7f10b3a4c3d721 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125680 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-22Resolves tdf#145684 - Sort sidebar decks in a more natural wayHeiko Tietze
Effects and Shadow went down, Line and Graphic aka Image up Change-Id: Ifb921e8b84d6fd18926c3249891c76c61ee6626f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125661 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-11-16make Skia the default now on Mac too (again)Luboš Luňák
This is a re-land of commit 2489edcbe0f5dc77649fc2e801c1bbffb71692b8, now that HiDPI support (tdf#144214) has been implemented properly. Originally coming from the ESC decision from Aug 26th. Change-Id: I4d397282adeeac50ff19ba651b920c73080d3dfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125273 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-16tdf#145694 sidebar: add glow and soft edge panel for fontworkSzymon Kłos
Change-Id: Ia501a0f1084e4b6d5ca2052a0241ee7675cd2f12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125270 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
Change the variable name: var2file to gb_var2file Change-Id: Ib7d64b76cfe10e6c2df1a176674a360b28704070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124666 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-03tdf#143548 Add 3 dots after Select Macro and Select Module strings.Jeff Huang
Change-Id: Ifc3ea0652b3bda1f8671d88d9b6f7d28a87c53f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124625 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy445
Change-Id: I6b79ece1d5419ef92b76755d3bd921a64d6e38fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113989 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-10-25tdf#145132 SwNavigator: Add tracking option for all categoriesJim Raykowski
and make the setting for each category persist Change-Id: I3ca41cb860734d31fd93d0d30b37c0301bc2f7dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123960 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski
Resolves the Writer 1.15 line spacing part of the request for 1.15, 2.5, and 3 line spacing UNO commands. Change-Id: I2a654063df3549e8a23021bc4fc76bc17c270d69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123569 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-10-19tdf#144572 - fix incomplete labeling of Pivot Table UI elementsRoss Johnson
Created an additional alias of .uno:DataDataPilotRun, of which .uno:InsertPivotTable is already an alias, called .uno:InsertPivotTableNBLabel for use in the NoteBook UI styles. ContextLabel didn't appear to apply to these instances, they must be considered sub menus even though they appear not. Change-Id: Ic526adbf8ed4ad47524426430a47229c8ed919cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122911 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-10-14tdf#33749 - revised merge and unmerge cells UI controlsRoss Johnson
Revert the two changes made under this issue tdf#33749: 1) Cell context menu back to 7.2 2) Format - Merge Cells menu back to 7.2 3) Help pages to reflect this Moving forward with the following changes: 1) Rename "Split Cells" to "Unmerge Cells" (Calc only) which more accurately describes it's function in Calc (and for consistency with alternative office software). 2) Add "Merge Cells" and "Unmerge Cells" to Formatting toolbar alongside "Merge and Center Cells", including other available user interface schemes where possible. 3) Change the Format - Merge Cells menu icon to the "Merge Cells" icon as less confusing than the current "Merge and Center Cells" icon. Re-label the Format - Merge Cells menu to Format - Merge and Unmerge Cells. 4) Add TooltipLabel to .uno:ToggleMergeCells to clarify dual action. 5) Add Split Cells to Table context menu in Impress (as it is in Writer). 6) Help pages to reflect changes. 7) Remove two duplicate entries in the sUnoCommands array in init.cxx (one was ".uno:MergeCells" related to this change). This is untested but relates to status updates sent to the headless LOK clients. I assume duplicate entries would generate duplicate updates, which may be harmless but is probably not desirable. Change-Id: I3063f871707a7286d95108d3a34a5287401baa6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122811 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2021-10-13Revert "tdf#136141 Sidebar wrap section visible like popupmenu"Szymon Kłos
This reverts commit 8280491bec32fea5bbdad23f000538d000ed2f24. Wrap options are not available for Shapes, Media files etc. When we insert a shape and select any wrap option from the sidebar - app crashes. This feature should be implemented first in the code before beeing visible. Change-Id: I1110939e9ee40509e380d003665478889e7a2c24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123374 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123448 Tested-by: Jenkins
2021-10-05Related: tdf#144817 tdf#144335 Persist SwNavigator tracking settingsJim Raykowski
Add persistence to Writer Navigator Outline, Table, and Section tracking settings. Change-Id: If2d406d0540083d982c2e7ffb78b1a6e156817c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122874 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-09-28Resolves tdf#144735 - Access to formula edit bar via context menuHeiko Tietze
* Command added to context menu * Label modified for more user-centered clarity Change-Id: I3da5805d881e05452c79d4f44c25d69fb4c804c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122752 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso
Change-Id: Id10dc2ef13f54a148a800003cc4bd88ca1a0056f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122233 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-09-15sw: add a DisableBuiltinStyles API settingMiklos Vajna
The built-in Writer styles (e.g. Caption) are written to each & every document to help compatibility: this way if the built-in style changes, existing documents are not changing. While this is a good default, sometimes document conversion workflows want to ensure that no new styles are added to the document during conversion. This new settings allows to opt in for this behavior in case not polluting the doc model is more important than the negative effects of changing built-in styles. Change-Id: I43130a215ee10ee6952724dbef2caab7174ff77f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122154 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-09-14tdf#100777 - Bind Ctrl+Up to uno:GoToStartOfPara (instead of prev paragraph)rocso
Change-Id: I87707ab2779ddbbb72a67620d3760c0a61ee7599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122032 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-09-06tdf#143549: 3 dots missing after Import/Export strings in File menuBaran Aytas
Change-Id: I03410f4a7224b7faa3f214c7ac3fad1f876e89d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121083 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-09-02Revert "make Skia the default now on Mac too" (tdf#144214)Luboš Luňák
It turns out HiDPI needs special handling, and I didn't get it right, and can't find a way to set up that mode here, so I can't test. Revert the default for now until this gets sorted out. This reverts commit 2489edcbe0f5dc77649fc2e801c1bbffb71692b8. Change-Id: I6d2f09a81c1ffa1537183a834f242c4f8b29aa4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121423 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-08-31make Skia the default now on Mac tooLuboš Luňák
As per the ESC decision from the last week. Change-Id: I8f2fc4c7f33d4c044ac9e20df6f93eb755507efc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121292 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-08-31Resolves: tdf#114878 Add 'Evaluate formulas' option to CSV import and pasteEike Rathke
... and Text to Columns, defaulting to false for CSV import via dialog and stored as config item option similar to all other CSV/Text options. Change-Id: I742f447b905a07b05dcf5fc58796c46de212276b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121344 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2021-08-27Resolves tdf#142115 - Make color of NotesPane customizableHeiko Tietze
* Color follows not Writer's section color and General's object boundary color for the separator line * Section color adjusted to Gray 1 for Dark scheme Change-Id: I5748c1ac3c0a4997edfffac786e3d247641fc637 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121122 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-08-25tdf#144029 Add user friendly names for UNO commands opening decksGabor Kelemen
Added in tdf#84502 these commands show up in the Customize dialogs Keyboard tab so give them more descriptive names matching the deck they open Change-Id: I1fd9725e8e5fe9d97a4f33f175bf5e505b9ff211 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120994 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2021-08-22tdf#126915: Redaction: Clarify 'Export Directly as PDF'Muhammet Kara
* Add new uno command alias '.uno:RedactionPreviewExport' with the desired label. * Add a link to the icon of the '.uno:ExportDirectToPDF' command so that the new alias is displayed correctly on the Redaction Toolbar * Replace '.uno:ExportDirectToPDF' with '.uno:RedactionPreviewExport' on the Redaction toolbar and the Redaction menu Change-Id: I72d17cac7d570341d89d1e59776e1af25f8d8b87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120835 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2021-08-13less OUString construction on hot path (tdf#105575)Noel Grandin
Change-Id: Ieb13bf771b238ed022f1d6164f2e40f92f03af66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120418 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-08-05No need for extra uno commands for shape hyperlinksSamuel Mehrbrodt
Change-Id: Ibf5987f543d4e1a767a7a5ae6a855f7eb883bfae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120056 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-08-04tdf#143388 rebind command search from CTRL+F1 to SHIFT+ESCTomaž Vajngerl
CTRL+F1 is reserved by the OS. Change-Id: I7b5804fc3c65edc8279559635f33ff932bf6ae45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119960 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier
LibreOffice is only using drive.file scope, so can only see files it owns/that were created by LibreOffice. In addition, also store the refresh token in LO's password-store if the user enabled persistent storage, removing the need to to the copy'n'paste dance to grant access each time LO is launched. related tdf#115643 also store the refresh token for onedrive consolidate the fallback-auth provides for onedrive/gdrive into one, they are all the same login in browser, then copy code method that ultimately should be changed to having LO listen on local port for the code Change-Id: I97e3843682c302d2884e35ece6e72bc3a07e2539 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119572 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>