- 06 May, 2014 40 kayıt (commit)
-
-
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
-
Zolnai Tamás yazdı
Change-Id: Ib7bc9562602d1d8da4082987302834ac2486d78a
-
Caolán McNamara yazdı
Change-Id: Ia6a54d86d4f283c7220a88b6bc68f0fb47ed3014
-
Miklos Vajna yazdı
Writer's SwXShape doesn't have that property yet, though. Change-Id: I997eb188574fab93d35595972fdc2eaebabc015b
-
Stanislav Horacek yazdı
Project: help 3df0ca4718f3f966e1a3df4884f7deb56789b7b1 add comments in margins option to PDF export Change-Id: I0aa253632f32da00631f331c016345cd1fe2d9e5 Reviewed-on: https://gerrit.libreoffice.org/9243Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help a8572d0a8c380e9a04001e3ec638c13519d79d83 fdo#70998 change terms graphics/picture to image not completely since changes in UI are not complete Change-Id: I404af180fc4317204995217736f4e2bfd2cc7723 Reviewed-on: https://gerrit.libreoffice.org/9244Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Vort yazdı
Change-Id: Ifd9fbce44c7d18114d5be466bfb9d92192573205 Reviewed-on: https://gerrit.libreoffice.org/9246Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
and add an indicator that the comment won't fit in the space available Change-Id: I8dce7dfa678a606e8c4532addc4ba70c2a43644e
-
Jacobo Aragunde Pérez yazdı
Change-Id: Ia940f4adc13df3a8a6df80ca4ed4f395a5f9c089
-