- 02 Şub, 2016 3 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I23fa86080c001d3a78c3b7d7c49274f01444d9be
-
Tor Lillqvist yazdı
But seriously, who builds with OSL_DEBUG_LEVEL > 2? Either debugging printouts inside such ifdefs are completely pointless and should be removed, or then the information might actually be useful, and the ifdefs should be removed, so that the information can be selected to be printed using the normal SAL_LOG environment variable mechanism (in a build where SAL_INFO is functional). Change-Id: Ia5d2c7c7b525ed133fe3f077a005f583b8a856e7
-
aybuke yazdı
Change-Id: Idffbfb78b2386020fd099077a67bf8a89917bdab Reviewed-on: https://gerrit.libreoffice.org/21999Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 01 Şub, 2016 37 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I7cc82556d0c1fe874bf112052300217a0162c5bb
-
Miklos Vajna yazdı
Change-Id: I544d42994bd46171d5d507af450cd1ca5f9c912a
-
Marco Cecchetti yazdı
Change-Id: I6d89df49b9f740b7f81394938222261f25a50dba
-
Gabriele Ponzo yazdı
Change the accelerator from F to S, because it was conflicting with file menu. Change-Id: I1f3959ae12b09fb5d48a7379693c6afc1bafa906 Reviewed-on: https://gerrit.libreoffice.org/21898Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Miklos Vajna yazdı
This is similar to what is implemented in online.git's leaflet. If the zoom factor changes, then inform LOK about it on the first keyboard hit. Change-Id: I2db4ffed3897db5c852f4b8aea8f4e2d3500a25a
-
Miklos Vajna yazdı
Change-Id: I16e7c0fee34077d5bbb493d9d9502ff82355c2c6
-
Caolán McNamara yazdı
ditch the CAIRO_VERSION_ENCODE(1, 10, 0) + sub optional damage rect and just use our always-available basegfx foo here. Change-Id: I680453180f4725ac37cabf38d71b935c99edf6c7 Reviewed-on: https://gerrit.libreoffice.org/21971Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Balland-Poirier yazdı
Sifr icon theme Change-Id: Ic8cf19195ce48a4825e94ae31aee835555be1e0e Reviewed-on: https://gerrit.libreoffice.org/21970Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Michael Stahl yazdı
This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
-
Mike Kaganski yazdı
Since commit ae0e830f, mirroring is handled correctly in LO, so no need to handle it specially in PDF import code. This obsolete handling causes double-mirroring. Change-Id: Ia873f0426e444cafd80b24b7d209e90eb481d8f4 Reviewed-on: https://gerrit.libreoffice.org/21870Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Michael Stahl yazdı
This was borked since gbuildification of vcl in 2011 and the dlopen code didn't even compile since commit b5f11394 Change-Id: Ieff22ed144d9d89e53dd956ce0dfea5e4d07ea13
-
Xisco Fauli yazdı
Opacity attribute didn't work because it was always set to 1.0 Change-Id: I3a2029ef23acf9d8c0f346e04341db33c6802b8e Reviewed-on: https://gerrit.libreoffice.org/21911Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
kripton yazdı
Change-Id: If5d35828a7309b6916de65282e32ce1ad459a15f Reviewed-on: https://gerrit.libreoffice.org/21936Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Stahl yazdı
Change-Id: If70658c568e746ab8923f8e6a5ad3407bd5e94a0
-
Noel Grandin yazdı
based on the unusedmethods plugin, which I should probably rename at some point Change-Id: If197423c59d4350ea1fdc69e99d24b631d9751b9
-
Michael Stahl yazdı
Change-Id: I2bc99b4cbb86a368b6218b3c1a7dfc693858d1c9
-
Michael Stahl yazdı
... paragraph, it will be copied to every following paragraph. (Before commit 2b78f2cd the properties of the end-of-section paragraph would be overwritten by the properties inside the header) Change-Id: Ibe095cf873a09ef9e12f898d09b5fd6f61c914c9
-
Michael Stahl yazdı
... that prevented loading the same URL multiple times. Also make this exception-safe while at it. Change-Id: Ic71735fef1ad8f79a210279d4d03f1fd5fa8cf69
-
Noel Grandin yazdı
Change-Id: I2a4d2052c48f35d69cea2aed2e98079ad8d98a02 Reviewed-on: https://gerrit.libreoffice.org/21982Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I736868fbaa0783a2ed8be04c99f440f1cb964048
-
Miklos Vajna yazdı
ODF uses no <Manifest> references, so this doesn't change anything for ODF. Previously we only validated the hash of a <Manifest> element, but not reference hashes inside the <Manifest> element. This means now we can detect not only changes to the signature metadata (signing data, signing comment), but also changes in other streams, i.e. everything else. libxmlsec already validated the manifest references hashes, the only missing piece was that it's up to the client if it wants to validate them, so libxmlsec doesn't do so by default -> our code has to. This commit only affects the nss backend, still need to adapt the mscrypto backend later presumably. Change-Id: I0b11519d3eb003783048a00c4cada74762c6462f
-
Stephan Bergmann yazdı
Change-Id: I0335f42ca5bc3110a819fb2aee44f571dcf1d61c
-
Tor Lillqvist yazdı
Sorry, could not resist. "debug mode" can mean a lot. We say here that we mean dbgutil, so use just that term then. And it is no special "mode", it is a dbgutil build, as we already said. Change-Id: I62f1b580298db8a479ff0852834aa7115297e838
-
Miklos Vajna yazdı
Change-Id: I5d7f50d52aac9b1333828db1571163d7d5a624c4
-
Noel Grandin yazdı
Change-Id: I05c8b22ed7af8ea0ac59ac21707025ec7808bf55
-
Noel Grandin yazdı
Change-Id: I9156e106d12b670e94bab899a4f67a35701ae5ac
-
Noel Grandin yazdı
Change-Id: Idf77d0871f932cf94003013db81c1bb67edbef16
-
Caolán McNamara yazdı
Change-Id: I20a7b3acd1af598638282063ad31c0ba91edaf1b
-
Caolán McNamara yazdı
Change-Id: I8fac0daefbafc9fe9e4d6cd385f543e14ac15f8a
-
Caolán McNamara yazdı
Change-Id: If813d937879a814fe89921fdc81af3e71b2a521f
-
Caolán McNamara yazdı
Change-Id: Ia03747824c7c6134bc91817538b3f79281aefb8b
-
Caolán McNamara yazdı
Change-Id: Idd789433606da3452b9cb0a702abdf549fb1c8d4
-
Caolán McNamara yazdı
Change-Id: I38afa9e0e4a928190c55b8a8f3d822873141fde4
-
Caolán McNamara yazdı
Change-Id: Ie022bb51da1f57b9db9362bb34423d9c921f4264
-
Caolán McNamara yazdı
Change-Id: I6be6a1cbcb63510469d8c419433bf05bf4fde6e5
-
Caolán McNamara yazdı
Change-Id: I257cb3803d055f55899a2f52bc3a88886380fb4e
-
Caolán McNamara yazdı
Change-Id: Ibc5a2313b0231613b3c41002c144672140bf31dd
-