summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-1912-604/+425
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-1731-502/+74
* Add support for Apple tvOSMike Krus2016-05-1787-144/+463
* introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-05-172-1/+12
* Remove qt_cancelIo helper functionJoerg Bornemann2016-05-172-20/+2
* QtWidgets: Increase Windows API level to 0x600 (Windows Vista).Friedemann Kleint2016-05-178-677/+134
* tst_qaction: Fix top level widget leaks.Friedemann Kleint2016-05-171-69/+64
* tst_qwidget: Remove test widget member.Friedemann Kleint2016-05-171-159/+108
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-12882-25829/+75257
|\
| * QImage::setPixelColor: warn about invalid colorsMitch Curtis2016-05-112-1/+15
| * 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
| * Add support for -Werror with ICC 17 on LinuxThiago Macieira2016-05-101-2/+2
| * 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-105-11/+145
| * Prospective MSVC 2013 build fixSimon Hausmann2016-05-101-2/+4
| * Fix build on WinRTMaurice Kalinowski2016-05-101-1/+2
| * QUrl: enable (N)RVO for gccAnton Kudryavtsev2016-05-091-37/+37
| * QDateTimeParser: proper construction of QStringAnton Kudryavtsev2016-05-091-1/+1
| * QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChangedRichard Moe Gustavsen2016-05-092-15/+3
| * Fix ANGLE glGetUniform*v functions to work properly with arraysMiikka Heikkinen2016-05-092-1/+32
| * Doc: Highlight Quick Controls 2 - Gallery exampleVenugopal Shivashankar2016-05-091-25/+1
| * Be more specific what is in Core and what is notJędrzej Nowacki2016-05-091-2/+5
| * QNX: Force use of system zlib on Windows hostLiang Qi2016-05-091-0/+1
| * QJsonValue: don't create a temporary QString on every toString() invocationMarc Mutz2016-05-092-1/+18
| * Add a QMutex::isRecursive() const noexceptThiago Macieira2016-05-092-9/+15
| * Work around ICC's bug in making std::atomic a literal typeThiago Macieira2016-05-081-2/+8
| * Mark QThread::currentThreadId() as a pure functionThiago Macieira2016-05-081-1/+1
| * Implement QLibrary::PreventUnloadHint for WindowsThiago Macieira2016-05-082-2/+10
| * Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-082-2/+0
| * Mark QTimeZone constructor nothrow.Thiago Macieira2016-05-082-2/+2
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0694-658/+699
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0694-658/+699
| | |\
| | | * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
| | | * Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
| | | * tst_QKeyEvent::modifiers(): Ensure test data row names are pure ASCII.Friedemann Kleint2016-05-041-1/+19
| | | * QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
| | | * Change Q_OS_MAC -> Q_OS_OSXMorten Johan Sørvig2016-05-041-28/+28
| | | * Add missing Q_DECL_OVERRIDEsMorten Johan Sørvig2016-05-041-3/+3
| | | * Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
| | | * Fix FPE under EGLFS_KMS if mesa-10.2.7Elena Zaretskaya2016-05-041-2/+7
| | | * doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
| | | * Manual touch test: Add color for Qt::MouseEventSynthesizedByApplication.Friedemann Kleint2016-05-041-0/+3
| | | * Improve tst_qtimeline::setPaused resilienceJędrzej Nowacki2016-05-041-8/+7
| | | * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-0418-83/+21
| | | * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21