Age | Commit message (Collapse) | Author |
|
Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937
|
|
Change-Id: I6e2ab6d20723803aedb530b4d25aa79ec0edbb8f
Reviewed-on: https://gerrit.libreoffice.org/11260
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I03c32883dbf8421824069efea2318e67c8dc4313
Reviewed-on: https://gerrit.libreoffice.org/11231
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I009b0e1a155c298bd7f461547125df4ba76805d9
Reviewed-on: https://gerrit.libreoffice.org/11230
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
|
|
Window () with live children destroyed: PushButton (Edit document)
Change-Id: I2aa05f59f08cfa78ba895933ef298908a9cbb675
|
|
Change-Id: I3e16ef8455b35faf14838509f315cb2f70e7cb9a
|
|
This reverts commit 542ae4e06f9f70e328a3e85f1272ead558b36766, which
breaks the build without 15cea073e7ed4970e60967fe036fc492e2052203, which
had to reverted.
|
|
mode"
This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I
overlooked the fact during review that this introduces an svx <-> sfx2
circular dependency.
|
|
Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0
Reviewed-on: https://gerrit.libreoffice.org/11152
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I6faae7f5b1b2ec243c53453a8627bd0a540a46ad
Reviewed-on: https://gerrit.libreoffice.org/11219
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
Change-Id: Ic813ab3eb74a088b60b4dc3dcd56e7b19683190c
Reviewed-on: https://gerrit.libreoffice.org/11220
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
More help buttons missing in dialogs.
Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377
Reviewed-on: https://gerrit.libreoffice.org/11217
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Fortunately there is a special ole object group with
the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this
behaviour.
Problem is that both Aspect and EmbedMisc are MS specific
enums so we can't use them directly for non-MS objects. But we
can handle opengl charts the same as this ole object group.
Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
|
|
and remove the Edit icon from the toolbar
Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2
Reviewed-on: https://gerrit.libreoffice.org/11182
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf
|
|
Change-Id: I733b677f4d4c7dfdf6fef531b43e1de36131f55d
|
|
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
|
|
Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
|
|
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
|
|
this completes the conversion of resource hosted
dialogs and tabpages to .ui gtkbuilder format
Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
|
|
Change-Id: Ic4fb163660b9fae29a32cd30f84f14f9a401f28a
|
|
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
|
|
Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421
|
|
Change-Id: Ia3f22787a07628b1b531c61f21d345def5f6e99d
|
|
Change-Id: Ice6a92186d641e9446b9d328518e4000c840a142
|
|
Change-Id: I960ae9b418249df58f4395445b9de98a41ac2758
|
|
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
|
|
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
|
|
Nice to see what weird threads are running.
Change-Id: Ic9888aa3260d0aeb5858cde5415571ab23c75484
|
|
Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295
|
|
The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery)
Changes:
* Show the sidebar by default in Writer & Impress
* Remove the Gallery floating window (Gallery now always opens in the sidebar)
* Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer
(since they have an icon in the sidebar and the sidebar is shown by default now)
* When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window
This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151
Change-Id: I3a0461d1472711da7121801000af294b432fccb1
Reviewed-on: https://gerrit.libreoffice.org/11077
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: If52532b8e8ca38e82fd95c13080d521d9cb529aa
|
|
Otherwise the Deck will be changed, but not shown...
Change-Id: I4be7756542a8c21a616e7615ef40535e7310b90c
|
|
Change-Id: I921a8a0b749df62c50f0ae8cb2de85f6cb459784
|
|
gsDefaultDeckId is "PropertyDeck". Deck "default" does not exist
and triggers a fallback, which is the first Deck in the list, which is
"PropertyDeck", too.
Change-Id: If2daa53d002c6547cc5f6fbed1408719c10b149d
|
|
After clicking on "Close Sidebar Deck" the highlighted icon
will now lose its highlight.
Change-Id: Iee947641343d46c84af7afb93cd52101e39149f7
|
|
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
|
|
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
|
Change-Id: I55da464ef1d3381fb51949a349f844dbd7da49eb
|
|
Change-Id: I95a769fe436a79a1e236c5504d1d5b288b3da71a
|
|
Change-Id: I621286f0b64ff464bc29310ba79e416abc5791d8
Reviewed-on: https://gerrit.libreoffice.org/11042
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
like GtkViewport so that the scrolled region will be clipped,
which also has the side-effect of stopping glade clobbering
the non view-port scrolled .ui files on editing
Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82
|
|
found by PMD
Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
|
|
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
|
|
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
|
|
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
|
|
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
|
|
Change-Id: Ib9e8a9a80498ad87df6ab13ded1127d068913347
|
|
Change-Id: I07c457a49646703af5d13f83ba033340309ee655
|