summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-08libcmis: convert to gbuildMatúš Kukan
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-09-08libwpd: convert to gbuildMatúš Kukan
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08libwpg: convert to gbuildMatúš Kukan
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
2012-09-08libcdr: convert to gbuildMatúš Kukan
Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
2012-09-08libmspub: convert to gbuildMatúš Kukan
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
2012-09-08libwps: convert to gbuildMatúš Kukan
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-09-08libvisio: convert to gbuildMatúš Kukan
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
2012-09-08use "scoped" global var. to set the suffix of gen. C++ filesDavid Tardon
Change-Id: I992d361d489bee59414a4a259fd73a06dd56a72c
2012-09-08move this into RepositoryExternal.mkMatúš Kukan
Change-Id: I6e59fe4cd5b70b672307097f55497d09fc1161a9
2012-09-08writerperfect: simplify these conditionsMatúš Kukan
Change-Id: Ibed9d8963c102001cbfb259965e156179f05d5c4
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan
Change-Id: I826da00c83589f468c499879d86546d60b2aa515 Reviewed-on: https://gerrit.libreoffice.org/480 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-09-07OUString cleanup in accessibilityRicardo Montania
Change-Id: Ifceaa764231306c1f542bbbb183afc2e852cc418 Reviewed-on: https://gerrit.libreoffice.org/583 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-07OUString cleanup in animationsRicardo Montania
Change-Id: Ib858f9fa709d72539f71a6473a4ecb519d68e98e Reviewed-on: https://gerrit.libreoffice.org/584 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-07Better center status bar items between separatorsRuslan Kabatsayev
Change-Id: I24553dda11b13c323b1a14813530175cdc563f8b Reviewed-on: https://gerrit.libreoffice.org/298 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-09-07desktop: enable --invisible by default when built with --enable-headlessRiccardo Magliocchetti
Change-Id: I560759b91c5d37079a2b0d748cff5acf0a81ae4f
2012-09-07desktop: use soffice.bin instead of oosplash if build with --enable-headlessRiccardo Magliocchetti
Change-Id: I2e4742a6893267ea8d4ec2048dd0686fd309a7db
2012-09-07scp2: Don't deliver oosplash with --enable-headlessRiccardo Magliocchetti
Change-Id: I6e12236d04e7ca19bea396e2aa79cba8280639a1
2012-09-07Prevent epm from stripping unless explicitly requestedStephan Bergmann
Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754
2012-09-07Resolves: fdo#53590 you can trust no one to tell you the truthCaolán McNamara
Change-Id: I6850d2060c1c7490c15c8eff7e0338433e8dab32
2012-09-07Tango_testing iconsAlexander Wilms
Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122
2012-09-07move temporary font cleaning to a place that is run on all platformsLuboš Luňák
Change-Id: Idc647684772b53d36a364afd91d9695210545e19
2012-09-07use new file header, this is actually a new fileLuboš Luňák
Change-Id: If12e05b0d46fbbd815b9af5dc9551e2f07d859be
2012-09-07Revert "Specify boost header directory for internal boost."Kohei Yoshida
This reverts commit f721ae074deef795a32ad28289286b5d2667af0d.
2012-09-07Specify boost header directory for internal boost.Kohei Yoshida
Change-Id: I60e8533552161933f48a4dfbe17e5108f77fa2eb
2012-09-07Fix liborcus warningsStephan Bergmann
Change-Id: I6811e7d451c96d5e52e152e693b1c4739be308dc
2012-09-07Make liborcus work --without-system-boostStephan Bergmann
Change-Id: I4e199c167a67ca73c1967a7cf45bb8cc5b0017e7
2012-09-07-Werror=non-virtual-dtorStephan Bergmann
Change-Id: Iac56ada41977e58e6e36d6efc31125f1d1ae1dec
2012-09-07Requires explicit ctorStephan Bergmann
Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f
2012-09-07Ensure to build liborcus after solenv.Kohei Yoshida
Change-Id: Ie78b7857ac60d1337814ffb1507aadf48e05478c
2012-09-07Fix docx 'absolute' frame position importPierre-Eric Pelloux-Prayer
Frames with absolute position style must be vertically placed relative to 'Margin', otherwise parent paragraph style may modify their Y coord. Change-Id: Ifae8f73ad9c6aa98b67283663cfc37dd847ff095 Reviewed-on: https://gerrit.libreoffice.org/561 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-07More OUString cleanup in vbahelperOlivier Hallot
Change-Id: Ie7e350698900f1c1cacb6ebc3fa6716ef03ab782 Reviewed-on: https://gerrit.libreoffice.org/575 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-07higher-resolution OpenDocument icons for MacOSXNicholas Shanks
Change-Id: I5bd4e5a8f80520f9cdf3f5a223dfe5cebadc4c6a
2012-09-07I forgot this.Kohei Yoshida
Change-Id: Idabfb29b653982008bb5d4159458894f53cbf6f4
2012-09-07Set orcus package tarball location for download.Kohei Yoshida
Change-Id: Iccdb2e53ad6a62d3ee96d368b897d47ee77fdc12
2012-09-07Final 0.1.0 package md5sum.Kohei Yoshida
Change-Id: I6738fd748817dfb2441c580ea2928b81a77d7aed
2012-09-07Disable the experimental orcus-based csv filter for now.Kohei Yoshida
Change-Id: Iba8b36aaa19bbf2a9cb632fb6fe586b27ae27a7a
2012-09-07Fix the windows build again, with new package.Kohei Yoshida
Change-Id: I4c2a480cc4a818c0b7ac5f0ad71826327d661eac
2012-09-07Make boostthread windows only for now.Kohei Yoshida
Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436
2012-09-07Resurrect boost thread lib. Orcus needs it.Kohei Yoshida
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
2012-09-07Updated the liborcus package.Kohei Yoshida
Change-Id: Ie8f581401dfb144fda1673597ed6717b15b03e71
2012-09-07Use DOS style file path on Windows.Kohei Yoshida
Change-Id: Iefd223eb0df5809ae7123a2bdf4111477e6bd71d
2012-09-07Adopted the Linux build.Kohei Yoshida
Change-Id: I32c8e02b5568345906e8af1168f34ab0fb093052
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida
Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
2012-09-07Make it more generic.Kohei Yoshida
Change-Id: I3d3ddec1a8313bb58f5ae6bbc3edc1f273e25f94
2012-09-07I'll agree with the comment, and remove this line.Kohei Yoshida
Change-Id: Ieff30d8df8128488910b75603d2499102b529c3b
2012-09-07We don't need this special orcus directory now that orcus is integrated.Kohei Yoshida
Change-Id: I3a9ef8ca998ad53969bd0911091a1c234e0b227e
2012-09-07Use the latest license header.Kohei Yoshida
Change-Id: I6cd50b8707331b9cf41cb1d42b5ad3d167006478
2012-09-07Add or update the header guards.Kohei Yoshida
Change-Id: I1d2205e4659041670b1e3f0dc1dc41262e75c9ac
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31