summaryrefslogtreecommitdiff
path: root/svx/uiconfig
AgeCommit message (Collapse)Author
2023-03-23tdf#142978 Remove a11y check dialogSamuel Mehrbrodt
in favor of sidebar deck Change-Id: I2daf34edbe71341ebc44ca9b966c97f8e494d583 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149433 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-23tdf#142978 Improve a11y check sidebar panelSamuel Mehrbrodt
* Set minimum size * Wrap long texts Change-Id: I4c23ebd47d26fe628187143eeda43efe467b911a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149429 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-20tdf#154071 UI rename gradient back to 'Rectangular'...Regina Henschel
Commit e97e62a4707e09739f9c00f8fc4a943f0123a9cf had wrongly changed 'Rectangular' to 'Square' (API RECT, ODF rectangle) and 'Square' to 'Quadratic' (API SQUARE, ODF square). This patch reverts 'Square' to 'Rectangular' and 'Quadratic' to 'Square (Quadratic)'. It uses 'Square (Quadratic)' instead of simple 'Square' to help users to find the correct type. In addition, use of the wrong type names in comments is fixed. Change-Id: Ibbd90be2cceb65c9857e473cb74c39df1b9530f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149004 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2023-03-20tdf#142978 Add a11y check sidebarSamuel Mehrbrodt
Change-Id: I6d9d6dca0118567f68db11b7c0cce60643211ab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149000 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-15tdf#153167 Re-add ImageMap Editor dialog title againMichael Weghorn
Essentially reapply commit 66291d467be4bf0e841814111d57d1af76117f8e Date: Mon Jan 23 12:15:50 2023 -0600 tdf#153167 ImageMap Editor dialog had no title after it has been reverted in commit a90ef17809071b808a8c703e7e47e045ddabcd4a Date: Tue Jan 24 08:36:48 2023 +0000 Revert "tdf#153167 ImageMap Editor dialog had no title" This reverts commit 66291d467be4bf0e841814111d57d1af76117f8e. Reason for revert: didn't wait for jenkins and broke the build translatable strings need context attribute. , but this time add the required context attribute as well, as it used to be before commit 8a35ae3e6c5c45aa1426cfd81472b309d02a1b48 Date: Thu May 16 15:17:38 2019 +0100 weld SvxIMapDlg Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Change-Id: Id777e457fe144b0f0746cfc19e7e13e6db7a89a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148914 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-06tdf#148776 for scrolling set step size as height of a rowCaolán McNamara
similar to FontFeaturesDialog. FWIW gtk's viewport implementation automatically overwrites the step size to be 10% of the visible height (and page size of 90% of the visible height) Change-Id: If356724a47b0a10069f129bed4a40cfdee57bfa8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148138 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-27tdf#153855: Crash on opening Fontwork dialogXisco Fauli
it was removed in 2b0907967f0b44bae505045651ae393e89d5172a "Bump Glade release for fontworkgallerydialog" Change-Id: I495144904fcb712a83b6d62b7e72e7cfb68e4805 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147915 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2023-02-16Fix typoAndrea Gelmini
Change-Id: I120fe327539bad62cc2489a73af7ccd343ceca8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147140 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-02-15Add extended tip to fontwork dialogOlivier Hallot
* Extracted from help page shared/guide/fontwork.xhp The <ahelp visibility="hidden"> tag is actually content for extended tips in ui dialogs. Contents is not displayed in Help page (honoring visibility). Change-Id: Iaf97c16bf8dfd8d9a08825f551cb0ea9e59f71bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147107 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-02-15Bump Glade release for fontworkgallerydialogOlivier Hallot
Change-Id: I2ad31d3f232c7060469edced1cc7e9ea70a0d583 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147106 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-02-15move the sc_additionsdialog.png into the .uiCaolán McNamara
the mechanism for determining that an image is in use in order to not pack unused icons only scans .ui and .hlst files, not all source code, so this was fragile Change-Id: Ic06c6a451cff3def8547b3ab085be70f6870054e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147080 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-15resave with latest gladeCaolán McNamara
Change-Id: I7c581b16b819b623dab667abab56fc1559129651 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147079 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-08Related: tdf#153438 this toplevel needs to be a GtkBoxCaolán McNamara
Change-Id: I04a503f77dcbfb03cfcfce26f0a94d3cb7f54b68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146646 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-01gtk[3|4] drop can-focus so it takes the default stateCaolán McNamara
Change-Id: Ifd39ee1d72e0592638e0f5d0ed4e1b6b2ea82a77 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146439 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-01-24sw: remove tab pages from theme dialog - crashes onlineTomaž Vajngerl
Remove the tab pages for now, as they crash the dialog in online, and the tab pages aren't used currently anyway. Change-Id: I35a2875510fd74b6a3060edf83c7190ba80a4eef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146060 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-01-24Revert "tdf#153167 ImageMap Editor dialog had no title"Christian Lohmaier
This reverts commit 66291d467be4bf0e841814111d57d1af76117f8e. Reason for revert: didn't wait for jenkins and broke the build translatable strings need context attribute. Change-Id: Ie72f30def24b5489925d0f972e8581d3fc636e48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146031 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2023-01-23tdf#153167 ImageMap Editor dialog had no titleAdolfo Jayme Barrientos
Change-Id: I90048520d250d086b7b0ef4af675c9e1bcff93f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146039 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-01-14ThemeDialog added which allows to change the theme used by the doc.Tomaž Vajngerl
ThemeDialog is a common dialog that can be used to select the theme used by the document. Currently it only implements colors but in the future also the fonts and formats (for shapes) will be adde. The IThemeColorChanger interface is used by the dialog to change the actual color values inside the document. For the writer the existing ThemeColorChanger is now implementing the interface. The dialog is accessible in Writer at Format -> Theme... in the main menu. Change-Id: I23c7dc9668cdc5427f36d604a76c433d6dbef497 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145264 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-01-06tdf#56258 sw toolbar: show SetOutline by defaultJustin Luth
Because I am making improvements to SetOutline, it should be in good enough shape to display it to the general public. If the improvements don't land, or are not considered good enough, then this patch can simply be reverted. I have no intention of backporting this. Change-Id: If2a4926d136086b3ae2d17d157b5a4642d88561e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145097 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-01-03jsdialogs: fix generic color label nameSzymon Kłos
update event was triggering other widget change: when opened calc and selected shape first time we saw color text next to other color label Change-Id: I71670ac1273ce96fafc8d20126d9f32151e96d89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143471 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pedro Silva <pedro.silva@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144950 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2022-12-19[API CHANGE] tdf#85592: deprecate .uno:BackColor, use .uno:CharBackColorJustin Luth
EditEngine stuff uses CharBackColor, while SW used BackColor. Deprecate the SW-only SID. What does this do? It allows the toolbar "Character Highlighting Color" to work with both body text (previously BackColor) and comment text(CharBackColor). Otherwise, the toolbar item was disabled when moving into a comment. (Shapes/Textboxes got their own formatting toolbar, so those are unaffected.) AFAIK, after this commit, SID_ATTR_CHAR_COLOR_BACKGROUND should still work fine for API calls, or for customized toolbars. That's why I didn't try to remove it completely - just deprecate. Do I know what I am doing here? No, although I'm fairly confident nontheless, and I've had some good help from reviewers. Change-Id: I0afcbdb1b91c872f6d47f3c82c573f3b9fea6dfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137334 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2022-12-15Resolves: tdf#147640 default optional grids hiddenCaolán McNamara
they are always explicitly toggled on/off by the owner, but this way they will be no-show-all and not make visible on relocating to a new parent Change-Id: If17cb15988118875a680e4d1a04c148f47c7a7b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144219 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-12-15resave with latest gladeCaolán McNamara
Change-Id: I00d1a4e727e411ea91d2a95b081d2a68f2b90ba2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144218 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-18tdf#148999 Add rescan button to PDF a11y check dialogSamuel Mehrbrodt
Change-Id: I772f529ea4bd225701b9864ad9156c573f41484c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142715 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-11-14tdf#148971 Make a11y check dlg non-modalSamuel Mehrbrodt
Change-Id: I56dcb3b09bd00a438a6fb5c442caa11d90723195 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142706 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-11-14Save with latest gladeSamuel Mehrbrodt
Change-Id: I2dee470598695252c3e8f3ae17788571c62dc534 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142705 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-11-08Resolves: tdf#150007 add suggested-action to "find next"Caolán McNamara
Change-Id: I0a9a37891319d11958859c43b2121283d2ca8b1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142399 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-17tdf#148017 harmonize sidebar .ui filesandreas kainz
Change-Id: Ia5139f7255ba0e78f7089a4313a41d583ae62961 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141275 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
and use it to make screen readers announce notifications from the 'Find and Replace' dialog Change-Id: Ifcf9304883e2e824ea1b7998d7767e474b87c8b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139709 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-09-07apply ui-rulesCaolán McNamara
Change-Id: I5acc6cfe5488f8aa92ecaafa0ebdc50f2ad9758e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139591 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-08-08gtk4: set draw-as-radio explicitly onCaolán McNamara
Change-Id: I546abe771a6c6d1029258ac702713e34353b8e00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137992 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-08-08resave with latest gladeCaolán McNamara
Change-Id: I0c217736e9c4a0eea5315f32a1562d76a6ce84f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137991 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-08-05Resolves tdf#114508: Individual selection in recovery dialogHeiko Tietze
Based on work by Danie Truter at I397119a6e50c256e87e3a484a6c17a252f191981 Change-Id: I75fd321cbfeb7a92bd14e94b0c1ae0bb25be73cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136845 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-08-04resave with latest gladeCaolán McNamara
Change-Id: I0e9c4955d7d0c6127448913176f9ef24269c8989 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137797 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-07-20tdf#92610 Fix missing/conflicting accelerators on Header/Footer tab pageGabor Kelemen
Change-Id: I54099745b1246b474d2f389b7c87abb18d944cab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137241 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-07-03tdf#139469 Fontwork dialog for text to curve alignmentOlivier Hallot
Improve terms used in the dockingfontwork.ui dialog The dialog has no widget labels, only tooltips and extended tips. Help part follows. Change-Id: I010b545bccac5a14e11265c05151e7934c6089ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136519 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-15Fix EnglishOlivier Hallot
Change-Id: I45615f217120d90cb255ce1a3e9e1f710603770e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135663 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-15Fix definitionOlivier Hallot
Change-Id: I4dbe6fcd04aebc25a17263f160b7683cbf01ac30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135671 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-15Bump optgridpage.ui to latest GladeOlivier Hallot
Change-Id: I4b862e1f5c8ceb3adfe5009cf13b32073c3ebb5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135670 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-15Bump datanavigator.ui to latest GladeOlivier Hallot
Change-Id: Ieebec25767282248a77b0c28a69afc2fa39348af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135662 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-14Bump addconditiondialog.ui to latest GladeOlivier Hallot
Change-Id: Ibd271a67456169837991fe16fd4cc35c240d5a21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135624 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Bump docking3deffects.ui to latest GladeOlivier Hallot
Change-Id: I94fdc2d594f217a727e10fe69f5d7fcc746107bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135664 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Improve extended tip contentsOlivier Hallot
Change-Id: Ie95d20bb1f5c8e153b3a9f9a088c835d5254880f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135665 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Add precision to extended tipOlivier Hallot
Change-Id: I9723896a84df297d245e78f582f23d33c8a6dc4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135625 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-10Drop unused text column from IconView's modelMike Kaganski
... and also the hardcoded column count and width. This allows to make the elements position themselves better in the dialog, and to avoid the unused space below the icon in GTK, similar to non-GTK as implemented in commit 54725f6e5f06b074d1c08d8efbd16518b96882d5 Author Mike Kaganski <mike.kaganski@collabora.com> Date Tue May 03 09:49:07 2022 +0100 Don't add empty labels to fontwork's icon view Change-Id: I19fa4e2002856322266b21873b383bc887cf1029 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135584 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-04tdf#148491 make Imagemap dialog consistent with DescriptionSeth Chaiklin
This patch is part of a general effort to use "Text Alternative" consistently in the UI. The control names in the Description dialog for Imagemap and the Imagemap dialog were both changed to "Text Alternative". Tooltips were also added for "Text Alternative" and "Description." No change was made to the extended tooltip for "Description", because this field is not exported to HTML at present (tdf#149013) Change-Id: I2c5931efec93cff6b1ff1bf905de770d939b9b93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135155 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-24Resolves: tdf#148168 disable gtk treeview seach boxCaolán McNamara
Change-Id: I63691d86084832e89d248527c214bcdcc98dc3fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134878 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-05-24tdf#148168 set built-in gtk search box to search "document name" columnCaolán McNamara
rather than column 0 which is used for icons Change-Id: Idef015e575fe6a4f76ad0cc67481ca8454a07206 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134830 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-04-27[ Edit Chart ] -> [ Edit Object ]Mike Kaganski
This button was introduced in commit 376cd2ceaeedd12a8050c5acd142cd9b9d5e731a Author Muhammet Kara <muhammet.kara@collabora.com> Date Wed Nov 20 15:30:01 2019 +0300 Add Edit Chart button for online's mobile view It is shown for any kind of OLE object, including Math. So make its text more neutral. Possibly it could make sense to construct the name from the OLE object's proper name in a follow-up. Change-Id: Ied2e9b10db3bcbfab4328a1f65f812cd52f85004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133426 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-04-26Translatable string improvements I push so they don’t rot in my local cloneAdolfo Jayme Barrientos
Change-Id: Ic057769718790ced80daf24510d27aad49e3341b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132975 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>