Age | Commit message (Collapse) | Author |
|
Change-Id: I5875d3fface19bdce2948c6a2979b1b5e4e0735f
|
|
Change-Id: Id0d7335872c2e2c074769bd7edc1b7301b1ebdbe
|
|
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
|
|
Change-Id: I906e025e1b7eb8ecda028eef89ac5667cd2aac13
|
|
Change-Id: I7b4ef1e505b16e0d55228e7b91226e40ba94cfd6
|
|
Change-Id: Id0a1d289a58614f34e45556ce4bf755b5ccfecc8
|
|
Using Xcode 3 and the 10.4 SDK is obviously assumed.
Change-Id: I8fc3cf75a976edae41d430017b6110f5a424c75f
|
|
Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
|
|
Change-Id: I466f13f1132103bc20b9918411a54fd3106f4553
|
|
Change-Id: I55771733baee432d2ccf75df012552eb2d035acd
|
|
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
|
|
Change-Id: Ibb1f0d61649fe6ebfe48a76177c207da6644cd84
|
|
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
|
|
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
|
|
Change-Id: I7c21730486f74b44b7c1189c40105f5d1a96f754
|
|
The plugin is intentionally built using a custom Makefile,
because it's used by gbuild, so I don't want to build the plugin
using gbuild too. It is also intentionally not placed under workdir/,
as that is cleaned by 'make clean', the plugin is cleaned only
by 'make distclean', so that cleaning it doesn't cause ccache misses.
No actual functionality in the plugin itself yet.
Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f
|
|
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60.
Conflicts:
configure.in
download
Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
|
|
This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7.
Conflicts:
configure.in
Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309
|
|
Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4
|
|
Change-Id: I3539bfcfbbb43f44a6fc8fae60bda84267938116
|
|
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
|
|
the changes in a72a7dc500ffd57662e8b9be61e4676266861c33.
Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426
|
|
over time, unscrupulous committers allow intenpestive tab and
trailling spaces to creep in.
This cleans them up.
Change-Id: Ia9134599cdf58462bb4231e88362d4ff00ab45ab
|
|
On MacOSX libconftest[12].dylib.dSYM directories where left over
after a test to determine visibility support
use a wider net to clean-up work files
Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2
|
|
Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
|
|
Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0
|
|
Change-Id: I9b30e5e0a8f961df1070f4ceb0e330558ab16335
|
|
Change-Id: Idb2fd2a115c5e32d3e894d70c0e86730b38e73e9
|
|
Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253
|
|
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
|
|
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
|
|
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
|
|
Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6
|
|
Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c
|
|
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d
Reviewed-on: https://gerrit.libreoffice.org/789
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249
Reviewed-on: https://gerrit.libreoffice.org/785
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
|
|
Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5
|
|
Define the various FOO_CFLAGS/FOO_LIBS used by libcdr in configure even
for the case of internal FOO, and then just pass those variables into
libcdr configure to get rid of SYSTEM_FOO conditionals.
Change-Id: I0edabc13f8a068cb13792a16499593b8c589da1a
|
|
In dmake jfreereport build system an intermediate directory classes was used.
All artefacts that created during build were copied there, including external
apache-commons-logging.jar. Finally java system property was used -Dlib=classes.
In gbuild we don't want to mess with copying artefacts around.
The artefacts are packaging in $(OUTDIR)/bin and java system
property points to -Dlib=$(OUTDIR)/bin. However the dependencies must
be set inside jfreereport module, because of jar interdependency:
liblayout depends on other jars and flow-engine depends on liblayout.
This is achived with new function gb_ExternalProject_use_packages.
Special treatment is necessary when system apache-commons library is used,
in which case it is not reside in $(OUTDIR)/bin, but in
/usr/share/java/commons-logging.jar or in custom location. For that
purpose the both patches: flow-engine.patch and liblayout.patch were extended
and new java system property was introduced -Dcommons-logging.jar and passed
to the build.xml. A dependency from liblayout to apache-commons-logging is set.
jfreereport was moved to tail_build module.
Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e
Reviewed-on: https://gerrit.libreoffice.org/761
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
|
|
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
|
|
Change-Id: I042269aabaa2e9952c5d2f41cf93e55d654f6313
|
|
Change-Id: I8d0eb681cdfefbf7524de4478e3296ca797b4c5e
|
|
Change-Id: I58255383497176984cf836faca8c7b7766335da1
|
|
This reverts commit af1f72feafc00ee6658f6fa7d267f58132adba09
because we would need to build the fonts from .sfd, sigh
|
|
Change-Id: Ie8286af3e7840acc3013c192e95d0a1658618310
|
|
For some reason the current Clang linker doesn't like that and
misbehaves, Apple bug 12075544. It is unclear whether binaries built
using a modern Xcode and SDK to run on 10.4 actually would run on 10.4
anyway.
Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185
|
|
It is not clear how to remove a file:
REMOVE_FILES=openoffice/images/dialogh.png.
Let it for now in place.
Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0
Reviewed-on: https://gerrit.libreoffice.org/753
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
0.20x is affected, not only 0.20. I think this should be checked
here only, though if it was 100% sure a poppler bug. But this
is at least better to the broken check before..
Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b
|