MagicSmoke
$VERSION$
|
#include <QDesktopServices>
#include <QDebug>
#include <QDir>
#include <QDomDocument>
#include <QDomElement>
#include <QHostInfo>
#include <QIcon>
#include <QInputDialog>
#include <QLibraryInfo>
#include <QLocale>
#include <QMenu>
#include <QMessageBox>
#include <QProgressDialog>
#include <QSettings>
#include <QSignalMapper>
#include <QStringList>
#include <QTranslator>
#include <QUrl>
#include <QtGlobal>
#include <TimeStamp>
#include <TZFile>
#include "configdialog.h"
#include "debug.h"
#include "barcode-plugin.h"
#include "hmac.h"
#include "keygen.h"
#include "mapplication.h"
#include "msinterface.h"
#include <ELAM/Engine>
#include "misc.h"
#include <Aurora>
#include "boxwrapper.h"
Classes | |
struct | HelpUrl |
class | MProgressWrapperGui |
Macros | |
#define | BUILD_DATE_FORMAT Qt::ISODate |
#define | ENV_CONFIGDIR "MAGICSMOKE_CONFIGDIR" |
#define | ENV_DATADIR "MAGICSMOKE_DATADIR" |
#define | GIT_DATE_FORMAT "yyyy-MM-dd HH:mm:ss" |
#define | HOMEPAGE_BASEURL "http://smoke.silmor.de" |
Functions | |
static QUrl | convHelpUrl (QUrl s) |
static void | loadHelpUrlFile (const QString &fname) |
static void | loadTranslation (QTranslator *trans, const QString &lang, const QString &prog) |
Variables | |
static QList< HelpUrl > | helpUrl |
#define BUILD_DATE_FORMAT Qt::ISODate |
#define ENV_CONFIGDIR "MAGICSMOKE_CONFIGDIR" |
Referenced by MApplication::MApplication(), and MApplication::setConfigDir().
#define ENV_DATADIR "MAGICSMOKE_DATADIR" |
Referenced by MApplication::MApplication(), and MApplication::setDataDir().
#define GIT_DATE_FORMAT "yyyy-MM-dd HH:mm:ss" |
#define HOMEPAGE_BASEURL "http://smoke.silmor.de" |
Referenced by MApplication::aboutMS(), and convHelpUrl().
|
inlinestatic |
References HOMEPAGE_BASEURL.
Referenced by MApplication::help().
|
static |
References HelpUrl::Item, and HelpUrl::Separator.
|
inlinestatic |
Referenced by MApplication::initLanguage().
|
static |