aboutsummaryrefslogtreecommitdiff
path: root/source/hu/android/sdremote
ModeNameSize
d---------res37logplain
ion value='feature/perfwork4'>feature/perfwork4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/optcaptionpage.ui
AgeCommit message (Collapse)Author
2024-08-29Resolves: tdf#162659 toggle buttons have no "weight" propertyCaolán McNamara
so those extra columns don't make sense, they make sense if those were text entries. and add sensitive as a property we expect to see in tree/list-stores if sensitivity or later properties are used. Checking all the existing cases shows the only other cases like this are where we've just used the -1 'col' arg to set all columns to the desired sensitivity and previously shared a single sensitive property between checkboxes and the main 'text' case. Change-Id: I0b22fb93b935a06bfcda6f6a3169df0e24d8b9e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172546 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-06-16fix gtktreestore.c:1047: Invalid column number 6 added to iter warningCaolán McNamara
probably since: commit 35f59457ff434b7b97cad6ce1dbef6ff07f7bc96 Date: Thu Nov 16 17:03:39 2023 +0100 tdf#158135 - UI: Part 30 - Unify lockdown behavior of Options dialog for Writer - Compatibility Page. Change-Id: Icaf1320f4f819294d49f99b3f1728fa025c51e11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168914 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-11-20tdf#158136 - UI: Part 31 - Unify lockdown behavior of Options dialogBalazs Varga
for Writer - AutoCaption Page. Change-Id: Ia3c37510477542556c3302d2013fe10a4ae00545 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159594 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2023-04-06tdf#153242 update labels for "Numbering separator" and "Separator"Seth Chaiklin
These two changes bring AutoCaption in line with the changes made to the Insert Caption dialog. "Numbering separator" -> "After number" and tooltip added "Separator" -> "After caption" Change-Id: I60bedf0e4139f9492672071cf9703cf94fcde684 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150082 Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-03-10tdf#153243 Make "level" label and tooltip correspond to actual behaviorSeth Chaiklin
Decided (e.g., in tdf#147004, comment 20) to make UI reflect current actual behavior. Therefore, this patch changes "Outline level" to "Up to level" and its tooltip and extended tip are modified to reflect actual behavior. Change-Id: I6d7d14d6b6bc8f0000e748ddf15690474374e360 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148511 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-03-07tdf#153243 amend labels for Heading Numbering; polish tooltips/extended tipsSeth Chaiklin
also, change "chapter" -> "heading" in tooltip for Separator in AutoCaption, and add tooltip for Separator in Caption Options Change-Id: I45bdc5381d6a5459ba64565b3064a7642bdbc0cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147594 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-03-04Reword extended tips for optcaptionpage.uiOlivier Hallot
Change-Id: I455cb963d6e6aa0107f70492c175e5cbc449f445 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148193 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-03-03Bump glade version for optcaptiopage.uiOlivier Hallot
Change-Id: I00b6c1e8b4628ec8fa643b9e9b9c03d403a3b576 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148192 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-02-21tdf#153243 change "Numbering by Chapter" and "Outline Level" labelsSeth Chaiklin
Changes are made both for Insert - Caption - Caption Options and AutoCaption. "Chapter" was incorrect, because the option uses the number of the immediately prior heading. Now the label is "Heading Number Prefix" (because the number is always prepended to the caption number). Also, the label "Outline Level" is renamed "Up to level" because its function is to specify how many levels in the heading number are displayed. There is a tooltip and extended tip for "Up to level" that makes it clear that outline levels are involved. Change-Id: I1ca8c881c8ce07870efc226b075fc8ba7f27b7e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147280 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-02-11tdf#152605 change "heading level" to "outline level" in UISeth Chaiklin
This patch addresses extended tips in the UI that refer to a heading or chapter level, with the aim to remove this kind of terminology. In many cases, tooltips are added, and extended tips are corrected. Also, add "Outline" in front of "level" in the UI for Caption Options and AutoCaption. Change-Id: Idcf16892599913af31372b89d180251c86945d21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146622 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-01-29tdf#153243 simplify "Numbering Captions by Chapter" labelSeth Chaiklin
Remove "Captions" because not needed in context. For: - Insert - Caption - Options dialog - Tools / Options / Writer / Autocaption dialog Change-Id: I97e64887026dd798cdec58cbca93d73c21515ef3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146207 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>