summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Implement native settings format for WinRTMaurice Kalinowski2014-08-131-3/+3
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
|/
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-2/+5
* remove HSTRING instancesMaurice Kalinowski2014-06-031-3/+3
* Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
* OS X QSettings auto test/writing check updateSamuel Gaist2014-03-311-0/+6
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-141-2/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Compile fix for Windows PhoneAndrew Knight2014-01-131-1/+3
* Windows/Windows CE: Do not dynamically load shell32/coredll.Friedemann Kleint2014-01-071-11/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+3
|\
| * fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-5/+5
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* | WinRT: QSettings stubAndrew Knight2013-09-261-4/+63
|/
* Remove qSort usage from QSettingsGiuseppe D'Angelo2013-09-091-1/+2
* Fix name of configure flag in QSettings documentation.Christian Kandeler2013-08-231-1/+1
* Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
* Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Documentation: Replaced deprecated \oDavid Schulz2012-11-301-4/+4
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-211-0/+18