Subversion Repositories Projects

Rev

Rev 395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 481
Line 54... Line 54...
54
static const int SETTINGS_ID = 2;
54
static const int SETTINGS_ID = 2;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
static const int SLEEP = 500000;
56
static const int SLEEP = 500000;
57
 
57
 
Line 58... Line 58...
58
static const QString QA_NAME = "QMK-Groundstation";
58
static const QString QA_NAME = "QMK-Groundstation";
59
static const QString QA_VERSION_NR = "0.8.7";
59
static const QString QA_VERSION_NR = "0.8.10";
60
 
60
 
61
#ifdef _BETA_
61
#ifdef _BETA_
62
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
62
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
63
    static const QString QA_HWVERSION = "FlightCtrl v0.73d & NaviCtrl v0.15c";
63
    static const QString QA_HWVERSION = "FlightCtrl v0.75a & NaviCtrl v0.15c";
64
#else
64
#else
Line 65... Line 65...
65
    static const QString QA_VERSION = QA_VERSION_NR;
65
    static const QString QA_VERSION = QA_VERSION_NR;
66
    static const QString QA_HWVERSION = "FlightCtrl v0.73d & NaviCtrl v0.15c";
66
    static const QString QA_HWVERSION = "FlightCtrl v0.75a & NaviCtrl v0.15c";
67
#endif
67
#endif
Line 79... Line 79...
79
        #endif
79
        #endif
80
    #endif
80
    #endif
81
#endif
81
#endif
Line 82... Line 82...
82
 
82
 
83
 
83
 
84
static const QString QA_DATE = "13.04.2009";
84
static const QString QA_DATE = "28.05.2009";
85
static const QString QA_YEAR = "2008-2009";
85
static const QString QA_YEAR = "2008-2009";
Line 86... Line 86...
86
static const QString QA_AUTHOR = "Manuel Schrape";
86
static const QString QA_AUTHOR = "Manuel Schrape";
87
static const QString QA_EMAIL  = "manuel.schrape@gmx.de";
87
static const QString QA_EMAIL  = "manuel.schrape@gmx.de";
88
 
88
 
89
static const QString QA_ABOUT =
89
static const QString QA_ABOUT =
90
    "<HTML>"
90
    "<HTML>"
91
    "<p><b><font size=8>" + QA_NAME + "</font></b></p>"
91
    "<p><b><font size=8>" + QA_NAME + "</font></b></p>"
92
    "<br />"
92
    "<br />"
93
    "Version " + QA_VERSION + " - " + QA_DATE + " on " + QA_OS + ""
93
    "Version " + QA_VERSION + " - " + QA_DATE + " on " + QA_OS + ""
94
    "<br /><b>kompatibel zu " + QA_HWVERSION + "</b>"
94
    "<br /><br /><b>kompatibel zu " + QA_HWVERSION + "</b>"
95
    "<br /><br />"
95
    "<br /><br />"
96
    "(C) " + QA_YEAR + " by " + QA_AUTHOR + " - "
96
    "(C) " + QA_YEAR + " by " + QA_AUTHOR + " - "