summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-037-94/+134
|\
| * Make tst_QLocale::macDefaultLocale() more robustMorten Johan Sørvig2014-07-021-28/+44
| * Fix some tst_qwidget test casesBernd Weimer2014-07-021-62/+72
| * Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-024-0/+13
| * qDebug: fix data race in qt_message_printDavid Faure2014-07-011-4/+5
* | Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-022-1/+25
* | Add support for initializer_list construction in QFlagsAdam Majer2014-07-021-0/+24
* | QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-021-0/+27
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0124-70/+580
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0124-70/+580
| |\|
| | * tst_qcollator: Exclude failing test cases for non-ICU/Windows.Friedemann Kleint2014-06-301-4/+7
| | * Android: Fix compilation of qtcpsocket testEskil Abrahamsen Blomfeldt2014-06-301-2/+2
| | * Android: Fix compilation of qhostaddress testEskil Abrahamsen Blomfeldt2014-06-301-0/+4
| | * Android: Fix compilation of qpluginloader testEskil Abrahamsen Blomfeldt2014-06-301-1/+1
| | * Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-0/+7
| | * network internals: do not try to cache a deleted entryPeter Hartmann2014-06-241-0/+38
| | * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-31/+55
| | * Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-0/+6
| | * tst_qicon: Resolve all files using QFINDTESTDATA().Friedemann Kleint2014-06-221-24/+35
| | * Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-202-1/+41
| | * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-0/+39
| | * Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-7/+30
| | * Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-1/+42
| | * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+90
| | |\
| | | * Fix case insensitive comparisons using QCollatorLars Knoll2014-06-121-0/+90
| | * | Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-45/+12
| | * | QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-128-2/+164
| | * | Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-113-13/+47
| | |\|
| | | * tst_qtcpsocket: fix comment, the slot goes to 512David Faure2014-06-091-1/+1
| | | * Cocoa: Re-implement QCocoaScreen::topLevelAt()Morten Johan Sørvig2014-06-061-0/+1
| | | * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-12/+45
| | * | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-0/+6
| | * | Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+15
| | |/
* | / Accessibility: Password QLineEdit should use * as text replacementFrederik Gladhorn2014-07-011-3/+3
|/ /
* | Add QEnableSharedFromThis classRoman Pasechnik2014-06-291-0/+223
* | Windows: Fix setting of geometries in minimized state.Friedemann Kleint2014-06-271-0/+23
* | Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-271-0/+64
* | Expand the compiler test with C++11 and C++14 compiler testsThiago Macieira2014-06-273-2/+811
* | Accessibility: improve text attribute rangesFrederik Gladhorn2014-06-261-44/+103
* | Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-261-0/+18
* | Export QStateMachine running property.BogDan Vatra2014-06-261-2/+272
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-0/+119
* | Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-0/+19
* | winrt: Use native threadingAndrew Knight2014-06-251-24/+33
* | QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-251-0/+32
* | QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-251-0/+27
* | Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-4/+8
* | Accessibility Linux: Fix methods returning rects as iiii for AT-SPIFrederik Gladhorn2014-06-201-8/+16
* | Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-0/+11
* | json: Add defaultValue to QJsonValueRef toInt/toBool/toDouble/toStringHolger Hans Peter Freyther2014-06-131-0/+18