summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
| * | Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
| * | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| * | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| * | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
| * | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
| * | Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
| * | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
| * | Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-092-12/+21
| * | QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-13/+10
| * | QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-1/+1
| * | Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
| * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
| * | make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
| * | QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+16
| * | QAccessibleWidget: Retrieve window from native parent widget.Friedemann Kleint2016-05-061-2/+8
| * | Windows Accessibility: Recurse up to find a window.Friedemann Kleint2016-05-061-2/+11
| * | Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-063-19/+53
| * | Cocoa: Clear the backing store pointer when changing windowGabriel de Dietrich2016-05-061-0/+1
| * | QCocoaMenuBar: set the native item's titleGabriel de Dietrich2016-05-061-1/+3
| * | Fix typo in QSqlTableModel documentationVladislav Tronko2016-05-061-1/+1
| |/
| * Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
| * Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
* | Doc: corrected issues with non-existing image filesNico Vertriest2016-05-181-3/+3
* | QLocalSocket/Win: Use QIODevice's internal write bufferJoerg Bornemann2016-05-172-3/+2
* | QLocalSocket/Win: use QRingBuffer::appendJoerg Bornemann2016-05-171-2/+1
* | QOpenGL: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-161-33/+17
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-154-1/+15
* | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
* | Add ephemeralServerKey to isNull() and operator==André Klitzing2016-05-132-0/+3
* | QDateTimeParser: use QStringRef moreAnton Kudryavtsev2016-05-131-9/+8
* | QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...Marc Mutz2016-05-126-5/+10
* | QtNetwork: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-122-2/+2
* | QHttpSocketEngine: set error on unsupported operationsAlex Trotsenko2016-05-121-7/+27
* | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-125-24/+20
* | winmain: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-122-1/+3
* | QFont::exactMatch() should return false for aliasesEskil Abrahamsen Blomfeldt2016-05-121-3/+0
* | QMutex: make FUTEX_PRIVATE_FLAG a mandatory featureThiago Macieira2016-05-111-35/+6
* | QtCore/QtDBus/QtSql: port the last remaining Q_FOREACH loop and add QT_NO_FOR...Marc Mutz2016-05-114-3/+9
* | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-119-10/+20
* | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | QImage::setPixelColor: warn about invalid colorsMitch Curtis2016-05-111-1/+7
* | QDateTimeParser: adapt unquote() to make good use of QStringRef.Anton Kudryavtsev2016-05-111-6/+4
* | QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-05-111-7/+9
* | eglfs: Fix DRM+KMS backendsLaszlo Agocs2016-05-1010-14/+17
* | Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
* | QEglFSKmsIntegration: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-5/+5
* | QImageWriter: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-3/+3
* | QFactoryLoader: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-27/+11
* | QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-104-2/+135