-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version: Updated to 0.19.1 (17.11.2019)
- Loading branch information
Showing
6 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1417,15 +1417,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "fi" << QString::fromUtf8("Suomi [FI]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< "J. S. Tuomisto" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_FI")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "fr" << QString::fromUtf8("Français [FR]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< "Glad Deschrijver" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_FR")); | ||
|
@@ -1457,15 +1457,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "it" << QString::fromUtf8("Italiano [IT]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< "ZeroWis" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_IT")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "ja" << QString::fromUtf8("日本語 [JA]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< "Masato Hashimoto" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_JA")); | ||
|
@@ -1489,15 +1489,15 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "nl" << QString::fromUtf8("Nederlands [NL]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< "TeLLie" << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_NL")); | ||
languageFileList_->addTopLevelItem(languageItem); | ||
|
||
treeItem.clear(); | ||
treeItem << "pl" << QString::fromUtf8("Polski [PL]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< QString::fromUtf8("Piotr Pecka") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_PL")); | ||
|
@@ -1537,7 +1537,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "sk" << QString::fromUtf8("Slovenčina [SK]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< QString::fromUtf8("DAG Software (Ďanovský Ján)") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_SK")); | ||
|
@@ -1569,7 +1569,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "tr" << QString::fromUtf8("Türkçe [TR]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< QString::fromUtf8("Mert Başaranoğlu") << "[email protected]"; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_TR")); | ||
|
@@ -1593,7 +1593,7 @@ void OptionsDialog::createLanguageWidget() | |
|
||
treeItem.clear(); | ||
treeItem << "zh_CN" << QString::fromUtf8("中文 (China) [zh_CN]") | ||
<< "0.19.0" | ||
<< "0.19.1" | ||
<< QString::fromUtf8("wwj402") << ""; | ||
languageItem = new QTreeWidgetItem(treeItem); | ||
languageItem->setIcon(1, QIcon(":/flags/flag_CN")); | ||
|
c873b11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Спасибо за обновление, да и в целом за прекрасную программу!
Андрей Палкин ещё отвечает за PPA Ubuntu? Хотелось поскорее поставить новую версию :)
c873b11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вроде ещё отвечает :) можете ему отписать
c873b11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Черкнул "пару ласковых" :D
c873b11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У Вас ещё в планах "риврайт" программы? QuiteRSS2 пока пустует.
c873b11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
К сожалению, времени свободного нет, да и одному очень долго разбираться, пока мало понимаю что делать с QtQuick/QML, но хочется именно на нём написать интерфейсную часть :)