summaryrefslogtreecommitdiff
path: root/odk/docs/install.html
AgeCommit message (Expand)Author
2011-09-07css tweaks and LibreOffice brandingAndras Timar
2011-09-03add LibreOffice branding: logos and colorsAndras Timar
2011-03-24Some OOo -> LO changes (hopeful nothing broke with them)Fridrich Štrba
2010-06-15gridcontrol04: i112401: correct version numberJuergen Schmidt
2010-03-30nativea: SDK rebrandingJuergen Schmidt
2010-02-15sdk330: #i109273#: change copyrightJuergen Schmidt
2009-11-09#i106585# update docu for Java 5Juergen Schmidt
2009-08-06CWS-TOOLING: integrate CWS jsc320Release Engineers
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov
2008-07-11INTEGRATION: CWS jsc21 (1.27.2); FILE MERGEDRüdiger Timm
2008-01-28INTEGRATION: CWS jsc20 (1.26.152); FILE MERGEDVladimir Glazounov
2005-12-14INTEGRATION: CWS sdkinstaller2 (1.25.4); FILE MERGEDRüdiger Timm
2005-11-09INTEGRATION: CWS sdkinstaller (1.24.14); FILE MERGEDRüdiger Timm
2005-06-17INTEGRATION: CWS sb31 (1.23.2); FILE MERGEDOliver Bolte
2005-04-18INTEGRATION: CWS sdkdevguide (1.22.8); FILE MERGEDOliver Bolte
2005-03-01INTEGRATION: CWS sdkbugfix01 (1.21.6); FILE MERGEDKurt Zenker
2005-01-31INTEGRATION: CWS sdksample (1.19.4); FILE MERGEDRüdiger Timm
2004-08-23INTEGRATION: CWS jl2 (1.17.6); FILE MERGEDRüdiger Timm
2004-05-18INTEGRATION: CWS sdk13 (1.17.40); FILE MERGEDRüdiger Timm
2004-03-17INTEGRATION: CWS sdk12bugfix (1.17.30); FILE MERGEDOliver Bolte
2003-10-20INTEGRATION: CWS sdk08 (1.16.30); FILE MERGEDOliver Bolte
2003-06-30INTEGRATION: CWS sdk04 (1.14.6); FILE MERGEDJens-Heiner Rechtien
2003-06-20INTEGRATION: CWS sdk03 (1.14.2); FILE MERGEDVladimir Glazounov
2003-06-10INTEGRATION: CWS sdk02 (1.13.6); FILE MERGEDVladimir Glazounov
2003-04-17INTEGRATION: CWS sdk01 (1.8.4.1.6); FILE MERGEDRüdiger Timm
2003-02-28#107931# synch with OOO_STABLE_1Juergen Schmidt
2003-01-14#99053# lingu reviewJuergen Schmidt
2003-01-08#99053# change variable namesJuergen Schmidt
2003-01-03#99053# updatedJuergen Schmidt
2002-10-23#99053# insert stylesheets for some color settingsJuergen Schmidt
2002-07-18#100528# Rename 'configureUnix' to 'configure'.Bertram Nolte
2002-07-15#99053# change titleJuergen Schmidt
2002-07-01#100528# Customize the documenation to the new scripts.Bertram Nolte
2002-06-06#99053# correct spellingJuergen Schmidt
2002-05-28#99053# insert env varible for auto deploymentJuergen Schmidt
2002-05-28#99053# insert linksJuergen Schmidt
2002-05-07#99053# new docu html filesJuergen Schmidt
fd1ee889127369d2bc2fce8e010b89ca65 Reviewed-on: https://gerrit.libreoffice.org/38633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-11-11loplugin:expandablemethods in chart2Noel Grandin Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb Reviewed-on: https://gerrit.libreoffice.org/30750 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-08-18cppcheck: passedByValueCaolán McNamara Change-Id: I3ffcfe1294a1cbb06aadd3a1a79e9259876e38cc 2016-03-14com::sun::star->css in chart2Noel Grandin Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69