Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/translator.h simplified, translator.cpp removed, | Petr Prikryl | 2013-06-25 | 3 | -4571/+4259 |
| | | | | | | | ... winbuild/Doxygen.vcproj removed. The conversion tables/functions from within translator classes not used after conversion to UTF-8. | ||||
* | doc/translator.py -- TranslatorDecoder checks removed | Petr Prikryl | 2013-06-25 | 1 | -42/+1 |
| | |||||
* | src/translatordecoder.h removed, winbuild/Doxygen.vcproj updated | Petr Prikryl | 2013-06-25 | 2 | -825/+0 |
| | | | | | | | | | | When running... doxygen/doc>py translator.py This script should be updated. All translators do use UTF-8 internally. The TranslatorDecoder adapter should be removed from the code and its usage should not be checked any more. (I do not believe I ever had so much time to add a check like this to the translator.py :) | ||||
* | TranslatorJapaneseEn and TranslatorKoreanEn converted to UTF-8 | Petr Prikryl | 2013-06-25 | 3 | -12/+4 |
| | | | | | | Actually, the translator_je.h and translator_ke.h use only ASCII characters. The idLanguageCharset() just returns "utf-8" now. The TranslatorDecoder not used for the translator classes. | ||||
* | src/unistd.h ignored | Petr Prikryl | 2013-06-25 | 1 | -0/+1 |
| | | | | | This is a (generated) dummy file, that is needed for compiling files that are generated with flex under Windows 95/NT. | ||||
* | winbuild/pack_the_distribution_for_windows.py finalized and cleaned | Petr Prikryl | 2013-06-24 | 1 | -51/+18 |
| | |||||
* | Replaced utf8 character that broke latex compilation of the manual | Dimitri van Heesch | 2013-06-23 | 3 | -1315/+1315 |
| | |||||
* | Invalid source encoding warning no longer needs to be suppressed | Dimitri van Heesch | 2013-06-23 | 2 | -2/+2 |
| | |||||
* | Fixed unused parameter warnings | Dimitri van Heesch | 2013-06-22 | 1 | -4/+4 |
| | |||||
* | Merge pull request #12 from pepr/master | Dimitri van Heesch | 2013-06-22 | 14 | -1479/+1807 |
|\ | | | | | Almost all translators converted to UTF-8 | ||||
| * | winbuild/pack_the_distribution_for_windows.py modified for Python 2 | Petr Prikryl | 2013-06-21 | 1 | -2/+3 |
| | | | | | | | | Basically, only "from __future__ import print_function" added. | ||||
| * | translator.py fixed (non ASCII char inside without the encoding decl.) | Petr Prikryl | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | New script winbuild/pack_the_distribution_for_windows.py | Petr Prikryl | 2013-06-21 | 1 | -0/+264 |
| | | |||||
| * | Minor fix of info inside translator.py | Petr Prikryl | 2013-06-21 | 1 | -3/+1 |
| | | |||||
| * | doc/.gitignore introduced -- mailto.txt ignored | Petr Prikryl | 2013-06-21 | 1 | -0/+1 |
| | | | | | | | | The mailto.txt file is generated by the translator.py. | ||||
| * | The generated language.doc reflects the translator classes changes. | Petr Prikryl | 2013-06-21 | 1 | -2/+2 |
| | | |||||
| * | translator_report.txt for the time. | Petr Prikryl | 2013-06-20 | 1 | -31/+4 |
| | | |||||
| * | JP maintainer's name added an accent in the maintainers.txt. | Petr Prikryl | 2013-06-20 | 1 | -1/+1 |
| | | |||||
| * | TranslatorDecoder removed for Slovene. | Petr Prikryl | 2013-06-20 | 1 | -1/+1 |
| | | |||||
| * | Slovene converted to UTF-8. | Petr Prikryl | 2013-06-20 | 2 | -154/+149 |
| | | | | | | | | | | There was an encoding bug introduced in the past. The characters 'š', 'č', and 'ž' were substitued in editor instead of the funny nochars. | ||||
| * | Chinese traditional almost up-to-date (trLegendDoc has the old content). | Petr Prikryl | 2013-06-20 | 1 | -29/+29 |
| | | |||||
| * | Chinese traditional converted to UTF-8 plus getting ready for the update. | Petr Prikryl | 2013-06-19 | 2 | -2/+159 |
| | | |||||
| * | Chinese-traditional converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -32/+32 |
| | | | | | | | | | | It already was in UTF-8. It was only declared as BIG5. Trailing spaces removed. TranslatorDecoder removed for the language. | ||||
| * | translator_report.txt | Petr Prikryl | 2013-06-19 | 1 | -10/+0 |
| | | |||||
| * | Indonesian translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -153/+153 |
| | | |||||
| * | Swedish translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -245/+245 |
| | | |||||
| * | Serbian translator in UTF-8 cleaned. | Petr Prikryl | 2013-06-19 | 2 | -235/+215 |
| | | | | | | | | Serbian translator was already in UTF-8. The decode() method was removed. | ||||
| * | Japanese translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -400/+369 |
| | | | | | | | | The decode() method removed. | ||||
| * | Afrikaans translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -209/+209 |
| | | | | | | | | The ë replaced by the character. | ||||
* | | Add support for writing and importing C++11 style enums to and from tag files | Dimitri van Heesch | 2013-06-22 | 3 | -27/+92 |
|/ | |||||
* | Merge pull request #11 from groleo/for-upstream | Dimitri van Heesch | 2013-06-18 | 2 | -39/+40 |
|\ | | | | | sqlite3 fixes | ||||
| * | sqlite3: remove trailing spaces | Adrian Negreanu | 2013-06-18 | 1 | -33/+33 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: fix some copy-paste | Adrian Negreanu | 2013-06-18 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: fix misleading error message | Adrian Negreanu | 2013-06-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: fix the case when libsqlite3 is a symlink | Adrian Negreanu | 2013-06-18 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | sqlite3: exit when sqlite is requested but not found | Adrian Negreanu | 2013-06-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | Merge pull request #9 from pepr/master | Dimitri van Heesch | 2013-06-18 | 12 | -3357/+3344 |
|\ \ | | | | | | | Several TranslatorXxxx files converted to UTF-8 | ||||
| * | | translator_report and language.doc generated for the changes | Petr Prikryl | 2013-06-18 | 2 | -1438/+1361 |
| | | | |||||
| * | | Norwegian translator converted to utf-8. | Petr Prikryl | 2013-06-18 | 2 | -208/+208 |
| | | | |||||
| * | | Lithuanian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -287/+287 |
| | | | |||||
| * | | Hungarian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -384/+384 |
| | | | |||||
| * | | TranslatorDecoder removed for Russian. | Petr Prikryl | 2013-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The TranslatorRussian already uses UTF-8; anyway, TranslatorDecoder was still used in the language.cpp. | ||||
| * | | Danish translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -87/+87 |
| | | | |||||
| * | | TranslatorDecoder removed for Romanian. | Petr Prikryl | 2013-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The TranslatorRomanian was already converted to UTF-8 earlier, but the TranslatorDecoder was still used in the language.cpp. | ||||
| * | | Latvian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -394/+394 |
| | | | |||||
| * | | Korean translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -555/+555 |
| | | | |||||
| * | | Translators for ES and FR -- base class fixed. | Petr Prikryl | 2013-06-18 | 2 | -2/+59 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2013-06-18 | 38 | -104/+330 |
| |\ \ | | |/ | |||||
| * | | winbuild/.gitignore added | Petr Prikryl | 2013-05-31 | 1 | -0/+7 |
| | | | |||||
* | | | Bug 702590 - Crash with TAB_SIZE=-1 | Dimitri van Heesch | 2013-06-18 | 1 | -1/+4 |
| | | |