summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-24/+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 cleanupDimitri van Heesch2020-08-031-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_langDimitri van Heesch2020-08-011-8/+0
|\
| * Remove not used translator functionalbert-github2020-06-171-8/+0
| | | | | | | | The translator function trDesignOverview was not used anymore.
* | Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-031-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 pull request #752 from albert-github/feature/bug_782082Dimitri van Heesch2018-06-101-1/+7
|\ | | | | Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible
| * Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to ↵albert-github2018-05-311-1/+7
| | | | | | | | | | | | PDF is not possible Added commands as indicated to overrule \cline and \cmidrule due to problems with `-`
* | Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-1/+1
|/
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-13/+13
| | | | improve performance
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-2/+2
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Support generating index-color PNG filesalbert-github2015-02-081-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 copyrightDimitri van Heesch2014-02-111-1/+1
|
* EN + CZ -- unused methods removed:Petr Prikryl2013-06-251-47/+0
| | | | | | | | | | | | | | | | | | | | 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 classesPetr Prikryl2013-06-251-6/+0
|
* Fixed translation base class and updated Czech translationDimitri van Heesch2013-05-201-1/+58
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-1/+5
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+66
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-1/+1
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-212/+255
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-1/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5Dimitri van Heesch2011-08-141-1/+18
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-2/+59
|
* Release-1.6.3-20100418Dimitri van Heesch2010-04-181-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-3/+2
|
* Release-1.6.1Dimitri van Heesch2009-08-251-14/+46
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-1/+1
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-66/+249
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-344/+332
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-16/+19
|
* Release-1.4.7-20060716Dimitri van Heesch2006-07-161-1/+9
|
* Release-1.4.7Dimitri van Heesch2006-06-111-1/+15
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-2/+2
|
* Release-1.4.1-20050315Dimitri van Heesch2005-03-151-92/+39
|
* Release-1.4.1-20050307Dimitri van Heesch2005-03-071-1/+1
|
* Release-1.4.1-20050227Dimitri van Heesch2005-02-271-55/+1
|
* Release-1.4.1Dimitri van Heesch2005-01-111-1/+1
|
* Release-1.3.8-20040928Dimitri van Heesch2004-09-281-1/+55
|
* Release-1.3.8-20040906Dimitri van Heesch2004-09-061-1/+1
|
* Release-1.3.7-20040704Dimitri van Heesch2004-07-041-2/+15
|
* Release-1.3.7-20040617Dimitri van Heesch2004-06-171-1/+1
|
* Release-1.3.7-20040517Dimitri van Heesch2004-05-171-7/+17
|
* Release-1.3.6Dimitri van Heesch2004-02-121-0/+4
|
* Release-1.3.5-20040105Dimitri van Heesch2004-01-051-1/+1
|