summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-284-17/+26
* tests: fix some -WvolatileMarc Mutz2021-07-282-0/+90
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-285-27/+40
* QSysInfo: Delete pre-windows 10 codeMårten Nordheim2021-07-281-28/+4
* io: Remove version checks for versions below Win 10Mårten Nordheim2021-07-283-77/+37
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-281-13/+1
* QtCore: clean up API removalsMarc Mutz2021-07-283-7/+7
* Doc: Add missing commaPaul Wicking2021-07-281-1/+1
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-273-0/+148
* Deduplicate offset calculation in QMetaObjectBuilderIvan Tkachenko2021-07-271-1/+1
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-271-1/+5
* 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-272-0/+8
* 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-271-0/+36
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-1/+19
* time: Rerun cldr2qtimezone.pyIevgenii Meshcheriakov2021-07-271-33/+33
* QCalendar: Make SystemId constructors with one argument explicitIevgenii Meshcheriakov2021-07-271-2/+3
* 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
* QString::number(int): Avoid going through qlocale machineryMårten Nordheim2021-07-263-46/+60
* 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
* 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-232-7/+2
* Remove some now-redundant casts to qint64Edward Welbourne2021-07-221-8/+3
* CMake: Fix Windows -debug-and-release builds with CMake 3.21.0Alexandru Croitor2021-07-221-5/+19
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* QSet::erase - extend docsIvan Solovev2021-07-211-0/+5
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-1/+4
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-11/+19
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-201-9/+19
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-172-32/+25
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-171-6/+7
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-162-74/+40
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-161-39/+23
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-153-22/+56
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-153-27/+69
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-152-18/+92
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-152-0/+31
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-158-111/+119