OSDN Git Service

Set creation/modified time of the encoded file the same value as the original file...
[lamexp/LameXP.git] / src / Dialog_About.cpp
index b1b79b2..149bc6d 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@
 #define MAKE_TRANSPARENT(WIDGET) do { QPalette _p = (WIDGET)->palette(); _p.setColor(QPalette::Background, Qt::transparent); (WIDGET)->setPalette(_p); } while(0)
 
 //Constants
-const char *AboutDialog::neroAacUrl = "http://www.videohelp.com/tools/Nero-AAC-Codec"; //"http://www.nero.com/eng/company/about-nero/nero-aac-codec.php";
+const char *AboutDialog::neroAacUrl = "http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"; //"http://www.videohelp.com/tools/Nero-AAC-Codec";
 const char *AboutDialog::disqueUrl =  "http://muldersoft.com/?player_url=38X-MXOB014";
 
 //Contributors
@@ -77,21 +77,22 @@ static const struct
 }
 g_lamexp_translators[] =
 {
-       {"en", L"Englisch",   L"LoRd_MuldeR",         "MuldeR2@GMX.de"        },
-       {"de", L"Deutsch",    L"LoRd_MuldeR",         "MuldeR2@GMX.de"        },
-       {"",   L"",           L"Bodo Thevissen",      "Bodo@thevissen.de"     },
-       {"es", L"Español",    L"Rub3nCT",             "Rub3nCT@gmail.com"     },
-       {"fr", L"Française",  L"Dodich Informatique", "Dodich@live.fr"        },
-       {"it", L"Italiano",   L"Roberto",             "Gulliver_69@libero.it" },
-       {"kr", L"한국어",        L"JaeHyung Lee",        "Kolanp@gmail.com"      },
-       {"pl", L"Polski",     L"Sir Daniel K",        "Sir.Daniel.K@gmail.com"},
-       {"ru", L"Русский",    L"Neonailol",           "Neonailol@gmail.com"   },
-       {"",   L"",           L"Иван Митин",          "bardak@inbox.ru"       },
-       {"sv", L"Svenska",    L"Åke Engelbrektson",   "eson57@gmail.com"      },
-       {"tw", L"繁体中文",       L"456Vv",               "123@456vv.com"         },
-       {"uk", L"Українська", L"Arestarh",            "Arestarh@ukr.net"      },
-       {"zh", L"简体中文",       L"456Vv",               "123@456vv.com"         },
-       {"",   L"",           L"庄泓川",                 "kidneybean@sohu.com"   },
+       {"en", L"Englisch",   L"LoRd_MuldeR",         "MuldeR2@GMX.de"           },
+       {"de", L"Deutsch",    L"LoRd_MuldeR",         "MuldeR2@GMX.de"           },
+       {"",   L"",           L"Bodo Thevissen",      "Bodo@thevissen.de"        },
+       {"es", L"Español",    L"Rub3nCT",             "Rub3nCT@gmail.com"        },
+       {"fr", L"Française",  L"Dodich Informatique", "Dodich@live.fr"           },
+       {"hu", L"Magyarul",   L"ZityiSoft Team",      "zityisoft@gmail.com"      },
+       {"it", L"Italiano",   L"Roberto",             "Gulliver_69@libero.it"    },
+       {"kr", L"한국어",        L"JaeHyung Lee",        "Kolanp@gmail.com"         },
+       {"pl", L"Polski",     L"Sir Daniel K",        "Sir.Daniel.K@gmail.com"   },
+       {"ru", L"Русский",    L"Neonailol",           "Neonailol@gmail.com"      },
+       {"",   L"",           L"Иван Митин",          "bardak@inbox.ru"          },
+       {"sv", L"Svenska",    L"Åke Engelbrektson",   "eson@svenskasprakfiler.se"},
+       {"tw", L"繁体中文",       L"456Vv",               "123@456vv.com"            },
+       {"uk", L"Українська", L"Arestarh",            "Arestarh@ukr.net"         },
+       {"zh", L"简体中文",       L"456Vv",               "123@456vv.com"            },
+       {"",   L"",           L"庄泓川",                 "kidneybean@sohu.com"      },
        {NULL, NULL, NULL, NULL}
 };
 
@@ -110,7 +111,6 @@ g_lamexp_specialThanks[] =
        { "GitHub",                "http://github.com/"            },
        { "SourceForge",           "http://sourceforge.net/"       },
        { "Qt Developer Network",  "http://qt-project.org/"        },
-       { "BerliOS Developer",     "http://developer.berlios.de/"  },
        { "CodePlex",              "http://www.codeplex.com/"      },
        { "Marius Hudea",          "http://savedonthe.net/"        },
        { "Codecs.com",            "http://www.codecs.com/"        },
@@ -128,9 +128,8 @@ g_lamexp_mirrors[] =
        { "GitHub.com",      "https://github.com/lordmulder/LameXP"              },
        { "SourceForge.net", "http://sourceforge.net/p/lamexp/code/"             },
        { "Bitbucket.org",   "https://bitbucket.org/lord_mulder/lamexp"          },
-       { "Gitorious.org",   "https://gitorious.org/lamexp"                      },
+       { "GitLab.com"   ,   "https://gitlab.com/lamexp/lamexp"                  },
        { "Codeplex.com",    "https://lamexp.codeplex.com/SourceControl/latest"  },
-       { "Berlios.de",      "http://git.berlios.de/cgi-bin/gitweb.cgi?p=lamexp" },
        { "Assembla.com",    "https://www.assembla.com/spaces/lamexp/"           },
        { NULL, NULL }
 };
@@ -814,7 +813,7 @@ void AboutDialog::initSoftwareTab(void)
                tr("dcaenc"),
                "dcaenc.exe", "????-??-??",
                tr("Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL."),
-               "http://gitorious.org/dtsenc/dtsenc/trees/master"
+               "https://gitlab.com/patrakov/dcaenc"
        );
        moreAboutText += makeToolText
        (