Subversion Repositories public iLand

Rev

Rev 704 | Rev 779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 704 Rev 760
Line 24... Line 24...
24
#include <QKeyEvent>
24
#include <QKeyEvent>
25
25
26
#include "global.h"
26
#include "global.h"
27
#include "model.h"
27
#include "model.h"
28
#include "modelcontroller.h"
28
#include "modelcontroller.h"
-
 
29
#include "version.h"
29
30
30
QTextStream *ConsoleShell::mLogStream = 0;
31
QTextStream *ConsoleShell::mLogStream = 0;
31
32
32
// a try to really get keyboard strokes in console mode...
33
// a try to really get keyboard strokes in console mode...
33
// did not work.
34
// did not work.
Line 83... Line 84...
83
        setupLogging();
84
        setupLogging();
84
85
85
        qDebug() << "**************************************************";
86
        qDebug() << "**************************************************";
86
        qDebug() << "***********     iLand console session     ********";
87
        qDebug() << "***********     iLand console session     ********";
87
        qDebug() << "**************************************************";
88
        qDebug() << "**************************************************";
88
        qDebug() << "started at: " << QDateTime::currentDateTime();
-
 
-
 
89
        qDebug() << "started at: " << QDateTime::currentDateTime().toString(Qt::ISODate);
-
 
90
        qDebug() << "iLand " << currentVersion() << " (" << svnRevision() << ")";
89
        qDebug() << "**************************************************";
91
        qDebug() << "**************************************************";
90
92
91
        qWarning() << "**************************************************";
-
 
92
        qWarning() << "*** creating model...";
93
        qWarning() << "*** creating model...";
93
        qWarning() << "**************************************************";
94
        qWarning() << "**************************************************";
94
95
95
        iland_model.create();
96
        iland_model.create();
96
        qWarning() << "**************************************************";
97
        qWarning() << "**************************************************";