summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QString: extend number(double) formatting testMårten Nordheim2021-07-281-4/+90
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-274-0/+194
* Add Android service check on quit appFabio Falsini2021-07-271-2/+2
* Allow to set Local Socket listen(2) backlogDaniel Nicoletti2021-07-278-14/+46
* Deduplicate offset calculation in QMetaObjectBuilderIvan Tkachenko2021-07-271-1/+1
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-273-5/+11
* QUrlQuery/Doc: update the information about encoded vs decodedThiago Macieira2021-07-271-1/+28
* Don't report results when the results list is emptySona Kurazyan2021-07-274-0/+44
* doubleToString: Fix assert when double is NaNMårten Nordheim2021-07-271-1/+1
* QTextStream: Always use direct connection inside QDeviceClosedNotifierIevgenii Meshcheriakov2021-07-271-2/+7
* QtWidgets: clean up API removalsMarc Mutz2021-07-275-7/+43
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-272-8/+56
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-278-14/+114
* time: Rerun cldr2qtimezone.pyIevgenii Meshcheriakov2021-07-271-33/+33
* QCalendar: Make SystemId constructors with one argument explicitIevgenii Meshcheriakov2021-07-271-2/+3
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-273-13/+13
* Add a benchmark for QSharedPointerMarc Mutz2021-07-273-0/+133
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-272-0/+11
* QCalendarBackend: Use QAnyStringView to create backends by nameIevgenii Meshcheriakov2021-07-273-17/+5
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* QString::number(int): Avoid going through qlocale machineryMårten Nordheim2021-07-263-46/+60
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* Fuzzing: Guide the compiler to the right ctor of QCalendarRobert Löhning2021-07-261-1/+1
* Fix typo in function nameIevgenii Meshcheriakov2021-07-261-2/+2
* Move Android implementation of permissions API to QtAndroidPrivateTor Arne Vestbø2021-07-265-303/+292
* CMake: Keep public include header locations for internal module priJaeyoon Jung2021-07-261-1/+1
* QTextEngine: Style fixRobert Löhning2021-07-261-2/+2
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-2611-50/+82
* Update QtConcurrent docs and examples for reductor object usageSona Kurazyan2021-07-264-23/+11
* QtConcurrent: Remove the redundant code for QStringListSona Kurazyan2021-07-262-8/+0
* QLocalSocket/Win: allow delayed close to workAlex Trotsenko2021-07-253-20/+12
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-243-9/+8
* QLocalSocket/Win: do not flush the pipe in disconnectFromServer()Alex Trotsenko2021-07-242-1/+19
* QLocalSocket: call abort() instead of close() on destructionAlex Trotsenko2021-07-243-13/+9
* QLocalSocket/Win: remove unnecessary call to setWriteChannelCount()Alex Trotsenko2021-07-241-1/+0
* QLocalSocket/Win: remove dead code in disconnectFromServer()Alex Trotsenko2021-07-241-8/+0
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-243-0/+8
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-243-24/+150
* CMake: Use namespaced variables in Qt6*Dependencies.cmakeLi Xinwei2021-07-245-99/+98
* Purge empty methods from tst_QSqlRecordEdward Welbourne2021-07-231-17/+0
* Select PostgreSQL-only data, rather than filtering in the testEdward Welbourne2021-07-231-19/+17
* Rename QSqlRecord benchmark's source file to match its test nameEdward Welbourne2021-07-232-2/+2
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* Convert QLocalSocket benchmark to use QTestEventLoopEdward Welbourne2021-07-231-10/+17
* Assert some more things we can be sure of in the QMap benchmarkEdward Welbourne2021-07-231-0/+17
* QMap benchmark: use unsigned accumulators and check themEdward Welbourne2021-07-231-4/+12