- 06 May, 2014 40 kayıt (commit)
-
-
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
-
Tor Lillqvist yazdı
Change-Id: I3ac2f0bf676491231bcd60eb91e8a36bc6c00620 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Eike Rathke yazdı
This effectively behaves now like a singleton. Change-Id: Ib7a455a423f247267358d819e13d285428fe3aa8
-
Stephan Bergmann yazdı
...as most parts of VCL. Ran across at least one case where a remote call to framework::CloseDispatcher::release -> ~CloseDispatcher -> ~EventPoster -> Application::RemoveUserEvent caused a crash. As always with SolarMutex, keep fingers crossed that this is about the right level to acquire it. Change-Id: I8f4be7329adbf72355774fa5d3c472270da3ddd2
-
Jacobo Aragunde Pérez yazdı
Camera options in shape 3D effects can have rotation settings like in the following example: <a:camera prst="perspectiveRelaxedModerately" zoom="150000"> <a:rot lat="19490639" lon="0" rev="12900001"/> </a:camera> This patch preserves the a:rot tag and its attributes using the shape grab bag. We created the class Scene3DRotationPropertiesContext to be piled on top of a Scene3DPropertiesContext and process the contents of the child item. It also adds a unit test for this case. Change-Id: Id6bf58ad05fe5b49061619b6750ed0658badc9af
-
Jacobo Aragunde Pérez yazdı
Shapes can contain 3D effects like in the following example: <a:scene3d> <a:camera prst="isometricLeftDown" zoom="150000"/> <a:lightRig rig="threePt" dir="t"/> </a:scene3d> This patch preserves the a:camera tag and its attributes using the shape grab bag. It also adds a unit test for this case. Change-Id: Ic6a78031d2e1fb84a2bacd97b5cc9c55d9dbaa95
-
Jacobo Aragunde Pérez yazdı
Code for these two classes was already present but it was commented out or left outside of the build system because it didn't even compile. I've brought it back and made it compile, but it has no use yet. The goal is using it to preserve 3D transformations. At scene3dcontext.cxx I removed the text chunks found in the middle of the source and corrected some mistakes; I also modified the conversion of "fov" attribute. At shape3dproperties.hxx I removed all the struct members because they seemed to have been copied&pasted from another file, and added only those members that made sense. Removed useless function definitions. Change-Id: I2c00ea638e1a4fb1a3820bc4c322488296d3e6d7
-
Jacobo Aragunde Pérez yazdı
The cell property w:shd was not being properly preserved when the shade value was different from "clear". The shading affects the cell color and the exporter was not taking that into account when comparing the cell color with the original color to know if the user had changed it. Besides, we were not preserving the attributes themeColor, themeTint and themeShade. I have modified the existing unit test testTableThemePreservation to add a check for those new attributes. Change-Id: I06d2e668486803cba039eacb717a69413bd5a1df
-
Eike Rathke yazdı
Change-Id: I66a9d45089039c332b3fe7e279a27b81f8bb4aea
-
Eike Rathke yazdı
Change-Id: I82eec52b3ee30dfbdb87469cb8f0b14c4fc777cf
-
Eike Rathke yazdı
Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c
-
Stephan Bergmann yazdı
Change-Id: I64cfb93b5fcf27a7faff71ca2b4ab8795f46a3b2
-
Eike Rathke yazdı
Change-Id: I64fba0071523af67eef72a4b92970cd7052b5c2e
-