Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | fix configuration deps | David Tardon | |
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94 | |||
2012-09-10 | Java5 update, Convert ArrayList and Vector code to use generics | Noel Grandin | |
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd | |||
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | |
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7 | |||
2012-08-23 | fdo#38791: Do not use java.awt, causes problems on Mac OS X | Stephan Bergmann | |
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-17 | gbuild: register all jars | Michael Stahl | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||
2012-08-15 | gbuild: remove most uses of gb_Jar_set_jarclasspath: | Michael Stahl | |
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-07-25 | fdo#52427 fix l10n of reportbuilder | David Tardon | |
Change-Id: I9ff1b7329eca2faa560181c49d6c4527a008fead | |||
2012-07-18 | re-base on ALv2 code. Includes: | Michael Meeks | |
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-13 | fdo#51278 fix reportbuilder manifest | David Tardon | |
Change-Id: I34f229284611285e10a192f80b14b1e8b3fa618c | |||
2012-07-12 | fdo#51278 bump version to force update of package cache | David Tardon | |
Change-Id: Ia33f9ef485fef1610b91df9895e6ac805cde0360 | |||
2012-07-12 | fdo#51278 make reportbuilder work again | David Tardon | |
Change-Id: I46f970fa23a0afd54485efb58b7f4f757c7d7752 | |||
2012-06-29 | Convert Java code in reportbuilder to use Java5 generics | Noel Grandin | |
Change-Id: Ia8a0206c6c81f2a4212dc92b80a9d6965ad8bd63 | |||
2012-06-29 | re-base on ALv2 code. | Michael Meeks | |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-05-30 | when building system jfreereport, version.mk is not delivered | Bjoern Michaelsen | |
Change-Id: Ieffb063bd6300f415f958a617fef8b1122e1b7b1 | |||
2012-05-30 | reportbuilder: build only when enabled | Matúš Kukan | |
Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe | |||
2012-05-29 | remove unused source | David Tardon | |
2012-05-29 | gbuildize reportbuilder | David Tardon | |
2012-05-09 | EasyHack fdo#42783: get rid of CPU define/build system variable | Thomas Collerton | |
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-26 | Bump extension versions after changing to passive registration | Stephan Bergmann | |
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies. | |||
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-02-23 | reportbuilder: untested fix for WITH_LANG build | Michael Stahl | |
Signed-off-by: Andras Timar <atimar@suse.com> | |||
2012-02-09 | Added and improved READMEs for modules in extensions, extras, postprocess | Josh Heidenreich | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |
2012-01-18 | fdo#37740 remove duplicate icons from soffice.bin/soffice.exe | Andras Timar | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-11-29 | fs34c: check if description can be read and return ccorrect name for shapetype | mst | |
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124) | |||
2011-11-22 | Clean up after component passivation. | Stephan Bergmann | |
2011-11-22 | Do passive registration of reportbuilder, to avoid java thrash at 1st start | Stephan Bergmann | |
2011-11-14 | Fix build --all depend=x. | Stephan Bergmann | |
2011-11-05 | reportbuilder: grammar considered neither stylish nor smart-looking | Michael Stahl | |
2011-10-31 | enable localization of extension description in reportbuilder | Andras Timar | |
2011-10-31 | Make sure COMPONENT_EXTJARFILES are included in report-builder.oxt. | Stephan Bergmann | |
2011-10-25 | avoid using com.sun.org apis | Caolán McNamara | |
2011-10-03 | enable l10n of Report Builder display name and description | Andras Timar | |
2011-09-22 | Fix reportbuilder build with MinGW. | Jan Holesovsky | |
2011-09-21 | set lang to en-US in order l10ntools can extract strings | Andras Timar | |
2011-09-13 | change publisher from Oracle to TDF fdo#40638 | Andras Timar | |
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-07-01 | Goodbye to CWS_WORK_STAMP | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-24 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
2011-05-20 | replace res/commandimagelist with cmd in extensions | Matus Kukan | |
2011-05-18 | Unify Display Grid/ Grid Visible andother menu items | Christian Dywan | |
2011-04-22 | Merge commit 'ooo/DEV300_m106' into libreoffice-3-4 | Jan Holesovsky | |
Conflicts: swext/mediawiki/build.xml | |||
2011-04-04 | masterfix DEV300: #i10000# added mkdir | Ivo Hinkelmann | |
Notes: split repo tag: extensions_ooo/DEV300_m106 |