summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-126-66/+80
* Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-124-2/+17
* Micro-optimize qt_section_chunk ctorMarc Mutz2014-09-121-1/+1
* QPainter: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QImageReader: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QIcon: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QFileSelector: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QWheelEvent: make magic number 120 a symbolic constantMarc Mutz2014-09-121-0/+2
* QGraphicsView: use qEnvironmentVariableIntValue()Marc Mutz2014-09-122-2/+2
* xcb: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* WinRT: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QNX: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-3/+3
* QMinimalIntegration: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QKmsScreen: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* eglfs: use qEnvironmentVariableIntValue()Marc Mutz2014-09-123-4/+4
* Android: use qEnvironmentVariableIntValue()Marc Mutz2014-09-126-8/+8
* QEvDevTouch: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QFbVtHandler: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* eglconvenience: use qEnvironmentVariableIntValue()Marc Mutz2014-09-122-6/+6
* QPainter: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QHash: remove unnecessary #ifdefMarc Mutz2014-09-121-3/+1
* QPainter: drop a pointless checkMarc Mutz2014-09-121-3/+1
* QPainter: use qDeleteAll()Marc Mutz2014-09-121-2/+1
* QLibrary: simplify qt_debug_component()Marc Mutz2014-09-121-4/+1
* QLibrary: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* Add qEnvironmentVariableIntValue()Marc Mutz2014-09-122-0/+49
* QAbstractItemView: add iconSizeChanged signal.David Faure2014-09-122-1/+4
* QTextStream: add fast path for writing char and QChar.David Faure2014-09-122-2/+30
* Remove incorrect read from QSslSocket::readData()Alex Trotsenko2014-09-111-10/+6
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-10126-1161/+2893
|\
| * Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
| * xcb: fix getting a XdndAware property if a proxy window existsAlexander Volkov2014-09-091-1/+1
| * QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-095-45/+35
| * Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
| * QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
| * Windows styles: Avoid theme.rect recalculationMaks Naumov2014-09-082-2/+0
| * Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
| * Enhance the VAO docsLaszlo Agocs2014-09-081-0/+10
| * Fix a conversion of coordinates of a TouchBegin eventAlexander Volkov2014-09-081-1/+1
| * Define EGL_EGLEXT_PROTOTYPES for ANGLEv5.4.0-alpha1Laszlo Agocs2014-09-061-0/+1
| * Bump Q_COMPILER_INITIALIZER_LISTS to GCC 4.5Adam Majer2014-09-061-1/+3
| * kms: Move debug output behind a category.Robin Burchell2014-09-052-4/+8
| * QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
| * Remove GLdouble and GL_DOUBLE typedefs for OpenGL ES 2.Gunnar Sletta2014-09-052-6/+2
| * Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
| * Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
| * xcb: fix coordinates of touch pointsAlexander Volkov2014-09-051-1/+1
| * Windows: Move dock windows automatically when screen is disconnected.Friedemann Kleint2014-09-051-1/+25
| * ssl: common certificate parser support for extensionsJeremy Lainé2014-09-056-159/+271
| * qdoc: Highlight selected section / entry in the documentationTopi Reinio2014-09-051-36/+54