220 Commits

Author SHA1 Message Date
Michael Stahl
cffdb8d680 gbuild: fix XcuMergeTarget build breakage:
Introduce gb_XcuFile_for_extension function to use the right file
depending on WITH_LANG setting.

Change-Id: Ibe4fc4e28fe445fc9391b68d370039528eab7ed8
2012-10-23 22:58:56 +02:00
Michael Stahl
10f4e767f0 gbuild: let ExtensionTarget expect manifest below META-INF
Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
2012-10-23 19:42:37 +02:00
Jose Guilherme Vanz
f6739073ed Remove commented code and empty methods
This patch removes commented code and some empty private methods

Change-Id: I4a79e521399a07873030f021a97c01cf8d2e81d7
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/844
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-10-10 06:56:57 +00:00
David Tardon
b03fd9b3a6 fix configuration deps
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94
2012-09-22 08:15:42 +02:00
Noel Grandin
a5ff5aad59 Java5 update, Convert ArrayList and Vector code to use generics
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-10 23:43:37 +02:00
Noel Grandin
bf4352084b Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-06 17:13:58 +02:00
Stephan Bergmann
86a60b3655 fdo#38791: Do not use java.awt, causes problems on Mac OS X
On Mac OS X, it apparently suffices to execute "new java.awt.Dimension()" to run
into "Apple AWT Java VM was loaded on first thread -- can't start AWT" (see
<http://developer.apple.com/library/mac/#technotes/tn2005/tn2147.html> "JNI
Development on Mac OS X - Thread-Safe JNI Programming - Calling AWT/Swing From
AppKit").

The solution here is simple, in that uses of java.awt.Dimension can be replaced
with com.sun.star.awt.Size without loss of functionality.  However, there are
still occurrences of java.awt.Image and java.awt.Toolkit lurking
(reportbuilder/java/com/sun/star/report/SOImageService.java,
reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java,
reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java)
for which it might be sheer luck that they do not seem to cause trouble yet.

Change-Id: I33e9f74c50ebddc11bd1d9a48c55dc8f8700345d
2012-08-23 14:34:56 +02:00
Michael Stahl
5a4bcd3b75 gbuild: register all jars
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-17 12:52:25 +02:00
Michael Stahl
cdbd6957a5 gbuild: remove most uses of gb_Jar_set_jarclasspath:
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest
classpath automatically it is no longer necessary to call
gb_Jar_set_jarclasspath manually except for the URE jars, which
are apparently not supposed to be added automatically.

Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-15 21:29:14 +02:00
David Tardon
dda589ba60 fdo#52427 fix l10n of reportbuilder
Change-Id: I9ff1b7329eca2faa560181c49d6c4527a008fead
2012-07-25 10:59:17 +02:00
Michael Meeks
cf342fe928 re-base on ALv2 code. Includes:
reportbuilder, license file not needed.
    Patch contributed by Armin Le Grand
    http://svn.apache.org/viewvc?view=revision&revision=1305814
    Adapting extras/ to our wordbook setup.
2012-07-18 15:00:25 +01:00
David Tardon
d7aa34ee91 fdo#51278 fix reportbuilder manifest
Change-Id: I34f229284611285e10a192f80b14b1e8b3fa618c
2012-07-13 11:23:01 +02:00
David Tardon
836c61ab1c fdo#51278 bump version to force update of package cache
Change-Id: Ia33f9ef485fef1610b91df9895e6ac805cde0360
2012-07-12 14:43:28 +02:00
David Tardon
10a6cf99d3 fdo#51278 make reportbuilder work again
Change-Id: I46f970fa23a0afd54485efb58b7f4f757c7d7752
2012-07-12 13:30:52 +02:00
Noel Grandin
f4cca7347f Convert Java code in reportbuilder to use Java5 generics
Change-Id: Ia8a0206c6c81f2a4212dc92b80a9d6965ad8bd63
2012-06-29 22:02:58 +02:00
Michael Meeks
2005a34318 re-base on ALv2 code. 2012-06-29 15:51:49 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Bjoern Michaelsen
d77e777af8 when building system jfreereport, version.mk is not delivered
Change-Id: Ieffb063bd6300f415f958a617fef8b1122e1b7b1
2012-05-30 15:36:37 +02:00
Matúš Kukan
c88234357f reportbuilder: build only when enabled
Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe
2012-05-30 00:32:25 +02:00
David Tardon
755eaff58d remove unused source 2012-05-29 07:25:01 +02:00
David Tardon
6bf04a4328 gbuildize reportbuilder 2012-05-29 07:25:00 +02:00
Thomas Collerton
9520dbf59f EasyHack fdo#42783: get rid of CPU define/build system variable
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-05-09 16:31:31 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Stephan Bergmann
fefd1b5f8f Bump extension versions after changing to passive registration
...otherwise, if they are bundled, their per-user data is not regenerated, leading
to inconsitencies.
2012-04-26 16:07:11 +02:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Michael Stahl
7b72d62a71 reportbuilder: untested fix for WITH_LANG build
Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-23 12:40:43 +01:00
Josh Heidenreich
306287528a Added and improved READMEs for modules in extensions, extras, postprocess 2012-02-09 12:12:00 +00:00
Norbert Thiebaud
43b987e43f replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses 2012-02-05 19:34:02 -06:00
Andras Timar
ceb14e0143 fdo#37740 remove duplicate icons from soffice.bin/soffice.exe 2012-01-18 19:16:06 +01:00
Stefan Knorr (astron)
1c7c480e74 Galaxy (default) icon theme is now in icon-themes/galaxy 2012-01-15 12:57:51 +01:00
Tor Lillqvist
5f03eb4bc6 The common_build stuff is surely obsolete 2011-12-11 02:58:01 +02:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
mst
e2ba981485 fs34c: check if description can be read and return ccorrect name for shapetype
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)
2011-11-29 17:57:30 +01:00
Stephan Bergmann
2be37f241f Clean up after component passivation. 2011-11-22 21:56:07 +01:00
Stephan Bergmann
8376779842 Do passive registration of reportbuilder, to avoid java thrash at 1st start 2011-11-22 18:20:19 +00:00
Stephan Bergmann
e3712f9d35 Fix build --all depend=x. 2011-11-14 11:50:26 +01:00
Michael Stahl
1ca547d208 reportbuilder: grammar considered neither stylish nor smart-looking 2011-11-05 00:08:33 +01:00
Andras Timar
d5486145c5 enable localization of extension description in reportbuilder 2011-10-31 15:52:36 +01:00
Stephan Bergmann
b67ae8dd02 Make sure COMPONENT_EXTJARFILES are included in report-builder.oxt. 2011-10-31 12:39:50 +01:00
Caolán McNamara
04c5a36ab8 avoid using com.sun.org apis 2011-10-25 13:50:33 +01:00
Andras Timar
f19f37cc65 enable l10n of Report Builder display name and description 2011-10-03 13:11:41 +02:00
Jan Holesovsky
57826b92af Fix reportbuilder build with MinGW. 2011-09-22 19:50:24 +02:00
Andras Timar
92b54aa8b3 set lang to en-US in order l10ntools can extract strings 2011-09-21 16:08:31 +02:00
Andras Timar
89bead3e45 change publisher from Oracle to TDF fdo#40638 2011-09-13 10:48:22 +02:00
Andras Timar
3f62165fd4 replace api.openoffice.org to api.libreoffice.org 2011-09-07 10:27:56 +02:00
Tor Lillqvist
85f1452892 Goodbye to CWS_WORK_STAMP 2011-07-01 15:39:23 +03:00
Tor Lillqvist
bc5a5d2615 Drop %_EXT% which was always empty 2011-06-03 13:26:06 +03:00
Jan Holesovsky
33f2f51219 Merge remote-tracking branch 'origin/integration/dev300_m106' 2011-05-24 15:03:17 +02:00
Matus Kukan
cd9c9307dd replace res/commandimagelist with cmd in extensions 2011-05-20 19:06:49 +02:00