summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable some implicit conversions with QT_RESTRICTED_CAST_FROM_ASCIIAlexander Volkov2017-12-011-0/+4
* QMetaObject::Connection: mark move ctors Q_DECL_NOTHROWMarc Mutz2017-12-011-4/+2
* QImage: Output some bytes of first scanline on verbose debug streamsFriedemann Kleint2017-12-011-2/+9
* Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-012-0/+35
* Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-012-153/+54
* Add template text to \fn commands in container classesMartin Smith2017-12-016-761/+882
* macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-017-19/+48
* QtServiceSupport: Remove redundant conditionGabriel de Dietrich2017-12-011-2/+1
* Simplify date-time formatting in textForRole()Edward Welbourne2017-11-302-28/+53
* Clean up in TZP-Win's calculateTransitionLocalDate()Edward Welbourne2017-11-301-19/+28
* Pull several structs and static functions into an anonymous namespaceEdward Welbourne2017-11-301-22/+24
* Add a check of selected time-zone offset dataEdward Welbourne2017-11-301-0/+47
* Fake a "first transition" at the start of timeEdward Welbourne2017-11-301-0/+9
* Avoid underflow on arithmetic with possibly-first transition timesEdward Welbourne2017-11-301-2/+2
* Take account of single-transition hacks in MS time-zone APIsEdward Welbourne2017-11-302-17/+106
* QWinTimeZonePrivate: make transition searches more efficientEdward Welbourne2017-11-301-125/+83
* Refine handling of wMonth checks in QWinTimeZonePrivateEdward Welbourne2017-11-301-6/+28
* Tidy up QDateTimeParser code to make it easier to reason aboutEdward Welbourne2017-11-301-9/+10
* QDateTimeParser: reject all short values in fixed-width fieldsEdward Welbourne2017-11-302-1/+12
* Raise the upper bound on years to 9999Edward Welbourne2017-11-308-28/+37
* Mutex-lock QLocale's update of its globalLocaleDataEdward Welbourne2017-11-301-6/+17
* Optimize QThread::isInterruptionRequested()Marc Mutz2017-11-302-5/+10
* QSortFilterProxyModel: Clear persistent indexes on source model changeChristian Ehrlicher2017-11-302-1/+25
* QItemSelectionRange: speedup intersects() in negative caseChristian Ehrlicher2017-11-301-4/+6
* Avoid compile warning in tst_qftpUlf Hermann2017-11-301-0/+2
* Replace qrand() engine with C++11 <random> LCG and deprecateThiago Macieira2017-11-301-83/+59
* qtest_gui.h: remove incorrect #ifdefGatis Paeglis2017-11-301-3/+0
* qtestmouse: do not qWait for mocked events on macOSGatis Paeglis2017-11-302-15/+7
* Create a QNX version of calculateUnixPriorityJames McDonnell2017-11-301-0/+54
* Mark some functions as coldMarc Mutz2017-11-303-3/+18
* QThread::requestInterruption(): move qWarning() out of critical sectionMarc Mutz2017-11-301-4/+4
* doc: document the anonymous enum type correctlyMartin Smith2017-11-301-12/+78
* QTreeWidget::setHeaderItem: fix off-by-one in signal emissionsGiuseppe D'Angelo2017-11-301-4/+4
* QTreeWidgetItem::insertChildren: ignore out of bounds indexesGiuseppe D'Angelo2017-11-302-2/+14
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-3093-954/+1155
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-3093-954/+1155
| |\
| | * Doc: modify connect statement to new syntaxNico Vertriest2017-11-291-24/+24
| | * Doc: Minor corrections custom sort filter exampleNico Vertriest2017-11-292-3/+3
| | * Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
| | * iOS: Don't set background color when debugging window managementTor Arne Vestbø2017-11-291-1/+0
| | * iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-284-21/+2
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-2816-180/+420
| | |\
| | | * Stop depending on test.macieira.orgThiago Macieira2017-11-272-3/+3
| | | * QUdpSocket: Work around WSARecvMsg quirk relating to no control blockThiago Macieira2017-11-251-4/+2
| | | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-254-10/+21
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-254-151/+365
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-234-151/+365
| | | | |\
| | | | | * No debugging and extra env & params processing on sealed packagesv5.9.3BogDan Vatra2017-11-161-148/+153
| | | | | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-142-3/+68
| | | | | * Add changes file for Qt 5.9.3Jani Heikkinen2017-11-131-0/+144