summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: use QStringBuilderMarc Mutz2015-10-152-0/+2
* syncqt: complain if a public header includes a private oneThiago Macieira2015-10-151-0/+1
* QDBusServer: Fix uninitialized memberThiago Macieira2015-10-151-4/+2
* QDBusConnection: Remove unused membersThiago Macieira2015-10-151-3/+0
* QDBusPendingCall: Remove unused memberThiago Macieira2015-10-152-2/+0
* Dispatch all key and all generic motion events java objects to QtCoreBogDan Vatra2015-10-154-1/+113
* Android: Ensure all global objects are destructedBogDan Vatra2015-10-151-1/+2
* QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2
* uic: updates from running generate_uiMarc Mutz2015-10-152-1/+125
* QStateMachine: cleanup QAbstractTransition::setTargetStatesErik Verbruggen2015-10-151-11/+40
* QStateMachine: fix leak of delayed events.Erik Verbruggen2015-10-151-0/+5
* QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8
* Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-1410-46/+69
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-1410-28/+106
* fix bogus complaints about prl targets without extension in bundlesOswald Buddenhagen2015-10-141-1/+2
* qt_pixmapFromWinHICON(): Fix crash and leak in case of Win32 API fails.Friedemann Kleint2015-10-141-12/+16
* fix the trailing-backslash-in-DESTDIR-on-mingw workaroundOswald Buddenhagen2015-10-141-5/+7
* Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-146-8/+8
* Don't use d_func in QWindow::mapToGlobalTor Arne Vestbø2015-10-141-2/+2
* Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-142-1/+11
* Avoid image copy in toTexture() on GLES 3.0 as wellLaszlo Agocs2015-10-142-34/+53
* Windows: Open GL blacklist - Add add intel hd graphics 3000 devicesTim Blechmann2015-10-141-1/+13
* Separate KMS and GBM testsLaszlo Agocs2015-10-146-28/+91
* Add support for the Jetson TK1 Pro using EGLDeviceLaszlo Agocs2015-10-1411-1/+823
* QOpenGLWidget: Fix grabbing multisample framebuffersLaszlo Agocs2015-10-141-2/+13
* QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL()Laszlo Agocs2015-10-141-2/+8
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-1419-93/+450
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-1319-93/+450
| |\
| | * Fix gstreamer configuration test.Yoann Lopes2015-10-131-1/+0
| | * Merge "Merge remote-tracking branch 'origin/5.5.1' into 5.5" into refs/stagin...Liang Qi2015-10-1310-67/+348
| | |\
| | | * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-1310-67/+348
| | | |\
| | | | * Fix spurious socket notifications on OS X and iOSv5.5.1Alex Trotsenko2015-10-092-38/+105
| | | | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-063-42/+12
| | | | * ANGLE: Fix D3D feature level detection.Samuel Nevala2015-10-022-41/+33
| | | | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-023-12/+42
| | | | * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-294-3/+83
| | | | * Update the Qt 5.5.1 changelog for qtbaseThiago Macieira2015-09-231-1/+72
| | | | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| | | | * buildsystem changelog for 5.5.1Oswald Buddenhagen2015-09-161-0/+19
| | | | * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| | | | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| | | | * Merge 5.5 into 5.5.1Oswald Buddenhagen2015-09-1183-291/+903
| | | | |\
| | | | * | Add Qt 5.5.1 changelog with updated 5.7 future direction noticeThiago Macieira2015-09-111-0/+50
| | * | | | QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-132-4/+18
| | |/ / /
| | * | | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| | * | | QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-122-5/+25
| | * | | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
| | * | | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
| | * | | Doc: remove unused code from OpenGL Window exampleSamuel Gaist2015-10-071-10/+0
* | | | | eglfs: Handle custom platform window implementations betterLaszlo Agocs2015-10-1411-34/+73