| 6 |
|
|
| 7 |
|
namespace GlobalVars{ |
| 8 |
|
|
| 9 |
< |
const QString AppVersion="1.0"; |
| 9 |
> |
const QString AppVersion="1.3"; |
| 10 |
|
const QString LastCompatibleVersion = "1.0"; |
| 11 |
|
const QString ToolsFolder = "tools"; |
| 12 |
|
const QString OniSplitString="OniSplit.exe"; |
| 24 |
|
|
| 25 |
|
const QString AppLogName="logVago.txt"; |
| 26 |
|
const QString BuiltOniSplitVersion="0.9.96.0"; |
| 27 |
< |
const QString BuiltXmlToolsVersion="2.0b"; |
| 27 |
> |
const QString BuiltXmlToolsVersion="2.0c"; |
| 28 |
|
const QString ModsDomain="mods.oni2.net"; |
| 29 |
|
#ifdef Q_OS_WIN |
| 30 |
|
const QString VagoNode = "247"; |
| 45 |
|
**/ |
| 46 |
|
namespace UtilVago{ |
| 47 |
|
void openLogFile(); |
| 48 |
+ |
void showAndLogWarningPopUp(Logger *logger, const QString &message); |
| 49 |
+ |
void showWarningPopUpLogButton(const QString &message); |
| 50 |
+ |
void showAndLogWarningPopUpLogButton(Logger *logger, const QString &message); |
| 51 |
|
void showAndLogErrorPopUp(Logger *logger, const QString &message); |
| 52 |
|
void showErrorPopUpLogButton(const QString &message); |
| 53 |
|
void showAndLogErrorPopUpLogButton(Logger *logger, const QString &message); |
| 54 |
|
QString getOSIndependentAppPath(); |
| 55 |
|
QString getAppPath(); |
| 56 |
< |
QString getOniSplitExeAbsolutePath(); |
| 57 |
< |
QString getXmlToolsExeAbsolutePath(); |
| 56 |
> |
QString getOniSplitExecutableAbsolutePath(); |
| 57 |
> |
QString getXmlToolsExecutableAbsolutePath(); |
| 58 |
> |
QString getOniSplitExecutable(); |
| 59 |
> |
QString getXmlToolsExecutable(); |
| 60 |
|
#ifdef Q_OS_MAC |
| 61 |
|
QString getMonoExecutablePath(); |
| 62 |
|
#endif |