aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port macextras/macpasteboardmime to PySide25.6Liang Qi2017-05-131-0/+127
| | | | | Change-Id: I1f636e473be28380610ef49f5635f26c25612f58 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Add multimedia examples for camera and mediaplayerFriedemann Kleint2017-05-123-0/+349
| | | | | | | | | Add a simple player and camera test example. Task-number: PYSIDE-349 Task-number: PYSIDE-487 Change-Id: Idffdf8209f7e35bdc2ad156402b3a068ae124c5b Reviewed-by: Christian Tismer <tismer@stackless.com>
* Add a legacy example for QOpenGLWidgetFriedemann Kleint2017-05-031-0/+289
| | | | | Change-Id: I7de740e23d724d5bedab89423e1293f99ea2934a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* hellogl.py: Fix signal creationFriedemann Kleint2017-04-241-4/+4
| | | | | | | | | | | | | | | Fix warnings: *** Sort Warning *** Signals and slots in QMetaObject 'GLWidget' are not ordered correctly, this may lead to issues. 1 Slot setXRotation(int) 2! Signal xRotationChanged(int) 3! Slot setYRotation(int) 4! Slot setZRotation(int) Task-number: PYSIDE-463 Change-Id: I51d7d446787aaa3ebe9e8f2dcd5350c8fa87b7bb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Follow the directory structure in qt5/qtbaseLiang Qi2017-01-21345-0/+0
| | | | | Change-Id: Ie1297c8bb1f6835db0573a2dc600e0ecb0e325a8 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Port QtQuick examples to PySide2Alexandru Croitor2016-12-1325-719/+917
| | | | | Change-Id: If2d650d2ef47c7e5259d5059dc2b5176c63cc91d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Port OpenGL examplesFriedemann Kleint2016-11-046-149/+339
| | | | | | | | | | | Adapt to Qt 5 and fix license. Add detailed text with instructions to the messagebox warning about missing PyOpenGL. Task-number: PYSIDE-314 Change-Id: I560901a675669e1116fb5c7a4a33c33739930fc8 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Port example rcc files to use byte literalsFriedemann Kleint2016-09-1938-114/+1672
| | | | | | | | | 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>
* Port audiooutput example from PyQtFriedemann Kleint2016-09-121-0/+301
| | | | | | Task-number: PYSIDE-349 Change-Id: I39cc8974e01fb428a02f00764b0ed4a23b062721 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port some PyQt examples to PySide2Friedemann Kleint2016-08-058-712/+889
| | | | | Change-Id: I26f78376503647cd26c3a6862e4509bdda3eca53 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port examplesFriedemann Kleint2016-07-1372-1702/+3984
| | | | | | | | | Adapt to Qt 5 and fix license. Done-with: Alexandru Croitor <alexandru.croitor@qt.io> Change-Id: I08fece5bbb9350ddb2e6a5cd3f9c603a9f8d44fd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-21212-217/+217
|
* add a readmeChristian Tismer2015-09-201-0/+19
|
* remove phononChristian Tismer2015-07-0515-1544/+0
|
* Fix find files, which had wrong usage of list.count()Christian Tismer2014-12-171-3/+3
|
* Merge pull request #19 from mponweiser/masterRoman Lacko2014-10-142-1/+3
|\ | | | | /itemviews/addressbook works now!
| * Reinserted missing linemponweiser2014-09-151-1/+1
| |
| * Fixes to itemviews/addressbookmponweiser2014-09-152-2/+4
|/ | | | | The example works now under: Windows 7 x64 / Python 2.7.5 / QT 4.8.6 / PySide 1.2.2
* Merge pull request #16 from chrrrisw/masterRoman Lacko2014-09-041-1/+1
|\ | | | | QtGui has no QPoint
| * QtGui has no QPointChris Willoughby2014-09-041-1/+1
|/ | | Changed QtGui.QPoint to QtCore.QPoint
* Python 3 compatibility fixesRoman Lacko2014-04-198-15/+15
|
* Fixed inconsistent use of tabs and spaces in indentationRoman Lacko2014-04-193-3/+3
|
* Merge pull request #13 from Lazik/patch-2Roman Lacko2013-08-171-1/+1
|\ | | | | Update hellogl.py
| * Update hellogl.pyLazik2013-08-161-1/+1
|/ | | | | | | Fixed type for python 3.x Traceback (most recent call last): File "gltemp.py", line 129, in resizeGL GL.glViewport((width - side) / 2, (height - side) / 2, side, side) ctypes.ArgumentError: argument 1: <class 'TypeError'>: wrong type
* Merge pull request #12 from alal/fix_type_errorRoman Lacko2013-08-070-0/+0
|\ | | | | Fix a type error
| * Fix a type errorCC2013-08-071-3/+3
| |
* | Merge pull request #11 from alal/masterRoman Lacko2013-08-072-4/+4
|\ \ | |/ |/| Fix a old bug.
| * Fix a type error bug.CC2013-08-071-3/+3
| |
| * Fix a old bug.CC2013-08-071-1/+1
|/
* Merge pull request #10 from Lazik/patch-1Roman Lacko2013-08-011-2/+2
|\ | | | | Update mandelbrot.py
| * Update mandelbrot.pyLazik2013-07-141-2/+2
| | | | | | | | | | | | | | | | Fixed a float to int bug. Windows7, Python 3.3, PySide 1.1.2 Traceback (most recent call last): File "mandelbrot3.py", line 102, in run for y in range(-halfHeight, halfHeight): TypeError: 'float' object cannot be interpreted as an integer
* | Merge pull request #8 from hogbait/masterRoman Lacko2013-08-011-15/+15
|\ \ | | | | | | hellogl.py uses a left-handed coordinate space
| * | Fix orientation bug in opengl/hellogl exampleZack Drach2013-04-281-15/+15
| |/
* | 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>