summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-171-2/+0
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-52/+52
* Remove the Qt 5 todo about empty string lists in QSettingsThiago Macieira2012-04-161-2/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-3/+3
|\
| * QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-3/+3
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-63/+63
|/
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-8/+10
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-5/+5
* 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
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-4/+0
* QSettings: don't assume XDG_CONFIG_HOME is latin1-encodedKonstantin Ritt2011-09-121-2/+2
* QSettings: use the common appdata dir when bootstrapping qmake on winKonstantin Ritt2011-09-121-8/+2