Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Minor improvement of previous fix | Stephan Bergmann | |
2012-04-23 | WaE: Clang adding 'int' to a string does not append to the string | Catalin Iacob | |
2012-04-12 | German comment translation for odk folder | Mark Wolf | |
Mark | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-03-23 | .gif files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-23 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-13 | change Privacy and Legal URLs in API doc | Andras Timar | |
2012-02-20 | remove cleanzip.pl | Andras 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-19 | remove adabas/adabasui | Caolán McNamara | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-14 | odk: remove some dead makefile code | Thomas Arnhold | |
2012-02-14 | Resolves rhbz#789622: Adapt SDK to changed paths in LO installation | Stephan Bergmann | |
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-09 | Added and improved READMEs for modules in sdk and testing | Josh Heidenreich | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-31 | replace OpenOffice.org name to LibreOffice | Andras Timar | |
2012-01-31 | look for /Applications/LibreOffice.app on Mac | Andras Timar | |
2012-01-27 | Copy of index.html, with Google custom search. | Thorsten Behrens | |
This is the file as seen on api.libreoffice.org. | |||
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-05 | Switch 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-02 | Temporary hack to work around autodoc bug | Stephan 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-24 | gbuildize javaunohelper | David Tardon | |
2011-12-24 | gbuildize jurt | David Tardon | |
2011-12-23 | gbuildize ridljar | David 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-14 | set correct header/footer of examples html pages | Andras Timar | |
2011-12-14 | add makefile.mk that copies Python example to SDK | Andras Timar | |
2011-12-11 | typo, trailing whitespace cleanup | Lionel Elie Mamane | |
2011-12-11 | minor around python and SDK | Laurent 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-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-08 | Added Makefile for SDK Python example. | Stephan Bergmann | |
2011-12-08 | SDK examples : add Python section and ToolPanel python example | Laurent Godard | |
correct minor css rendering too | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-11-30 | Remove unused variable PACKAGE_LIB_DIR | François Tigeot | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from odk | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-14 | Simplified 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-24 | lost } | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. |