summaryrefslogtreecommitdiff
path: root/sw/uiconfig
AgeCommit message (Collapse)Author
2021-04-22tdf#139701 change uno:UnderlineSimple to uno:Underlineharu-02
Change-Id: Ideb436dbbef1c6fb36cae93e5dd55ef2d00698c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114454 Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-04-21sw bibliography, refer to a page: add dedicate widget to show the page numberMiklos Vajna
This way the user doesn't have to interpret the URL manually, we can show the fragment-less URL and the page number separately. So far only the doc model -> UI is done, not yet the other way around. Change-Id: I16116dc0ac55d459f86c54cab32172137377548d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114443 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-04-20uniformly remove xalign of 0Caolán McNamara
Change-Id: I7a866326cbe065c87a6cedc02f2925880d46d4af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114311 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-04-20fix .ui indentationCaolán McNamara
Change-Id: I59785bcf81df775901f5bbb86561803709153286 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114309 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-04-19notebookbar: minify for onlineSzymon Kłos
Notebookbar load takes some time. We don't use most of the items in online so minify .ui file to contain only needed widgets. Change-Id: I4796caae14bb63e3e04d318093209adfb87a77df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113623 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114154 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-04-18fix alignment of FootnoteAreaPage Dialog Tabandreas kainz
Change-Id: Id605b9c11d80356a2bb5658b3489655e90e65441 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114236 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-04-17tdf#140764 add ImageMode to tabbed NBandreas kainz
Change-Id: I6d3e10fa945da303b1af69b1d631bd2dc8cdab43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114228 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-04-16tdf#134373 add PopupLabel to update commands for NB see c5 option 2andreas kainz
Change-Id: I2f3a6470a8b376f66f303578492b59ca0b56388a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114194 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-04-16tdf#139906 Add an option to change data source from mail merge wizard dialog.Gülşah Köse
Change-Id: I52dfd9be82813a1b01c725eab97a7534ae9a05d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114079 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-04-12sw define bibliography entry dialog: add browse button for file:// URLsMiklos Vajna
- wrap "entry" in the biblio fragment into a "hbox" - audit uses of "entry" and work with "hbox" instead, depending on if the context is a child widget (want hbox) or indeed an entry (want entry) - add a hidden-by-default browse button to that box - add a handler which can edit the AUTH_FIELD_URL entry Change-Id: Ifecc6f1a86be1f609d470535f103c630e45d04cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114013 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-04-02tdf#139906 Prevent to use the Mail Merge wizard without data source.Gülşah Köse
When the file has a data source but that data source is not available in LibreOffice we shouldn't let user continue mail merging. Change-Id: Ic28101a12b2e33e78fd9b478fc41707786344e52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113432 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-03-30tdf#140892 Revert outline fold button symbols to right and down arrowsJim Raykowski
Change-Id: I5db3d4d4c45f84ec0d9ce70db83bef7027f8e9d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113329 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-30tdf#141102 friendlier naming for outline content visibility featureJim Raykowski
relabeled as outline folding Change-Id: I36b2dbe4eeee27abdf486e81db00d33e81c41679 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113005 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-29tdf#101965 : Add No List default in Styles deck in sidebarAnshu
Change-Id: I167b379f31809bc252d3c091d0f545f8c2a3f13e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112143 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-27tdf#139667 add or improve List Style tab tooltipsSeth Chaiklin
* added tooltips to tabs that did not have them and adapted existing one to the fact that this is a style dialog, and the tabs must be understood in relation to editing a list style. Change-Id: I316f8c4cc2e486476334c703916b5851905169fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111776 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-25tdf#128469 tooltip and extended tooltip for Reset in Paragraph dialogSeth Chaiklin
tooltip and extended tooltip added to "Reset" button for Paragraph dialog. Change-Id: Ica6fede2b57e8a38d989d1db870e308160c4a0cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111038 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-25tdf#128469 add or adjust tooltips for Apply, Reset, Standard in CS Seth Chaiklin
( sw/uiconfig/swriter/ui/templatedialog1.ui ) "Character Style" * revert changes to dialog that were made just before another method was developed in: 4902e3231f4f5f4df32d46a901801b18c297ef15 Change-Id: I7a7cf2df4218fb0745a92c192a6d806c9220ca8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111692 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-19don't hide toolbar item widgets if the pane shrinksCaolán McNamara
Change-Id: Iac5df0f0233c9e97f84dce8a479cb50b944f45db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112746 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-18tdf#140892 Outline Content Visibility Window button improvementsJim Raykowski
- Makes the horizontal position of the button near to the first character horizontal position in the frame. - For RTL frames places the button to the right. - Changes the button symbol for show/expand content from a right-arrow to a down-arrow and for hide/collapse content from a down-arrow to an up-arrow. - SymbolType enums are replaced with ButtonSymbol enums to represent the button symbol for the outline content visibility state. Change-Id: Ie5d94b0dec0690c0798098ed19e38cc13d9d2682 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112463 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-16devtools: move "Development Tools" menu from "Help" to "Tools"Tomaž Vajngerl
Change-Id: I82f3315321ecb3ef2796234968ff22392be828eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112551 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-15tdf#139667 tdf#126689 "Add to Previous List" in menus and toolbarsSeth Chaiklin
Change-Id: I85334320f6fde2b12b981ad7fdeee570e89fd74f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112420 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-10tdf#139667 change position of Lists submenu in Format menuSeth Chaiklin
Change-Id: I4edc1f2d27be973cd2c892d94f1cb5812435ef9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112077 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet
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-02-27NB writer remove style update and edit widget available at previewandreas kainz
Change-Id: Iba9c293ddce36ef9ad1bbc147cfcad942635a455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111669 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-02-26drop intermediate vcl container for these welded floating toplevelsCaolán McNamara
Change-Id: I4a528485de62a0e0acabd41abf6872e2f0e1710e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111567 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-25adjust tooltip in Save as dialogSeth Chaiklin
Change-Id: Id54442ce9e65ab1dea010d762b989210f69f6e8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111427 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-24tdf#140397 make contenttoggle button visible again in all backendsJim Raykowski
fixes regression introduced by commit b80c2745c50d064ad9e673cf8a5b73aaf0aa1778 Change-Id: Ib93a0c1b203f399f4f64681aac8e1f76509bcc63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111439 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-02-23replace SwTemplatePopup_ImplCaolán McNamara
Change-Id: I82afec995488d388cb39c324f8f9a6684441fbe9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111361 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-23replace BookmarkPopup_ImplCaolán McNamara
Change-Id: I87dda264ec61bbbfd6cf4eb0cbbe636724579537 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111360 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-23tdf#139667 final set of tooltip adjustments about lists and numberingSeth Chaiklin
cui/uiconfig/ui/numberingoptionspage.ui "Customize" tab one modification about numbering style. sw/uiconfig/swriter/ui/numberingnamedialog.ui "dialog for Save As" extended tooltips for the entry window and list window, loaded automatically from help page, were inappropiate. modified each to be appropriate and added tooltips. sw/uiconfig/swriter/ui/tocentriespage.ui "formatting style" -> "character style" extended tooltips could be improved, but maybe the entire dialog will be reworked (see tdf#137160), so nothing more for now. Change-Id: I21185e8fb8596e60f2e54a42456a8f262f2c31c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111173 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-23tdf#139667 "List" -> "Apply List Style" in Paragraph and PS DialogSeth Chaiklin
* change heading label for List Style + add tooltips for the two combo boxes * small corrections in recently-added tooltips Change-Id: Ie2a478e7db7cafdd3b27f1acfe024f7c72cf221a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110448 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-23tdf#140058 move "No List" position in context menu; add radio buttonSeth Chaiklin
for both text and table in Writer, Writer/Web, and forms Change-Id: I696dbcf3e027a2595e2eed7e9fb9585c352da184 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111176 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-21Resolves tdf#140511 - UI glitchesHeiko Tietze
Clean-up of nested grids and boxes Change-Id: Iea2aa3d03210c0bbbf15b3eed546795de972b21b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111209 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-20missing labels for two menu entries in writer readonly context menuCaolán McNamara
since... commit 45d57a0dba8bb5a92150cc07bdff0b37b3041007 Date: Tue Apr 18 13:13:27 2017 +0100 convert readonly menu to .ui Change-Id: Iaa65fc38be666067a3922e716902c8112da8ddde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111245 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-19add some missing use-underline propertiesCaolán McNamara
Change-Id: Ib6cc06ccb8986e85a09335c3fa06f8c2a50eec2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111244 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-19Related: tdf#140409 scale the menubutton like the other widgetsCaolán McNamara
Change-Id: I6b42ef958dd1625cfef5e48e45c932aef9a5960f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111211 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-18tdf#139667 adjust Condition tab dialog for Text Body to "list"Seth Chaiklin
- This dialog referred to "Numbering", but better to refer to "List" because the level can also apply to bullets and graphics. - adjusted tooltip accordingly. Change-Id: I5256be054f44058f44711113a85f3053bfd4c755 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111041 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-18tdf#139667 Bullet and Numbering tooltips, use verbs and add missing oneSeth Chaiklin
Change-Id: Id5439fb3820db94c08d9902c859da199127fd339 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110791 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-02-17tdf#115965 tdf#92622 NoList default in menu,tool,sidebarAnshu
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-10tdf#139667 modify tooltips that include "numbering style"Seth Chaiklin
This patch is part of a general effort to eliminate the use of the phrase "numbering style" in the UI. Most of the changes here are to use "numbering scheme" instead of "numbering style" And explicit mention of "character style" instead of "formatting" Change-Id: Ie3ca434133a1d04f074b68d16bd9394c1e05516a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110149 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-10tdf#128469 Tooltips for Reset in Character and CS + Standard (renamed)Seth Chaiklin
tooltip and extended tooltip added to "Reset" button for Character dialog and Character Style dialog. Rename "Standard" button to "Set to Parent" add tooltip for "Set to Parent in Character Style dialog Change-Id: I932be4f906393c0a40e45c9094f708b142f30b9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110151 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-06weld annotation windowCaolán McNamara
note the labels in sw/uiconfig/swriter/ui/annotation.ui are deliberately yaligned to 0 to retain the preexisting SwAnnotationWin::PaintTile hack which depends on this for bin/run gtktiledviewer --enable-tiled-annotations to not show clipped author/date/etc labels Change-Id: I53827aa98ed4d71d532a5993d21c6e22190b8063 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107264 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-03adjust tooltips in Bullets and Numbering dialogSeth Chaiklin
removing the "tooltips_text" from context, which may have prevented the tooltips showing in the dialog box. Change-Id: I967914a9c896a5f32492e7a767d73a28c685a139 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110305 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-03tdf#139667 add tooltip to Outline & List tab in Paragraph Style dialogSeth Chaiklin
Change-Id: I9f6b4d9fbfd2638b847bdc5a2555aeab18f4583a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110304 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-03tdf#139667 new "Outline & Numbering" label in Paragraph dialog + tooltipSeth Chaiklin
Change-Id: If18a74d6af734383c99a6fe92b1f79a3612bf34a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110303 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-02tdf#139667 Numbering->Ordered / Bullets->Unordered in dialog + tooltipsSeth Chaiklin
* change "Bullets" tab label to "Unordered" * change "Numbering" tab label to "Ordered" + Add tooltips for "Ordered", "Outline", "Graphic" "Position", and "Customize" tabs Change-Id: I5338180fd659aa10ca70b70e2d6daf2b8894d4af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109891 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-02tdf#139667 updating of "Numbering Style" dialog to "List Style"Seth Chaiklin
* change name of "Bullets" tab to "Unordered" * change name of "Numbering Style" tab to "Ordered" + add tooltips for "Ordered", "Outline" "Image", "Position" and "Customize" tabs Change-Id: Ie960b28847092d6e5ad22b1e0abe41184309586b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109890 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-02tdf#139667 change "Numbering" labels to "List" in Paragraph dialogsSeth Chaiklin
* This patch modifies the dialog box for Paragraph and Paragraph Style to use "List Style" instead of Numbering Style. * It also updates and adds some tooltips to this dialog box. * The "Outline & Numbering" tab is changed to "Outline & List" Change-Id: I2770a279b92f4c86b12373216301c6ebe0f2baf4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109886 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-01tdf#140029 change Text Frame string to Frame in Navigator's Navigate ByRizal Muttaqin
Change-Id: I4cf2bd4777a1bb009579df1e6399d1e44f0f3e76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110237 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-29tdf#75923 "Always Correct" to "Add to AutoCorrect" in Spelling dialogSeth Chaiklin
* improve choices for accelerator keys + add tooltip for "Add to AutoCorrect" + add missing extended tip for "Add to Dictionary" * change "Always correct to" to "Always AutoCorrect to" in Spelling context menu. + add tooltip for "Always AutoCorrect to" Change-Id: I54428fcd03ed7205a503935c77a7e08f9682bb1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109809 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>