summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Accessibility Linux: Fix text attributesBoris Dušek2015-03-131-2/+124
* OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-133-6/+10
* Add a verbosity setting to QDebug.Friedemann Kleint2015-03-132-5/+47
* 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
* Doc: Change Q_CHECK_PTR documentation to match implementationRainer Keller2015-03-121-4/+7
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-126-42/+48
* Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-105-5/+519
* 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-09118-780/+1817
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-09118-780/+1817
| |\
| | * Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
| | * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1
| | * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-073-35/+36
| | * Silence bogus MSVC warning about variable not usedThiago Macieira2015-03-071-0/+1
| | * 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
| | * Clarify QMatrix4x4::lookAt() docsLaszlo Agocs2015-03-071-4/+7
| | * Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-072-0/+34
| | * [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-072-2/+54
| | * [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
| | * 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
| | * Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
| | * Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-062-1/+26
| | * 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-061-10/+4
| | * Fix up signal handling in QFbVtHandlerLaszlo Agocs2015-03-065-37/+159
| | * Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-066-6/+59
| | * 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
| | * Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-052-17/+27
| | * Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-8/+14
| | * eglfs: Pluginize RPi, iMX6 and Mali backendsLaszlo Agocs2015-03-0518-6/+699
| | * Doc: fixed links on index page QtConcurrentNico Vertriest2015-03-051-7/+7
| | * QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
| | * OS X: Fix mixing writing systems, ligatures and text formattingEskil Abrahamsen Blomfeldt2015-03-051-5/+3
| | * Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-054-120/+9