Skip to content

Commit

Permalink
ported the state machine to a QStateMachine
Browse files Browse the repository at this point in the history
and enhanced the communication and removed txthread
  • Loading branch information
thunderbug1 committed Apr 4, 2015
1 parent f3d518b commit a48a704
Show file tree
Hide file tree
Showing 40 changed files with 614 additions and 16,039 deletions.
310 changes: 0 additions & 310 deletions Spherebot_UI/Makefile

This file was deleted.

2,506 changes: 0 additions & 2,506 deletions Spherebot_UI/Makefile.Debug

This file was deleted.

2,506 changes: 0 additions & 2,506 deletions Spherebot_UI/Makefile.Release

This file was deleted.

2 changes: 0 additions & 2 deletions Spherebot_UI/Spherebot_UI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
spherebot.cpp \
txthread.cpp \
rxthread.cpp

HEADERS += mainwindow.h \
spherebot.h \
txthread.h \
rxthread.h

FORMS += mainwindow.ui
Expand Down
8 changes: 4 additions & 4 deletions Spherebot_UI/Spherebot_UI.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.0.1, 2015-04-03T23:09:37. -->
<!-- Written by QtCreator 3.0.1, 2015-04-04T17:44:54. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -54,11 +54,11 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.2.1 MinGW 32bit static</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.2.1 MinGW 32bit static</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.521.win32_mingw48.essentials_kit</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">G:/A_PROJECTS/Spherebot-Host-GUI V2.0/build-Spherebot_UI-Desktop_Qt_5_2_1_MinGW_32bit-Debug</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">F:/User-Daten/Documents/GitHub/Spherebot-Host-GUI/Spherebot_UI</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down Expand Up @@ -111,7 +111,7 @@
<value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">F:/User-Daten/Documents/GitHub/Spherebot-Host-GUI/build</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">F:/User-Daten/Documents/GitHub/Spherebot-Host-GUI/Spherebot_UI</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down
267 changes: 0 additions & 267 deletions Spherebot_UI/Spherebot_UI.pro.user.16

This file was deleted.

260 changes: 0 additions & 260 deletions Spherebot_UI/Spherebot_UI.pro.user.21cd503.15

This file was deleted.

245 changes: 0 additions & 245 deletions Spherebot_UI/Spherebot_UI.pro.user.3.0-pre1

This file was deleted.

301 changes: 0 additions & 301 deletions Spherebot_UI/Spherebot_UI.pro.user.3.2-pre1

This file was deleted.

256 changes: 0 additions & 256 deletions Spherebot_UI/Spherebot_UI.pro.user.45c759c.2.7pre1

This file was deleted.

245 changes: 0 additions & 245 deletions Spherebot_UI/Spherebot_UI.pro.user.4d13b5f.3.0-pre1

This file was deleted.

423 changes: 0 additions & 423 deletions Spherebot_UI/Spherebot_UI.pro.user.ea18535

This file was deleted.

Loading

0 comments on commit a48a704

Please sign in to comment.