summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
| | * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-053-2/+7
| | * tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
| | * fix paths in installed qtmain.prlOswald Buddenhagen2014-08-041-5/+2
* | | Accessibility Linux: use Frame for WindowsFrederik Gladhorn2014-08-181-2/+2
* | | tst_qmouseevent_modal: Replace some qWait with QTRY_VERIFY.Robin Burchell2014-08-181-8/+4
* | | Remove some manual qWait and use QTRY_VERIFY instead.Robin Burchell2014-08-181-6/+3
* | | tst_qstatusbar: Use a timer and remove some unnecessary waits to reduce test ...Robin Burchell2014-08-181-9/+6
* | | Tablet manual test: show rotated ellipse if the stylus has rotationShawn Rutledge2014-08-181-6/+18
* | | tst_qwindowcontainer: Convert some QVERIFYs to QCOMPAREsRobin Burchell2014-08-181-3/+3
* | | tst_dialog: Convert some QVERIFY to QCOMPARE.Robin Burchell2014-08-181-2/+2
* | | tst_qlistview: Convert some qWaits into QTRY_* usage.Robin Burchell2014-08-181-8/+4
* | | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-183-56/+60
* | | Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-185-45/+123
* | | eglfs/stub: Die fatally if the framebuffer can't be opened.Robin Burchell2014-08-171-1/+3
* | | kms: Also initialize in resize(), if required.Robin Burchell2014-08-171-0/+5
* | | GTK2 theme should use GTK configured font variantAllan Sandfeld Jensen2014-08-174-7/+33
* | | Android: Also support android style for debug deploymentEskil Abrahamsen Blomfeldt2014-08-161-8/+6
* | | Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-163-0/+25
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-168-21/+37
* | | Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
* | | Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
* | | QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
* | | GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
* | | Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-155-1/+189
* | | Doc: Removed minor version from the doc URL.Jerome Pasion2014-08-151-1/+1
* | | DirectFB fix build error in QDirectFBWindowAndy Nichols2014-08-151-1/+1
* | | DirectFB define platform integration capabilitiesAndy Nichols2014-08-152-0/+15
* | | Avoid transparency in qopenglwindow exampleLaszlo Agocs2014-08-142-2/+3
* | | Make sure to have a pbuffer-capable config for the temp pbufferLaszlo Agocs2014-08-141-1/+5
* | | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-142-3/+6
* | | Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-144-44/+44
* | | Update qopenglext.h and qopengles2ext.hLaszlo Agocs2014-08-144-12271/+10795
* | | qdoc: Stop outputting duplicate \brief for QML type and module pagesTopi Reinio2014-08-141-2/+3
* | | Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
* | | Add the StorageView exampleIvan Komissarov2014-08-145-1/+327
* | | Fix compile for harfbuzz-ng for winceAndreas Holzammer2014-08-143-0/+16
* | | winrt: Add partial SSL key supportAndrew Knight2014-08-132-9/+148
* | | Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-1311-24/+645
* | | winrt: Fix deadlock in thread dispatcher accessAndrew Knight2014-08-131-6/+8
* | | Fix composition for windows with alphaLaszlo Agocs2014-08-1310-21/+71
* | | Add the QStorageInfo classIvan Komissarov2014-08-1312-7/+1849
* | | Implement native settings format for WinRTMaurice Kalinowski2014-08-135-28/+768
* | | Create.tag entries for QML classesDavid Edmundson2014-08-132-0/+4
* | | Android: don't kill the app without warningPaul Olav Tvete2014-08-131-3/+1
* | | Replace the const QString global static with a QStringLiteralThiago Macieira2014-08-131-4/+10
* | | Add accessible rolesFrederik Gladhorn2014-08-135-1/+81
* | | Remove invalid assertFrederik Gladhorn2014-08-131-2/+1
* | | Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-133-31/+125