summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+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-0119-184/+1149
* Fix high DPI icons in menu itemsAllan Sandfeld Jensen2014-08-011-2/+2
* 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
* Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-311-3/+47
* 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
* 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
* 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-312-0/+75
* 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
* 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-301-2/+1
* QProgressDialog: Extract Method QProgressDialogPrivate::setCancelButtonText()Marc Mutz2014-07-301-7/+14
* QProgressDialog: don't crash when setting the same {bar,button,label} againMarc Mutz2014-07-301-0/+14
* Add EglDisplay case to nativeResourceForContext on eglfsAndras Becsi2014-07-301-0/+4
* Allow lower case resource names in native interface on WindowsAndras Becsi2014-07-301-7/+43
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-3014-16/+47
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2914-16/+47
| |\
| | * Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
| | * Improve dbus cross compilationBernd Weimer2014-07-283-3/+3
| | * Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
| | * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
| | * Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
| | * Doc: corrected autolink errors in qnamespace.qdocNico Vertriest2014-07-231-5/+5
| | * Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
| | * QPixmap::fromImage() should detach when changing QImage formatAllan Sandfeld Jensen2014-07-221-0/+1
| | * Windows: Add Qt Creator PATH update tip for missing SQL client dllsSamuel Gaist2014-07-221-1/+4
* | | Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-303-16/+12
* | | Accessibility Linux: Also send meta key as modifierFrederik Gladhorn2014-07-301-0/+2