- 17 Kas, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I1dbf7a73ec60115f11d3a5455de2871041cd1605
-
Tor Lillqvist yazdı
Change-Id: I1887a32aeef8097e3e8297d6bddc51179dd65127
-
Stephan Bergmann yazdı
Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d
-
Michael Stahl yazdı
Change-Id: Ie778e541cecadeefc5ee5f30af9577a00c870a58
-
Michael Stahl yazdı
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
-
Michael Stahl yazdı
Change-Id: Ibbcdb4a3f46b7491396a1b1c7b4cdc1af05f30d3
-
Michael Stahl yazdı
Change-Id: I2eda8dab51e66af7856b55f2d5f297620e07ccdb
-
Michael Stahl yazdı
... to be used together --with-iwyu to track down bloat in headers, which are not always named in the convention that include-what-you-use expects for reporting issues. Change-Id: Idffda7d49cca43170717004d52779b4663de19ae
-
Michael Stahl yazdı
Change-Id: I7b028ff3af6c5cd6c48b4cf6095a16b57745db8c
-
Michael Stahl yazdı
Change-Id: I5461a0d4e372260623ebb8833d60a9dc318757dd
-
Michael Stahl yazdı
Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3
-
Stephan Bergmann yazdı
Change-Id: I28b52faa71bb198ee34ae4893e4610aa83773645
-
Stephan Bergmann yazdı
Change-Id: Id87af31e9b60d548959ba735b635ff3d154fc587
-
Matthew J. Francis yazdı
Change-Id: I1ece738e7f60b6bbbdc802339f8b9deec9396e1b Reviewed-on: https://gerrit.libreoffice.org/12469Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matúš Kukan yazdı
It takes a lot of time and we can save ~1% of size if at all. Rather store them uncompressed in the zip file. With png, we can save a bit more, although it's still only about 4% - 8%? Change-Id: I43a3e3812882e4ce85e7af9d0aaab454d98c4860
-
Matúš Kukan yazdı
Change-Id: Iae804a34f344aa793a6d5c13315f7bc1eb64c0a2
-
Matúš Kukan yazdı
Change-Id: I66cbbfb2aa6abc6c8ebe34d9ea69855436c23edd
-
Matúš Kukan yazdı
Change-Id: Ic2538ca8b0f7261064e1dfbf3884dd452003c797
-
Matúš Kukan yazdı
Change-Id: I4d98b6f8b3315b731206700eb65f08463299dda3
-
Matúš Kukan yazdı
For that: 1, create ZipPackageStream::successfullyWritten to be called after the content is written 2, Do not take mutex when reading from WrapStreamForShare - threads should be using different streams anyway, but there is only one common mutex. :-/ Change-Id: I90303e49206b19454dd4141e24cc8be29c433045
-
Matúš Kukan yazdı
Preparation step to parallel deflating. Rename putNextEntry to setEntry and make it a static function. We need to call setEntry before starting thread but writeLOC after. Change-Id: I99a9ffa7dc4c18b47c621847b48bf8469bfb789a
-
Matúš Kukan yazdı
Change-Id: I504f5c0c9aa9b655ffb53d9820a33677dad6aa08
-
Matúš Kukan yazdı
Change-Id: Ib8fa3351ba25416a13d6c8bf63bd5fc8e43703c5
-
Matúš Kukan yazdı
Change-Id: Ibf81dc3cd8a9a9da3dfd6ee6e587a522c4d56a44
-
Matúš Kukan yazdı
Change-Id: Ib6a69a83f4a378df838b2231b9eba7fba49cd9f1
-
Matúš Kukan yazdı
Change-Id: Ie3f8ac261a70c9a2b5182fc7d36938d0a46ec045
-
Matúš Kukan yazdı
We want to use ZipOutputEntry only for deflating (and maybe rename it). ca13a937 was not a good idea because the data still needs to be written sequentially anyway. Otherwise it's hard to get offset positions of individual entries right. Since this commit rawCloseEntry needs to be called always; also when we use write&closeEntry because we don't call writeEXT in closeEntry anymore. Need to rename and add comments later. Change-Id: I03bd48ca6e108e6253a77a137746165909ca3c3d
-
Matúš Kukan yazdı
Since commit 0c5bb3f4. Change-Id: I5511f9dc829aca42790f05cb8fb3ebd83b2acad4
-
Laurent Godard yazdı
one can find callgrind output file more easilly Change-Id: Ic5019d5259a63ab23ed44d39baaeb7432690382e Reviewed-on: https://gerrit.libreoffice.org/12450Reviewed-by:
Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by:
Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Ia0c8a1dff329bedc4084c104659f7777e15183ae
-
Adolfo Jayme Barrientos yazdı
Change-Id: Ia42e2bc5120be294bc791dd2e2f06dd1fc2a2c8a Reviewed-on: https://gerrit.libreoffice.org/12500Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help 23808726b1af61e0f7f8ada72899c23c0d442ad7 fdo#80490 rename AutoSpellcheck and reflect its removal from toolbar Change-Id: If77bb61af25998e193e3e8f1ea2382fe2be4423a Reviewed-on: https://gerrit.libreoffice.org/12498Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help d080ad69dcff1dc67ed10930b029df08229fdb2a fdo#79149 insert image dialog: rename Style to Frame Style Change-Id: Ibb16ba76d2d7e98f5dc19dbcc82e80d8c08b334b Reviewed-on: https://gerrit.libreoffice.org/12497Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help d08fb7ff77e5a054dc6005652159299891fc15ff fdo#85046 rename items related to recording changes Change-Id: Ia1068ed4590585cc9cc4a8ece29a761f61c290e9 Reviewed-on: https://gerrit.libreoffice.org/12496Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help 5a6a67a35d9ff72d6723cc2e13d43bb6c25e81c7 apply styles dropdown: rename More label and add info about pop-up menu Change-Id: Icbecb2063225676b6bf47a492a873ed5f6479670 Reviewed-on: https://gerrit.libreoffice.org/12501Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help 47428b6382955d4f9962fca14e65d19bb5b99983 fdo#85817 rename Document as E-mail to E-mail Document Change-Id: I4897c43ae12fcb317f04c1d982e213f061786e58 Reviewed-on: https://gerrit.libreoffice.org/12490Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
Change-Id: I1e3bcb013d27c6f9a1484c9f1e23b63f42615b9b Reviewed-on: https://gerrit.libreoffice.org/12460Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: If1bfbc6686dd164eba9a705fbdb72fa0a08cdefe Reviewed-on: https://gerrit.libreoffice.org/12415Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Vort yazdı
Change-Id: I47c591f3d8b61d60f1258db3515c6805bf42304c Reviewed-on: https://gerrit.libreoffice.org/12472Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
Change-Id: I89c758366c2140f0033c1006f6a03bbc17ea8096 Reviewed-on: https://gerrit.libreoffice.org/12459Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-