summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara
Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
Change-Id: I6e2ab6d20723803aedb530b4d25aa79ec0edbb8f Reviewed-on: https://gerrit.libreoffice.org/11260 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-02fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane
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>
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane
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>
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
2014-09-02widget leak on filling non-existing infobar in helpCaolán McNamara
Window () with live children destroyed: PushButton (Edit document) Change-Id: I2aa05f59f08cfa78ba895933ef298908a9cbb675
2014-09-02extent .ui loading to SfxFloatingWindowsCaolán McNamara
Change-Id: I3e16ef8455b35faf14838509f315cb2f70e7cb9a
2014-09-01Revert "fdo#83302 don't display read-only infobar for Base form in normal mode"Miklos Vajna
This reverts commit 542ae4e06f9f70e328a3e85f1272ead558b36766, which breaks the build without 15cea073e7ed4970e60967fe036fc492e2052203, which had to reverted.
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design ↵Miklos Vajna
mode" This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I overlooked the fact during review that this introduces an svx <-> sfx2 circular dependency.
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane
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>
2014-09-01fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane
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>
2014-09-01fdo#83311 Fix infobar for documents with read-only propertySamuel Mehrbrodt
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>
2014-08-31More mushrooms...Olivier Hallot
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>
2014-08-29Make opengl chart window always activeZolnai Tamás
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
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt
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>
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf
2014-08-28Reduce nesting / style in thumbnail creation routinesTomaž Vajngerl
Change-Id: I733b677f4d4c7dfdf6fef531b43e1de36131f55d
2014-08-28callcatcher: update unused codeCaolán McNamara
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna
Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
2014-08-27callcatcher: update unused codeCaolán McNamara
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-26convert sw use of template manager to new managerCaolán McNamara
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
2014-08-26sfx2: itemdel.hxx is goneMiklos Vajna
Change-Id: Ic4fb163660b9fae29a32cd30f84f14f9a401f28a
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-26move method documentation to the header fileMarkus Mohrhard
Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421
2014-08-26remove whitespace and put comment before methodMarkus Mohrhard
Change-Id: Ia3f22787a07628b1b531c61f21d345def5f6e99d
2014-08-25make background color of startcenter configurableAndras Timar
Change-Id: Ice6a92186d641e9446b9d328518e4000c840a142
2014-08-25convert RID_SECURITY_WARNING_NO_HYPERLINKS to MessageDialog + stringCaolán McNamara
Change-Id: I960ae9b418249df58f4395445b9de98a41ac2758
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
2014-08-25set names on a bunch more threads...Michael Stahl
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-25set names on the Win32-only threadsMichael Stahl
Nice to see what weird threads are running. Change-Id: Ic9888aa3260d0aeb5858cde5415571ab23c75484
2014-08-25everything is independent from vos these days...Michael Stahl
Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
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>
2014-08-24fdo#80755 Don't generate thumbnails for encrypted filesMaxim Monastirsky
Change-Id: If52532b8e8ca38e82fd95c13080d521d9cb529aa
2014-08-24Sidebar: Ensure Deck is open, if we choose an element from the Deck popup menu.Thomas Arnhold
Otherwise the Deck will be changed, but not shown... Change-Id: I4be7756542a8c21a616e7615ef40535e7310b90c
2014-08-24fdo#67627 Clicking on icons of the sidebar should both open and close DecksThomas Arnhold
Change-Id: I921a8a0b749df62c50f0ae8cb2de85f6cb459784
2014-08-24Sidebar: Use proper default value for DeckThomas Arnhold
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
2014-08-24Sidebar: Remove hightlight from TabBar after Deck closeThomas Arnhold
After clicking on "Close Sidebar Deck" the highlighted icon will now lose its highlight. Change-Id: Iee947641343d46c84af7afb93cd52101e39149f7
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
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>
2014-08-22No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_ImplStephan Bergmann
Change-Id: I55da464ef1d3381fb51949a349f844dbd7da49eb
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I95a769fe436a79a1e236c5504d1d5b288b3da71a
2014-08-20fdo#75757: remove inheritance to std::vectorTakeshi Abe
Change-Id: I621286f0b64ff464bc29310ba79e416abc5791d8 Reviewed-on: https://gerrit.libreoffice.org/11042 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-20add a VclViewportCaolán McNamara
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
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18ErrorBox->MessageDialogCaolán McNamara
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
2014-08-18remove unused HelpDownloadThomas Arnhold
Change-Id: Ib9e8a9a80498ad87df6ab13ded1127d068913347
2014-08-18remove unused WarningBoxesThomas Arnhold
Change-Id: I07c457a49646703af5d13f83ba033340309ee655