Merged branches
authorToni Jussila <toni.jussila@fudeco.com>
Fri, 5 Mar 2010 13:03:05 +0000 (15:03 +0200)
committerToni Jussila <toni.jussila@fudeco.com>
Fri, 5 Mar 2010 13:13:24 +0000 (15:13 +0200)
Client/accelerometer.cpp
Client/accelerometer.h
Client/calculate.cpp
Client/calculate.h
Client/carmainwindow.h

index 1a36361..5c16c98 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Accelerometer class to access the device accelerometer
+ *
+ * @author      Rikhard Kuutti <rikhard.kuutti@fudeco.com>
+ * @author      Kai Rasilainen 
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #include "accelerometer.h"
 #include "math.h"
 
index 52990df..2ee3ec9 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Accelerometer class to access the device accelerometer
+ *
+ * @author      Rikhard Kuutti <rikhard.kuutti@fudeco.com>
+ * @author      Kai Rasilainen 
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef ACCELEROMETER_H
 #define ACCELEROMETER_H
 
index ad535b1..85afca3 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Calculate class to process accelerometer data
+ *
+ * @author      Kai Rasilainen 
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
+
 #include "calculate.h"
 #include <math.h>
 
index 421990f..ef000ba 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Calculate class to process accelerometer data
+ *
+ * @author      Kai Rasilainen 
+ * @copyright   (c) 2010 Speed Freak team
+ * @license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef CALCULATE_H
 #define CALCULATE_H
 
index 1dd6cd6..89868c6 100644 (file)
@@ -64,6 +64,7 @@ private:
     QStringList categories; //Top-tab view
 
 private slots:
+    void on_setUserPushButton_clicked();
     void on_registratePushButton_clicked();
     void on_loginLogoutButton_clicked();
     void on_comboBoxTopCategory_activated(QString );