Support for side keys
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Fri, 31 Aug 2012 12:27:58 +0000 (12:27 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Fri, 31 Aug 2012 12:27:58 +0000 (12:27 +0000)
commit5be00a1888c6fc70a0e2bad116c5dfffaf048f0b
tree3163112ca72e370b4dc5435402edd2aa1d462b7a
parent4ccc2899c0c4cc6771a1b2d8d50f1bd01ab82f03
Support for side keys
Initial import for expe keyboard

git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@93 47cf9a05-e0a8-4ed5-9e9b-101a649bc004
81 files changed:
Arduino/dynamickeyboard/dynamickeyboard.ino
DynamicKeyboardLibrary/DynamicKeyboardLibrary-old/DynamicKeyboardLibrary.vcxproj [new file with mode: 0644]
DynamicKeyboardLibrary/DynamicKeyboardLibrary.pro [new file with mode: 0644]
DynamicKeyboardLibrary/DynamicKeyboardLibrary.sln
DynamicKeyboardLibrary/DynamicKeyboardLibrary.suo
DynamicKeyboardLibrary/DynamicKeyboardLibrary/DynamicKeyboardController.cpp
DynamicKeyboardLibrary/DynamicKeyboardLibrary/DynamicKeyboardController.h
DynamicKeyboardLibrary/DynamicKeyboardLibrary/DynamicKeyboardLibrary.vcxproj
DynamicKeyboardLibrary/DynamicKeyboardLibrary/DynamicKeyboardLibrary.vcxproj.filters
DynamicKeyboardLibrary/DynamicKeyboardLibrary/QPushKeysKeyboardController.cpp [new file with mode: 0644]
DynamicKeyboardLibrary/DynamicKeyboardLibrary/QPushKeysKeyboardController.h [new file with mode: 0644]
DynamicKeyboardLibrary/DynamicKeyboardLibrary/QSideKeyEvent.cpp [new file with mode: 0644]
DynamicKeyboardLibrary/DynamicKeyboardLibrary/QSideKeyEvent.h [new file with mode: 0644]
Expe-selection/dyna-expe2/Controler.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/Controler.h [new file with mode: 0644]
Expe-selection/dyna-expe2/HCISheet.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/HCISheet.h [new file with mode: 0644]
Expe-selection/dyna-expe2/MainWindow.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/MainWindow.h [new file with mode: 0644]
Expe-selection/dyna-expe2/design/dyna-expe1-old.xml [new file with mode: 0644]
Expe-selection/dyna-expe2/design/dyna-expe1.xml [new file with mode: 0644]
Expe-selection/dyna-expe2/design/dyna-selection-2-old.xml [new file with mode: 0644]
Expe-selection/dyna-expe2/design/dyna-selection-2.xml [new file with mode: 0644]
Expe-selection/dyna-expe2/dyna-expe2.pro [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/Expe.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/Expe.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeConfig.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeConfig.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeConfig.ui [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeData.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeData.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeLoader.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/ExpeLoader.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/Expe_p.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/Global.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/Global.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/csv/CSVWriter.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/csv/CSVWriter.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/ExpeWidget.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/ExpeWidget.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterBlock.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterBlock.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterBlockRollExpe.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterBlockRollExpe.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterTrial.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/InterTrial.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/RollSelectionTrialSheet.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/RollSelectionTrialSheet.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/TrialSheet.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/expeWidget/TrialSheet.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataExport.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataExport.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataFactory.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataFactory.h [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataImport.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/expe/xml/DataImport.h [new file with mode: 0644]
Expe-selection/dyna-expe2/ihm.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/ihm.h [new file with mode: 0644]
Expe-selection/dyna-expe2/ihm.ui [new file with mode: 0644]
Expe-selection/dyna-expe2/img/background.jpg [new file with mode: 0644]
Expe-selection/dyna-expe2/img/k_1.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/k_2.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/k_3.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/k_4.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/k_5.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/m_1.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/m_2.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/m_3.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/m_4.png [new file with mode: 0644]
Expe-selection/dyna-expe2/img/m_5.png [new file with mode: 0644]
Expe-selection/dyna-expe2/main.cpp [new file with mode: 0644]
Expe-selection/dyna-expe2/resources.qrc [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/back.png [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/error.wav [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/front.png [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/keyboard.jpg [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/keyboard.png [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/left.png [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/right.png [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/success.wav [new file with mode: 0644]
Expe-selection/dyna-expe2/resources/success2.wav [new file with mode: 0644]