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/+7 |
|/ | | | | | | | | 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/+11 |
|\ | | | | | | | | | # Conflicts: # src/translator.h | ||||
| * | Improvement LaTeX output | albert-github | 2018-04-09 | 1 | -1/+11 |
| | | | | | | | | 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. | ||||
* | | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -1/+1 |
|/ | |||||
* | Bug 774514 - Modify in some pronounciation expression in Korean | Dimitri van Heesch | 2016-12-25 | 1 | -18/+18 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -14/+14 |
| | | | | improve performance | ||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -2/+2 |
| | |||||
* | 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 736031 - [PATCH] Cleanup redundant if/else branch in src/translator_kr.h | Dimitri van Heesch | 2014-09-09 | 1 | -3/+3 |
| | |||||
* | Bug 735475 - Same Expression in translator_kr.h | Dimitri van Heesch | 2014-08-30 | 1 | -24/+24 |
| | |||||
* | 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 | -48/+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 | -6/+0 |
| | |||||
* | Korean translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 1 | -547/+547 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -0/+119 |
| | |||||
* | 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 | -3/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -0/+53 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1-20100822 | Dimitri van Heesch | 2010-08-22 | 1 | -0/+56 |
| | |||||
* | Release-1.6.3-20100418 | Dimitri van Heesch | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.0 | Dimitri van Heesch | 2009-08-20 | 1 | -1/+35 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Release-1.5.8-20090129 | Dimitri van Heesch | 2009-01-29 | 1 | -3/+2 |
| | |||||
* | Release-1.5.5 | Dimitri van Heesch | 2008-02-10 | 1 | -6/+7 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -4/+203 |
| | |||||
* | Release-1.5.3-20070925 | Dimitri van Heesch | 2007-09-25 | 1 | -369/+407 |
| | |||||
* | 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 | -2/+4 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -2/+2 |
| | |||||
* | Release-1.4.2-20050410 | Dimitri van Heesch | 2005-04-10 | 1 | -235/+146 |
| | |||||
* | Release-1.4.2 | Dimitri van Heesch | 2005-03-28 | 1 | -58/+75 |
| | |||||
* | Release-1.4.1-20050315 | Dimitri van Heesch | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | Release-1.4.1 | Dimitri van Heesch | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Release-1.3.9.1-20041224 | Dimitri van Heesch | 2004-12-24 | 1 | -122/+243 |
| | |||||
* | 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.4-20031026 | Dimitri van Heesch | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | Release-1.3.4-20031019 | Dimitri van Heesch | 2003-10-19 | 1 | -172/+229 |
| | |||||
* | Release-1.3.3-20030808 | Dimitri van Heesch | 2003-08-08 | 1 | -0/+56 |
| | |||||
* | Release-1.3-20030421 | Dimitri van Heesch | 2003-04-21 | 1 | -1/+1 |
| |