1. 25 Jun, 2013 7 commits
    • Petr Prikryl's avatar
      EN + CZ -- unused methods removed: · d2a38395
      Petr Prikryl authored
      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()
      d2a38395
    • Petr Prikryl's avatar
    • Petr Prikryl's avatar
      src/translator.h simplified, translator.cpp removed, · d274d6cf
      Petr Prikryl authored
      ... winbuild/Doxygen.vcproj removed.
      
      The conversion tables/functions from within translator classes not used
      after conversion to UTF-8.
      d274d6cf
    • Petr Prikryl's avatar
      9af29601
    • Petr Prikryl's avatar
      src/translatordecoder.h removed, winbuild/Doxygen.vcproj updated · 49009182
      Petr Prikryl authored
      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 :)
      49009182
    • Petr Prikryl's avatar
      TranslatorJapaneseEn and TranslatorKoreanEn converted to UTF-8 · b8c8a047
      Petr Prikryl authored
      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.
      b8c8a047
    • Petr Prikryl's avatar
      src/unistd.h ignored · 07e98818
      Petr Prikryl authored
      This is a (generated) dummy file, that is needed for compiling files
      that are generated with flex under Windows 95/NT.
      07e98818
  2. 24 Jun, 2013 1 commit
  3. 23 Jun, 2013 2 commits
  4. 22 Jun, 2013 3 commits
  5. 21 Jun, 2013 6 commits
  6. 20 Jun, 2013 5 commits
  7. 19 Jun, 2013 8 commits
  8. 18 Jun, 2013 8 commits