summaryrefslogtreecommitdiffstats
path: root/src/mobility
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.Christian Kamm2011-06-2714-210/+196
* Use version specific local servers in application-/mobilitymanagerOlli Werwolff2011-06-242-10/+10
* Magnetometer/Compass integrated with orientationLincoln Ramsay2011-03-152-7/+7
* Add Light Sensor.Lincoln Ramsay2011-03-152-0/+7
* Support NFC QNearFieldManager::targetLost() signal.Aaron McCarthy2011-03-042-5/+13
* Use QtConcurrent to load images for DocGalleryOlli Werwolff2011-02-171-1/+1
* Update license headers.Christian Kamm2011-01-1014-96/+210
* Add NFC support.Aaron McCarthy2010-12-084-0/+26
* Rework rotation buttons.Christian Kamm2010-11-181-10/+10
* Add Contacts data export, change layout of buttons.Christian Kamm2010-11-152-0/+24
* Use correct coordinate system for accelerometer valuesOlli Werwolff2010-11-101-2/+2
* Fix capitalization.Leena Miettinen2010-11-092-4/+4
* Added missing changes for camera support to mobilitymanager.hOlli Werwolff2010-11-091-0/+8
* Added initial camera supportOlli Werwolff2010-11-083-0/+68
* add docgallery mobility API supportMaurice Kalinowski2010-11-083-0/+23
* Feedback: Enable pausing of effects.Christian Kamm2010-11-032-0/+9
* Feedback: Implement adding and removing of actuators.Christian Kamm2010-11-033-7/+87
* Feedback: Enable control of actuator properties from Simulator.Christian Kamm2010-11-034-3/+53
* Feedback: Visualize the current actuator and effect state.Christian Kamm2010-11-034-11/+73
* Feedback: Backend implementation. No UI yet.Christian Kamm2010-11-037-2/+352
* Location attributes addedNiels Weber2010-11-022-0/+14
* Organizer: Handle changed or removed items in the organizer model.Christian Kamm2010-10-252-7/+32
* Remove qDebugs from import/export of Organizer data.Christian Kamm2010-10-251-2/+0
* Avoid warning about taking address of local variable.Christian Kamm2010-10-251-1/+2
* Organizer: Fix after id refactoring.Christian Kamm2010-10-184-54/+45
* Organizer Model: Fix a bug with relying on the order of itemIds.Christian Kamm2010-10-151-1/+1
* Organizer Model: Fix typo.Christian Kamm2010-10-152-4/+4
* Organizer Model: Coding style fixes.Christian Kamm2010-10-152-23/+24
* Organizer Model: Remove leftover qDebug.Christian Kamm2010-10-151-1/+0
* Organizer: Workaround metatype name problems in communcation.Christian Kamm2010-10-142-12/+12
* Organizer: Make compile again after API changes in Organizer.Christian Kamm2010-10-145-30/+30
* improved output for values and removed unused slotsTim Jenssen2010-10-122-64/+27
* added ModelTest and fixed wrong rowCountTim Jenssen2010-10-121-19/+31
* first version of organizertreemodelTim Jenssen2010-10-125-5/+422
* Organizer: Connect the dataChanged signal.Christian Kamm2010-10-121-0/+5
* Organizer: Remote saving and removing of detail definitions.Christian Kamm2010-10-122-9/+112
* Organizer: Send initial detail definitions to clients.Christian Kamm2010-10-111-1/+8
* Organizer: Remove debug output.Christian Kamm2010-10-111-4/+0
* Organizer: Update for the collection api changes.Christian Kamm2010-10-113-9/+11
* Organizer: Allow clients to save and change collections.Christian Kamm2010-10-082-0/+31
* Organizer: Listen to the collection changed signals and propagate them.Christian Kamm2010-10-082-1/+32
* Organizer: Remote removing of items.Christian Kamm2010-10-082-0/+12
* Organizer: Initial support for pushing collections to clients.Christian Kamm2010-10-083-9/+28
* Organizer: Make item saving more reliable.Christian Kamm2010-10-062-8/+7
* Organizer: Use shared include for data needed for communication.Christian Kamm2010-10-062-8/+2
* Organizer: Sending changed/removed items to clients.Christian Kamm2010-10-062-1/+38
* Organizer: Allow for remote save requests of organizer items.Christian Kamm2010-10-052-0/+25
* Fix Contacts by adjusting for the new QContactManagerEngineV2Wrapper.Christian Kamm2010-10-051-1/+2
* Organizer: Send current organizer items to client when requested.Christian Kamm2010-10-042-0/+25
* Add class holding organizer data. Simulator now requires Organizer.Christian Kamm2010-09-285-2/+129