- 29 Kas, 2015 29 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: I72430f032d032f825034ec00d662ceaaa6a4dc62
-
Bjoern Michaelsen yazdı
Change-Id: I76c64f15cd94ea281e44ddd488bc7eb7abc1575d
-
Bjoern Michaelsen yazdı
Change-Id: I00a75c846ca86dc05f42211c700561c066f85586
-
Bjoern Michaelsen yazdı
Change-Id: I334c4db5113902668d6967719c65ba403e9dde65
-
Bjoern Michaelsen yazdı
Change-Id: I2bc38e870377bd4355b373e1fee0a3fd95866793
-
Bjoern Michaelsen yazdı
Change-Id: I8cbc62d9d404f4dd4039d43411c53d3cf4a8275f
-
Bjoern Michaelsen yazdı
Change-Id: Ic96a95a3263c1b10c33e79f5fee19e7bf06498c9
-
Bjoern Michaelsen yazdı
Change-Id: If065b30b93c603032f47a3e470f4faadf92a4d09
-
Bjoern Michaelsen yazdı
Change-Id: Ic21516d1d3892cd73aaa29ae477985ca2d35638d
-
Bjoern Michaelsen yazdı
Change-Id: Iccc1b3f2499025b8dad920f4b0f4b674b5d394ce
-
Bjoern Michaelsen yazdı
Change-Id: Idfc5ea5acf7f09046c92aa37ff01df29147cd738
-
Bjoern Michaelsen yazdı
Change-Id: If35b67439eee347d15a55e965756466db1cb466c
-
Bjoern Michaelsen yazdı
Change-Id: I332802d313e88093ee3146b8600acb262a578212
-
Bjoern Michaelsen yazdı
Change-Id: Ifb4597daab338750de1fd6b3db9c21b28c5ce9e6
-
Bjoern Michaelsen yazdı
Change-Id: I7c39a5a93c92fe6730a544ac2db8d17ef38c5545
-
Bjoern Michaelsen yazdı
Change-Id: I2681ddb9b9cba0529ea88c5b81c1f060d1df8eb4
-
Bjoern Michaelsen yazdı
Change-Id: I6dc8d111ec4ff7cfc12fb8cdd96196043a6e6457
-
Bjoern Michaelsen yazdı
Change-Id: Ie0ede65560b7d8f5e8b5f0085bc54485de4b37ef
-
Bjoern Michaelsen yazdı
Change-Id: Ia7abeed325d8bc845e35bb9e7667cec6b83ac11f
-
Bjoern Michaelsen yazdı
Change-Id: Icba8dfb466afb085b52ac55d5eb95b3f94d7c116
-
Bjoern Michaelsen yazdı
Change-Id: I8b1492d1c5162cc174c6fedcf7b7253f7ffc5d93
-
Bjoern Michaelsen yazdı
Change-Id: Ifa2276e8ded10832af8ddb7c3e54b2ec630d92bc
-
Bjoern Michaelsen yazdı
Change-Id: I85fe89e9ef9a6afe79e7e31a3d3d9be85936394d
-
Bjoern Michaelsen yazdı
Change-Id: Ib1e2a6295c7cbf64156906c424249bcde0009bed
-
Bjoern Michaelsen yazdı
Change-Id: I35b66d310d411683c70687b762eadfeecb016275
-
Bjoern Michaelsen yazdı
Change-Id: I291d5500b2bda1a9986a72cba8513a2897233689
-
Bjoern Michaelsen yazdı
Change-Id: I7bfbaa3898f34e1ed931f5865b493aae66e28c0f
-
Bjoern Michaelsen yazdı
Change-Id: I6a9469e9fde9a22c7a1c83c7e98e047a2db583bf
-
Maxim Monastirsky yazdı
Change-Id: I710b7955f7cf8d6ec9bf5f9473f467e5b206d798
-
- 28 Kas, 2015 11 kayıt (commit)
-
-
Marco Cecchetti yazdı
Change-Id: Ie0243bda8ec253d68f3bc5e469623d1f4edddcf5 Reviewed-on: https://gerrit.libreoffice.org/19297Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
That was due to 2 problems: - The namespace for an animation attribute was wrong - For debug build the bullet placeholder is not the first child Change-Id: If10c362f6fcffd4a05164cc5ca3ff6cacf5c28c1 Reviewed-on: https://gerrit.libreoffice.org/20238Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
Slide transition didn't work anymore since the attribute parsing did not take into account the smil namespace prefix. Change-Id: I779f6408b1eac964f934019d219dc4111debe592 Reviewed-on: https://gerrit.libreoffice.org/20237Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
Animation sequence was wrong due to the priority queue and related compare functions implementation. Change-Id: I359abd087e922ffa0aa4f7770fcc0c9bdb029843 Reviewed-on: https://gerrit.libreoffice.org/20236Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
For debug build an assertion failed because of presentation, smil and anim namespaces were not registered before exporting. The JavaScript engine has been modified in order to handle qualified animation elements and attributes. Change-Id: I2415fd59c2d1afddb1c68b708feb62e446ea5252 Reviewed-on: https://gerrit.libreoffice.org/20235Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
- issue: text fields were not displayed; this happened for debug build only: the problem was due to 2 facts: 1) the last fix for text decoration which changes the order in which tspan and desc elements are exported; 2) a workaround implemented for fixing the fact that date/time fields were not exported correctly when positioned chars are used (see commit c0a08eab). - issue: text fields were no more aligned correctly: this was due to the fact that the rect element representing the bounding box of the exported shape is not exported any more: I suspect that the rectangle was present in the generated GDIMetaFile representation of the exported shape. Change-Id: I3cd7b0d3a7f2bde8bfd8b933297cbdd7b90e6567 Reviewed-on: https://gerrit.libreoffice.org/20234Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Marco Cecchetti yazdı
1) Fixed the trailing space issue in text decoration attribute value. 2) Changed the SVG export suite in order to make it more reusable for other tests. 3) Added a unit test for testing that text decorations are exported correctly. Change-Id: I2bd71974242a0007726fbdd5ef5637a9ec62fd47 Reviewed-on: https://gerrit.libreoffice.org/19870Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Yousuf Philips yazdı
Change-Id: I812db6b6d2217435bec1b7daf13823747d820585 Reviewed-on: https://gerrit.libreoffice.org/20183Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Yousuf Philips yazdı
Change-Id: Ia38f80f1e1cfda64aa4219346949135c6904ee77 Reviewed-on: https://gerrit.libreoffice.org/19930Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Maxim Monastirsky yazdı
Change-Id: Iea82cba12082492ef413e3a2dc0beb20100ec1b5
-
Maxim Monastirsky yazdı
Change-Id: I75911a251b0a38874068b95f496496eccc4d05fb Reviewed-on: https://gerrit.libreoffice.org/20224Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-