summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
* Autotest: fix silly mistake in assigning where a comparison was intendedThiago Macieira2016-10-251-1/+1
* QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-243-0/+73
* Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
* Plug leaks in tst_QWizardMarc Mutz2016-10-221-46/+60
* tst_QGraphicsItem: plug remaining leaksMarc Mutz2016-10-221-19/+21
* Plug remaining leaks in tests/auto/widgets/kernelMarc Mutz2016-10-213-15/+18
* Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
* QUrl effective TLDs: update tableKai Koehne2016-10-211-7/+7
* Don't crash while parsing malformed CSSSérgio Martins2016-10-191-0/+1
* xcb: fix passing of focus from child to its top level QWindowClinton Stimpson2016-10-191-1/+19
* Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-181-1/+49
* Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+28
* Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+19
* Blacklist tst_MacNativeEvents::testMouseEnterAllan Sandfeld Jensen2016-10-121-2/+1
* tst_QWidget: Fix UB (invalid member access) in EnterTestMainDialog::eventFilt...Marc Mutz2016-10-121-7/+6
* Plug more than 4k leaks in tst_QGraphicsViewMarc Mutz2016-10-111-5/+9
* Plug leaks in tst_QXmlSimpleReaderMarc Mutz2016-10-101-6/+6
* QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
* QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-0/+27
* tst_QShortcut: Fix UB (invalid cast) in shortcutDestroyed()Marc Mutz2016-10-051-1/+2
* Plug memleak in tst_QStackedWidgetMarc Mutz2016-10-051-1/+2
* Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-1/+1
* Plug remaining leaks in tests/auto/widgets/utilMarc Mutz2016-10-023-40/+28
* Data files for binary compatibility tests updated for Qt 5.6Milla Pohjanheimo2016-09-3011-0/+92679
* Plug remaining leaks in tests/auto/widgets/styleMarc Mutz2016-09-301-3/+3
* tst_QAbstractSlider: fix strict-aliasing warningsMarc Mutz2016-09-301-25/+23
* Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-0/+57
* Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
* tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
* Extend tested formats in lancelotAllan Sandfeld Jensen2016-09-271-0/+26
* QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-0/+8
* QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-0/+63
* Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
* Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
* QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* Fix test for sandboxed platformsMaurice Kalinowski2016-09-231-3/+3
* tst_QGraphicsItem: Fix UB (invalid cast/member call) in prepareGeometryChange()Marc Mutz2016-09-221-5/+8
* Add missing test for QReguarExpression for QTextDocument::findMultipleSamuel Gaist2016-09-201-0/+18
* multiwindow: Base vsync debug output on actual surface formatTor Arne Vestbø2016-09-191-12/+18
* multiwindow: Replace per window fps timers with unified approachTor Arne Vestbø2016-09-191-18/+46
* multiwindow: Call update() after swapTor Arne Vestbø2016-09-191-2/+2
* multiwindow: React to mouse press to allow debugging UI responsivenessTor Arne Vestbø2016-09-191-33/+20
* multiwindow: Use showNormal() instead of show() to ensure normal geometryTor Arne Vestbø2016-09-191-1/+1
* QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-1/+4
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-0/+57
* Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-14/+31
* QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-121-5/+43
* qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+4
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11