- 06 May, 2014 40 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e
-
Kohei Yoshida yazdı
Change-Id: I70d71bb21ff43aeb49339ff1f1d9e73c923e0201
-
Kohei Yoshida yazdı
Change-Id: I269497cac645e486ac08bb2b011df1b5b23dc021
-
Kohei Yoshida yazdı
Change-Id: Ib427cea392c953e6bce121bfe82e9215eb1bb99a
-
Julien Nabet yazdı
Change-Id: I8e52c2fd66f8f3291434ee82a745431e11b12caf
-
Stephan Bergmann yazdı
Change-Id: I94fb4e0c76cc0cac2b6cf3a356e8fd9ffb76a1af
-
Julien Nabet yazdı
Change-Id: Ibabd6d2d5e84fe007364bd1a4182a01ea2352b7a
-
Michael Stahl yazdı
Requires tweaking the SwLayIdle code a bit, where an action is kept alive a bit after it's done, which would trigger the assertion. Change-Id: Ic5c8f90bc101b9d73cfde9691b2bbf405a001393
-
Michael Stahl yazdı
Change-Id: I0352d543b7ce1ae6cd23d929ad5c9cbaeb1563bf
-
Michael Stahl yazdı
The ooxml_export test crashes on Mac, because SwModelTestBase::calcLayout() calls ViewShell::CalcLayout() and that does not do StartAction(), and inside the layout indirectly a StartAction()/EndAction() is then called, which of course trashes the still-under-construction layout. Strangely no crash on Linux, the layout is completely finished before the SwModelTestBase::calcLayout() is called, maybe because of the headless vclplug. Change-Id: I767b1e41597ce752eb8c61dc106390f2abb90257
-
Michael Stahl yazdı
Change-Id: I9e59ec2d45508d8f4dee8415411182576dacc45f
-
Laurent Balland-Poirier yazdı
Retrieve the number of valid points and limit Degree and Period values Change-Id: I4e956149e3376eebf39f9e4812bb69a6a06e1758 Reviewed-on: https://gerrit.libreoffice.org/9116Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Miklos Vajna yazdı
It's annoying that after touching a cxx file from Library_sw, it's not enough to wait till it relinks, it also relinks CppunitTest_sw_uwriter as well. So turn that one into a slowcheck, this way 'make sw' doesn't relink it. Change-Id: I0a8d956f57e92a9c6f1f91b727f492ca4c92c599
-
Miklos Vajna yazdı
Change-Id: I25f3d1f53451cd16f6fd05b1084af79fea56b803
-
Miklos Vajna yazdı
Change-Id: Ia8b23df9a78385f9129d5cea1195a8ba210113d2
-
Thomas Arnhold yazdı
Change-Id: I0c581bb48f101a84d0f0c4ceb7b064cff0d509d6
-
Thomas Arnhold yazdı
Change-Id: I749fe74abd7608afcb2b7b2351cee6513fc76c8f
-
Julien Nabet yazdı
Change-Id: I9c889d718a9c91eb4c2bde2389a21dd754cbef36
-
Kohei Yoshida yazdı
Change-Id: I7c78f54c9386eced16113e69e625d23ed4acedd7
-
Kohei Yoshida yazdı
Change-Id: Ic95ff3892efbfc003ae9976b4fba4129de11bbef
-
Jan Holesovsky yazdı
Change-Id: I3fa644924ca176dfd853b527e0c42dadaf9fa091
-
Eike Rathke yazdı
Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004
-
Tor Lillqvist yazdı
Change-Id: I3981629cf59c752388c647c939c998528d8ca610
-
Zolnai Tamás yazdı
Change-Id: I9e0e7816e6d85cb3484105de4ce49db47db72451
-
Thomas Arnhold yazdı
Change-Id: I3c27cd3cd44fae8924399a3eaccc6af2aced650e
-
Thomas Arnhold yazdı
the pch file already exists, just needed to get compiled. Change-Id: Ia9ff71b033a1508ed69696b8fd38ee8136393f42
-
Kohei Yoshida yazdı
Change-Id: Ib9d6a73d485878bfe6c2a1875936025eb4d0a30a
-
Kohei Yoshida yazdı
Change-Id: I0dae7533121d5501b35c289bd48ef8d139e37d3e
-
Tor Lillqvist yazdı
Change-Id: I55a5ef14ec75095cfe6a490eedd460f21c1c9625
-
Stephan Bergmann yazdı
Change-Id: Ia5ca45e35766a7cebf0b53bcac1bd9dff29ad6ea
-
Stephan Bergmann yazdı
Change-Id: I91f403a39a7fea23f30fb64c4f9e4c3937f0401d
-
Thomas Arnhold yazdı
how to find possible candidates: find . -name *.cxx | grep -v compilerplugins > cxx.list for i in `cat cxx.list`; do basename $i .cxx; done > cxx.base.list for i in `cat cxx.base.list | sort -u`; do echo $(git grep -w $i -- '*.mk' | wc -l) $i; done > cxx.count Change-Id: I15c6cc7195e58d79967388850a0c90b915b001b7
-
Thomas Arnhold yazdı
Change-Id: I34d52580319c692920921dadd1c4d0a80f457e68
-
Thomas Arnhold yazdı
Change-Id: If364717007e1820a314ae6f66ae33d9f6a91e84f
-
Thomas Arnhold yazdı
As those classes don't exist. Change-Id: I1e9015e1654e6d261709ab0b1dcf9784a0849e92
-
Thomas Arnhold yazdı
Change-Id: Ibf923575f48b2e253dee5a83c317e17d3fb68b0c
-
Thomas Arnhold yazdı
Change-Id: Ic3c7e508ba80935e938f9fc73ddcc50367ac0c4e
-
Stephan Bergmann yazdı
Change-Id: I18608380bf89822ce402e79038f2016af17b2ead
-
Tor Lillqvist yazdı
Fix error: 'gltf_get_model_center_pos' has C-linkage specified, but returns user-defined type 'glm::vec3' (aka 'tvec3<mediump_float>') which is incompatible with C. I don't really understand the reason for the extern "C" use in libgltf.h. After all, the header clearly is intended to be included from C++ code (after all, the use of 'extern "C"' is unconditional and it is not valid in C), and the implementation of the functions is in C++. Also, we build libgltf as a static library, so it can't be the case that we would need to look up its symbols dynamically (when unmangled names would be better). But maybe I am missing something. Change-Id: I19f025610301f8c535178a83f4ab2e58455bad57
-
Tor Lillqvist yazdı
Change-Id: If94971484109fb63d2e20af77d023e6552a02ba8
-