- 11 Eki, 2012 29 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ib918bd537b30fe5dc48396fc7e952147003e3b19
-
Markus Mohrhard yazdı
Change-Id: I60db486195e7216968dc8c7c7c0c79fb7e8c1b88
-
Tor Lillqvist yazdı
Change-Id: Ic702abecf1bd21893bd5d4dee532d2e342985e6e
-
Tor Lillqvist yazdı
Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
-
Tor Lillqvist yazdı
No need to load any native libraries here any more. For now, using the same native-code.cxx as over in ../DocumentLoader works. In other words, we end up with the same code in liblo-native-code.so. This will obviously change if/when the UNO APIs that are called start to differ. Change-Id: Ia47ce833c5a290a93986005f92e981c89f63bf71
-
Tor Lillqvist yazdı
It doesn't seem to be any slower. (Note that we are *not* using -Wl,--whole-archive around these libs so it won't link in them in total, but only what's needed.) Change-Id: I2cc090562fc910d3375c6293f1f4358c68a6f9f3
-
Tor Lillqvist yazdı
Factor out the common part from the ANDROID_*_GCC.mk files into an anrdoid.mk. Make the DISABLE_DYNLOADING-specific bits conditional. Change-Id: If41065fbc096dfae01819ac8fabf4b21e95545ca
-
Tor Lillqvist yazdı
Now the DocumentLoader test app seems to work like it does with all the separate DSOs, knock on wood. The only "attempting to load unknown library" message I see in logcat is for libspelllo.a, and I deliberately don't have a mapping for that. A viewer application presumably has no use for spell checking. (I do link in the hyphenation stuff, that affects rendering, and we want the rendering to match LO on the desktop.) Change-Id: I1ad9eedf352eb0af1187bdfdc71f8f1754912600
-
Tor Lillqvist yazdı
Change-Id: I7921ac41a31f545a74ec2981dda9c30f40d4b4d9
-
Tor Lillqvist yazdı
Change-Id: I055b3d1a3105475883283c32a46141c38ed350fa
-
Tor Lillqvist yazdı
The code generated by cppumaker in the comprehensive case is in fact broken, says sberg, and this is a way around it until it is fixed. Change-Id: I0a3950d28e39a83f293f04fad9e0be80e131e3e9
-
Tor Lillqvist yazdı
Change-Id: I2b5e4abdceea25180c9caafabc49c22077016a05
-
Tor Lillqvist yazdı
Change-Id: I4f717cfdf8e13044931e6820cc9fe6f74fc8aa7f
-
Tor Lillqvist yazdı
Change-Id: Ib901de4a10cb18ce8e1f5d0293c61ab0eed2a4e8
-
Tor Lillqvist yazdı
Change-Id: I83214fffadf68c6d92e129fd8f89f671fd9bc1c2
-
Tor Lillqvist yazdı
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
-
Tor Lillqvist yazdı
Change-Id: I2ea26d46f22620d567a23412d7780a95e2715af2
-
Tor Lillqvist yazdı
Change-Id: I5e016a061ea4206966757cda2d6681617b45b550
-
Tor Lillqvist yazdı
Change-Id: I2dba9bceee4c68b551ed8ed9239e93ea9ae93117
-
Tor Lillqvist yazdı
IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
-
Tor Lillqvist yazdı
Not needed after all, at least for DISABLE_DYNLOADING on Android, instead let's use the weak attribute for the problematic data. This reverts commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad.
-
Tor Lillqvist yazdı
Change-Id: I1995d68a654a7eb56a46241ffa8946ce1e52761a
-
Tor Lillqvist yazdı
Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9
-
Markus Mohrhard yazdı
Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950
-
Markus Mohrhard yazdı
Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9
-
Markus Mohrhard yazdı
Change-Id: I360d8244f6b8feee862e9e750859271b741dcf93
-
Markus Mohrhard yazdı
Change-Id: I08880d97d880227cb47d929701e666a49aad5c57
-
Markus Mohrhard yazdı
Change-Id: I67fe25cb62d701d7267932923e94f10e44853ac4
-
Markus Mohrhard yazdı
Change-Id: I966b67b9f62a8c1c3b9dc3394befe48358cbd34e
-
- 10 Eki, 2012 11 kayıt (commit)
-
-
Thorsten Behrens yazdı
All smil animations are inside the http://www.w3.org/2000/svg NS for svg - ODF places e.g. animateMotion into smil, their path attr though into svg. Flattened namespace now into only default (svg) and the ooo prefix. Killed all superfluous NS decls, creating SvXMLExport with EXPORT_META only adds XML_NP_XLINK, XML_NP_DC, XML_NP_META, and XML_NP_GRDDL to the known-namespaces map. Change-Id: Ib54900aaee0eda3a5c5dc618d836df8bd8eb25fc
-
Xisco Fauli yazdı
Change-Id: Ie408274ffea5539568fb98c44fa993d3de14a2d6
-
Matúš Kukan yazdı
Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
-
Matúš Kukan yazdı
Change-Id: I48ae990a870dc6e5c56e901485cb142b51426637
-
Matúš Kukan yazdı
Change-Id: I3e5e2e2c826a732028c1ffc32b9620d22c3409d1
-
Matúš Kukan yazdı
Change-Id: I587d83221c702571cdfe4310b27adff1cc3421c1
-
Matúš Kukan yazdı
Change-Id: I5f4f1a5b78333aa294c334870412599f76573aef
-
Kohei Yoshida yazdı
Change-Id: Ia18640961e43de28ee08b43358483029db966987
-
Noel Power yazdı
This reverts commit bea018a7.
-
David Tardon yazdı
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
-
David Tardon yazdı
Change-Id: I7c5a6ce78883cada11082d7fbe3e78cef3d6a5ae
-