Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15 from groleo/sqlite3 | Dimitri van Heesch | 2013-08-03 | 1 | -386/+200 |
|\ | | | | | Fixes for sqlite3 backend | ||||
| * | sqlite3: no more exit | Adrian Negreanu | 2013-08-03 | 1 | -17/+29 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3: support for includes and includedby | Adrian Negreanu | 2013-08-03 | 1 | -16/+46 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3: sometimes bindXParameter requires SQLITE_TRANSIENT | Adrian Negreanu | 2013-08-03 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3: add stubs for page, dirs, example and main-page | Adrian Negreanu | 2013-08-03 | 1 | -3/+65 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3: update the comments | Adrian Negreanu | 2013-08-03 | 1 | -32/+47 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3: cleanup prepareStatements | Adrian Negreanu | 2013-08-03 | 1 | -60/+21 |
| | | |||||
| * | sqlite3: fix warning 'set but not used' | Adrian Negreanu | 2013-08-03 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: remove commented code | Adrian Negreanu | 2013-08-03 | 1 | -264/+0 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: capitalize FROM keyword | Adrian Negreanu | 2013-08-02 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | Delayed expanding the HTML navigation tree until after the page has loaded | Dimitri van Heesch | 2013-08-03 | 2 | -2/+6 |
|/ | |||||
* | Bug 705190 - Incorrectly parsed Q_PROPERTY with 'long long' or 'long int' type | Dimitri van Heesch | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Bug 705217 - Can't use unicode characters to execute external commands | Dimitri van Heesch | 2013-08-01 | 1 | -6/+10 |
| | |||||
* | Bug 705219 - Accept IDs using unicode for C/C++ preprocessor | Dimitri van Heesch | 2013-08-01 | 1 | -12/+12 |
| | |||||
* | Bug 704412 - doxygen don't hide private Inherited Members | Dimitri van Heesch | 2013-08-01 | 7 | -126/+237 |
| | |||||
* | Bug 704971 - Can't build with MinGW | Dimitri van Heesch | 2013-07-28 | 2 | -2/+2 |
| | |||||
* | config.xml is now used to generate configoptions.cpp and config.doc | Dimitri van Heesch | 2013-07-28 | 8 | -4607/+6902 |
| | |||||
* | Fixed whitespace issue when using \overload without arguments | Dimitri van Heesch | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Avoid space in the output after \n command following by a newline. | Dimitri van Heesch | 2013-07-17 | 1 | -0/+7 |
| | |||||
* | Fixed problem handling C comments inside a \code block. | Dimitri van Heesch | 2013-07-16 | 1 | -3/+3 |
| | |||||
* | Improved handling of \internal and \endinternal | Dimitri van Heesch | 2013-07-15 | 5 | -24/+37 |
| | |||||
* | Removed extra newline when reading in an input file | Dimitri van Heesch | 2013-07-14 | 1 | -55/+1 |
| | |||||
* | Make XML output adhere to MAX_INITIALIZER_LINES | Dimitri van Heesch | 2013-07-14 | 1 | -3/+2 |
| | |||||
* | Fixed issue handling \elseif after \ifnot | Dimitri van Heesch | 2013-07-14 | 1 | -0/+1 |
| | |||||
* | Fixed regression that could cause double nested classes | Dimitri van Heesch | 2013-07-14 | 1 | -7/+1 |
| | |||||
* | Fixed issue handling \docbookonly..\enddocbookonly section | Dimitri van Heesch | 2013-07-13 | 2 | -1/+14 |
| | |||||
* | The language specifier in e.g. \code{.py} was ignored for the XML output | Dimitri van Heesch | 2013-07-13 | 1 | -2/+7 |
| | |||||
* | Bug 704079 - Generated XML is malformed | Dimitri van Heesch | 2013-07-12 | 1 | -67/+67 |
| | |||||
* | Bug 703574 - Add configure options to enable static SQLite and non-standard ↵ | Dimitri van Heesch | 2013-07-03 | 1 | -0/+1 |
| | | | | SQLite | ||||
* | Bug 702170 - Missing space before optional option in method argument list | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Bug 702491 - UTF-16LE BOM not handled by source browser and \snippet | Dimitri van Heesch | 2013-07-02 | 2 | -5/+20 |
| | |||||
* | Bug 702676 - Closing ) of function in function documentation is in wrong color | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Bug 703112 - Backward documentation comments are not allowed in Fortran ↵ | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | | | | type-bound procedures | ||||
* | Bug 703133 - "operator--()" transformed to "operator–()" in @copydoc | Dimitri van Heesch | 2013-07-02 | 1 | -2/+2 |
| | |||||
* | Bug 703170 - Segmentation fault parsing a fortran file | Dimitri van Heesch | 2013-07-02 | 2 | -1/+6 |
| | |||||
* | Bug 703213 - Can't use @ref instead of \ref with msc | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Fixed potential crash in sqlite3 support | Dimitri van Heesch | 2013-07-02 | 1 | -1/+4 |
| | |||||
* | Python indentation cleanup broke code generation | Dimitri van Heesch | 2013-07-02 | 3 | -255/+1071 |
| | |||||
* | Merge branch 'master' of https://github.com/pepr/doxygen into pepr | Dimitri van Heesch | 2013-07-02 | 48 | -6398/+3251 |
|\ | | | | | | | | | | | Conflicts: src/libdoxygen.pro.in winbuild/Doxygen.vcproj | ||||
| * | translator.cpp reference removed from src/libdoxygen.pro.in | Petr Prikryl | 2013-06-26 | 1 | -7/+6 |
| | | |||||
| * | CN + FI: trFunctionPrototypeDocumentation() removed | Petr Prikryl | 2013-06-25 | 2 | -9/+0 |
| | | |||||
| * | The non-used methods (see below) removed from all translator classes: | Petr Prikryl | 2013-06-25 | 38 | -1694/+0 |
| | | | | | | | | | | | | | | | | | | | | | | - QCString idLanguageCharset() - QCString trAlphabeticalList() - QCString trDCOPMethods() - QCString trDirDependency(const char *) - QCString trFuncProtos() - QCString trFunctionPrototypeDocumentation() - QCString trSearchForIndex() - QCString trWrittenBy() | ||||
| * | src/translator_adapter.h -- trDirDependency() removed | Petr Prikryl | 2013-06-25 | 1 | -2/+0 |
| | | |||||
| * | EN + CZ -- unused methods removed: | Petr Prikryl | 2013-06-25 | 3 | -102/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i.e. the ones reported in translator_report.txt as... ====================================================================== WARNING: The following translator methods are declared in the Translator class but their identifiers do not appear in source files. The situation should be checked. The .cpp files and .h files excluding the '*translator*' files in doxygen/src directory were simply searched for occurrence of the method identifiers: QCString idLanguageCharset() QCString trAlphabeticalList() QCString trDCOPMethods() QCString trDirDependency(const char *) QCString trFuncProtos() QCString trFunctionPrototypeDocumentation() QCString trSearchForIndex() QCString trWrittenBy() | ||||
| * | idLanguageCharset() method removed from all translator classes | Petr Prikryl | 2013-06-25 | 43 | -3543/+3298 |
| | | |||||
| * | src/translator.h simplified, translator.cpp removed, | Petr Prikryl | 2013-06-25 | 2 | -303/+31 |
| | | | | | | | | | | | | | | ... winbuild/Doxygen.vcproj removed. The conversion tables/functions from within translator classes not used after conversion to UTF-8. | ||||
| * | src/translatordecoder.h removed, winbuild/Doxygen.vcproj updated | Petr Prikryl | 2013-06-25 | 1 | -821/+0 |
| | | | | | | | | | | | | | | | | | | | | When running... doxygen/doc>py translator.py This script should be updated. All translators do use UTF-8 internally. The TranslatorDecoder adapter should be removed from the code and its usage should not be checked any more. (I do not believe I ever had so much time to add a check like this to the translator.py :) | ||||
| * | TranslatorJapaneseEn and TranslatorKoreanEn converted to UTF-8 | Petr Prikryl | 2013-06-25 | 3 | -12/+4 |
| | | | | | | | | | | | | Actually, the translator_je.h and translator_ke.h use only ASCII characters. The idLanguageCharset() just returns "utf-8" now. The TranslatorDecoder not used for the translator classes. | ||||
* | | Switch back to default config | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | | |||||
* | | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 31 | -2836/+2768 |
| | |