summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+5
|\
| * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* | QSettings/QConfFile: Fix reading on NTFS symbolic linksFriedemann Kleint2017-12-021-1/+1
* | Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-041-14/+64
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+4
|\|
| * QtCore: include mocsThiago Macieira2017-05-051-0/+4
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+2
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+2
|\
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-35/+37
|\|
| * QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
| * QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-1/+5
|\|
| * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-1/+5
* | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-22/+72
* | qsettings: Simplify confFiles logicPalo Kisa2016-09-271-91/+77
|/
* 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
|\|