summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* iOS: Use Xcode project to filter out environment variables instead of shellTor Arne Vestbø2015-03-092-1/+6
* [QFontEngineFT] Use FT_Library associated with a given faceKonstantin Ritt2015-03-091-5/+3
* (Re)introduce loopLevel into QThreadAndy Shaw2015-03-092-0/+14
* Fix building tests on QNXAllan Sandfeld Jensen2015-03-092-9/+4
* Add joystick/gamepad recognition to device discoveryLaszlo Agocs2015-03-093-55/+37
* eglfs_kms: remove deprecated QString usesAndrew Knight2015-03-091-9/+9
* Doc: removed invalid warning about Qt stylesheetsNico Vertriest2015-03-091-2/+0
* Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* Doc: corrected doc QString::operator[]Nico Vertriest2015-03-091-2/+2
* Android: don't assume a stationary touchpoint unless all history agreesShawn Rutledge2015-03-091-5/+7
* Windows printing: Add more error reporting.Friedemann Kleint2015-03-092-11/+36
* Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
* QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-072-1/+10
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-074-35/+89
* Silence bogus MSVC warning about variable not usedThiago Macieira2015-03-071-0/+1
* iOS: Enable runnnig Qt tests using 'make check' via xcodebuild testTor Arne Vestbø2015-03-071-9/+7
* qdoc: Fix regression in Node type testingMartin Smith2015-03-071-6/+18
* qdoc: Teach qdoc to resolve namespacesMartin Smith2015-03-078-89/+153
* qdoc: Remove unnecessary ifndef Q_QDOCMartin Smith2015-03-071-2/+0
* Xcode: Make QMAKE_MAC_SDK_(PLATFORM_)PATH depend on active SDKTor Arne Vestbø2015-03-071-0/+18
* iOS: Resolve QT depends before checking if we need to link in platform pluginTor Arne Vestbø2015-03-071-1/+2
* Clarify QMatrix4x4::lookAt() docsLaszlo Agocs2015-03-071-4/+7
* Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-073-0/+94
* [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-073-30/+149
* [QCoreTextFontDatabase] Minor clean-upKonstantin Ritt2015-03-072-7/+0
* [QCoreTextFontDatabase] Micro optimizationKonstantin Ritt2015-03-071-13/+19
* Windows: Fix build of qwindowsfontdatabase.cpp with MinGW 4.9.2/-Werror.Friedemann Kleint2015-03-061-0/+7
* Add getter for QSizePolicy to SpacerItemKatja Marttila2015-03-062-0/+9
* docs: QPlatformWindow::screen() and QWindow::screen() can return nullShawn Rutledge2015-03-062-2/+3
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-063-11/+16
* Avoid crashing when there is no QWindowsIntegration anymoreLaszlo Agocs2015-03-061-1/+4
* centralize setup of shell-related variables in spec_post.prfOswald Buddenhagen2015-03-0626-142/+64
* adjust configure's path output to relative pathsOswald Buddenhagen2015-03-062-13/+25
* write relative QT_INSTALL_CONFIGURATION also under windowsOswald Buddenhagen2015-03-061-1/+1
* Xcode: Generate scheme manually, instead of letting Xcode do itTor Arne Vestbø2015-03-064-0/+152
* qmake: Expose iOS/OS X SDK platform path as QMAKE_MAC_SDK_PLATFORM_PATHTor Arne Vestbø2015-03-061-0/+8
* iOS: Resolve correct SDK as part of sdk.prf instead of default_post.prfTor Arne Vestbø2015-03-062-10/+12
* Xcode: Add support for generating XCTest test bundles out of Qt testcasesTor Arne Vestbø2015-03-061-0/+6
* iOS: Use qFatal when detecting QApplication before UIApplicationMainTor Arne Vestbø2015-03-061-6/+4
* iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/execTor Arne Vestbø2015-03-061-0/+4
* Polish the Dir View example.Friedemann Kleint2015-03-061-1/+21
* Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
* Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-063-1/+74
* QHostAddress: Convert AnyIPv4 to AnyIPv6 instead of ::ffff:0.0.0.0Thiago Macieira2015-03-061-12/+25
* QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-062-10/+9
* Fix up signal handling in QFbVtHandlerLaszlo Agocs2015-03-065-37/+159
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-068-6/+76
* Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
* Optimize egl cursor update eventsLaszlo Agocs2015-03-052-38/+34
* Manual dialog test: Add a message box for printer errors.Friedemann Kleint2015-03-051-8/+41