mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 18:14:40 +02:00
2010-05-24 vadim <vadim@vk.crocodile.org>
* UserWorkflow.cpp (UserWorkflow::report): see #1466 Implemented instrumentation that should help us improve user experience. Will track few things that new users do (or dont) and report as a combination of bit flags at the end of the GUI session. Reporting things such as if user looked at "Getting Started" tutorial, if they created their first firewall object, modified any rules, tried to compile or install. Information passed in the report is strictly a set of boolean flags, is not identifiable and does not reveal what firewall platform they are using or anything about their objects and rules.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#include "TutorialDialog.h"
|
||||
#include "ui_TutorialDialog.h"
|
||||
#include "UserWorkflow.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
@@ -55,6 +56,8 @@ TutorialDialog::TutorialDialog(QString tutorial, QWidget *parent) :
|
||||
this->setWindowFlags(this->windowFlags() | Qt::WindowStaysOnTopHint);
|
||||
//this->setWindowModality(Qt::ApplicationModal);
|
||||
showPage(currentPage);
|
||||
|
||||
wfl->registerTutorialViewing(tutorial);
|
||||
}
|
||||
|
||||
void TutorialDialog::resizeEvent(QResizeEvent *)
|
||||
|
||||
Reference in New Issue
Block a user