diff --git a/data/translations/pokerth_de.qm b/data/translations/pokerth_de.qm index 6d348fae..a8c895d9 100644 Binary files a/data/translations/pokerth_de.qm and b/data/translations/pokerth_de.qm differ diff --git a/src/gui/qt/aboutpokerth.ui b/src/gui/qt/aboutpokerth.ui index 2e243187..8c3d8e18 100755 --- a/src/gui/qt/aboutpokerth.ui +++ b/src/gui/qt/aboutpokerth.ui @@ -11,7 +11,7 @@ - About PokerTH 0.6 + About PokerTH 0.6-beta @@ -51,7 +51,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> diff --git a/src/gui/qt/mainwindow.ui b/src/gui/qt/mainwindow.ui index ce5702f6..7d659f31 100644 --- a/src/gui/qt/mainwindow.ui +++ b/src/gui/qt/mainwindow.ui @@ -22,7 +22,7 @@ - PokerTH 0.6 - The Open-Source Texas Holdem Engine + PokerTH 0.6-beta - The Open-Source Texas Holdem Engine @@ -193,6 +193,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -392,6 +418,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -498,6 +550,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -790,6 +868,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -1038,6 +1142,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -1384,6 +1514,71 @@ true + + + + 6 + 64 + 79 + 114 + + + + true + + + + + + 95 + 64 + 79 + 114 + + + + true + + + + + + 184 + 64 + 79 + 114 + + + + true + + + + + + 280 + 64 + 79 + 114 + + + + true + + + + + + 376 + 64 + 79 + 114 + + + + true + + @@ -1557,6 +1752,32 @@ Qt::AlignCenter + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -2271,6 +2492,12 @@ Qt::Horizontal + + QSlider::NoTicks + + + 10 + @@ -2426,6 +2653,32 @@ Qt::NoTextInteraction + + + + 0 + 0 + 80 + 111 + + + + true + + + + + + 39 + 0 + 80 + 111 + + + + true + + @@ -3106,6 +3359,11 @@ QLabel
mystatuslabel.h
+ + MyCardsPixmapLabel + QLabel +
mycardspixmaplabel.h
+
spinBox_set @@ -3123,42 +3381,10 @@ 624 - 808 + 800 638 - - horizontalSlider_bet - valueChanged(int) - spinBox_set - setValue(int) - - - 585 - 509 - - - 579 - 479 - - - - - spinBox_set - valueChanged(int) - horizontalSlider_bet - setValue(int) - - - 621 - 479 - - - 621 - 509 - - - diff --git a/src/gui/qt/mainwindow/log/log.cpp b/src/gui/qt/mainwindow/log/log.cpp index 226999c6..1ccc0322 100644 --- a/src/gui/qt/mainwindow/log/log.cpp +++ b/src/gui/qt/mainwindow/log/log.cpp @@ -70,7 +70,7 @@ Log::Log(mainWindowImpl* w, ConfigFile *c) : myW(w), myConfig(c), myLogDir(0), m stream << "\n"; stream << "\n"; stream << "\n"; - stream << "

Log-File for PokerTH 0.6 Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"

\n"; + stream << "

Log-File for PokerTH 0.6-beta Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"

\n"; myLogFile->close(); //Zu alte Dateien löschen!!! diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index a31ecf77..7019180f 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -53,6 +53,8 @@ #include +#include "math.h" + #define FORMATLEFT(X) "

(X)" #define FORMATRIGHT(X) "(X)

" @@ -75,108 +77,10 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent) setupUi(this); - //pixmapCardsLabel erstellen und ins Layout einfügen! - pixmapLabel_cardBoard0 = new MyCardsPixmapLabel(frame_Board); - pixmapLabel_cardBoard0->setObjectName(QString::fromUtf8("pixmapLabel_BoardCard0")); - pixmapLabel_cardBoard0->setScaledContents(true); - pixmapLabel_cardBoard0->setGeometry(QRect(6, 64, 79, 114)); - - pixmapLabel_cardBoard1 = new MyCardsPixmapLabel(frame_Board); - pixmapLabel_cardBoard1->setObjectName(QString::fromUtf8("pixmapLabel_BoardCard1")); - pixmapLabel_cardBoard1->setScaledContents(true); - pixmapLabel_cardBoard1->setGeometry(QRect(95, 64, 79, 114)); - - pixmapLabel_cardBoard2 = new MyCardsPixmapLabel(frame_Board); - pixmapLabel_cardBoard2->setObjectName(QString::fromUtf8("pixmapLabel_BoardCard2")); - pixmapLabel_cardBoard2->setScaledContents(true); - pixmapLabel_cardBoard2->setGeometry(QRect(184, 64, 79, 114)); - - pixmapLabel_cardBoard3 = new MyCardsPixmapLabel(frame_Board); - pixmapLabel_cardBoard3->setObjectName(QString::fromUtf8("pixmapLabel_BoardCard3")); - pixmapLabel_cardBoard3->setScaledContents(true); - pixmapLabel_cardBoard3->setGeometry(QRect(280, 64, 79, 114)); - - pixmapLabel_cardBoard4 = new MyCardsPixmapLabel(frame_Board); - pixmapLabel_cardBoard4->setObjectName(QString::fromUtf8("pixmapLabel_BoardCard4")); - pixmapLabel_cardBoard4->setScaledContents(true); - pixmapLabel_cardBoard4->setGeometry(QRect(376, 64, 79, 114)); - - - pixmapLabel_card0a = new MyCardsPixmapLabel(frame_Cards0); - pixmapLabel_card0a->setObjectName(QString::fromUtf8("pixmapLabel_card0a")); - pixmapLabel_card0a->setScaledContents(true); - pixmapLabel_card0a->setGeometry(QRect(0, 0, 80, 111)); -// pixmapLabel_card0a->setFocusPolicy(Qt::NoFocus); - - pixmapLabel_card0b = new MyCardsPixmapLabel(frame_Cards0); - pixmapLabel_card0b->setObjectName(QString::fromUtf8("pixmapLabel_card0b")); - pixmapLabel_card0b->setScaledContents(true); - pixmapLabel_card0b->setGeometry(QRect(39, 0, 80, 111)); - + //Player0 pixmapCardsLabel needs Myw pixmapLabel_card0b->setMyW(this); pixmapLabel_card0a->setMyW(this); - pixmapLabel_card1a = new MyCardsPixmapLabel(frame_Cards1); - pixmapLabel_card1a->setObjectName(QString::fromUtf8("pixmapLabel_card1a")); - pixmapLabel_card1a->setScaledContents(true); - pixmapLabel_card1a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card1b = new MyCardsPixmapLabel(frame_Cards1); - pixmapLabel_card1b->setObjectName(QString::fromUtf8("pixmapLabel_card1b")); - pixmapLabel_card1b->setScaledContents(true); - pixmapLabel_card1b->setGeometry(QRect(39, 0, 80, 111)); - - pixmapLabel_card2a = new MyCardsPixmapLabel(frame_Cards2); - pixmapLabel_card2a->setObjectName(QString::fromUtf8("pixmapLabel_card2a")); - pixmapLabel_card2a->setScaledContents(true); - pixmapLabel_card2a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card2b = new MyCardsPixmapLabel(frame_Cards2); - pixmapLabel_card2b->setObjectName(QString::fromUtf8("pixmapLabel_card2b")); - pixmapLabel_card2b->setScaledContents(true); - pixmapLabel_card2b->setGeometry(QRect(39, 0, 80, 111)); - - pixmapLabel_card3a = new MyCardsPixmapLabel(frame_Cards3); - pixmapLabel_card3a->setObjectName(QString::fromUtf8("pixmapLabel_card3a")); - pixmapLabel_card3a->setScaledContents(true); - pixmapLabel_card3a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card3b = new MyCardsPixmapLabel(frame_Cards3); - pixmapLabel_card3b->setObjectName(QString::fromUtf8("pixmapLabel_card3b")); - pixmapLabel_card3b->setScaledContents(true); - pixmapLabel_card3b->setGeometry(QRect(39, 0, 80, 111)); - - pixmapLabel_card4a = new MyCardsPixmapLabel(frame_Cards4); - pixmapLabel_card4a->setObjectName(QString::fromUtf8("pixmapLabel_card4a")); - pixmapLabel_card4a->setScaledContents(true); - pixmapLabel_card4a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card4b = new MyCardsPixmapLabel(frame_Cards4); - pixmapLabel_card4b->setObjectName(QString::fromUtf8("pixmapLabel_card4b")); - pixmapLabel_card4b->setScaledContents(true); - pixmapLabel_card4b->setGeometry(QRect(39, 0, 80, 111)); - - pixmapLabel_card5a = new MyCardsPixmapLabel(frame_Cards5); - pixmapLabel_card5a->setObjectName(QString::fromUtf8("pixmapLabel_card5a")); - pixmapLabel_card5a->setScaledContents(true); - pixmapLabel_card5a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card5b = new MyCardsPixmapLabel(frame_Cards5); - pixmapLabel_card5b->setObjectName(QString::fromUtf8("pixmapLabel_card5b")); - pixmapLabel_card5b->setScaledContents(true); - pixmapLabel_card5b->setGeometry(QRect(39, 0, 80, 111)); - - pixmapLabel_card6a = new MyCardsPixmapLabel(frame_Cards6); - pixmapLabel_card6a->setObjectName(QString::fromUtf8("pixmapLabel_card6a")); - pixmapLabel_card6a->setScaledContents(true); - pixmapLabel_card6a->setGeometry(QRect(0, 0, 80, 111)); - - pixmapLabel_card6b = new MyCardsPixmapLabel(frame_Cards6); - pixmapLabel_card6b->setObjectName(QString::fromUtf8("pixmapLabel_card6b")); - pixmapLabel_card6b->setScaledContents(true); - pixmapLabel_card6b->setGeometry(QRect(39, 0, 80, 111)); - - //Flipside festlegen; flipside = new QPixmap(myAppDataPath +"gfx/cards/default/flipside.png"); @@ -609,9 +513,11 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent) connect( pushButton_Fold, SIGNAL( clicked(bool) ), this, SLOT( pushButtonFoldClicked(bool) ) ); connect( pushButton_CallCheck, SIGNAL( clicked(bool) ), this, SLOT( pushButtonCallCheckClicked(bool) ) ); connect( pushButton_AllIn, SIGNAL( clicked(bool) ), this, SLOT(pushButtonAllInClicked(bool) ) ); - - connect ( horizontalSlider_speed, SIGNAL( valueChanged(int)), this, SLOT ( setGameSpeed(int) ) ); - connect ( pushButton_break, SIGNAL( clicked()), this, SLOT ( breakButtonClicked() ) ); // auch wieder starten!!!! + + connect( horizontalSlider_bet, SIGNAL( valueChanged(int)), this, SLOT ( changeSpinBoxBetValue(int) ) ); + + connect( horizontalSlider_speed, SIGNAL( valueChanged(int)), this, SLOT ( setGameSpeed(int) ) ); + connect( pushButton_break, SIGNAL( clicked()), this, SLOT ( breakButtonClicked() ) ); // auch wieder starten!!!! connect( tabWidget_Left, SIGNAL( currentChanged(int) ), this, SLOT( tabSwitchAction() ) ); connect( lineEdit_ChatInput, SIGNAL( returnPressed () ), this, SLOT( sendChatMessage() ) ); @@ -2015,19 +1921,12 @@ void mainWindowImpl::disableMyButtons() { spinBox_set->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); horizontalSlider_bet->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); spinBox_set->setValue(0); + horizontalSlider_bet->setValue(0); pushButton_AllIn->setDisabled(TRUE); horizontalSlider_bet->setDisabled(TRUE); spinBox_set->setDisabled(TRUE); -// spinBox_set->setDisabled(TRUE); -// horizontalSlider_bet->setDisabled(TRUE); -// spinBox_set->hide(); -// pushButton_BetRaise->show(); -// pushButton_BetRaise->setText(""); -// pushButton_CallCheck->setText(""); -// pushButton_Fold->setText(""); - } void mainWindowImpl::myBetRaise() { @@ -2038,14 +1937,7 @@ void mainWindowImpl::myBetRaise() { else if(pushButton_BetRaise->text() == "Bet") { myBet(); } - else { -// spinBox_set->setMinimum(0); -// horizontalSlider_bet->setMinimum(0); -// spinBox_set->setValue(0); -// horizontalSlider_bet->setValue(0); -// spinBox_set->setDisabled(TRUE); -// horizontalSlider_bet->setDisabled(TRUE); - } + else {} } void mainWindowImpl::myCallCheck() { @@ -3663,3 +3555,11 @@ void mainWindowImpl::quitPokerTH() { // // QMainWindow::paintEvent(event); // } + +void mainWindowImpl::changeSpinBoxBetValue(int value) { + + if(spinBox_set->maximum() <= 1000 ) + spinBox_set->setValue((int)((value/10)*10)); + else + spinBox_set->setValue((int)((value/50)*50)); +} diff --git a/src/gui/qt/mainwindow/mainwindowimpl.h b/src/gui/qt/mainwindow/mainwindowimpl.h index 381ef3d1..4c3d77d6 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.h +++ b/src/gui/qt/mainwindow/mainwindowimpl.h @@ -319,6 +319,7 @@ public slots: void myButtonsCheckable(bool state); void changePlayingMode(); + void changeSpinBoxBetValue(int); void showMaximized (); void quitPokerTH(); @@ -333,30 +334,6 @@ private: Chat *myChat; ConfigFile *myConfig; - //Logo - QLabel *label_logoleft; - QLabel *label_logoright; - - //MyPixmapCardsLabel - MyCardsPixmapLabel *pixmapLabel_cardBoard0; - MyCardsPixmapLabel *pixmapLabel_cardBoard1; - MyCardsPixmapLabel *pixmapLabel_cardBoard2; - MyCardsPixmapLabel *pixmapLabel_cardBoard3; - MyCardsPixmapLabel *pixmapLabel_cardBoard4; - MyCardsPixmapLabel *pixmapLabel_card0a; - MyCardsPixmapLabel *pixmapLabel_card0b; - MyCardsPixmapLabel *pixmapLabel_card1a; - MyCardsPixmapLabel *pixmapLabel_card1b; - MyCardsPixmapLabel *pixmapLabel_card2a; - MyCardsPixmapLabel *pixmapLabel_card2b; - MyCardsPixmapLabel *pixmapLabel_card3a; - MyCardsPixmapLabel *pixmapLabel_card3b; - MyCardsPixmapLabel *pixmapLabel_card4a; - MyCardsPixmapLabel *pixmapLabel_card4b; - MyCardsPixmapLabel *pixmapLabel_card5a; - MyCardsPixmapLabel *pixmapLabel_card5b; - MyCardsPixmapLabel *pixmapLabel_card6a; - MyCardsPixmapLabel *pixmapLabel_card6b; //Timer QTimer *potDistributeTimer; QTimer *timer; diff --git a/src/gui/qt/mainwindow/mycardspixmaplabel.cpp b/src/gui/qt/mainwindow/mycardspixmaplabel.cpp index d867dcef..d3d677b8 100644 --- a/src/gui/qt/mainwindow/mycardspixmaplabel.cpp +++ b/src/gui/qt/mainwindow/mycardspixmaplabel.cpp @@ -10,7 +10,7 @@ // // #include "mycardspixmaplabel.h" - +#include "mainwindowimpl.h" // using namespace std; MyCardsPixmapLabel::MyCardsPixmapLabel(QFrame* parent) @@ -168,10 +168,10 @@ void MyCardsPixmapLabel::paintEvent(QPaintEvent * event) { painter.setOpacity(frameOpacity); // painter.drawRect(this->geometry()); - if(objectName().contains("pixmapLabel_card")) - painter.drawRect(-1,-1,81,112); + if(objectName().contains("pixmapLabel_cardBoard")) + painter.drawRect(-1,-1,80,115); else - painter.drawRect(-1,-1,80,115); + painter.drawRect(-1,-1,81,112); } diff --git a/src/gui/qt/mainwindow/mycardspixmaplabel.h b/src/gui/qt/mainwindow/mycardspixmaplabel.h index 88c70b3f..22b48c03 100644 --- a/src/gui/qt/mainwindow/mycardspixmaplabel.h +++ b/src/gui/qt/mainwindow/mycardspixmaplabel.h @@ -17,7 +17,7 @@ #include #include -#include "mainwindowimpl.h" +class mainWindowImpl; class MyCardsPixmapLabel : public QLabel { diff --git a/src/gui/qt/mainwindow/startsplash/startsplash.cpp b/src/gui/qt/mainwindow/startsplash/startsplash.cpp index b20f4434..40b0ea65 100644 --- a/src/gui/qt/mainwindow/startsplash/startsplash.cpp +++ b/src/gui/qt/mainwindow/startsplash/startsplash.cpp @@ -281,7 +281,7 @@ void StartSplash::paintEvent(QPaintEvent * event) { painter.setOpacity(1.0); painter.setFont(versionFont); painter.setPen(QColor(102,153,0)); - painter.drawText(312,230,100,20,4,"Version 0.6"); + painter.drawText(295,230,100,20,4,"Version 0.6-beta"); painter.setOpacity(opacity); } diff --git a/ts/pokerth_de.ts b/ts/pokerth_de.ts index 99d8e428..4c942add 100644 --- a/ts/pokerth_de.ts +++ b/ts/pokerth_de.ts @@ -1,16 +1,17 @@ + Chat You cannot kick yourself! - + Sie können sich nicht selbst entfernen! You cannot kick any player - You are not game admin! - + Sie können keinen Spieler entfernen - Sie sind kein Spieladministrator! @@ -381,7 +382,26 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projektwebseite: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Autoren: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - Grundidee, Programm-Architektur, grafische Benutzeroberfläche, Linux-Paket</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - Grundidee, Programm-Architektur, Engine-Entwicklung</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - Netzwerk-Entwicklung, Windows-Paket</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - Grafikdesign für die grafische Benutzeroberfläche, Webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS-Paket</p></body></html> @@ -389,7 +409,10 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">Mirko Albrecht - deutsch<br />Felix Hammer - deutsch<br />Bernd Arnold - deutsch</p></body></html> @@ -410,7 +433,23 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">für verschiedene beliebte Avatar-Bildquellen</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - für die Persönlichkeiten-Avatarbilder</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - für die Avatarbilder der Kategorie "Verschiedenes"</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - für verschiedene unter der GPL lizenzierte Klänge</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - für die selbst aufgenommenen Chip-Klänge</p></body></html> @@ -902,7 +941,7 @@ p, li { white-space: pre-wrap; } You should not kick yourself from this game! - Sie sollten sich nicht selbst des Spieles verweisen ;)! + Sie sollten sich nicht selbst des Spiels verweisen! @@ -2303,7 +2342,7 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) - F-Tasten-Reihenfolge umkehren (F1 - F3) {1 ?} {4)?} + F-Tasten-Reihenfolge umkehren (F1 - F4) @@ -2445,7 +2484,7 @@ Bitte wählen Sie ein gültiges Verzeichnis! Norwegian - + Norsk (Norwegisch)