aboutsummaryrefslogtreecommitdiffstats
path: root/mobility
Commit message (Collapse)AuthorAgeFilesLines
* Port example rcc files to use byte literalsFriedemann Kleint2016-09-191-3/+44
| | | | | | | | | Prefix data by b as if regenerated for Python 3. This works with Python 2 as well. Task-number: PYSIDE-328 Change-Id: I1145a53450d5f69b955c3014aa057106a5d644a4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-2112-15/+15
|
* Merge branch 'qml'Lauro Neto2011-10-1141-193/+2993
|\
| * Add QtOrganizer example.Lauro Neto2011-10-114-0/+579
| | | | | | | | | | | | | | | | | | It's a little bit verbose on the code (like the phonebook) as QtContact and QtOrganizer are quite complex modules (lots of classes and enums) Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>
| * Add missing file.Lauro Neto2011-10-111-0/+67
| |
| * Show haptics full screenLauro Neto2011-09-301-1/+1
| |
| * Add network informationLauro Neto2011-09-282-1/+147
| |
| * Rename qml var from dataModel to sysinfoLauro Neto2011-09-287-19/+19
| | | | | | | | Avoid confusion with modelData when using QMl models.
| * Add storage pageLauro Neto2011-09-282-0/+96
| |
| * Add screensaver pageLauro Neto2011-09-222-0/+11
| |
| * Do not need to emit 'changed' in initial setupLauro Neto2011-09-221-3/+0
| |
| * Use better variable namesLauro Neto2011-09-221-24/+22
| |
| * More updates.Lauro Neto2011-09-225-23/+21
| | | | | | | | | | | | | | | | | | * Do not use GLWidget * Add -no-fs to show in a window * Inlined the setupAll function * view.setSource must be called after setting our context value * Fix component reference * Using UiConstants margins
| * Update property declaration and add BluetoothLauro Neto2011-09-222-53/+78
| | | | | | | | Use checkbox instead of label for bluetooth on/off.
| * Add missing pages skeletonsLauro Neto2011-09-224-0/+29
| |
| * Convert int to EnumLauro Neto2011-09-221-1/+1
| |
| * Moving example to own qml folderLauro Neto2011-09-215-0/+0
| |
| * Adding qml Service browser example.Lauro Neto2011-09-216-0/+358
| |
| * Add extra widget, HoldButtonLauro Neto2011-09-211-0/+45
| | | | | | | | | | | | It emits a "held" signal if the button is pressed for enough time. A signal "clickedWithoutHold" is used to replace Button's "clicked", as it keeps being emitted when "held" is also emitted.
| * Sysinfo example initial QML implementationBruno dos Santos de Araujo2011-09-197-0/+428
| |
| * Fix empty string detectionLauro Neto2011-09-191-1/+1
| |
| * Add samplephonebook in QMLLauro Neto2011-09-145-0/+488
| |
| * Move generator class to a proper module.Lauro Neto2011-09-062-109/+119
| |
| * Adding qml version of the tone playerLauro Neto2011-09-064-0/+272
| |
| * Add QML Player exampleLauro Neto2011-09-064-1/+99
| |
| * Add qml version of haptics square.Lauro Neto2011-09-014-81/+236
| |
* | Adding filebrowser (QML) exampleLuciano Wolf2011-10-063-0/+362
| |
* | Adding audiodevices examples in QML.Luciano Wolf2011-09-2010-0/+833
|/ | | | | Review: Bruno Araujo <bruno.araujo@openbossa.org> Willer Moreira <willer.moreira@openbossa.org>
* Update servicebrowser example to have the same behaviour as C++ example.Luciano Wolf2011-03-221-18/+11
|
* Updating TapSensor examples.Luciano Wolf2011-03-212-5/+17
|
* Fix delete itemsLauro Neto2011-03-011-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Willer Moreira <willer.moreira@openbossa.org>
* Adding extra examples from mobility sourceLauro Neto2011-03-012-0/+966
|
* Update feedback values.Lauro Neto2011-03-011-20/+11
| | | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Feedback example.Luciano Wolf2011-03-011-0/+136
|
* Adding simple example that plays a .wavLauro Neto2011-02-241-0/+39
|
* Adding sample audio fileLauro Neto2011-02-241-0/+0
|
* Add option to dump generated data to a .wav fileLauro Neto2011-02-221-4/+25
|
* Adding QtMultimediaKit example.Lauro Neto2011-02-161-0/+266
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>
* TodoEditor exampleBruno dos Santos de Araujo2011-02-041-0/+299
|
* fixed the Qt Mobility SystemInfo exampleWiller Moreira2010-09-091-1/+4
|
* fixed the Qt Mobility Messaging API exampleMatti Airas2010-08-191-2/+4
|
* Fix location/satellitedialog example, add location/showcoordinates exampleBruno dos Santos de Araujo2010-08-182-17/+42
|
* Fix example messaging/querymessages.pyBruno dos Santos de Araujo2010-08-181-1/+1
|
* Fix example samplephonebookBruno dos Santos de Araujo2010-08-181-3/+3
|
* Fix example sensors/show_tap/show_tap.pyBruno dos Santos de Araujo2010-08-181-0/+5
|
* Fix typo in show_magneticflux.pyBruno dos Santos de Araujo2010-08-181-1/+1
|
* Fixes sysinfo example.Willer Moreira2010-08-162-37/+0
| | | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fixes satellitedialog example.Willer Moreira2010-08-161-2/+4
| | | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fixes samplephonebook example.Marcelo Lira2010-08-121-6/+9
|
* Updated examples to new api.Renato Filho2010-08-021-0/+1
|