| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security headers to QSetting files | Matthias Rauter | 2025-06-26 | 1 | -0/+1 |
| * | QtCore: don't use QString::utf16() where the string is \0-terminated | Ahmad Samir | 2024-11-13 | 1 | -3/+5 |
| * | QSettings: use L"" literal instead of an empty QString | Ahmad Samir | 2024-11-05 | 1 | -2/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -23/+25 |
| * | Replace QString::utf16() with data() in memcpy() and QByteArray ctor | Øystein Heskestad | 2022-01-07 | 1 | -2/+2 |
| * | Windows: Fix handling of childGroups() when fallbacks are disabled | Jeremie Graulle | 2021-12-27 | 1 | -4/+10 |
| * | QWinSettings: port readKey() helper to std::optional | Marc Mutz | 2021-06-30 | 1 | -28/+15 |
| * | Port QSettingsPrivate::get() to std::optional | Marc Mutz | 2021-06-30 | 1 | -6/+8 |
| * | QWinSettings: use QScopeGuard to RegCloseKey() | Marc Mutz | 2021-06-17 | 1 | -7/+5 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -8/+8 |
| * | Fix a number of MSVC integer conversion warnings | Friedemann Kleint | 2020-09-10 | 1 | -1/+1 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -2/+2 |
| * | QSettings: prepare for QChar::unicode() return type change | Marc Mutz | 2020-05-06 | 1 | -1/+1 |
| * | Win32: Consolidate registry code | Friedemann Kleint | 2019-10-14 | 1 | -0/+2 |
| * | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning() | Marc Mutz | 2019-05-29 | 1 | -14/+14 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-19 | 1 | -3/+0 |
| |\ |
|
| | * | Modernize the "settings" feature | Liang Qi | 2018-11-15 | 1 | -3/+0 |
| * | | Windows code: Fix to prefer ranged-for, as clang-tidy advises | Friedemann Kleint | 2018-09-02 | 1 | -8/+6 |
| * | | Windows code: Fix clang-tidy warnings about else after jumps | Friedemann Kleint | 2018-09-02 | 1 | -10/+16 |
| * | | Windows code: Fix clang-tidy warnings about (private) class definitions | Friedemann Kleint | 2018-09-02 | 1 | -1/+2 |
| * | | Windows code: Fix clang-tidy warnings about C-style casts | Friedemann Kleint | 2018-08-30 | 1 | -14/+14 |
| * | | Add a few overrides in Qt Core | Alessandro Portale | 2018-08-05 | 1 | -9/+9 |
| |/ |
|
| * | qsettings_win.cpp: Use qt_error_string() | Friedemann Kleint | 2016-10-24 | 1 | -23/+8 |
| * | Apple OS: Handle QSetting strings with embedded zero-bytes | Tor Arne Vestbø | 2016-10-05 | 1 | -11/+2 |
| * | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -1/+1 |
| * | QtCore: Remove Windows CE. | Friedemann Kleint | 2016-03-30 | 1 | -8/+0 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -0/+6 |
| |\ |
|
| | * | Fixed reading REG_SZ without terminating \0 delivers garbage | David Weisgerber | 2016-03-02 | 1 | -0/+6 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | Support accessing 32-bit Registry from 64-bit programs and vice versa | Sebastian Schuberth | 2015-08-27 | 1 | -47/+73 |
| |/ |
|
| * | RegistryKey: Move member variable initialization to the ctor-init-list | Sebastian Schuberth | 2015-07-13 | 1 | -4/+4 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Allow to use short names for Windows Registry root keys | Sebastian Schuberth | 2013-10-07 | 1 | -0/+12 |
| * | Improve the QWinSettingsPrivate constructor's performance | Sebastian Schuberth | 2013-10-06 | 1 | -21/+26 |
| * | Remove a duplicate conversion to QLatin1String | Sebastian Schuberth | 2013-10-02 | 1 | -1/+1 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Windows: Fix inclusion of <windows.h> | Friedemann Kleint | 2012-02-01 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+847 |