summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
* QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
* Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-1/+5
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-50/+42
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-10/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-10/+14
| |\
| | * Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-22/+22
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-22/+22
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-22/+22
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-22/+22
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-66/+43
|\| |
| * | Correct indentation in qsettings.cppThiago Macieira2016-07-111-4/+4
| * | QSettings: optimize string usageAnton Kudryavtsev2016-07-091-66/+43
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-191-1/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-2/+0
|\| |
| * | Fix some documentation warnings.Friedemann Kleint2016-03-241-2/+0
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-9/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+6
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+6
| |\
| | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-21/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+5
|\| |
| * | QtCore: use QStringRef in more placesMarc Mutz2015-10-121-2/+2
| * | QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-111-2/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-5/+24
|\| |
| * | QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-5/+24
* | | The new Registry{32,64}Format enum values did not make it into Qt 5.6Sebastian Schuberth2015-08-311-2/+2
* | | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-271-8/+18
|/ /
* | QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+2
* | QSettings: replace a QMap with a QListMarc Mutz2015-06-201-4/+7
* | Micro-optimize QSettingsPrivate::processChild() and its usersMarc Mutz2015-06-191-4/+4
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+5
|\|
| * QSettings: use QStandardPath to resolve path on iOSRichard Moe Gustavsen2015-05-061-1/+5
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-3/+3
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-21/+21
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-21/+21
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
|/
* Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-291-0/+9
* QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+8
* QSettings: undo unintentional change of config dir on non-XDG platforms.David Faure2014-10-121-1/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-5/+7
|\
| * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11