aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #7 from nicoddemus/pytestRoman Lacko2013-08-012-5/+41
|\ \ | | | | | | pytest for examples/dialog/findfiles.py
| * | removed stopForInteraction left by accidentBruno Oliveira2013-04-111-1/+0
| | |
| * | added test for examples/dialogs/findfiles.pyBruno Oliveira2013-04-112-5/+42
| |/
* | Merge pull request #6 from RodericDay/patch-1Roman Lacko2013-08-011-2/+2
|\ \ | |/ |/| Fixed broken references to `scene` > `self.scene`
| * Fixed broken references to `scene` > `self.scene`Roderic Day2013-02-201-2/+2
|/
* Fix bug in painting/svgviewer exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/styles exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/lineedits exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/calculator exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in tools/settingseditor/settingseditor exampleigor_bogomolov2012-01-041-4/+4
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in tools/codecs/codecs exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in richtext/syntaxhighlighter/syntaxhighlighter exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in state-machine/trafficlight example.igor_bogomolov2012-01-046-1/+7
| | | | | | | Added #!/usr/bin/env python in all state-machine examples Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in examples/mainwindows/recentfiles exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in layouts/flowlayout exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in layouts/borderlayout exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in dialogs/standarddialogs exampleigor_bogomolov2012-01-041-3/+3
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in dialogs/extension exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Recompiled user interface filesigor_bogomolov2012-01-043-67/+40
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Changed access permissions (chmod +x ...)igor_bogomolov2012-01-0410-0/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix BUG #1026 - "mainwindows/recentfiles.py fails"Paulo Alcantara2011-10-191-1/+5
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Use setContentsMargins instead of setMargin.Hugo Parente Lima2011-10-191-8/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Merge branch 'qml'Lauro Neto2011-10-1142-194/+2994
|\
| * 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
| |
| * Update scribble.Lauro Neto2011-09-061-1/+1
| | | | | | | | PySide requires explicit QByteArray->str conversion.
| * 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>
* Add qml-webkit-plugin example.Lauro Neto2011-08-083-0/+92
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>