summaryrefslogtreecommitdiff
path: root/odk/pack
AgeCommit message (Collapse)Author
2013-06-04odk: use SHORT_NAMES on WindowsMichael Stahl
Unfortnately the MSI stuff complains that lines in ddf files are too long, so we need to use SHORT_NAMES. But use it only on Windows because the file names are mostly just numbers then and totally unpredictable; the documentation for the website must not be built on Windows. Change-Id: I5d7d917bf34c55424259cf04bb13cb8c26fe409b
2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl
Unsurprisingly doxygen does not support reading a idl_chapter_refs.txt file like autodoc does. And it looks like doxygen tag files can not be used to do this, as they link only in the "other" direction. But with a bit of hackery we can generate a "dummy" IDL input file, with emtpy definitions for those types that have DevGuide links. Doxygen will nicely combine documentation from multiple definitions of a type, and fortunately does only put in references to the first file that defines a type, so hopefully adding the generated file as the last input file is suffficient to make things work nicely. The generated file is committed to git because there is a bit of a problem with finding out what sort of entity a name like "com.sun.star.Foo" refers to, which needs to be in the doxygen input. Change-Id: I793bc59c8acfecf460e4addea7838c76a3ede77e
2013-06-04odk: generate IDL docs with doxygenMichael Stahl
Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036
2013-05-29Tweak commentsStephan Bergmann
(Preventing documentation of macros via @cond ... @endcond is apparently at least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.) Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out this was explicitly included in ~all examples Makefiles, but only after settings.mk where it is now used, so include it in settings.mk now and dropped it from all the exmaples Makefiles. * The old settings.mk was apparently confused with using /MT ("link with LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link command line (where it was ignored), and you apparently can't pass both together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp. /MTd). No idea if that is exactly right, however. * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and /ure/source/uretest/Makefile accordingly. Some examples Makefiles additionally use msvcprt.lib, no idea whether that still needs to be addressed. Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
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-18cleanup autodoc outputPeter Foley
Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955
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-02-23convert odk to gbuild and add to tail_buildPeter Foley
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2013-02-13don't use -notimestanp when using gjdoc as javadocRene Engelhard
Change-Id: Ie729aaeaeff41838a435a043dec10c5016355187
2013-02-13link to java.sun.com/j2se/1.5/docs/api instead of /1.4.1/ in the odk java docsRene Engelhard
... as /1.4.1/ redirects to the generic Oracle Java page. 1.5 works. Change-Id: I4f721840bc0bb8146b42a4d91dac8b3621b4bf7e
2013-01-11Set version number in AC_INIT() in configure.ac onlyTor Lillqvist
Output a solenv/inc/minor.mk based on that. Get rid of RSCVERSION and RSCREVISION. Automate the end of the copyright year range, although I am actually not sure if that is OK. Change-Id: Ibae2d139b1dd468ee80d18a2a41b786a532df809
2012-12-25Get rid of (most uses of) GUITor Lillqvist
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-16Remove unpublished Accessibility examples from ODK.Thorsten Behrens
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
2012-11-29API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl
The modules were entirely deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync" with published children exists only in registry 1 WARNING: could not open key "/UCR/com/sun/star/sync2/BadPartnershipException" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync2" with published children exists only in registry 1 Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
2012-11-29API CHANGE: remove com.sun.star.installation moduleMichael Stahl
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
2012-11-29API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]Michael Stahl
The implementation of the 4 textfield.docinfo.Info services has been removed in OpenOffice.org 3.0. com.sun.star.text.textfield.docinfo.Info0 com.sun.star.text.textfield.docinfo.Info1 com.sun.star.text.textfield.docinfo.Info2 com.sun.star.text.textfield.docinfo.Info3 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry 1 Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913
2012-11-28API CHANGE: remove com.sun.star.setup moduleMichael Stahl
This module was deprecated 10 years ago; the only thing in it that was actually used recently in OpenOffice.org is the ProductRegistration service, but the implementation of that has been removed since it is of no use to LibreOffice. WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/setup" with published children exists only in registry 1 Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551
2012-11-28remove removed udkapi modules from more files...Michael Stahl
Change-Id: Id57598aebe25b3aeffb7f66ad4f9c2b2159fc240
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-10-17odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ ↵Miklos Vajna
after each build Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
2012-09-27add --with-system-ucppRene Engelhard
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2011-12-24gbuildize javaunohelperDavid Tardon
2011-12-24gbuildize jurtDavid Tardon
2011-12-23gbuildize ridljarDavid Tardon
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
* commit 'ooo/DEV300_m101': sb138: #i116038# fresh implementation of binary URP bridge dba34b: #i106807# use mysql instead of adabas now sb126: #i112627# adapted SDK/DevGuide to configmgr re-write Conflicts: odk/util/makefile.pmk
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2010-11-16Don't call the converttags.pl script. It is gone.Sebastian Spaeth
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-14#i10000# changes from OOO330 m10Vladimir Glazunov
Notes: split repo tag: sdk_ooo/DEV300_m90
2010-10-04sdk331: 114884: remove unofficial api'sJuergen Schmidt
2010-06-30sb126: merged in DEV300_m84sb
2010-06-23sb126: #i112627# adapted SDK/DevGuide to configmgr re-writesb
2010-06-15gridcontrol04: i112401: correct version numberJuergen Schmidt
2010-03-31nativea: SDK rebanding, adapt checkJuergen Schmidt
2010-03-31nativea: SDK rebanding, change css for generated docuJuergen Schmidt
2010-03-23ause117: #i110336# cleanupHans-Joachim Lankenau
2010-03-03CWS-TOOLING: integrate CWS sdk330Ivo Hinkelmann
Notes: split repo tag: sdk_ooo/DEV300_m74 split repo tag: sdk_ooo/DEV300_m75
2010-02-15sdk330: #i105320#: remove since mapping from autodoc callJuergen Schmidt
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-05CWS-TOOLING: integrate CWS sb116Jens-Heiner Rechtien
Notes: split repo tag: sdk_ooo/DEV300_m69
2009-12-01version 3.3 and 3.3.0 addedos
2009-10-13#i105803# removed reference to obsolete com.sun.star.tools.uno package ↵sb
(patch by cmc)