index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
io
/
qsettings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSettings: Add parsing errors for '\' and '/'
Xavier BESSON
2025-08-05
1
-0
/
+7
*
Fix of files under src_corelib_io prefix
Oleksii Zbykovskyi
2025-07-24
1
-1
/
+1
*
Add security headers to QSetting files
Matthias Rauter
2025-06-26
1
-0
/
+1
*
QSettings/Doc: fix the information about what's case-sensitive and not
Thiago Macieira
2025-03-14
1
-22
/
+18
*
Docs: uppercase spelling of utf-8
Giuseppe D'Angelo
2025-02-25
1
-4
/
+4
*
Remove QT_NO_GEOM_VARIANT
Thiago Macieira
2025-01-27
1
-21
/
+11
*
Doc: Fix links to QIODeviceBase:: flags
Kai Köhne
2024-12-13
1
-1
/
+1
*
qsettings.cpp: really un-break -unity-build
Marc Mutz
2024-12-12
1
-1
/
+2
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-2
/
+0
*
Bootstrap: remove QTemporaryFile
Thiago Macieira
2024-03-13
1
-2
/
+2
*
corelib: settings - make qsettings.cpp unity buildable
Tim Blechmann
2024-02-26
1
-0
/
+7
*
Move the settingseditor example into tests/manual
Volker Hilsheimer
2023-12-15
1
-5
/
+1
*
Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crash
Michael Weghorn
2023-11-14
1
-9
/
+9
*
Doc: Fix warnings and linking issues
Topi Reinio
2023-10-09
1
-3
/
+0
*
doc: Remove QSettings' paths for embedded linux
MohammadHossein Qanbari
2023-09-07
1
-6
/
+4
*
Make IDB settings work sync with JSPI
Mikolaj Boc
2023-08-21
1
-0
/
+30
*
Add WebLocalStorageFormat, WebIndexedIDBFormat to public API
Mikolaj Boc
2023-08-21
1
-0
/
+10
*
Call QConfFileSettingsPrivate::initAccess normally on WASM
Mikolaj Boc
2023-07-28
1
-2
/
+0
*
Remove references to Application Example
Axel Spoerl
2023-07-06
1
-1
/
+1
*
Android: Restore the default QSettings path to the .config directory
Bartlomiej Moskal
2023-06-13
1
-12
/
+28
*
Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition
Edward Welbourne
2023-03-20
1
-6
/
+6
*
Misc: Fix qsizetype-related narrowing coversions
Ahmad Samir
2023-03-11
1
-1
/
+1
*
Use QtMiscUtils hex/oct-related helpers
Ahmad Samir
2023-02-07
1
-8
/
+6
*
QtMiscUtils: add some more character helpers
Ahmad Samir
2023-02-07
1
-8
/
+5
*
Use QLatin1 QStringConverter methods
Ahmad Samir
2023-01-31
1
-3
/
+1
*
QSettings: use QFileInfo::refresh()
Ahmad Samir
2022-12-23
1
-3
/
+3
*
QSettings: get file timestamps in UTC directly
Ahmad Samir
2022-12-23
1
-4
/
+4
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-4
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-7
/
+7
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-6
/
+6
*
Simplify and tidy up various trivia in Q*SettingsPrivate
Edward Welbourne
2022-07-28
1
-28
/
+18
*
QSettings: Fix reading of the [%General] section
hjk
2022-06-16
1
-1
/
+1
*
QSettings: fix a typo in the doc
Laszlo Papp
2022-06-11
1
-1
/
+1
*
Android: Fix QSettings when using content URL
Samuel Mira
2022-06-08
1
-3
/
+18
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: remove the remaining uses of QLatin1String
Sona Kurazyan
2022-04-26
1
-1
/
+1
*
Simplify QConfFileSettingsPrivate::readIniSection() using QBAV
Edward Welbourne
2022-04-26
1
-16
/
+15
*
Correct documentation of INI format's loss of type information
Edward Welbourne
2022-04-26
1
-5
/
+8
*
Tidy up some local variables in QSettingsPrivate::iniEscapedString()
Edward Welbourne
2022-04-21
1
-4
/
+3
*
Fix handling of DateTime values in QSettings
Edward Welbourne
2022-04-21
1
-1
/
+2
*
QSettings: fix a misleading comment
Marc Mutz
2022-04-06
1
-1
/
+2
*
Simplify parsing of a line to remove [...] enclosure
Edward Welbourne
2022-04-01
1
-11
/
+9
*
QSettings: use auto rather than naming iterator types
Edward Welbourne
2022-03-30
1
-19
/
+15
*
QSettings: s/int/qsizetype/ on the internals
Edward Welbourne
2022-03-30
1
-50
/
+51
*
QSettingsPrivate: fold from/to parameters into the view they bound
Edward Welbourne
2022-03-30
1
-16
/
+18
*
Use QByteArrayView more in QConfFileSettingsPrivate's methods
Edward Welbourne
2022-03-30
1
-10
/
+10
*
Prefer sliced()/first()/chopped() to mid() and arithmetic
Edward Welbourne
2022-03-30
1
-8
/
+8
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-1
/
+1
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-1
/
+1
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-4
/
+4
[next]