summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-254-35/+1
* tst_spdy: Check network test serverSergio Ahumada2014-02-251-0/+6
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-2544-44/+0
* Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-0/+28
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* Fix QFontMetrics widthBernd Weimer2014-02-201-0/+6
* Remove qSort usages from gui testsSergio Ahumada2014-02-203-5/+11
* Remove qSort usages from testsSergio Ahumada2014-02-204-7/+15
* network: add support for the SPDY protocolPeter Hartmann2014-02-193-0/+698
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-19392-4697/+12436
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-184-16/+53
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+20
| |\ \
| * | | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
| * | | QOpenGLTextureBlitter: add some autotestsJørgen Lind2014-02-161-0/+191
| * | | Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-168-72/+72
| * | | Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525
| * | | Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+15
| * | | tst_qsignalblocker: simplify testMarc Mutz2014-02-161-138/+13
| * | | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-151-0/+2
| * | | WinRT: Added socket engine implementationOliver Wolff2014-02-151-0/+4
| * | | Enable QByteArrayList testsJędrzej Nowacki2014-02-141-0/+1
| * | | 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
| * | | 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
| |/ / / /
| * | | | Allow configuration of logging rules from file systemKai Koehne2014-02-114-1/+192
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1120-7/+130
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0720-7/+130
| | |\ \ \ \
| * | | | | | Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-101-15/+19
| * | | | | | 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-051-3/+0
| * | | | | 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