Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -25/+25 |
| | | | | | | | | | | | | | | | | | 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/+5 |
| | | | | | | | | - 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 | ||||
* | Added the few missing French translations | Romain Bailly | 2020-01-25 | 1 | -13/+28 |
| | |||||
* | Fixed indenting in French translation so as to minimize differences with the ↵ | Romain Bailly | 2020-01-25 | 1 | -950/+949 |
| | | | | English version | ||||
* | French translation for VHDL additions | Bernard Normier | 2018-11-19 | 1 | -0/+113 |
| | |||||
* | Fix French lang build | Joe George | 2018-11-02 | 1 | -2/+2 |
| | |||||
* | Added French translation | Bernard Normier | 2018-11-02 | 1 | -37/+41 |
| | |||||
* | Remove non-english translations | Joe George | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -0/+135 |
| | | | | Added a Slice-optimized output mode. | ||||
* | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Bug 557094 - Wrong spacing in function names with french language (latex output) | albert-github | 2017-10-01 | 1 | -1/+2 |
| | | | | Removed superfluous space in case of French as output language | ||||
* | 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 | -2/+2 |
| | | | | | | | 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 |
| | |||||
* | French translator up-to-date. | Petr Prikryl | 2013-09-02 | 1 | -37/+36 |
| | |||||
* | 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 | -7/+0 |
| | |||||
* | Translators for ES and FR -- base class fixed. | Petr Prikryl | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | French maintainer added, TranslatorFrench converted to UTF-8. | Petr Prikryl | 2013-05-22 | 1 | -481/+643 |
| | | | | English tail added from "since 1.8.0" to be translated. | ||||
* | 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.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.1 | Dimitri van Heesch | 2011-08-21 | 1 | -226/+187 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -0/+11 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | 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.1-20091027 | Dimitri van Heesch | 2009-10-27 | 1 | -8/+209 |
| | |||||
* | Release-1.6.1-20091004 | Dimitri van Heesch | 2009-10-04 | 1 | -6/+41 |
| | |||||
* | Release-1.5.5-20080420 | Dimitri van Heesch | 2008-04-20 | 1 | -1/+1 |
| | |||||
* | Release-1.5.5 | Dimitri van Heesch | 2008-02-10 | 1 | -1/+1 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Release-1.5.0 | Dimitri van Heesch | 2006-10-17 | 1 | -1157/+1228 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -2/+2 |
| | |||||
* | Release-1.4.4 | Dimitri van Heesch | 2005-07-21 | 1 | -1/+17 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Release-1.3.9 | Dimitri van Heesch | 2004-10-05 | 1 | -1/+61 |
| | |||||
* | Release-1.3.7-20040617 | Dimitri van Heesch | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Release-1.3.7 | Dimitri van Heesch | 2004-05-07 | 1 | -218/+384 |
| | |||||
* | 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 |
| |