- 21 Eki, 2011 34 kayıt (commit)
-
-
Kohei Yoshida yazdı
This change should allow handling double-quation inside quoted cells correctly.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
Always enabled, as this runs for me with an overhead in the range of measurement error (in tail_build): current implementation: time make -nsrj8 17.269s 16.470s 17.537s 16.754s 16.595s disabled: time make -nsrj8 gb_CHECKOBJECTOWNER= 13.212s 13.345s 13.470s 13.852s 13.712s new implementation: time make -nsrj8 gb_CHECKOBJECTOWNER= 13.477s 13.911s 13.624s 13.606s 13.535s
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
There already is a dependency from the library to the package, so this dependency should not be necessary. Furthermore, the command is executed spuriously always, because the .done file is always newer than the generated files.
-
Michael Stahl yazdı
This reverts commit 6c8a7e0e. Doing this explicitly is unnecessary because make does it automatically. Also, make will pass --jobserver-fds, which happens to match in findstring as well.
-
Jan Holesovsky yazdı
-
Felix Zhang yazdı
-
Jan Holesovsky yazdı
-
August Sodora yazdı
-
Michael Meeks yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
We get more similar linking errors elsewhere anyway. We would need a more generic fix. As for now, just apparently not possible to build with the LLVM g++ from Xcode 4. Use g++-4.2 / gcc-4.2 if you want ot use Xcode 4. But note that for Xcode 4.2, you might need to do: ln -s i686-apple-darwin10 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin11 This reverts commit f3e10529.
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
-
Caolán McNamara yazdı
-
Andrew West yazdı
-
Pádraig Brady yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Noel Power yazdı
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now
-
Thorsten Behrens yazdı
Seems the graphic load code is stupid and not using the path name / file extension to guess file type, but only "magic byte" detection. Giving filter framework the path now, so that .svg actually loads.
-
Thorsten Behrens yazdı
Merge of dev300 broke this - we *do* want import to call this implImport() actually. Also, the service names were bogus previously.
-
Thorsten Behrens yazdı
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Michael Meeks yazdı
-
August Sodora yazdı
-
Stephan Bergmann yazdı
It can happen that the ure-link symlink shall be created while its parent directory has not yet been created. The logic in the Perl code is so confusing and beyond fixing, that an easy hack out was to flag the respective directory as always-CREATE, which kind of works around the problem.
-
Takeshi Abe yazdı
-
- 20 Eki, 2011 6 kayıt (commit)
-
-
Rob Snelders yazdı
-
Stephan Bergmann yazdı
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
...e.g., with "import uno" in a stand-alone pyhton process (where it is hopefully harmless that UNO does not get access to any -env command line args).
-