Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()' | ||||
* | Translation function trCompoundListDescription no entry for SLICE | albert-github | 2020-10-12 | 1 | -0/+4 |
| | | | | | A number of languages have no translation in the function `trCompoundListDescription()` in case the `OPTIMIZATION_OUTPUT_SLICE` is set. Translated as many as possible based on the available strings. | ||||
* | Some fixes and cleanup | Dimitri van Heesch | 2020-08-03 | 1 | -9/+4 |
| | | | | | | | | - fix issue with test 037 - moved trISOLang() to the language control section and removed the "no need for a TranslatorAdapter_1_8_19" banner. - removed unused adapter classes - add translation for Dutch | ||||
* | Adding the xml:lang tag to XML and Docbook output | albert-github | 2020-06-03 | 1 | -0/+9 |
| | | | | | | | | Adding the xml:lang attribute for XNL and Docbook output Interesting links: - language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry - example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm | ||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -14/+14 |
| | | | | improve performance | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Support generating index-color PNG files | albert-github | 2015-02-08 | 1 | -1/+1 |
| | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension. | ||||
* | Bug 736032 - [PATCH] Cleanup redundant if/else branch in src/translator_sr.h | Dimitri van Heesch | 2014-09-09 | 1 | -8/+8 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | The non-used methods (see below) removed from all translator classes: | Petr Prikryl | 2013-06-25 | 1 | -42/+0 |
| | | | | | | | | | | | - 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 | 1 | -225/+219 |
| | |||||
* | Fixed unused parameter warnings | Dimitri van Heesch | 2013-06-22 | 1 | -4/+4 |
| | |||||
* | Serbian translator in UTF-8 cleaned. | Petr Prikryl | 2013-06-19 | 1 | -234/+214 |
| | | | | Serbian translator was already in UTF-8. The decode() method was removed. | ||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -0/+4 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Release-1.5.6-20080626 | Dimitri van Heesch | 2008-06-26 | 1 | -262/+480 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070315 | Dimitri van Heesch | 2007-03-15 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -119/+122 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -1/+1 |
| | |||||
* | Release-1.4.1-20050307 | Dimitri van Heesch | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | Release-1.4.1 | Dimitri van Heesch | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Release-1.3.9.1-20041028 | Dimitri van Heesch | 2004-10-28 | 1 | -39/+95 |
| | |||||
* | Release-1.3.7-20040617 | Dimitri van Heesch | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Release-1.3.6 | Dimitri van Heesch | 2004-02-12 | 1 | -0/+4 |
| | |||||
* | Release-1.3.5-20040105 | Dimitri van Heesch | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | Release-1.3.5-20031215 | Dimitri van Heesch | 2003-12-15 | 1 | -30/+88 |
| | |||||
* | Release-1.3.3-20030808 | Dimitri van Heesch | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | Release-1.3.3 | Dimitri van Heesch | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | Release-1.3.2-20030625 | Dimitri van Heesch | 2003-06-25 | 1 | -25/+83 |
| | |||||
* | Release-1.3-rc2-20030119 | Dimitri van Heesch | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Release-1.3-rc2-20021224 | Dimitri van Heesch | 2002-12-24 | 1 | -0/+16 |
| | |||||
* | Release-1.3-rc1 | Dimitri van Heesch | 2002-11-15 | 1 | -4/+14 |
| | |||||
* | Release-1.2.18-20021020 | Dimitri van Heesch | 2002-10-20 | 1 | -1/+1 |
| | |||||
* | Release-1.2.18 | Dimitri van Heesch | 2002-09-18 | 1 | -1/+2 |
| | |||||
* | Release-1.2.17-20020811 | Dimitri van Heesch | 2002-08-11 | 1 | -65/+79 |
| | |||||
* | Release-1.2.16-20020707 | Dimitri van Heesch | 2002-07-07 | 1 | -1/+1 |
| | |||||
* | Release-1.2.16-20020609 | Dimitri van Heesch | 2002-06-09 | 1 | -0/+1400 |