summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-29Version 4.1.0.0.alpha1, tag libreoffice-4.1.0.0.alpha1-buildfix2libreoffice-4.1.0.0.alpha1-buildfix2Petr Mladek
Change-Id: I067beb21854867b79cd24da49c6ac884c382a8af
2013-05-29Abstract over PACKAGEDIRNAME as it is MacOS rather than program on Mac OS XStephan Bergmann
Otherwise, the FILELIST scp2 items would create a program directory even on Mac OS X, before gid_Brand_Unixlink_Program creates the program -> MacOS symlink. (gb_Pyuno_PROGRAMDIRNAME shoudl be renamed to something more general than Pyuno, and maybe more */Package_*.mk would benefit from using it.) Change-Id: Ib6fc8d1abaf3b1a47a0f026a62bf0abdb14fc521
2013-05-29fix the internal structure of MacOS X dmgDavid Tardon
Because of commit e70ea92b3632c376975dd85dbcb26e7ca6b95498 "scp: remove unused macros", which removed the top-level Applications symlink, the dmg contained an extra dir, e.g., LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86/LibreOfficeDev.app instead of just LibreOfficeDev.app . This symlink used by the installer to determine the dir to use as top-level for the installation (solenv/bin/modules/installer/simplepackage.pm:274). Also revert "Eek, it is hard to get the right path to the .app that is being built", which was only needed because of the other problem. This reverts commit 1c25b01fce27c85affee920441b9b09a7bfe0501. Change-Id: Ib5792c7710decd021a62cd33fd841ebe26613fbc
2013-05-29codesign --timestamp=none is not supported on 10.6Norbert Thiebaud
Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c Reviewed-on: https://gerrit.libreoffice.org/3806 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-29use MD5SUM env variable adn not md5sum directlyNorbert Thiebaud
Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad Reviewed-on: https://gerrit.libreoffice.org/3805 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-29LibreOfficeLinux.conf: use system zlibMichael Stahl
It appears that there are some externals that link against the system zlib anyway, and the assumption is that system zlib will work everywhere. Change-Id: Id348ed88d00ec1495aa54871c994062b9e1b3e85
2013-05-29configure: substantially de-bong libpng handlingMichael Stahl
- remove --unix-qstart-libpng: the internal libpng is static lib so this option is pointless - clean up duplicative libpng checks - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS, which is the one case where it could still be disabled Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811
2013-05-29configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headlessRiccardo Magliocchetti
Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
2013-05-29no FT_Face_GetCharVariantIndex on RHEL-5, dlsym itCaolán McNamara
Change-Id: Ie94e6d0acdfbb11801bc974b9ed37133df964245
2013-05-06Version 4.1.0.0.alpha1, tag libreoffice-4.1.0.0.alpha1-buildfix1libreoffice-4.1.0.0.alpha1-buildfix1Petr Mladek
Change-Id: I5a4ada15ae144b2e2ab776ba10db25c37fdb5b53
2013-05-06make sure the output dir existsDavid Tardon
Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06gbuild: only add files to existing help packsDavid Tardon
Change-Id: Idea360fdd78f21f5f42500da938340bb1870f29f
2013-05-06Version 4.1.0.0.alpha1, tag libreoffice-4.1.0.0.alpha1libreoffice-4.1.0.0.alpha1Petr Mladek
Change-Id: Ic88b242bf530641e36cff02d685b63642da1f852
2013-05-06bump product version to 4.1.0.0.alpha1Petr Mladek
Change-Id: Ia9940325142d01b2b3789197f04438160c3947e9
2013-05-06make Excel happyMarkus Mohrhard
Why the f*cking hell do we need file format specs if they are ignored and we just write into an implementers note what we want to see in the spec. And at least if there is an implementers note file make sure to mention all the cases and save me the reverse engineering time. Change-Id: I08c2c9963fc6f2780e49a89f988a758665e007fa
2013-05-06[harfbuzz] Support Unicode variation selectorsKhaled Hosny
Change-Id: I8c56f45505327857613c39b28da3ae7cc3ad201c
2013-05-06Revert "#i103131# in doubt treat unicode variation selectors as ↵Khaled Hosny
invisible(cherry picked from commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9)" This reverts commit 6840ba613cc46ee65d58612ecabe748d539de9f5. We don't want this since we can now support variation selectors with HarfBuzz.
2013-05-06data label export does not work with bar chartsMarkus Mohrhard
Excel just removes the chart during import. Additionally we should work on only exporting the data label information for points that really contain data labels. Change-Id: I80aef8effe27c729feb69c25c319ca129dc961a5
2013-05-06remove unnecessary explicit namespacesMarkus Mohrhard
Change-Id: Idb6bf5704a3b569ae4ae19d35526f19528ab63a6
2013-05-06map full transparent solid fill to no fill, fdo#64224Markus Mohrhard
Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e
2013-05-06let us be explicit about default valuesMarkus Mohrhard
Different MSO versions behave differently in respect to the default values. 2007 is not compliant to OOXML and is what our export filter expects, 2010+ are compliant to OOXML and therefore our charts look awful. Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0
2013-05-05follow up to commit 2e109641648bed508318d3b65a385f5b9e78edf7Philipp Riemer
Norbert cherry-picked the original patch [1] without changes. However some sentences in it where translated misleadingly. So here I am merging my remarks/corrections to it, plus some minor changes regarding whitespaces in front of punctuations. [1] see https://gerrit.libreoffice.org/3788 Change-Id: If5fa033c48b2bd16fc0b83195ba4d46f5051414b
2013-05-05Partially translate german comments in sw/source/filter/ww8/Joren De Cuyper
Please, only apply this patch if you are a native speaking German. I'm not a native speaker, so a double check is really necessary and appreciated. Thanks in advance! Change-Id: I9493d128e124d319391aa851ae364aefeb27c512 Reviewed-on: https://gerrit.libreoffice.org/3788 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05coverity#1000604: Dereference after null checkJulien Nabet
Change-Id: Id9c3b7eb29c58c55c100db6da644b232ada550ee Reviewed-on: https://gerrit.libreoffice.org/3791 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05moz: build fixAndras Timar
Change-Id: I85e573add83d46550822e55e691b61fc2729475a
2013-05-05[harfbuzz] Fix vertical text layoutKhaled Hosny
"Fixed" in the sense that it works exactly like the non-HarfBuzz case, but that is already a bit broken. Need to get rid if the little OpenType layout engine in ServerFont::ApplyGSUB() and use HarfBuzz's vertical text layout capabilities. Change-Id: I32abe385575bd5d1b66e573dfe2fc7f412d02254
2013-05-05moz: build fixAndras Timar
Change-Id: I1a8685ec5fff2e78aa9eb97ba9b331a1a2a99e74
2013-05-05fdo#39468 Translate German Comments - rest of vcl/source/edit/...Christian M. Heller
Change-Id: I6cb657853cf3e8d4e35c0dc09be6a4a15ba3a336
2013-05-05remove commented-out code in sw/source/core/viewPhilipp Riemer
Change-Id: Ib94be6370549c6a71879a5af1eb60808fba762e8
2013-05-05fdo#62475 - remove visual noise in sw/source/core/viewPhilipp Riemer
- ASCII art - method comments without further info - multiple blank lines Change-Id: Iec6fac8ce28a82b2ce15a72ed7ffa5fc38d4e218
2013-05-05work on comments in sw/source/core/viewPhilipp Riemer
Change-Id: I3934487475df1da7fe6cf68656c4c38881d1a394
2013-05-05fix indentationPhilipp Riemer
Change-Id: If17defd0a64c0b6b4e2c1faf60601199a978e2e9
2013-05-05fdo#39468: Translate German comments in sw/source/core/viewPhilipp Riemer
Change-Id: Icc9249ec66ea10ae0ceea6b5e611cf774474c7c2
2013-05-05work on comments and remove commented-out code in sw/source/core/graphicPhilipp Riemer
Change-Id: I2b1b29d469277998dafed41fb7c0bb33e8064a16
2013-05-05fdo#39468: Translate German comments in sw/source/core/graphicPhilipp Riemer
Change-Id: Ic78269f73b31125d7326b9aa1bfca76d7e881177
2013-05-05fdo#62475 - remove ASCII art in sw/source/core/graphicPhilipp Riemer
Change-Id: Ie37dbb1c0c5d01c958d168d15ec5285c36bbf28d
2013-05-05fix indentation of a commentPhilipp Riemer
Change-Id: I4528725cdfe2bdd0ae071d5719d4e8e082d88e5b
2013-05-05fdo#62475 - remove pointless comments and ASCII art in sw/source/core/drawPhilipp Riemer
Change-Id: I223cdd6d3bfddf0216453406efc32beee2489ae4
2013-05-05doxygen-ize comments in sw/source/core/drawPhilipp Riemer
Change-Id: I04ef6f0992e6d00dd6519eb6e9bcddecbb97e8de
2013-05-05another validation error in chart OOXML exportMarkus Mohrhard
Change-Id: I2edd5cb877fdf66926483c866382480f7ae3d36f
2013-05-05respect element order in OOXML chart export, fdo#59857Markus Mohrhard
The chart part of the document passes validation now. Change-Id: I52c946c0ad399038e5f9ffff08a117f2693c55b5
2013-05-05respect element order in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: Iecb47635cb8c854ec6c12a12f895972fcf099009
2013-05-05respect element order in OOXML export, related fdo#59857Markus Mohrhard
Change-Id: I00bb173010419a47ee30c9d6ae1173bb1ea0e370
2013-05-05overlap is only valid for the 2D bar chart, related fdo#59857Markus Mohrhard
Change-Id: Ie17ef54a2b2f2058cef97dacd9110a3065f76f68
2013-05-05respect element order in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: Icd40ad5a1a428d6ae0d012b1896a9dd713a4e79b
2013-05-05respect order of elements in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: I541e04d2f4a3b272894ceb67b4bd970e235b96a2
2013-05-05Updated coreDavid Tardon
Project: help dd11e905ed069b1a0e14d5cb3076e5a048d4e842
2013-05-05copy pyuno files to instdirDavid Tardon
Change-Id: I62fa315b942c5b2383ee83c644ecbcbca3d6c40f
2013-05-05copy more rc files to instdirDavid Tardon
Change-Id: Ia4cc2b8e504f46734ea7bfaade60bf27509cce32
2013-05-05drop unused scriptsDavid Tardon
Change-Id: Icf4526214d9cfaaa9fe41b40b662c1e3bd9e6960