summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries without explicit mapping, but as baseline is now 10.6, this wrapping is no longer necessary Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8 Reviewed-on: https://gerrit.libreoffice.org/3192 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-03-31Remove commented code in odk/examplesChr. Rossmanith
Change-Id: I8b28729d3cc632426efac02028f0d0e332243012 Reviewed-on: https://gerrit.libreoffice.org/3138 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31Remove RTL_CONSTASCII_(U)STRINGPARAM in odkChr. Rossmanith
Change-Id: I97e5e650b7966d1ac3c6f9e45b495c21b529b768
2013-03-31add $OUTDIR/pck to search path for SDK productDavid Tardon
... so it is possible to drop the copying-to-bin hack in ZipPackage.mk and ZipUnoApi.mk . Change-Id: Ic506e25a21003fca491d0902b5d8f282775da229
2013-03-31Remove commented code in component.cxx (odk)Chr. Rossmanith
Change-Id: I559b91d465ab298b033b0866b3044a17038cc501 Reviewed-on: https://gerrit.libreoffice.org/3137 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)Chr. Rossmanith
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar
Change-Id: I25fc78104cedb83990b1c03f589b50a94890e7da
2013-03-21fix more doxygen warningsPeter Foley
Change-Id: I348889e4b9b526e9278335112bed0943547ff942
2013-03-19further OUString cleanupThomas Arnhold
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
2013-03-19odk: do not pack unused component.map fileMatúš Kukan
Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-18cleanup doxygen warningsPeter Foley
Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595
2013-03-18cleanup autodoc outputPeter Foley
Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955
2013-03-18fix javadoc warningsPeter Foley
Change-Id: I86176860504893213a25afc2a3a886cab9acad68
2013-03-15fix deps for uno_loader_classes.zipDavid Tardon
Change-Id: I61ef0e13a38ebb82becf56ec8ae9e083571d2e53
2013-03-15fix deps for odkcommon.zipDavid Tardon
Change-Id: I06667cbb1fe24356bb24b7781258ef2c194f0e4d
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13odk: depend on OUTDIR jar file if that is on classpathMichael Stahl
Change-Id: I416b5aac3afd636bb67f496fa061f9ff9db9bdf0
2013-03-13odk: remove the "checkinc" tooMichael Stahl
This tests for problems that cannot happen any more since we now build the Zip file from the same enumeration as the delivered headers, so they cannot be different. Change-Id: I0aacb2b8b1b6f187674b3a16b0fe7cb474e1b8c7
2013-03-13odk: remove pointless check that does a diff of $(OUTDIR)/idlMichael Stahl
Change-Id: I020c589ce2cf223b16c81087df3eb819569f1d8c
2013-03-13gbuild: refactor SDK packaging of IDL files:Michael Stahl
- UnoApi: stop delivering IDL files to $(OUTDIR)/idl - add ZipUnoApi to package IDL files for SDK - convert udkapi and offapi to ZipUnoApi and package them in scp2 - odk: remove ugly CustomTarget_idl that uses "find" Change-Id: I8dc4e0e7d0dc51c1abf18f31bfe095760d3c2104
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl
Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
2013-03-08make use of startsWith()Thomas Arnhold
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-06odk: use proper gbuild functions; helps cross-compilationMatúš Kukan
Change-Id: I7529c4a3ad52cddcab0198e9fd4f2d7b42584dec
2013-03-03doxygen fixesPeter Foley
Change-Id: I18dd661bffc2dedecf13404b6772fb4dcdeaa24d
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03silence doxygenDavid Tardon
Change-Id: I8114c6ab7a70572ed530800a4fbc323efaa1a641
2013-03-03make sure the outdir exists before it is usedDavid Tardon
Change-Id: Id64b3ce16db554206085a77fa1843ab0c78f39f5
2013-03-03add missing dep on sal/typesizes.hDavid Tardon
Change-Id: I4d3a4f5108076307715128bd86eec432d1878d37
2013-03-02-writer -> --writerThomas Arnhold
Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-01use short names for doxygen-generated filesLuboš Luňák
This is a build fix for Windows, otherwise packaging ODK fails with complaints about lines in .ddf files being longer than 256 characters, caused by doxygen using very long names for complex types (such as the rtl stringutils.hxx helpers). It'd be possibly cleaner to avoid somehow generating docs for these internal types at all, but this should do.
2013-03-01Use "optimal" zoom settingTor Lillqvist
Change-Id: Iaac4488aacf08525676dbfca0b747ea777c0d60a
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-28Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDKStephan Bergmann
Change-Id: I466424c5b71de4d6bb126499895539813283502a
2013-02-28odk: do not copy to the same place in parallelMatúš Kukan
Change-Id: I23e26d167b239f4f68ed2c857d2c0a5eaaf1a89c
2013-02-27odk: pull idl files directly from udkapi/offapiMatúš Kukan
Change-Id: I6832fadd0f469f1920580ec1beed9abe085f9bb9 Reviewed-on: https://gerrit.libreoffice.org/2437 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1
2013-02-27remove odk/CustomTarget_include.mk and package udkversion.mk in salMichael Stahl
Change-Id: Iab7335bc440484a6c01700ae36d1e004f8e96be7
2013-02-27move generation of udkversion.mk to configureMichael Stahl
Change-Id: Id2f047686e2ba3ac2d8242d9b47abad751679759
2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl
... and instead bundle the *_odk_headers zip files. Change-Id: Ice86f8e22d3a6fa46f7cee38193dffdd0479d491
2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl
Change-Id: I2d4e2853014ef30419a66c8f9b2675b92d60adb6
2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl
Change-Id: I0730e0a354ec952cdb67d1b22067ab59c86334c0
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl
Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28
2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl
Change-Id: I83172bd105496dd1af8090a01ebfac864958e20c
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302