summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QString: further optimize multiArgMarc Mutz2015-03-141-53/+122
* Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-144-2/+78
* Accessibility Linux: Fix text attributesBoris Dušek2015-03-131-2/+124
* OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-136-6/+85
* Add a verbosity setting to QDebug.Friedemann Kleint2015-03-133-6/+80
* QVector: remove brittle c2m() functionMarc Mutz2015-03-131-1/+0
* QColorDialog: move all helper classes into the unnamed namespaceMarc Mutz2015-03-131-2/+12
* QColorDialog: remove unused friendship on QColorShowerMarc Mutz2015-03-131-1/+0
* Inline qcolordialog_p.h into qcolordialog.cppMarc Mutz2015-03-133-181/+117
* QtWidgets now depends on the platformheadersJan Arve Saether2015-03-131-1/+1
* Fix warning and improve the signature of parseRedirectResponseAllan Sandfeld Jensen2015-03-133-12/+10
* Haiku: Fix tst_qfileselector.cpp unit testTobias Koenig2015-03-125-1/+4
* Doc: Change Q_CHECK_PTR documentation to match implementationRainer Keller2015-03-121-4/+7
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-128-65/+71
* tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
* Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-106-6/+603
* Add string range tests to qaccessibilitymacBoris Dušek2015-03-101-1/+21
* Refactoring of qaccessibilitymac testBoris Dušek2015-03-101-37/+223
* QWindowSystemInterface: Fix memory leakMorten Johan Sørvig2015-03-091-0/+1
* A11y: query a11y bus address from X displayFrederik Gladhorn2015-03-094-2/+56
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-09234-1120/+2843
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-09234-1120/+2843
| |\
| | * 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