summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-23/+25
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-2/+2
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-4/+10
* QWinSettings: port readKey() helper to std::optionalMarc Mutz2021-06-301-28/+15
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-301-6/+8
* QWinSettings: use QScopeGuard to RegCloseKey()Marc Mutz2021-06-171-7/+5
* Deprecate QVariant::TypeLars Knoll2020-10-231-8/+8
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* QSettings: prepare for QChar::unicode() return type changeMarc Mutz2020-05-061-1/+1
* Win32: Consolidate registry codeFriedemann Kleint2019-10-141-0/+2
* corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-291-14/+14
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-3/+0
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-3/+0
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-8/+6
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-10/+16
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-14/+14
* | Add a few overrides in Qt CoreAlessandro Portale2018-08-051-9/+9
|/
* qsettings_win.cpp: Use qt_error_string()Friedemann Kleint2016-10-241-23/+8
* Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-11/+2
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-8/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+6
|\
| * Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-271-47/+73
|/
* RegistryKey: Move member variable initialization to the ctor-init-listSebastian Schuberth2015-07-131-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+12
* Improve the QWinSettingsPrivate constructor's performanceSebastian Schuberth2013-10-061-21/+26
* Remove a duplicate conversion to QLatin1StringSebastian Schuberth2013-10-021-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+847