Age | Commit message (Collapse) | Author |
|
If position and size were loaded from the WindowStateData
structure there's no need to recompute the layout.
As an added benefit if the user previously resized/move the
dialog, the new one will open using the same geometry.
Change-Id: I306504080357f9be8f3e628ba13ca5dc2957dd52
Reviewed-on: https://gerrit.libreoffice.org/21850
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|
|
search ABS_* defines and replace with equal
SC*_* defines from address.hxx
then removed double defines
Change-Id: I1a5385daf6e1fb6f959f142c04f2515e7b85a80e
Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-on: https://gerrit.libreoffice.org/22826
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Replace chained O(U)StringBuffer::append() in PivotLayoutTreeListData.cxx
Change-Id: Ia1cc2f32e038bca2421cc5e9aca3b4f15d7c8432
Reviewed-on: https://gerrit.libreoffice.org/22828
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I83e27ed242b6ec1fbd19e473a4d8c0f4588e6f86
|
|
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
|
|
Change-Id: I286efdac6af47a859693fccc71b445915f76945c
|
|
Change-Id: If05662102e161d3dd56bbb6ed3964e63ba853cf9
|
|
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
|
|
Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3f1
|
|
Change-Id: I6da45f6b6750f78d309fa3080eada1931640f188
|
|
Change-Id: I17328cd13b44b4406013ec06521246ad8363b5a3
|
|
PageBackground is due to old constraints in exporters not completely
hindered when IsPageVisible() is already set for signalling that
all EditView-specific Page visualisations should be suppressed.
As long as these exporters are not adapted, use the setting of
SetPagePaintingAllowed() which consequently achieves this.
Change-Id: I2222a799533f763b54b2210a46c24aa8ae92d7a2
Reviewed-on: https://gerrit.libreoffice.org/22837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Project: help 17ec8364ffd8f814d9bed18441ae6e8389eb360d
tdf#92825 adjust navigation to indexes and tables of contents
Change-Id: I144816d4cd81ba85f57f7e62ebf914de56d82a81
Reviewed-on: https://gerrit.libreoffice.org/22842
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Project: help cdeb341a7ac1a01ac1fd28d80b70eb7bbff5e1af
rename "Highlighting" icon to "Highlight Color"
Change-Id: Icd548e704e3d1adbd85f31b3d7d2be63c613fa83
Reviewed-on: https://gerrit.libreoffice.org/22841
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Project: help 47cc97d2ef4f3f59a2d3d5e66a25d04fc0fff463
tdf#95155 rename "Appearance" to "Application Colors"
Change-Id: I3880b9552842f52dfe6bbb86a5485a23f5eb4d8a
Reviewed-on: https://gerrit.libreoffice.org/22844
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I34ae9dbb5b00fa2b6a1ef5c115a796d4e28eafa9
|
|
Change-Id: I202dcc2a2b90ee8ed27815b97a2aad6e4df2f1b9
|
|
Change-Id: I6cb707663e2abad8761b172773ee70f9caf4a87d
Reviewed-on: https://gerrit.libreoffice.org/22835
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Project: help 3ceee913def605d1f2e4c42545b8b4a6d56a13aa
Minor tweaks to statistics help content
- Use “Choose” rather than “Menu” in menu paths for consistency
- Remove the UI-only convention of using an ellipsis
- Drop a linkless paragraph of “Refer to Wikipedia”, it’s useless
if it doesn’t have a link
- Now that we’re on Wikipedia links, refer to them more elegantly
and add a dot to end the paragraph
Change-Id: I6e3964b8926710cd57ee6750fddb039c2c846c34
|
|
Change-Id: I6801d8ff6d0646e14e359ab55bf523790abf7e41
|
|
when using native gtk3 menubars.
The issue is that MenuBarManager does not own its MenuBar.
And in this embedded menubar situation a new menubar is newed and passed to
m_pInplaceMenuBar but nothing destroys it.
Now with native gtk3 menubars this becomes obvious as the native menubar stays
behind, while in the non-native case the old menubar is replaced by
the new one so while it still leaks the menubar you don't see it.
Change-Id: Id732cb66664a71efc471d7bad35f4de890e1017e
|
|
Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351
|
|
So that when SvxPathTabPage sets a custom classification path (or resets
it back to the default), then no restart is needed, the toolbar will be
updated instantly.
ClassificationCategoriesController::statusChanged() was called already,
all that was necessary is to remove old entries, to trigger a re-read of
the policy.
Change-Id: I98edea19fedfb5c1197981085193f959c19647a1
|
|
With this, it's possible to reset a custom classification path back to
its default value.
Change-Id: If0230fa6bb6ab014634dcdface8c470321163097
|
|
So when editing the classification path, open a file picker, not a
directory one.
Change-Id: I8f7e18f90dc2b5f180e7ddda7157c1e374ed6e4e
|
|
Remove kde4/tde/open-url.sh and have LO just use xdg-open.
It's available on TDE builds as well as any recent KDE. We recently
did this just for gnome-open-url and have had no reported issues.
Change-Id: I4e1ee6caef368051af92023fa382b6fed9d9397e
Reviewed-on: https://gerrit.libreoffice.org/21173
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
|
|
In a supreme twist of irony, people now assume that --without-x somehow
enables them to run LO in Wayland. Let's see if renaming it *again*
to --disable-gui is finally clear enough.
Change-Id: I5993ee63670f43fb90f32f375f8b0632478c8283
|
|
Project: help 4960c1ad663747257f1dc69a649f715a32a9e77e
add warning for case sensitivity and Excel interoperability
Change-Id: I79cc6d6c48225f8559339f65df99de838c2e7ae6
|
|
Change-Id: I4e22e02b54cc7528da002dd9b6426cc6637fecac
|
|
Caused by my commit f29c0b2b3e8861909fa2c6c37bf631ab01590541
"boost::shared_ptr->std::shared_ptr in slideshow"
where I foolishly converted
shared_from_this()
to
std::shared_ptr<Activity>((Activity*)this) )
all over the place, which is bad, I should have used
std::dynamic_pointer_cast<ViewEventHandler>(shared_from_this())
Ah, the joys of C++ memory management.
Change-Id: I9b538e78730c9107870f406cb8ba482d491dd568
|
|
Change-Id: I8b08893ca40f242f63e04c037500c6864c6c238a
|
|
Change-Id: I505a0de789190dc7345a703ac50008276d0ed195
|
|
Change-Id: I3ecafc104c91d7f4e93805b2e03359cf60d2db4b
|
|
Change-Id: I921577df6c905e935d05ff0e9d2b2c6e8d22cc89
|
|
... update the DocumentListsManager::maLists because without that all
list styles created in the UI will have GetDefaultListStyleName() ==
"Untitled1" and then deleting one of them deletes all these entries from
maList, which makes the DocumentListsManager unhappy.
Change-Id: Ic40e561fc540881ab29566a3f5ecdc8a180c97ef
|
|
... the new name is not being used.
Change-Id: Idd392fa4ab6379ec21c5b308767c052bf28fa5aa
|
|
This is a [partial] patch for tdf#84938, involving the substitution of an average enum for a scoped one.
Change-Id: I4b3a19914d30a14dec2640355ba392b943e1ddd7
Reviewed-on: https://gerrit.libreoffice.org/22808
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
It's not really able to modify it yet, as it wants to select a
directory, and we need a file instead.
Change-Id: I05b0e5a42ef64e56caeae35054fb331e3f1a712c
|
|
In preparation to be able to edit the policy path from SvxPathTabPage.
Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d
|
|
Change-Id: I60d5b6b362bec591bb29fa409361ba8d1f2d4b81
|
|
Change-Id: I976336d35366b661e402db484820b4dd9a7b0228
Reviewed-on: https://gerrit.libreoffice.org/22821
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
Change-Id: I6ddd512afa1e41d2dec7c92f61d65ed5bbfa9ace
|
|
and thus callStatusListener does nothing
so there seems no reason to have a m_statusListeners
which is filled by addStatusListener but not emptied by
removeStatusListener
Change-Id: I7efdf7ccfd123bf7c2aa6add4f8db969a0019089
|
|
Change-Id: Ie7c23bfee7cb6c73e455a47801f7eb1b481a8cf0
|
|
Change-Id: I1cca248722d2c9cd4c5b41cca04a0d89b79f3dfa
|
|
Change-Id: I45519896d745bcc4162d655746585051d47b732d
|
|
Also better error handling if pipe dirs are really not usable.
Change-Id: I1c865b9a9f1f08d2cffd07343494feca585ec75e
Reviewed-on: https://gerrit.libreoffice.org/22727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I956832e69f25ddc25523ffc1c0f289aecf930f68
Reviewed-on: https://gerrit.libreoffice.org/21927
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: Ie345ede60c1204c38a1c157c6335e3ded81fc26f
|
|
Change-Id: I03a3580fdbd1f6cf08af329b07edcfe09ecbb9aa
|