summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* winrt: Remove depth/stencil from the default window formatAndrew Knight2014-08-191-2/+0
* Harfbuzz-NG: Compile on WinRTEskil Abrahamsen Blomfeldt2014-08-192-2/+9
* WinRT: Do not forget the path specificationMaurice Kalinowski2014-08-191-1/+1
* WinRT: Fix QSettings auto-testsMaurice Kalinowski2014-08-191-4/+31
* tst_qdbusabstractadaptor: Reduce qWait() usage.Robin Burchell2014-08-191-25/+14
* If a tess/compute shader compilation fails, print its type correctlyGiuseppe D'Angelo2014-08-181-7/+18
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-1942-151/+668
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-1242-151/+668
| |\
| | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-112-4/+20
| | * Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
| | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | * Fix build due to missing include when using a minimal config.Sérgio Martins2014-08-111-0/+1
| | * Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9
| | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-1111-82/+215
| | * Apply upstream patch r1498 to our PCRE copyGiuseppe D'Angelo2014-08-102-12/+54
| | * Apply upstream patch r1495 to our PCRE copyGiuseppe D'Angelo2014-08-102-1/+28
| | * Initialize member.Gunnar Sletta2014-08-081-0/+1
| | * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
| | * network tests: add manual test for auth / proxy authPeter Hartmann2014-08-071-0/+82
| | * Uncomment some tests which accidently got commentedAndy Shaw2014-08-071-6/+6
| | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
| | * Check if Start/EndPage returns non-positive value when error checkingAndy Shaw2014-08-071-4/+4
| | * Windows: Fix stored family name of fallback fontsEskil Abrahamsen Blomfeldt2014-08-061-0/+2
| | * Android: Remove native views when their window is destroyd.Christian Strømme2014-08-061-3/+2
| | * Android: Fix QAndroidPlatformServices::openUrl().Christian Strømme2014-08-062-6/+10
| | * Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
| | * GTK file dialog: pre-fill the filename if given to a Save dialogShawn Rutledge2014-08-061-1/+7
| | * QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
| | * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
| | * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-062-5/+4
| | * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| | * 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