summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2012-02-20remove cleanzip.plAndras Timar
The issue it solves does not exist in our build environment. https://issues.apache.org/ooo/show_bug.cgi?id=98365 The script removed g+s attributes from directories in zip files.
2012-02-19remove adabas/adabasuiCaolán McNamara
2012-02-18Fix typos in commentsElton Chung
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-14odk: remove some dead makefile codeThomas Arnhold
2012-02-14Resolves rhbz#789622: Adapt SDK to changed paths in LO installationStephan Bergmann
2012-02-13Fix typos in commentsElton Chung
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-31replace OpenOffice.org name to LibreOfficeAndras Timar
2012-01-31look for /Applications/LibreOffice.app on MacAndras Timar
2012-01-27Copy of index.html, with Google custom search.Thorsten Behrens
This is the file as seen on api.libreoffice.org.
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
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).
2012-01-02Temporary hack to work around autodoc bugStephan Bergmann
...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly. Best fixed by replacing autodoc with something mature (that hopefully does not have such a bug).
2011-12-24gbuildize javaunohelperDavid Tardon
2011-12-24gbuildize jurtDavid Tardon
2011-12-23gbuildize ridljarDavid Tardon
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-14set correct header/footer of examples html pagesAndras Timar
2011-12-14add makefile.mk that copies Python example to SDKAndras Timar
2011-12-11typo, trailing whitespace cleanupLionel Elie Mamane
2011-12-11minor around python and SDKLaurent Godard
- add Python as available language desc. in SDK homepage - replace OpenOffice.org with LibreOffice in examples index file - add a readme file to toolpanel example Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-08Added Makefile for SDK Python example.Stephan Bergmann
2011-12-08SDK examples : add Python section and ToolPanel python exampleLaurent Godard
correct minor css rendering too
2011-12-08Less succes, more successStefan Knorr (astron)
2011-11-30Remove unused variable PACKAGE_LIB_DIRFrançois Tigeot
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from odkNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-10-24lost }Stephan Bergmann
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-08Revert "cppcheck reduce scope of var in odk/..unoapploader.c"Matúš Kukan
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this.
2011-10-07cppcheck reduce scope of var in odk/..unoapploader.cPierre-André Jacquod
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-09-07don't use fixed version numberAndras Timar
2011-09-07css tweaks and LibreOffice brandingAndras Timar
2011-09-07add LibreOffice colors to SDK cpp doc cssAndras Timar
2011-09-03add LibreOffice colors to SDK doc cssAndras Timar
2011-09-03add LibreOffice branding: logos and colorsAndras Timar
2011-07-25Resolves: rhbz#725144 wrong csh syntaxCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-06-27Fix two obvious errors, but this still sucksTor Lillqvist
The generated setsdkenv_windows.bat file still does not seem to work properly on a 64-bit OS where LibreOffice has been installed in the default C:\Program Files (x86)\LibreOffice 3.4 folder. The horror of cmd.exe, "special characters", quoting...
2011-06-24bad merge, fix to enable extensions to build againCaolán McNamara