| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port example rcc files to use byte literals | Friedemann Kleint | 2016-09-19 | 1 | -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> | ||||
| * | Port some PyQt examples to PySide2 | Friedemann Kleint | 2016-08-05 | 2 | -130/+181 |
| | | | | | | Change-Id: I26f78376503647cd26c3a6862e4509bdda3eca53 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> | ||||
| * | Port examples | Friedemann Kleint | 2016-07-13 | 2 | -30/+112 |
| | | | | | | | | | | 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 Tismer | 2015-09-21 | 11 | -11/+11 |
| | | |||||
| * | Renamed PyQt occurrences to PySide on README. | Marcelo Lira | 2010-11-23 | 1 | -7/+7 |
| | | |||||
| * | merged threadedfortuneserver.py from PyQt | Matti Airas | 2010-09-10 | 1 | -41/+52 |
| | | |||||
| * | merged loopback.py from PyQt | Matti Airas | 2010-09-10 | 1 | -69/+57 |
| | | |||||
| * | merged fortuneserver.py from PyQt | Matti Airas | 2010-09-10 | 1 | -28/+37 |
| | | |||||
| * | merged fortuneclient.py from PyQt | Matti Airas | 2010-09-10 | 1 | -75/+77 |
| | | |||||
| * | merged broadcastsender.py from PyQt | Matti Airas | 2010-09-10 | 1 | -25/+25 |
| | | |||||
| * | merged broadcastreceiver.py from PyQt | Matti Airas | 2010-09-10 | 1 | -21/+29 |
| | | |||||
| * | merged blockingfortuneclient.py from PyQt | Matti Airas | 2010-09-10 | 1 | -72/+65 |
| | | |||||
| * | fixed readme demo location | Matti Airas | 2010-09-10 | 1 | -1/+1 |
| | | |||||
| * | merged http.py from PyQt | Matti Airas | 2010-09-10 | 1 | -54/+47 |
| | | |||||
| * | merged ftp.py from PyQt | Matti Airas | 2010-09-10 | 1 | -127/+175 |
| | | |||||
| * | fixed examples/network/http/http.py | Matti Airas | 2010-09-02 | 1 | -16/+20 |
| | | |||||
| * | fixed ftp.py | Matti Airas | 2010-09-02 | 1 | -20/+21 |
| | | | | | | The fix has the same issue as http.py - the progress dialog remains visible (but empty) after the download. | ||||
| * | fixed http.py | Matti Airas | 2010-09-02 | 1 | -13/+14 |
| | | | | | | | | Fix is not perfect: an empty progress dialog remains visible after the download. The same behaviour is present on PyQt as well, so deferring fixing that for now. At least it runs and the http functionality works. | ||||
| * | fixed loopback.py | Matti Airas | 2010-09-02 | 1 | -8/+8 |
| | | |||||
| * | fixed blockingfortuneclient.py | Matti Airas | 2010-09-02 | 1 | -8/+7 |
| | | |||||
| * | fixed threadedfortuneserver.py | Matti Airas | 2010-09-02 | 1 | -14/+15 |
| | | |||||
| * | fixed fortuneclient.py | Matti Airas | 2010-09-02 | 1 | -6/+5 |
| | | |||||
| * | fixed fortuneserver.py | Matti Airas | 2010-09-02 | 1 | -14/+15 |
| | | |||||
| * | Fixing static methods | Lauro Neto | 2010-04-30 | 1 | -2/+2 |
| | | |||||
| * | Fix qtnetwork ftp example (QFile::fileExists -> QFile::exists) | Hugo Lima | 2010-02-23 | 1 | -1/+2 |
| | | | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> | ||||
| * | Fix syntax error (missing parenteses) | Hugo Lima | 2010-02-23 | 1 | -1/+1 |
| | | | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> | ||||
| * | Change QtCore.QFile.fileExists to QtCore.QFile.exists and remove whitespaces ↵ | Hugo Lima | 2010-02-23 | 1 | -18/+18 |
| | | | | | at line ending. | ||||
| * | Fixing examples | Lauro Neto | 2010-01-21 | 2 | -17/+32 |
| | | | | | | | | | | | | - Import and signal connection - parent() override now calls QObject.parent - Fixed multiple inheritance - Static method usage - implicit conversions - use QUiLoader instead of uic Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> | ||||
| * | Fixes http.py and mandelbrot.py | Lauro Neto | 2010-01-09 | 1 | -1/+1 |
| | | | | | | - Static methods - Implicit conversions | ||||
| * | Remove binary python files | Chris Hills | 2009-08-21 | 1 | -0/+0 |
| | | |||||
| * | pushing pyqplayer | Ahmed Youssef | 2009-08-20 | 1 | -0/+0 |
| | | |||||
| * | Adding the pyqt ported examples (replacing xmon examples because most of ↵ | Douglas Soares de Andrade | 2009-08-19 | 11 | -435/+641 |
| | | | | | then did not work here) | ||||
| * | Init | Ahmed Youssef | 2009-08-19 | 15 | -0/+1426 |
