Preferences: Remove the old dialog and use the new one

The new preferences dialog still needs a bit of fine tuning
but should already work.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-10-31 21:02:16 -02:00 committed by Dirk Hohndel
parent 8a3fb854c2
commit ff57881265
11 changed files with 31 additions and 65 deletions

View file

@ -1,7 +1,7 @@
#include "divecartesianaxis.h"
#include "divetextitem.h"
#include "helpers.h"
#include "preferences.h"
#include "preferences/preferencesdialog.h"
#include "diveplotdatamodel.h"
#include "animationfunctions.h"
#include "mainwindow.h"

View file

@ -1,7 +1,7 @@
#include "divepixmapitem.h"
#include "animationfunctions.h"
#include "divepicturemodel.h"
#include <preferences.h>
#include "preferences/preferencesdialog.h"
#include <QDesktopServices>
#include <QGraphicsView>

View file

@ -5,7 +5,7 @@
#include "animationfunctions.h"
#include "dive.h"
#include "profile.h"
#include "preferences.h"
#include "preferences/preferencesdialog.h"
#include "diveplannermodel.h"
#include "helpers.h"
#include "libdivecomputer/parser.h"

View file

@ -29,7 +29,7 @@
#include <QTableView>
#endif
#include "mainwindow.h"
#include <preferences.h>
#include "preferences/preferencesdialog.h"
/* This is the global 'Item position' variable.
* it should tell you where to position things up

View file

@ -1,5 +1,5 @@
#include "ruleritem.h"
#include "preferences.h"
#include "preferences/preferencesdialog.h"
#include "mainwindow.h"
#include "profilewidget2.h"
#include "display.h"