summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANGLE: upgrade to 2.1~07d49ef5350aAndrew Knight2014-08-05402-33658/+65660
* Rewrite debug output of event classes.Friedemann Kleint2014-08-051-287/+295
* Fix cmake-test for Dynamic OpenGL.Friedemann Kleint2014-08-051-12/+19
* Add Q_ENUMS for Qt::MouseEventSource, Qt::FocusReason.Friedemann Kleint2014-08-051-0/+2
* QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
* Windows: Ensure DPI awareness is set only once.Friedemann Kleint2014-08-051-1/+5
* Implement focus change for Windows Input context.Friedemann Kleint2014-08-042-19/+33
* Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-043-12/+27
* QNativeSocketEngine: Add debug in createNewSocket.Robin Burchell2014-08-041-1/+13
* QNativeSocketEngine: use stream-style qDebug to fix a warning about FD types.Robin Burchell2014-08-041-2/+2
* Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-035-2/+15
* QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* Add sqlite to Windows Phone default buildMaurice Kalinowski2014-08-022-2/+1
* update bundled sqlite to 3.8.5.0Maurice Kalinowski2014-08-023-2038/+3666
* Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-028-4/+136
* Android: Fix exceptions in ExtractStyle.java on Android LBogDan Vatra2014-08-013-5/+128
* Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-015-7/+58
* Update QOpenGLFunctions docsLaszlo Agocs2014-08-011-0/+12
* Make QOpenGLWidget publicLaszlo Agocs2014-08-0145-374/+2388
* Fix high DPI icons in menu itemsAllan Sandfeld Jensen2014-08-011-2/+2
* Android: Output QML import and root paths for qmlimportscannerEskil Abrahamsen Blomfeldt2014-08-011-0/+7
* Remove pointless debug outputAleix Pol2014-08-011-4/+1
* Fix linking of the Direct2D platform plugin with dynamic Open GL.Friedemann Kleint2014-07-311-1/+1
* QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* tst_QTimeZone: test QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-0/+61
* Add a test for move assignment to tst_QPaletteMarc Mutz2014-07-311-0/+22
* Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-312-3/+85
* Android: Cleanup androidjnimain.cpp/.h filesBogDan Vatra2014-07-312-54/+44
* Android: Fix expose region.BogDan Vatra2014-07-312-3/+3
* Android: Release all windows when the application is suspended.BogDan Vatra2014-07-318-22/+83
* Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-319-8/+282
* Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-313-10/+37
* Xcode: Reference files by absolute path, and name them by basename onlyTor Arne Vestbø2014-07-312-24/+21
* tst_qwidget: Fix geometries.Friedemann Kleint2014-07-311-73/+155
* tst_qwindow: Fix geometries.Friedemann Kleint2014-07-311-55/+75
* Make hellogl work properly regardless of vsyncLaszlo Agocs2014-07-312-7/+21
* OS X: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-311-1/+3
* OS X: add buttons to tablet eventsShawn Rutledge2014-07-311-2/+13
* QTabletEvent manual test: show buttons, pressure, eraserShawn Rutledge2014-07-314-39/+127
* OS X: correct tablet airbrush tangentialPressure to range -1..1Shawn Rutledge2014-07-311-1/+1
* Windows plugin: Refactor input context.Friedemann Kleint2014-07-311-18/+7
* Micro-optimize QXmlStreamReaderPrivate.Jędrzej Nowacki2014-07-311-3/+3
* Add QString::splitRef functions.Jędrzej Nowacki2014-07-313-15/+198
* Micro-optimize uicJędrzej Nowacki2014-07-311-1/+1
* Micro-optimize qdocJędrzej Nowacki2014-07-311-3/+3
* Doc: update the list of typical values for xxxCpuArchitectureThiago Macieira2014-07-311-2/+12
* Attempt to add support for Solaris sysinfo callThiago Macieira2014-07-311-3/+24
* Add the detection of the compiler macros for more AVX512 featuresThiago Macieira2014-07-311-0/+12
* Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-302-2/+46