diff --git a/README.md b/README.md index eea3822..d8f17cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ This project is a front end to gammu[1] and it provides a Qt based GUI solution for sending ussd codes. A screenshot of the application can be seen from the following link: -https://github.com/mhogomchungu/ussd-gui/blob/master/ussd-gui.jpeg +https://github.com/mhogomchungu/ussd-gui/blob/master/icons/ussd-gui.jpeg + +download page is: https://github.com/mhogomchungu/ussd-gui/releases [1] http://wammu.eu/gammu/ diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 937c17e..ff1b8e4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -96,7 +96,7 @@ MainWindow::MainWindow( QWidget * parent ) : QMainWindow( parent ), if( !m_gsm.init() ){ - m_ui->textEditResult->setText( tr( "Status: ERROR 1: " ) + m_gsm.lastError() ) ; + m_ui->textEditResult->setText( QObject::tr( "Status: ERROR 1: " ) + m_gsm.lastError() ) ; this->disableSending() ; } diff --git a/translations.ts/default.ts b/translations.ts/default.ts index 0fc664f..196328e 100644 --- a/translations.ts/default.ts +++ b/translations.ts/default.ts @@ -4,127 +4,112 @@ MainWindow - + ussd-gui - + &Send - + &Quit - + Input: - + USSD Server Response. - + &Convert - - Status: ERROR 1: - - - - + Status: ERROR 2: - - + + Empty History. - + Status: Connected. - + Status: Sending A Request. - - Status: ERROR 3: + + Status: ERROR 3: no response within 30 seconds. - - Status: Waiting For A Reply ... + + Status: ERROR 5: Connection Was Terminated. - - Status: Connecting + + Status: ERROR 5: Another Client Replied. - - Status: ERROR 6: no response within 30 seconds. + + Status: ERROR 5: USSD Code Is Not Supported. - - Status: No Action Needed. - - - - - Status: Action Needed. + + Status: ERROR 5: Connection Timeout. - - Status: ERROR 7: Connection Was Terminated. + + + Status: ERROR 5: Unknown Error Has Occured. - - Status: ERROR 7: Another Client Replied. + + Status: Waiting For A Reply ... - - Status: ERROR 7: USSD Code Is Not Supported. + + Status: Connecting - - Status: ERROR 7: Connection Timeout. + + Status: No Action Needed. - - - Status: ERROR 7: Unknown Error Has Occured. + + Status: Action Needed. - + Status: ERROR 4: - - - Status: ERROR 5: - - QObject @@ -133,5 +118,10 @@ Status: ERROR 100: Failed To Parse Response. + + + Status: ERROR 1: + + diff --git a/ussd-gui.pro.user b/ussd-gui.pro.user index 96739ec..1c07e5c 100644 --- a/ussd-gui.pro.user +++ b/ussd-gui.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId