Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -23/+23 |
| | | | | | | | | | | | | | | | | | 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()' | ||||
* | 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 | ||||
* | Merge branch 'master' into feature/bug_xml_lang | Dimitri van Heesch | 2020-08-01 | 1 | -8/+0 |
|\ | |||||
| * | Remove not used translator function | albert-github | 2020-06-17 | 1 | -8/+0 |
| | | | | | | | | The translator function trDesignOverview was not used anymore. | ||||
* | | Adding the xml:lang tag to XML and Docbook output | albert-github | 2020-06-03 | 1 | -0/+8 |
|/ | | | | | | | | 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 | ||||
* | Merge branch 'master' into vhdl-localization | Andreas Regel | 2018-05-28 | 1 | -1/+13 |
|\ | | | | | | | | | # Conflicts: # src/translator.h | ||||
| * | Improvement LaTeX output | albert-github | 2018-04-09 | 1 | -0/+12 |
| | | | | | | | | For a number of languages the output in LaTeX has been improved so the regular documentation can be generated (automatically) in LaTeX / PDF as well. | ||||
| * | Misc. typos | luz.paz | 2018-02-06 | 1 | -1/+1 |
| | | |||||
* | | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -1/+1 |
|/ | |||||
* | Improve Chinese translation | Zhaosheng Pan | 2017-08-17 | 1 | -2/+2 |
| | | | | | | "References" -> 引用了 "Referenced by" -> 被这些函数引用 These makes more sense than "参考" and "参考自"。 | ||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -14/+14 |
| | | | | improve performance | ||||
* | add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPC | alex85k | 2015-10-28 | 1 | -59/+59 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -2/+2 |
| | |||||
* | Update translator_cn.h | Lian Yang | 2015-06-24 | 1 | -1/+116 |
| | | | update to 1.8.4 | ||||
* | 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. | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | CN + FI: trFunctionPrototypeDocumentation() removed | Petr Prikryl | 2013-06-25 | 1 | -3/+0 |
| | |||||
* | The non-used methods (see below) removed from all translator classes: | Petr Prikryl | 2013-06-25 | 1 | -36/+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 | -190/+185 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -2/+6 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -653/+607 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -314/+332 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -1/+76 |
| | |||||
* | 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.5 | Dimitri van Heesch | 2008-02-10 | 1 | -1/+252 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.3-20070925 | Dimitri van Heesch | 2007-09-25 | 1 | -4/+4 |
| | |||||
* | Release-1.5.2-20070610 | Dimitri van Heesch | 2007-06-10 | 1 | -1/+2 |
| | |||||
* | Release-1.5.1-20070315 | Dimitri van Heesch | 2007-03-15 | 1 | -1/+4 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Release-1.4.7-20060716 | Dimitri van Heesch | 2006-07-16 | 1 | -1/+39 |
| | |||||
* | 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 | -60/+9 |
| | |||||
* | Release-1.4.1 | Dimitri van Heesch | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Release-1.3.8-20040928 | Dimitri van Heesch | 2004-09-28 | 1 | -1/+64 |
| | |||||
* | Release-1.3.8-20040906 | Dimitri van Heesch | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | Release-1.3.8-20040803 | Dimitri van Heesch | 2004-08-03 | 1 | -2/+15 |
| | |||||
* | Release-1.3.7-20040718 | Dimitri van Heesch | 2004-07-18 | 1 | -22/+210 |
| | |||||
* | 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 |
| |