summaryrefslogtreecommitdiff
path: root/shell/qa
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa')
0 files changed, 0 insertions, 0 deletions
k?h=feature/taggedPDF&id=de030cd7a234fd9191364647deb1a4836ca992cb'>gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> 2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> 2015-05-13Also generated doxygen docu for the org UNOIDL treeStephan Bergmann Change-Id: Ia903c473a482ff228e013aa28f3a041b12cf2a79 2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist Introduce SDKDIRNAME as a configury variable and use it instead of the gbuild gb_Package_SDKDIRNAME. Then we can easily construct the SDKDIRNAME_FOR_BUILD variant that is needed to find the specially named SDK in instdir on OS X when cross-compiling. Move the version number section in configure.ac earlier. Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701 2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl Change-Id: I46f4954ef07f60e1f7824a47f0617f8612ea9505 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: remove output directory before invoking doxygenMichael Stahl Change-Id: I04b8dbecbe62f8d72ca75f6508046294c3409a17 2013-06-04odk: generate IDL docs with doxygenMichael Stahl Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036 2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640 2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl - give right path to STRIP_FROM_PATH - prefix vars - depend on makefile - only call cygpath in rule Change-Id: Iceef191751b82a423be354db1f0a3ca4fc213e04 2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec 2013-05-04install cpp docs using filelistDavid Tardon Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 Reviewed-on: https://gerrit.libreoffice.org/3775 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-24ritually kill odkcommon.zipDavid Tardon Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067 2013-04-24clean up install. of C++ docsDavid Tardon Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77 Reviewed-on: https://gerrit.libreoffice.org/3587 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-24fix indentationDavid Tardon Change-Id: I59614470c0560187870b19e18903ed79b7b35d90 Reviewed-on: https://gerrit.libreoffice.org/3586 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-24move URE headers to include/David Tardon Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2013-04-15adapt doxygen to INSTDIRPeter Foley Change-Id: Iedb7f0c8e598b6b4387b0622ae5d8804a03eabb3 2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl These libraries were never part of the stable URE interface, and thus including their headers and import libs in the SDK was a mistake. Apparently at least on MacOSX and some Linux distros it was not possible to link against the libraries anyway. Change-Id: I3c43c86ff5d7bc316ed7af0be4ef313f7869ac23 2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar Change-Id: I25fc78104cedb83990b1c03f589b50a94890e7da 2013-03-18cleanup doxygen warningsPeter Foley Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595 2013-03-15fix deps for odkcommon.zipDavid Tardon Change-Id: I06667cbb1fe24356bb24b7781258ef2c194f0e4d 2013-03-03doxygen fixesPeter Foley Change-Id: I18dd661bffc2dedecf13404b6772fb4dcdeaa24d 2013-03-03silence doxygenDavid Tardon Change-Id: I8114c6ab7a70572ed530800a4fbc323efaa1a641 2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1 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-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>