mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
3DR removed from the blacklist
I received some excuses, and a small 1000€ donation which I shared with Mike
This commit is contained in:
parent
78a55507cd
commit
dbca85c0e8
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
<a href="http://3drobotics.com">3D Robotics</a>
|
||||
They sell the Iris+ with a modified version of OpenTX which doesn't fullfil the GPL requirements.
|
||||
No donations, no thanks, we are just free staff for them...
|
|
@ -4,7 +4,7 @@
|
|||
<file>icon.png</file>
|
||||
<file>../../CREDITS.txt</file>
|
||||
<file>../../DONATIONS.txt</file>
|
||||
<file>../../BLACKLIST.txt</file>
|
||||
<!-- <file>../../BLACKLIST.txt</file> -->
|
||||
<file>../releasenotes.txt</file>
|
||||
<file>images/9xdb.png</file>
|
||||
<file>images/9xdl.png</file>
|
||||
|
|
|
@ -63,12 +63,15 @@ ContributorsDialog::ContributorsDialog(QWidget * parent):
|
|||
" <tr><td class=\"normal\">" + tr("Honors go to Rafal Tomczak (RadioClone), Thomas Husterer (th9x) and Erez Raviv (er9x and eePe)") + "<br/></td></tr>" \
|
||||
"</table>");
|
||||
|
||||
#if 0
|
||||
QFile blacklist(":/BLACKLIST.txt");
|
||||
if (blacklist.open(QIODevice::ReadOnly | QIODevice::Text)) {
|
||||
QStringList names;
|
||||
names << blacklist.readAll();
|
||||
str.append(formatTable(tr("OpenTX Blacklist"), names, 1));
|
||||
}
|
||||
#endif
|
||||
|
||||
str.append("</body></html>");
|
||||
ui->textEditor->setHtml(str);
|
||||
ui->textEditor->scroll(0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue