- 16 Ara, 2015 29 kayıt (commit)
-
-
Miklos Vajna yazdı
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
-
Markus Mohrhard yazdı
Change-Id: I5569eb618b5577714bd10c77ade198638394df8b Reviewed-on: https://gerrit.libreoffice.org/20725Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Stephan Bergmann yazdı
...judging by how XFStyleContainer appears to own the pointers in m_aStyles, but are apparently not needed anyway Change-Id: I5ca64680bf8b7b5198f30dac4f4558069d476970
-
Giuseppe Castagno yazdı
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/20195Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...and calling remove on a list apparently returns None Change-Id: I7a44d85cfebf17ac89bef0ce2d322a2cfa929899
-
Stephan Bergmann yazdı
Change-Id: I9a9748879fcc55b524138d865e71a713efad180d
-
Stephan Bergmann yazdı
Change-Id: I13058816e8b2b1c821f0123f110671706bf90449
-
Stephan Bergmann yazdı
Change-Id: I7794e40e07520c1e504b1167aa64cf24819271f2
-
Stephan Bergmann yazdı
Change-Id: If1c0b7285817bb10338077460b77de4a27d35753
-
Stephan Bergmann yazdı
Change-Id: I51d1969f9f88d9e29fc081fd54df365578900126
-
Stephan Bergmann yazdı
Change-Id: I0c8468219a4a9df904f34ec1363043bc46265c14
-
Stephan Bergmann yazdı
Change-Id: If416f9539136563dba43f38f7622d70e7fb1f005
-
Stephan Bergmann yazdı
Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065
-
Stephan Bergmann yazdı
Change-Id: I170b12d1024d51beb5c48333c0759bc33049f577
-
Miklos Vajna yazdı
Change-Id: Ie9f9c5cc94b87914bcd7d5392f6fd1ee447e94ec
-
Juergen Funk yazdı
001e694e OutputDevice::LogicHeightToDeviceCoordinate(long) const 449d272d 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/20732Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Samuel Mehrbrodt yazdı
Change-Id: Ie0b842cd35ca05e4adfc0b8692423e0a91e1739c
-
Caolán McNamara yazdı
Change-Id: I7e4f5c075ca4844f81a59071bed475ea1da4bf91
-
Caolán McNamara yazdı
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
-
Tor Lillqvist yazdı
Change-Id: Ide3457c5baab3d7f84990f6c2311975002ba9f18
-
Tor Lillqvist yazdı
Change-Id: I2e16ae2ecb5f3a2a37c795e5ee26f72fc92b25bc
-
Samuel Mehrbrodt yazdı
Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697
-
Samuel Mehrbrodt yazdı
Change-Id: I92faa8dfab7703b81ce96dafaac840cfb49ff3bb
-
Jan Holesovsky yazdı
Re-introduced, this is still useful code to have :-) Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c
-
Damjan Jovanovic yazdı
- 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 cbd43d0c) Change-Id: I3dcf014c9fe501bc9770ae3cfd69e7730c0b86cb
-
Caolán McNamara yazdı
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/20397Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I9b273543ccf2eaa87116c6e1475860e9e872c445
-
Miklos Vajna yazdı
Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59
-
Tor Lillqvist yazdı
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
-
- 15 Ara, 2015 11 kayıt (commit)
-
-
Michael Stahl yazdı
... that was causing test failures on some but not all platforms. Change-Id: I0d04cd6e540ea2693a3ec8511d615a9b0fecf456
-
Michael Stahl yazdı
Change-Id: Ic2479771129dbb0284292bf8712179567f516b0e
-
Christian Lohmaier yazdı
Change-Id: Id793a73a7dff04e8e088bf0f953f55f9eb441d8e
-
Michael Stahl yazdı
Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d
-
Michael Stahl yazdı
Apparently GCC 5.3.1 has turned these annoyances into actual warnings that convert to errors with -Werror. Change-Id: Ib1567b3fc2cf33a0f6cffac116a06d73912b84df
-
Michael Stahl yazdı
Change-Id: I546b96a5628d2ad186b5b626cce28f67841db157
-
Christian Lohmaier yazdı
Change-Id: Id2416b2b67f7ae62f3d3fbe1ebebeb89edabfc40
-
kadertarlan yazdı
Remark test document not moved, due to other test cases. Change-Id: I9564b72fae60cceb60121fec06e1ed015add8453 Reviewed-on: https://gerrit.libreoffice.org/20703Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Christian Lohmaier yazdı
Project: translations 3e76f6b637c8034330436568b26302c4472c1a0f update translations for 5.1.0 rc1 and force-fix errors using pocheck Change-Id: I10477683ddfb993e73ab615b2c031ea7bbbe6fe5
-
Tor Lillqvist yazdı
Change-Id: Ieccd31d3cefd2fc397a296827de29d834ce093f0
-
Tor Lillqvist yazdı
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
-