- 05 Eki, 2012 40 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I15969a5ddaab1d7edb2f0b2035f8206e6f544ab3
-
Markus Mohrhard yazdı
Still missing: *Removing conditional formats *Handling of Manage Names dialog *UNO *Undo/Redo *Import/export *Adjusting the dialogs to support this Change-Id: I72481cfb807fee2c3a1546222fe7e786d515ab44
-
Markus Mohrhard yazdı
Change-Id: I8118127b21144962275cb4486881b1e63b06ff0a
-
Markus Mohrhard yazdı
Change-Id: I51c725319acb0547963feddf18c0fb34aa6e4f25
-
Markus Mohrhard yazdı
Change-Id: I913c844b08f2fd01963c60c4ffa948fc128a5897
-
Markus Mohrhard yazdı
Change-Id: I5c263cd95262fae2f75069cb441752bbf7ce61f8
-
Markus Mohrhard yazdı
Change-Id: I820d1f083edb09abb262beba1536b1b1acba3321
-
Markus Mohrhard yazdı
Change-Id: Id5894efd385ad20c7a544142ce4fa4ec5d4ef062
-
Markus Mohrhard yazdı
Change-Id: I7283974ae8f12bd49c6ab806b1b052074f13a932
-
Markus Mohrhard yazdı
Change-Id: If10059a6d2b8d2449a01fe09eb2efb9ccea55806
-
Michael Stahl yazdı
Change-Id: I8f2124f13e0a77113dc6b99c2f236bd2077f41b2
-
Michael Stahl yazdı
Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5
-
Michael Stahl yazdı
It breaks because LCMS2_CFLAGS happens to be empty, which the libcdr configure script then complains about, because it thinks it hasn't found lcms2. Work around that by including a space in the variable... Change-Id: I16cc8278097dc7119d11fdabcc3be5d1ae8b4327
-
Fridrich Štrba yazdı
Change-Id: Ib481a70fdb67fcec1b72762c408b27f854fe4d1a
-
Michael Stahl yazdı
Change-Id: Iecf6609a35d4ecff728903d262ec10d3f8faf3bf
-
Fridrich Štrba yazdı
Change-Id: I6fcb0a9045b81ea291904f92396df88ffd351c49
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
Or rather, re-purpose that for consistency (and rename original to gb_ExternalProject_use_external_project), to abstract over the system/internal status of dependencies of external projects. Use it in libcdr and replace exisiting uses in apache-commons. Change-Id: Ie144600688fa884b5b6faa986c6b95bdfc1ee15c
-
Michael Stahl yazdı
Change-Id: Idc8b0adf1a9ed26b2e0bec3454fed0ee34e277aa
-
David Ostrovsky yazdı
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/761Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Miklos Vajna yazdı
Change-Id: Ib61effb43c2b029c92886319d3a96612b9732878
-
Miklos Vajna yazdı
Change-Id: I9e3a77bfeb314eb48f2a4185b8751e370357c7e0
-
Michael Stahl yazdı
Change-Id: I1674da35bf1d756bda5c4b991cc586462325c838
-
Michael Stahl yazdı
unfortunately the ExternalProject uses a StaticLibrary built in libwpg. Change-Id: Ie4a8933247edbd2d53f697432a0848a05216237f
-
Michael Stahl yazdı
Change-Id: Ie6eed251a5034d9761abca75506b677af394d945
-
Michael Stahl yazdı
Change-Id: Ic0dc4333329a4ef11eba2afe23d4e5f101689517
-
Miklos Vajna yazdı
Change-Id: I76828a865751a8f29aeff40ccf7feb400692c43b
-
Miklos Vajna yazdı
Change-Id: I241858b0d8920187e21dcdb9fd4aac9e4d9054ba
-
Miklos Vajna yazdı
Change-Id: Id480c0e81b79ec48b3ceba566219089d9a408c22
-
Fridrich Štrba yazdı
Change-Id: Idf9ad88293ca6a51f16f1230176d5c97558c66ed
-
Stephan Bergmann yazdı
...as lingucomponent GetOldStyleDics SYSTEM_DICTS code harmlessly triggers it routinely with input containing _ and then fixing the input. Change-Id: Id00857f0b89eb65ad155e8cf0883dd2f45851c7d
-
Fridrich Štrba yazdı
Change-Id: I21186cef7fe30542eaabbdeeb8920c3839724805
-
Fridrich Štrba yazdı
This reverts commit d9ae7573.
-
Fridrich Štrba yazdı
This reverts commit 03c766e6.
-
Miklos Vajna yazdı
Change-Id: I05621cc1bf6d4201120c8757d5c2886723d7d18c
-
Fridrich Štrba yazdı
Change-Id: I6e3bdf0cfcdfa46cf47e4db1e0703c948b4a35b2
-
Fridrich Štrba yazdı
Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158
-
Fridrich Štrba yazdı
Change-Id: I115cc8e17ae6cb89d215528acb0d0fe25eb71d85
-
Fridrich Štrba yazdı
Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
-
Caolán McNamara yazdı
so that focus ends up on the visually first enabled control Change-Id: Ia279c4531536305ce43eb8372abde2445769487d
-