summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for loading PKCS#12 bundles.Richard J. Moore2014-05-114-0/+54
* Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-096-1/+316
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-0838-203/+622
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0638-203/+622
| |\
| | * QNX: Fix QLineEdit autotestFabian Bumberger2014-05-021-2/+2
| | * Ignore the fullscreen state of a QMdiSubWindowFabian Bumberger2014-05-021-0/+14
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0113-56/+176
| | |\
| | | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-254-9/+9
| | | * QSqlError: Mark deprecated functiond with QT_DEPRECATEDOlivier Goffart2014-04-251-0/+18
| | | * Deprecate setSharable in Qt containersThiago Macieira2014-04-247-47/+141
| | | * Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-0/+8
| | * | Stabilize tst_QAbstractItemView::task250754_fontChange().Friedemann Kleint2014-04-301-1/+1
| | * | Fix PSQL column's metadataparihaaraka2014-04-291-0/+44
| | * | Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-0/+37
| | * | Add press action to QAccessibleComboboxFrederik Gladhorn2014-04-281-1/+1
| | * | Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-1/+10
| | * | [QSqlQuery] misbehavior of seek in special query positionsIsrael Lins Albuquerque2014-04-261-0/+20
| | * | QTcpSocket auto test: Temporarily disable Socks5 testsPeter Hartmann2014-04-251-4/+4
| | * | Add missing #ifndef QT_NO_SSLFrederik Gladhorn2014-04-251-0/+2
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-254-50/+44
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-234-50/+44
| | | |\|
| | | | * Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-172-4/+8
| | | | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-15/+7
| | | | * Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-142-31/+29
| | * | | Stabilize tst_qfilesystemmodel::rowsInserted() on Windows.Friedemann Kleint2014-04-251-13/+15
| | * | | Stabilize tst_qfilesystemwatcher::watchFileAndItsDirectory().Friedemann Kleint2014-04-251-14/+17
| | * | | Stabilize tst_qfiledialog.Friedemann Kleint2014-04-251-27/+32
| | * | | Ensure we try the UTF-8 conversions with longer stringsThiago Macieira2014-04-251-2/+11
| | * | | Again to fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-04-251-10/+13
| | * | | Autotest: fix use of dangling pointerThiago Macieira2014-04-241-1/+1
| | |/ /
| | * | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-0/+113
| | * | Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-7/+0
| | * | QNX: Skip QGLBuffer autotestFabian Bumberger2014-04-141-0/+4
| | * | QNX: Fix QDockWidget autotestFabian Bumberger2014-04-141-1/+4
| | * | BlackBerry: Fix QDoubleSpinBox autotestsFabian Bumberger2014-04-141-0/+2
| | * | QNX: Fix QComboBox autotestFabian Bumberger2014-04-141-7/+7
| | * | QNX: Fix QMdiArea autotestsFabian Bumberger2014-04-141-3/+6
| | * | QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
| | * | QNX: Fix QWizard autotestFabian Bumberger2014-04-141-1/+4
| | * | QNX: Fix QTreeView autotestFabian Bumberger2014-04-141-2/+2
| | |/
* | | Don't repeat Tab names in the QTabBarJan Arve Saether2014-05-081-1/+8
* | | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-0819-337/+341
|/ /
* | Include the duplicated attribute name in the error messageThiago Macieira2014-05-066-6/+6
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+48
* | QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-065-2/+132
* | Add support for -qwindowicon command line argument.David Faure2014-05-025-0/+27
* | Provide new API: QSslCertificate::isSelfSigned()Daniel Molkentin2014-04-301-0/+8
* | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-9/+11
* | Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-284-55/+67
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-242-1/+53