summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt76-8516/+16
Superseded by the Sidebar Change-Id: I54970d71cd9d42de4f47b223e50dd9474b40632a Reviewed-on: https://gerrit.libreoffice.org/20724 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna6-23/+0
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed
2015-12-17Manage m_pSttNdIdx via unique_ptrStephan Bergmann2-5/+7
...so it gets deleted upon an exception Change-Id: I239f916019806eef1b761248fd167f5febf25001
2015-12-17starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe2-97/+96
as well as SmNode::AdaptToX / AdaptToY's. It was pointless because the client code in the functions always cast it off. Change-Id: I00c690bd98a566fb167708216d766a2894de669f Reviewed-on: https://gerrit.libreoffice.org/20710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-17OString/OUString: move constructors and operator=Noel Grandin3-1/+65
Change-Id: Icdc5f7137cca8360f116d5d4c7b0bf4a4c526e1d Reviewed-on: https://gerrit.libreoffice.org/20712 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-16gengal: Don't depend on whole instsetoo_native_setup packageMatúš Kukan1-2/+3
..to avoid rebuilding galleries all the time because 'version' rc-file target is PHONY. Instead name what exactly is needed. Change-Id: Idf3c5a4a5b64a48ae06c46acf24e49f6a1ac2114 Reviewed-on: https://gerrit.libreoffice.org/20407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2015-12-16sw: extend some more OOXML export test to check embedded objectsMichael Stahl1-0/+104
Change-Id: Ie1047a2a213632f05b0ae091a3a7e4118a271082
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl7-5/+13
Change-Id: I4520a9d0350349cb083ed627a19264a3a97e090f
2015-12-16tdf#96250 LOK: guard against 0 pRenderingArgumentsMiklos Vajna1-1/+2
Change-Id: Ifa39777795ce966662c31c891ffc1b9b1a297b00
2015-12-16tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks1-0/+17
Change-Id: Idd095e0a3b5e5226eaf1db90bfb0a838bc51de19 Reviewed-on: https://gerrit.libreoffice.org/20741 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-12-16tdf#96536 sw Hide Whitespace: shrink oversized page frames on para deleteMiklos Vajna3-1/+42
The body frame did get a request to shrink, but because it had fixed size, nothing happened. Trigger a recalc that does the right thing wrt. hidden whitespace. Change-Id: I446978da8b33372c2ab30200b45b1bcec1dea7a0
2015-12-16don't call getOutputString when we are not using the result, tdf#92802Markus Mohrhard1-1/+1
Change-Id: I5569eb618b5577714bd10c77ade198638394df8b Reviewed-on: https://gerrit.libreoffice.org/20725 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-12-16These would probably wreak havocStephan Bergmann2-14/+2
...judging by how XFStyleContainer appears to own the pointers in m_aStyles, but are apparently not needed anyway Change-Id: I5ca64680bf8b7b5198f30dac4f4558069d476970
2015-12-16Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno4-4/+44
Currently the connection timeout is governed by operating system default. LO timeouts will be used in place of the TCP socket operating system ones, only in operating system where this is currently possible. The timeouts to use can be changed in LO configuration: 'Tools > Options > Advanced > Expert Configuration'. Propriety names are ConnectTimeout and ReadTimeout. ConnectTimeout contains the timeout (in seconds) used when making a connection (max 180 s, min 2 s, default 20 s). ReadTimeout contains the timeout (in seconds) used when reading from a socket (max 180 s, min 20 s, default 60 s). Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e Reviewed-on: https://gerrit.libreoffice.org/20195 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-12-16Make test code actually test somethingStephan Bergmann1-16/+15
...and calling remove on a list apparently returns None Change-Id: I7a44d85cfebf17ac89bef0ce2d322a2cfa929899
2015-12-16loplugin:vclwidgetsStephan Bergmann1-1/+1
Change-Id: I9a9748879fcc55b524138d865e71a713efad180d
2015-12-16Simplify Desktop::getInfoHelperStephan Bergmann2-74/+25
Change-Id: I13058816e8b2b1c821f0123f110671706bf90449
2015-12-16Remove comment noiseStephan Bergmann1-37/+4
Change-Id: I7794e40e07520c1e504b1167aa64cf24819271f2
2015-12-16No need for TransactionGuard::stopStephan Bergmann3-88/+62
Change-Id: If1c0b7285817bb10338077460b77de4a27d35753
2015-12-16Simplify TransactionManagerStephan Bergmann2-110/+25
Change-Id: I51d1969f9f88d9e29fc081fd54df365578900126
2015-12-16No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann3-8/+4
Change-Id: I0c8468219a4a9df904f34ec1363043bc46265c14
2015-12-16TransactionGuard is always called with null eReasonStephan Bergmann1-11/+3
Change-Id: If416f9539136563dba43f38f7622d70e7fb1f005
2015-12-16Remove dead ctorStephan Bergmann1-14/+0
Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065
2015-12-16Clean upStephan Bergmann2-44/+33
Change-Id: I170b12d1024d51beb5c48333c0759bc33049f577
2015-12-16sw layout xml dump: show if the frame has fix sizeMiklos Vajna1-0/+1
Change-Id: Ie9f9c5cc94b87914bcd7d5392f6fd1ee447e94ec
2015-12-16unusedcode removed in this commitsJuergen Funk1-7/+0
001e694ecd21095b6fcfb5632ace63d8e0c2b7f8 OutputDevice::LogicHeightToDeviceCoordinate(long) const 449d272daf5e99f039cdfdd25f020bd798fb9e1d OutputDevice::GetCanvas() const OutputDevice::HasAlpha() OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const OutputDevice::LogicToPixel(vcl::Region const&, MapMode const&) const OutputDevice::PixelToLogic(vcl::Region const&, MapMode const&) const Change-Id: I284a89ccf9c3bc0dffd47789e0fe8afe83606e0f Reviewed-on: https://gerrit.libreoffice.org/20732 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-16Fix indentationSamuel Mehrbrodt1-30/+29
Change-Id: Ie0b842cd35ca05e4adfc0b8692423e0a91e1739c
2015-12-16but only for dialogCaolán McNamara1-1/+1
Change-Id: I7e4f5c075ca4844f81a59071bed475ea1da4bf91
2015-12-16Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogsCaolán McNamara1-0/+4
a min size equates to a size-request which is reliable under gtk3+wayland as the dialog contents size. a default size equates to the size of the dialog, which includes decorations under wayland Change-Id: I20baf00fb5952ab93628f4dd6891779ce682783c
2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist1-1/+1
Change-Id: Ide3457c5baab3d7f84990f6c2311975002ba9f18
2015-12-16Look for iOS SDK 9.2, tooTor Lillqvist1-2/+2
Change-Id: I2e16ae2ecb5f3a2a37c795e5ee26f72fc92b25bc
2015-12-16Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-5/+5
Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697
2015-12-16NotebookBar: Initial "Home" tab for WriterSamuel Mehrbrodt1-228/+494
Change-Id: I92faa8dfab7703b81ce96dafaac840cfb49ff3bb
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky10-12/+520
Re-introduced, this is still useful code to have :-) Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic1-1/+1
- in next Line ??? Allow the Else in a single-line If statement to be terminated by a comment instead of only EOL. Patch by: me (cherry picked from commit cbd43d0cb1165add5b9b559c3608a93ea631da13) Change-Id: I3dcf014c9fe501bc9770ae3cfd69e7730c0b86cb
2015-12-16gtk3: stop the ever shrinking size of toplevel on every restoreCaolán McNamara1-13/+28
for getting and setting the window state, work on the toplevel m_pWindow. Leave the "geometry" alone as its for the purpose of the current known size of the toplevel window contents Change-Id: Idf701aacf4aed4eefbca1bc1ebebaf38d1c82e27 Reviewed-on: https://gerrit.libreoffice.org/20397 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-16tdf#96515 sw Hide Whitespace: avoid creating unneeded page framesMiklos Vajna2-1/+49
Change-Id: I9b273543ccf2eaa87116c6e1475860e9e872c445
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna6-11/+5
Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59
2015-12-16tdf#96257: Silly work-around to produce same result on OpenGL and non-OpenGLTor Lillqvist1-0/+9
For likely separate reasons, neither the non-OpenGL nor the OpenGL code path produces what we actually want here (a line drawn in 'invert' mode if white is used, as happens on X11). In the non-OpenGL case we get a black line, in the OpenGL case a white one. So let's use grey and at least get the same effect in both cases. Change-Id: Ifb587c6b46adb05e334a18add74352663cf7db9e
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl3-5/+7
... that was causing test failures on some but not all platforms. Change-Id: I0d04cd6e540ea2693a3ec8511d615a9b0fecf456
2015-12-15sw: fix build, remove deleted CheckFlies.java from makefileMichael Stahl1-2/+0
Change-Id: Ic2479771129dbb0284292bf8712179567f516b0e
2015-12-15update emoji autocorrect files from po-filesChristian Lohmaier1-4/+4
Change-Id: Id793a73a7dff04e8e088bf0f953f55f9eb441d8e
2015-12-15sd: remove cargo-culted dependencies from CppunitTest_sd_misc_testsMichael Stahl1-19/+0
Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d
2015-12-15boost: suppress auto_ptr deprecation warnings in boost::spiritMichael Stahl1-0/+46
Apparently GCC 5.3.1 has turned these annoyances into actual warnings that convert to errors with -Werror. Change-Id: Ib1567b3fc2cf33a0f6cffac116a06d73912b84df
2015-12-15sw: fix MSVC build, stupid thing can't initialize const membersMichael Stahl1-5/+5
Change-Id: I546b96a5628d2ad186b5b626cce28f67841db157
2015-12-15update creditsChristian Lohmaier1-815/+841
Change-Id: Id2416b2b67f7ae62f3d3fbe1ebebeb89edabfc40
2015-12-15Java unit tests were converted to Python unit testskadertarlan3-208/+128
Remark test document not moved, due to other test cases. Change-Id: I9564b72fae60cceb60121fec06e1ed015add8453 Reviewed-on: https://gerrit.libreoffice.org/20703 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-12-15Updated coreChristian Lohmaier1-0/+0
Project: translations 3e76f6b637c8034330436568b26302c4472c1a0f update translations for 5.1.0 rc1 and force-fix errors using pocheck Change-Id: I10477683ddfb993e73ab615b2c031ea7bbbe6fe5
2015-12-15No need for <config_features.h> hereTor Lillqvist1-2/+0
Change-Id: Ieccd31d3cefd2fc397a296827de29d834ce093f0
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist3-18/+19
So move it to a locale include file in vcl. Now <vcl/window.hxx> does not need to include <config_features.h>. As such it is questionable whether what ImplDoTiledRendering() currently does makes any sense; de facto it now just means that we are on iOS. We have comphelper::LibreOfficeKit::isActive() which probably is what should be used to test whether tiled rendering is used. At least in the cases where LibreOfficeKit's "unstable" API is used for tasks that involve rendering of tiles. Hmm, that sounds like a circular argument. Change-Id: I52c984aec7510526c5294579966345b8340c8642