Age | Commit message (Collapse) | Author |
|
The label for "Print Preview" comes from ContextLabel in
these menus - and it displays "Close Preview" even if
the print preview is not active.
The PrintPreview buttons in the notebookbar ribbon itself work fine.
So just hide the menu ones for now.
Perhaps that is not good for accessibility,
but I would imagine accessibility people would
stick with the traditional menu anyway,
since the notebookbar is also horrendous
in many other ways for accessiblity.
The user can turn this back on again if they want.
Customize - Notebookbar - File Tab | File | Menu File
Change-Id: I807941650295132c9e15f04094cece26246318d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153199
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Inspired by tdf#126379, where a Master Document
does not use the notebookbar UI - even though it is clearly Writer.
So now I finally know what sglobal is for.
I had been wanting this information for some time now.
So I did a bit of experimenting and verified my information.
(I'm not compiling with database support,
so I couldn't prove those two, but what else could they be?)
Change-Id: Ie1e7615a401c0c07168219dab3e9f02f9e33e996
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153188
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
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>
|
|
* Remove "Go to" button and link the issue text directly
* Improve layout a bit
Change-Id: I3b0dbe7fa5ee0f2fcaeddbf12533ba9169171a57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152621
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Change-Id: I87349e9d3f5680751a91264e055e4579c97fa93e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152617
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Some buttons are sorted automatically. As a result, the "close"
button appears in the desired position, after the label change.
Change-Id: I67ce06825a642fa34086f97a99cde8ac2acb1ff6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151195
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Well, I wasn't very thorough in my previous patch.
I guess chalk it up to my first realization that there
even was a separate config for this side menu.
In any case, all of these all have the nice little menus
and all should have the same access to insert page wizard.
Change-Id: Id2513b61e34aa5e3ed94f88a6af495ee02439455
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151788
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Doesn't need its own scroll handler anymore,
Sidebar has a generic scroll handler.
Change-Id: Ic56d1cfd7cde8ed81bf36f3302a128aa03ff6f27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151769
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Added Uno command UpdateSelectedField, FN_UPDATE_SEL_FIELD
to support updating a single selected field
Change-Id: Ia1a2387e137f8a672a24056b13234d4275a77ca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150450
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
Hide controls we dont need in navigator now.
Change-Id: Ibf6843be2976bcd4d90e67130dd0cc08d0988c0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151397
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151702
Tested-by: Jenkins
|
|
And make it open the sidebar
Makes the feature more discoverable and prevents empty menu slots
when people customized their menubar.
Change-Id: I03440d78d5cf1d31cad7412dc0988d8a837a92e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151537
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Change-Id: I55d14e419f008684fdd184ece79c2e50f37f9aa0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147981
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Without this change, havign no link is not possible, if the bibliography entry has URL.
This commit adds a select box for user to choose between target types (Entry URL, specific Target URL, None, bibliography table row)
The main features are that it also makes it more obvious to the user and makes it possible to easily extend target types in the future.
As for compatibility, files from before 7b99871635 are fully compatible without any hurdles, as missing property maps to the old behaviour.
Bibliography marks saved after 7b99871635 will also revert to the old behaviour, however no actual data (such as target URLs) will be lost.
Change-Id: Iad61dd8b4df337fa202f45d117313ee47ec20c05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150708
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
There are two places in the notebookbar where this
Insert page number could fit - in insert and in layout.
Both of these have "Title Page" in the menu at the right,
so this patch adds the page number wizard underneath that.
(Title pages should be setup first before page numbers are added.)
This is pretty non-controversial I would hope.
A follow-up patch will consider placing it on the main ribbon.
Change-Id: I195ee5a134a581cb6570485f84e4030b63d7895c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151396
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Change-Id: Ib3b1f90dd055ddd3b343f83d3118f090ea449b71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151362
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Thanks to Seth for pointing this out in
gerrit.libreoffice.org/c/core/+/151152
Possible misses still?
-24pt column (start of rightVBox)
Also taking the opportunity to fix copy/paste error
with the translation context.
Change-Id: Ic542875331104c376d53b3fb195f2aa2a3e485df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151242
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
1 - 3 is the format of the output.
Not totally clear, but it is at least not in English,
and I'm fairly certain I've seen this format used numerous times.
At least everything is there, and all the user needs to do is
modify the - to be whatever they want.
I checked to see if by some miracle localedata had a specification
for "X of Y" but it doesn't.
Change-Id: Iae1e74e612ec449f72086b3f5a5e32713fee4d27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151173
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
Frame content is not shown for existing entries
Follow-up to 4ec75d22eb916e3809e9e92f77fd25e33f6b21ee
Change-Id: Ic2b40b19424245ede326a5ef5b53f684ca8a3f94
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151166
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I012871296dcf8b3d27003c681b4fa2179bb0f943
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151165
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
|
|
If the user puts the page numbers on the left or right
side of the page, they usually want that mirrored
on even and odd pages.
This got rather tricky, but in the end
I have enough safeguards that it seems
to work logically and stablely.
So I think it is ready to be submitted.
Change-Id: I321e575cd9f6718579ffee99f1258bffe26581f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151152
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
|
|
As reported in the ticket the Insert Formula tool was misaligned in the
Tabbed UI since the removal of the Emoji tool.
This patch fixes that by making the tool use all the available vertical
space.
Change-Id: I26d36ba4fc6f38e80d8ab46bfdf88c08fbf2fd68
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150701
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
toolbars
still exists, just isn't presented by default.
help describes this as
"Inserts a floating frame into the current document. Floating frames are
used in HTML documents to display the contents of another file."
and
"Changes the properties of the selected floating frame. Floating frames
work best when they contain an html document, and when they are inserted
in another html document."
This is basically support for html IFrames and is a fairly obscure thing
for an ordinary document.
Change-Id: Iec8ff591393e4ee4ed8791094e1f15a225808c8a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150707
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Giving the user the opportunity to change the number type
is rather important. Well, maybe not too critical since I
assume that the default page number style is relatively accurate
for each locale, and at least for English we always just
use numbers for the page style.
However, a wizard is the perfect place to expose such a setting,
otherwise it is buried in page style settings - far from
where anyone would look when inserting a page number.
Change-Id: I9053504fa55d16ebf5424946b480cb044b79988c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151005
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
and remove input-purpose as we don't use that, esp for
auto-conversion to gtk4
Change-Id: Icf2f9127b189b9966aac3fcadb09c2a01bd671f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150657
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
To enhance the existing discoverability of hidden sections
via Navigator by a confirmation box when a hidden section
is to be deleted.
Also add an option to switch on/off this warning message named
"ShowWarningHiddenSection". The default setting is on.
Change-Id: I91a1a32524f8d8d8fd0f230c142654df4367e729
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150231
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
|
|
Make explicit that ok/cancel buttons should be the last row
Change-Id: If22da5222fc9dc1c1c5f94fd08c945364284daee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146904
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150095
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
|
|
Text Attributes includes margins for spacing the borders (lines)
away from the text.
I personally would like to see the order be Area, then lines,
then textAttributes, but I suppose one could look at it as
area margins instead of border margins.
In any case, margins are a pretty critical piece of either
lines or margins, and so should be a menu choice whenever
either of these is available.
Change-Id: Ifec5bbcd20dba6f42aba586bd0cd791bb9f3acae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150131
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Change-Id: Ic3692a32bb3f26c4184d315eae2eb8b50dc7e09c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150134
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
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>
|
|
It is possible to modify a text selection, but the "Apply to..." option
will search only on the original selection, even while adding the
modified entry as the index entry. The tooltip is adjusted to reflect
that behavior, and an extended tip is added to explain more explicitly.
Change-Id: Ic3a9279beb696948a3b30a05a76753905b58641a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149988
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: Ib9676b01c288518f74c01b41300ebc427f5c3109
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150086
Reviewed-by: Vernon, Stuart Foote <vsfoote@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
The meaning of "Numbering separator" is opaque. The new label indicates
where the optional text string will be placed. The added tooltip /
extended tip helps to explain.
Change-Id: Ia9da9d4d1d6bdf40ab7465cffe8d0d5faf42b27d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149992
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I71cddd45a336d6e201e23fdf1c93928ec2928a0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149987
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
|
|
ce58da3240e508800bd3e6fd7d56fb5fbde3349d introduced extended tips,
but the extended tips for "1st key" and "2nd key" should be the
child of the GtkComboBoxText, and not GtkEntry.
Change-Id: Iaaa23c76debaa87c37f2fa8308e81c31cfb657cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149888
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
The "separator" option places an option text after the category
name and number and before the caption text. This option is
relabeled to "Before caption" to make its function more transparent
and to reduce ambiguity with "separator" which is also used, with
a different meaning, as part of Heading Numbering before Caption Number
in the Caption Options. Also, add a tooltip for this option, and
update extended tip to explain the option more precisely and fully.
Change-Id: I3d1a53936ea68ac79c5f6a5ed41dd291826b0227
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149878
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Adds a flag that when enabled (opt-in for both old and new documents) changes behaviour of NBSP to not be strictly fixed width.
This commit also implements this behaviour such that NBSP has always the width of a standard space (0x20) on the given line. This change is only noticeable when the paragraph is justified.
Lastly a tilde or a degree character is now shown in place of NBSP when nonprintable characters are enabled, since the gray field alone is not visible in many circumstances.
Change-Id: Iabb30b5930ced62691cc4304f60c5e6dc886ed61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149576
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
add frame to checkboxes under "For Selected Entry"
add grid for navigation buttons
add typographical quotes to extended tips
add missing colons to three "Phonetic reading" labels
Change-Id: Id630febb01165e4a0faf1a228e436457867748da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148695
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
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>
|
|
* 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>
|
|
Change-Id: I4b91d271d766d8efeaddc3c3775513184036c5f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149167
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
(cherry picked from commit f50d009885c499e55db35571ace83f2ed7effbfe)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149235
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
|
|
Change-Id: I6d9d6dca0118567f68db11b7c0cce60643211ab2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149000
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Change-Id: I7cb9c8a01b8ae2482b7dbce976288df1b878b87c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148964
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I0688bd287f09aa5d963436f8b934897c9368636d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148912
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
|
|
Change-Id: I95e7fa7334093e5358d1191e42328367e7e8df74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148861
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Change-Id: I4a3c42a6ea098f73c8467e003275e759c0f98882
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148756
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
to be consistent with other dialogs
Change-Id: I736c2017cafbb032e19fff609a1655bd8b415e46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148702
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
3b995c0a73215b974437f63c1081daebf7ecec48 was created
on the assumption that the current implementation was a bug
and the UI should reflect the intended behavior. Subsequently,
it was decided (e.g., tdf#147004, comment 20) to make UI reflect
current behavior. Therefore, this patch changes "Outline level"
to "Up to level" and the tooltip and extended tip are modified to
reflect actual behavior. Also: simplify section heading because
tooltip can indicate that the heading number is prepended.
Change-Id: Ic4d308db5ca5abd02e70f8e61456c42e62ddcb0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148504
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I2af0ba85bcd30c89e7948d6057ccbb6a1e64f449
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148503
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Changed to [None]
Change-Id: I841664f432d9235ac5486af7d27ba141ce35cd48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148562
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
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>
|