summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
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
2013-02-26odk: add some quotes too so sh does not eat ;Michael Stahl
Change-Id: I77fa72869113be1fbce46baf3febe544064c6f76
2013-02-26odk: javadoc -sourcepath separated by ; on that other platformMichael Stahl
Change-Id: If6ab5a3874e82f205eaeba9024f75ba4d598e7f3
2013-02-26odk: remove pointless variableMichael Stahl
Change-Id: I07406ca6e00f2000045de09a1be45b5fa4a694cb
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl
4 zip files containing ridl, unoloader, jurt and juh source files are created and copied to solver and unzipped again in odk when odk could simply run javadoc over the source files directly. Change-Id: I8d2d7c794988eab2e8a3c6005cc8a849a1232f64
2013-02-26Fix sources of odk/CustomTarget_include copy actionsStephan Bergmann
Change-Id: I13fb1204675cb022709cad4d183aaf7a11f0ca4d
2013-02-26fdo#60724: lintian typo fix: useful -> usefulGregg King
Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
2013-02-26CustomTarget_include had apparently been forgottenStephan Bergmann
Change-Id: If61617ae3d18ef4f15f2d150af76f0b1b64a3fa6
2013-02-26Add comment about dependency gotchaStephan Bergmann
Change-Id: Ia3eee9d4c06ef3411ad0a8547edcb08fe901d9dc
2013-02-26Revert "Clean up"Stephan Bergmann
This reverts commit 7b6cac16ef01cd80f54ea75c72e0de9887bbf97a, dependency hell.
2013-02-26Clean upStephan Bergmann
Change-Id: I25cde2532ed9228b5b674908050a275c4206599e
2013-02-25odk: fix typoMichael Stahl
Change-Id: I22f01de52eef68371c57df0aad12646a6e870d26
2013-02-24Declaration of stat shadows a global declarationStephan Bergmann
Change-Id: I154ba64ff61d08d7a600a83eb7dd41381aca73ca
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-23Fix typo recieved/receivedJulien Nabet
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-23Fix typo "teh" -> "the"Julien Nabet
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/whith/with/Tor Lillqvist
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
2013-02-20rhbz#742780: Let make OPT_FLAGS=... override SDK optimization/debugging flagsStephan Bergmann
Change-Id: I639fa16f74342b108a395d7d0335d116f96677f1
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
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-02-12Adapt odk to new css.cui.ColorPickerStephan Bergmann
Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8
2013-02-06bump copyright year + small fixes in SDK docsAndras Timar
Change-Id: Iff9f11c043be5234dae43e8c3c93155019f6cf08
2013-02-06fix help text of uno-skeletonmaker -lh switchAndras Timar
Change-Id: I07d9708c9a6903a910b94fc1e109d79e7d93590d
2013-02-06remove obsolete no_localization filesAndras Timar
Change-Id: Ib6e570a9f409a4700b73da133c57628e9c10eeb1
2013-01-22Add link to additional sdk-examplesStephan Bergmann
Change-Id: Ifcc3594273de3507ec9b208e9e762bed0f969d72
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
2013-01-09Fix oo_sdk_ure_home calculation in SDK's cfgWin.jsStephan Bergmann
This appears to be broken at least since bde5b815873450dc9520c4dd300829eb5bd72daa "INTEGRATION: CWS jsc21 (1.11.2); FILE MERGED: 2008/05/27 16:59:34 jsc 1.11.2.1: #i88797# adapt for new structure"? Change-Id: I6385ca10cdded13e6d1aaf08d353f5029843d38d
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>