summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename QMap benchmark source file to match test nameEdward Welbourne2021-07-232-2/+2
* Give symbolic names to the sizes of data-sets tested in QMap benchmarkEdward Welbourne2021-07-231-24/+27
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-231-12/+3
* doCrypt() - check the error codesTimur Pocheptsov2021-07-231-1/+7
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-2310-71/+55
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-233-32/+52
* Add benchmarks for QString::numberMårten Nordheim2021-07-222-3/+133
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-222-0/+40
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Remove some now-redundant casts to qint64Edward Welbourne2021-07-221-8/+3
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-222-0/+65
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9