Skip to content

Commit

Permalink
Further source file restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
collin80 committed Dec 12, 2016
1 parent 0b46f56 commit b7a1afc
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 756 deletions.
26 changes: 12 additions & 14 deletions SavvyCAN.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,16 @@ SOURCES += main.cpp\
canframemodel.cpp \
utility.cpp \
qcustomplot.cpp \
graphingwindow.cpp \
newgraphdialog.cpp \
frameplaybackwindow.cpp \
serialworker.cpp \
candatagrid.cpp \
framesenderwindow.cpp \
framefileio.cpp \
mainsettingsdialog.cpp \
firmwareuploaderwindow.cpp \
connectionwindow.cpp \
scriptingwindow.cpp \
scriptcontainer.cpp \
canfilter.cpp \
can_structs.cpp \
canconnectionmodel.cpp \
canbus.cpp \
motorcontrollerconfigwindow.cpp \
connections/canconnection.cpp \
connections/socketcan.cpp \
Expand All @@ -59,30 +53,29 @@ SOURCES += main.cpp\
re/isotp_handler.cpp \
re/isotp_interpreterwindow.cpp \
re/rangestatewindow.cpp \
re/udsscanwindow.cpp
re/udsscanwindow.cpp \
connections/canbus.cpp \
connections/canconnectionmodel.cpp \
connections/connectionwindow.cpp \
re/graphingwindow.cpp \
re/newgraphdialog.cpp

HEADERS += mainwindow.h \
can_structs.h \
canframemodel.h \
utility.h \
qcustomplot.h \
graphingwindow.h \
newgraphdialog.h \
frameplaybackwindow.h \
serialworker.h \
candatagrid.h \
framesenderwindow.h \
can_trigger_structs.h \
framefileio.h \
config.h \
mainsettingsdialog.h \
firmwareuploaderwindow.h \
connectionwindow.h \
scriptingwindow.h \
scriptcontainer.h \
canfilter.h \
canconnectionmodel.h \
canbus.h \
utils/lfqueue.h \
motorcontrollerconfigwindow.h \
connections/canconnection.h \
Expand All @@ -107,7 +100,12 @@ HEADERS += mainwindow.h \
re/isotp_handler.h \
re/isotp_interpreterwindow.h \
re/rangestatewindow.h \
re/udsscanwindow.h
re/udsscanwindow.h \
connections/canbus.h \
connections/canconnectionmodel.h \
connections/connectionwindow.h \
re/graphingwindow.h \
re/newgraphdialog.h

FORMS += ui/candatagrid.ui \
ui/connectionwindow.ui \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion firmwareuploaderwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QTimer>
#include "can_structs.h"
#include "utility.h"
#include "serialworker.h"

namespace Ui {
class FirmwareUploaderWindow;
Expand Down
1 change: 0 additions & 1 deletion frameplaybackwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QListWidget>
#include <QTimer>
#include "can_structs.h"
#include "serialworker.h"
#include "framefileio.h"

namespace Ui {
Expand Down
1 change: 0 additions & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <QtSerialPort/QSerialPortInfo>
#include "connections/canconmanager.h"
#include "utility.h"
#include "serialworker.h"

/*
Compile for all platforms and create release (remember to include QScintilla libs) and make Win32 binary.
Expand Down
4 changes: 2 additions & 2 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "canframemodel.h"
#include "can_structs.h"
#include "framefileio.h"
#include "graphingwindow.h"
#include "re/graphingwindow.h"
#include "re/frameinfowindow.h"
#include "frameplaybackwindow.h"
#include "re/flowviewwindow.h"
Expand All @@ -19,7 +19,7 @@
#include "mainsettingsdialog.h"
#include "firmwareuploaderwindow.h"
#include "re/discretestatewindow.h"
#include "connectionwindow.h"
#include "connections/connectionwindow.h"
#include "scriptingwindow.h"
#include "re/rangestatewindow.h"
#include "dbc/dbcloadsavewindow.h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b7a1afc

Please sign in to comment.