summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-144-147/+168
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-1/+3
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-148-2/+68
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-131-2/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-136-2/+121
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-126-2/+121
| |\
| | * Make QToolButtonPrivate::popupTimerDone() more robustJ-P Nurmi2014-02-121-0/+10
| | * network tests: do not rely on external serversPeter Hartmann2014-02-111-2/+0
| | * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
| | * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-0/+46
| | * QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-0/+14
| | * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42
| | * QStandardPaths: ensure that paths use '/' on all platforms, as the comment saidDavid Faure2014-02-081-0/+2
* | | new QByteArrayList classGlen Mabey2014-02-122-0/+227
* | | Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-11/+41
* | | Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+12
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-124-0/+338
* | | Added function returning build information to QLibraryInfo.Friedemann Kleint2014-02-121-3/+1
|/ /
* | Allow configuration of logging rules from file systemKai Koehne2014-02-114-1/+192
* | SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-113-0/+171
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1121-8/+133
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0721-8/+133
| |\|
| | * QTabWidget: fix moving of the current tabJ-P Nurmi2014-02-051-0/+23
| | * Actually print when the tester pushes the print buttonAndy Shaw2014-02-051-1/+3
| | * QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-049-4/+9
| | * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-0/+28
| | * Enable running sql model tests in parallelFrederik Gladhorn2014-01-294-2/+6
| | * Make the QEXPECT_FAIL agree with the QVERIFY2 condition belowJan Arve Saether2014-01-241-1/+1
| | * Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-0/+2
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-223-1/+58
| | |\
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-0/+56
| | | * Stabilize tst_QAbstractItemView::task200665_itemEntered()Gabriel de Dietrich2014-01-151-0/+1
| | | * Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-141-1/+1
| | * | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-0/+4
* | | | Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-101-15/+19
* | | | QOpenGLTextureBlitterJorgen Lind2014-02-105-0/+303
* | | | Compile.Morten Johan Sørvig2014-02-081-0/+1
* | | | Fallback to QWidget::grab() if QScreen::grabWindow() fails.Jan Arve Saether2014-02-071-62/+57
* | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-5/+68
* | | | Fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-02-071-0/+4
* | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-073-0/+681
* | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-3/+40
|/ / /
* | | Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-055-3/+755
* | | QPageSetupDialog - Add manual dialog testJohn Layt2014-02-052-0/+13
* | | QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-051-5/+3
* | | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-051-5/+2
* | | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-17/+14
* | | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-9/+2
* | | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-407/+1009