Age | Commit message (Collapse) | Author |
|
Newly added property Office::Common::StylesAndFormatting::Preview
can now be used to turn off "Style And Formatting" style preview.
Change-Id: I2e01de2a74e2d295557c87022a7b745ce23b4800
|
|
Change-Id: Icce69a0f5662ba06a3b57da089889aac5028de30
|
|
Change-Id: I7c379e797250be2f61791f5f3260d23ad24d26b3
|
|
Change-Id: I494b1d43d28d8e6c37ce9d391b37580be6a9be31
|
|
Change-Id: I9b7d1f963746f7689b02099fbae77c9c943bad58
|
|
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510
Reviewed-on: https://gerrit.libreoffice.org/16709
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
See the comment 45 in the bug for the agreed design.
Change-Id: I428f339df48f530f606525434a4a2be8a79acaab
|
|
make this a multi-path element with a shared read-only location
and a user read/write location and don't copy the presets, instead
just keep them in the shared location
Now an admin can copy extra palettes into the shared location
and they magically appear in the user deployments
Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
|
|
Change-Id: Ib045d875e230228279918dd591c93e9504cbd9ac
|
|
Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2
|
|
.. so they show up only when experimental mode is enabled.
Change-Id: Ib89b8b03290b7c04edc4da48ed328f03cd88d02c
|
|
Change-Id: Idfa62aa5bbccf62ee85f863150e13f80b8b5db90
Reviewed-on: https://gerrit.libreoffice.org/15181
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I549002411c9e28786b4f4a4c55650548c02f5b04
|
|
Change-Id: I4f7b0cb8f5bc42f203fc4e7df39bb8de98f55d59
|
|
Change-Id: I447929714d0121d4b3e5ff90b54eff7700da819b
|
|
Possibility to adjust the hidden content behaviour in the send e-mail
functionality via option under the e-mail program setting
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, taking just the parts
that store the configuration property within /org.openoffice.Office/Security
(rather than /org.openoffice.Office/Common/ExternalMailer) and throwing away
the parts overlapping with previously picked
<https://gerrit.libreoffice.org/#/c/14994/> "fdo#87441-Send document as Email
removes invisible content." Plus making the configuration property
non-nillable, -Werror,-Winconsistent-missing-override, loplugin:salbool, and
removal of trailing whitespace.
Conflicts:
cui/source/options/optinet2.cxx
cui/source/options/optinet2.hxx
cui/uiconfig/ui/optemailpage.ui
sw/source/uibase/app/docsh2.cxx
Change-Id: I1fb70418c5fe8011a86a379c2e75eae9ad3e18c3
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, plus trivial
modifications for -Werror,-Wlogical-op-parentheses and loplugin:bodynotinblock
Change-Id: I149681b3743eaf96e98419bd568f88b451e9ba01
|
|
This commit changes sw default to be single page view rather than automatic
defaulting to a multi-page view and automatic fit. Also, sets status bar page
icon default to single page, and corrects lableing of view to read "multi-page"
rather than "two page".
Change-Id: I1a2f81150d7066ea56af0870e83c1e4ae66d3404
Reviewed-on: https://gerrit.libreoffice.org/14835
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Export as highlighting or shading.
Highlighting is the default.
Change-Id: Ib2a38e4cd0d49317288bb565383b690d4222c8ed
|
|
There are use cases when it is useful to disable animations (using
LO in remote display when the bandwidth is limited). This adds an
option that will allow to disable all animations. Currently only
animation when copying cells in Calc (dashed border overlay) uses
this option.
Change-Id: Ia8cd3783140428e921c3151c2f462d3862440edd
|
|
Change-Id: I7ee56f06e8e50180e31c01253c9100c11b485c0d
|
|
Having these statistical functions perform well is essential in many cases,
and their implementations seem to be correct.
Change-Id: I30afa096295cc163f8c0146e916a77aa411dd07b
|
|
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
|
|
It is just a simple list of entered URLs, accessed from the Security page. No
sanity checks for now. No selection of a "default" one for now. Implementation
is much simpler this way. The actual selection of one TSA (or none) is done
when exporting to PDF.
Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f
|
|
The code falls back to the traditional interpreter when necessary.
This reverts commit ad582ce757f671a6271648e22a136f2d238cc15e.
Change-Id: I4cbafba2c469c0814dcc5c5210db5ce495e6b641
|
|
It was a problem since the initial commit
062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (sw: Improved document
comparison based on RSIDs., 2011-12-22) that this new feature -- which
is annoying for some use-cases -- could not be disabled, let's allow
that.
Change-Id: I33fa77382919586fb00198246f737caa68dcbd85
Reviewed-on: https://gerrit.libreoffice.org/14277
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Makes it easier to edit them manually directly in the registry files.
(Something end-users are of course not expected to do, but admins or hackers
may want to do.) Also guards against the possibility of the numeric values of
the opcodes being changed. I figured out how to do the mapping from symbolic
names to enum values and back without an ScDocument, turned out it was not
complicated after all.
Change-Id: I8bd97f256f7d777162c1b629bf82285544e86d70
|
|
Turns out this is still useful to have, let's not be that aggressive :-)
Change-Id: Ie9eb8b241594ce470238aa0b769a0afd2418e498
|
|
Are we having fun yet?
This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5.
Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5
|
|
Those are supposed to obey the current setting for "Conversion from text to
number", and the OpenCL code does not currently take that setting into
consideration.
Change-Id: Iff6eeda6238c78f4aeb8eb27898ce7ea243b9dea
|
|
Also changed the description to match the meaning (after
2021275f8fc33d9917d5fef58959a95da1dc7e6f).
Change-Id: Ide4b4f094495c178252c3167d52012f46f26b025
|
|
Change-Id: Id856d8dbf437acb7e528e60b4d1b012102ff0557
|
|
Change-Id: I1ca574f96ad84aa263bdcecbe549687fbf10d0d8
|
|
This reverts commit 13fca3c98df4722031902da3d443962bb9453542.
|
|
Probably the overhead in copmpiling an OpenCL kernel is relatively high, so
require a larger data size for OpenCL to be used.
Change-Id: I34a3ade98dbd10e7daeddf4a55cfdb2a49a8cf09
|
|
This adds an option to move the tabbar back to be inline with
scrollbar. The option is only available in Expert Configuration
under key: /org.openoffice.Office.Calc/Layout/Other property
TabbarInlineWithScrollbar
Change-Id: I95491072ad1cc195f2d8b8d0fadbd5ef045767e7
|
|
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
|
|
Change-Id: I58f1f500594b53444dedb221eb89f383b2a87e91
|
|
See also:
dbdacc73ae154237314d599194cc686bd738a9bf
This ten multiplier which was moved from the implementation
to the settings is live in the code only from 4.4 version, so
actually we can remove it without any problem, don't need to change
the default value on the UI.
I don't have any other reason to change that value so...
Change-Id: Ia17874cafeb013b89eedc300710392763c868f44
|
|
2 years ago this was a hot topic on UX-advise :-) - let's see if people are
more happy with hiding them by default now.
Change-Id: If4946538232c7579f7ce03d4947360645fb4967d
|
|
Change-Id: Iae06202acc825ab95389465b9aea846f2772df26
|
|
Intermediate commit. More changes will follow: The device selection
logic needs to be moved, too. (And cleaned up.) Instead of the
separate formulacalculationoptions dialog we should simply have a
normal options page for those OpenCL-related settings that will remain
purely Calc-specific, like the formula opcode subsetting.
Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
|
|
Add a toggle to the "General" page.
Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
|
|
Change-Id: I9a9b0d3b0198c7f37561b14cfeb55ec5a9d5bfe8
Reviewed-on: https://gerrit.libreoffice.org/13066
Reviewed-by: Jonathan Riddell <jr@jriddell.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502
Reviewed-on: https://gerrit.libreoffice.org/13043
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Drop version number bounds, use regexps instead. Not entirely ideal, but as
vendors are free to put arbitrary stuff into the driver version string (part
of which might be numbers, part free text, part significant, part just
informative), just comparing against lower and upper bounds with strverscmp()
was not ideal either.
Change-Id: Ic4ef4d8e15f79f1c96e6e03f6c01e62ae92dc2fc
|
|
Change-Id: Ibdff629c3653d43e08b5200a7babb7ff05a7b5ac
|
|
These are of course very common, and one would hope they are correctly
implemented in our OpenCL code.
Change-Id: I0ca6d3983502b18a1ea56522d4f20673ad94357d
|
|
The current implementation from 60ae598d537c14283109e1c6de22ec43a0147bcf is so
broken it isn't even funny.
Change-Id: I962d2643d21283340646893bb7892fb2a3d0c2e3
|
|
Implementation uses a multiplicator of ten. I guess the intention
here was that to calculate cache size based on the size of the inserted
images and not based on the real memory usage (potentionally more
instances of one image), which seems a bad idea because it covers the
real memory usage from the users (who will be suprised when LO's memory
usage increases tenfold of the set value).
It seems better to use the exact value in the implementation and increase
the default value on the user interface instead.
Change-Id: Ie3c0568d3518922d3a9931f894eebb9e7e5515ed
|