summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | |\ \ \
| * | | | | 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
| | |\ \ \ \
| * | | | | | 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
| * | | | | Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-051-0/+7
| * | | | | Fix setWindowFlags() for QMdiSubWindow.Bastiaan Veelo2014-02-011-36/+2
| * | | | | Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-312-0/+89
| * | | | | Fix MSVC-warning about unused variable eventdispatcher.Friedemann Kleint2014-01-311-1/+1
| * | | | | Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-6/+134
| * | | | | Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-312-1/+244
| * | | | | tst_qpauseanimation: Fix condition in QEXPECT_FAIL.Friedemann Kleint2014-01-301-1/+1
| * | | | | Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3021-6/+513
| * | | | | Revert "test: marked tst_qlocale as insignificant on Windows"Friedemann Kleint2014-01-301-1/+0
| * | | | | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-4/+3
| * | | | | Add more specific HTTP error codes to QNetworkReply::NetworkErrorMandeep Sandhu2014-01-301-2/+2
| * | | | | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-20/+22
| * | | | | Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-17/+12
| * | | | | Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-0/+22
| * | | | | Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-1/+1
| * | | | | Tests for semi transparent blend on opaque formatsAllan Sandfeld Jensen2014-01-291-0/+110
| * | | | | Fix tst_QLocale::windowsDefaultLocale().Friedemann Kleint2014-01-281-16/+35
| * | | | | Fix application font removal when using FontConfigFabian Bumberger2014-01-284-1/+35
| * | | | | QPrintDialog manual test: Break endless loop for invalid DPI.Friedemann Kleint2014-01-281-6/+11
| * | | | | tst_qcolumnview: Set layout direction on widgets instead of application.Friedemann Kleint2014-01-281-9/+8
| * | | | | Use a fake directory model instead of QDirModel in item view tests.Friedemann Kleint2014-01-275-82/+201