index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
utils
/
persistentsettings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a few FileSaver::errorString() uses with Result<>::error()
hjk
2025-04-23
1
-2
/
+2
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-6
/
+6
*
Utils: Return a Result from PersistentSettingsWriter::save()
hjk
2025-02-20
1
-19
/
+15
*
Utils: Centralize PersistentSettingsWriter's use of dialogParent()
hjk
2025-02-18
1
-2
/
+3
*
Raise Qt requirement for building Qt Creator to Qt 6.5.3
Eike Ziller
2024-12-19
1
-4
/
+0
*
Libs: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
1
-1
/
+1
*
Fix more metatype related deprecation warnings
hjk
2024-06-14
1
-1
/
+1
*
Fix QMetaType::type() related deprecation warnings
hjk
2024-05-23
1
-15
/
+15
*
Utils: Use a proper class as Key
hjk
2023-09-27
1
-33
/
+32
*
Utils: Some microoptimization in the persistentsettings writing
hjk
2023-09-12
1
-75
/
+46
*
Utils: One more stringFromKey to keep Qt 6.4 happy
hjk
2023-08-30
1
-1
/
+2
*
Utils: Key/Store fix for Qt < 6.5
hjk
2023-08-29
1
-3
/
+9
*
Utils: Write Key/Store to settings
hjk
2023-08-29
1
-15
/
+12
*
Utils: Introduce variantFromStore and storeFromVariant
hjk
2023-08-28
1
-2
/
+2
*
Utils etc: More use of Key and Store
hjk
2023-08-24
1
-2
/
+2
*
Utils/TextEditor: More use of Store and Key
hjk
2023-08-24
1
-29
/
+29
*
Doc: Add "\inmodule QtCreator" to \class and \namespace docs
Leena Miettinen
2023-05-22
1
-0
/
+2
*
Merge remote-tracking branch 'origin/10.0' into qds/dev
Tim Jenßen
2023-03-26
1
-5
/
+3
|
\
|
*
Utils: Tr::tr
Alessandro Portale
2023-02-01
1
-4
/
+2
|
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
|
QtSupport: allow relative paths for the qmake command
Tim Jenssen
2023-02-09
1
-0
/
+6
|
/
*
FilePath: Return optional bytearray for file contents
Eike Ziller
2022-09-12
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Collapse most of porting,h
hjk
2022-07-13
1
-6
/
+6
*
Utils: Drop unused headers [I-Z]
Jarek Kobus
2022-05-25
1
-2
/
+1
*
Utils: More forward declarations / drop unused headers [P-R]
Jarek Kobus
2022-05-25
1
-0
/
+3
*
Utils lib: Remove unneeded includes from cpp files
Jarek Kobus
2022-05-19
1
-5
/
+4
*
Utils: Use FilePath to create settings directory
David Schulz
2021-09-13
1
-2
/
+1
*
Utils: read remote persistent settings
David Schulz
2021-09-09
1
-9
/
+5
*
Utils: Do not save file upon PersistentSettingsWriter destruction
Christian Kandeler
2021-07-05
1
-5
/
+0
*
Utils: filepathify fileutils
David Schulz
2021-05-18
1
-1
/
+1
*
Fix build of standalone sdktool against earlier Qt versions
Eike Ziller
2020-09-16
1
-6
/
+7
*
Utils: Fix build with Qt6
Eike Ziller
2020-09-07
1
-6
/
+6
*
Utils: Do not try to parse empty files
Christian Stenger
2020-09-04
1
-0
/
+3
*
Utils: Fix persisting of QRect
Christian Stenger
2020-08-19
1
-1
/
+1
*
Utils: Replace some QRegExp to QRegularExpression
Christian Stenger
2020-06-19
1
-5
/
+6
*
Utils: Replace foreach with range-based for
Orgad Shaneh
2020-06-16
1
-2
/
+4
*
Workaround 5.15 deprecations in QTextStreams
David Schulz
2020-01-17
1
-3
/
+8
*
Fix compile before current Qt dev
Christian Stenger
2019-11-12
1
-1
/
+3
*
Partial compile fix for current Qt dev and/or Qt 6
hjk
2019-11-12
1
-1
/
+1
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-3
/
+3
*
Fix warning: "Don't call QByteArray::data() on temporary"
Alessandro Portale
2019-01-17
1
-1
/
+1
*
Utils: Fix compile for older Xcode
Christian Stenger
2018-07-23
1
-1
/
+1
*
Utils: Modernize
Alessandro Portale
2018-07-20
1
-6
/
+4
*
SettingsAccessor: Remember last saved state
Tobias Hunger
2018-04-10
1
-2
/
+10
*
HostOsInfo/FileUtils/PersistentSettings: Fix build without QtGui
Eike Ziller
2017-08-22
1
-4
/
+23
*
Utils: Fix compilation with clang
Orgad Shaneh
2017-08-02
1
-0
/
+1
*
Utils: Fix compile for Qt5.6
Christian Stenger
2017-08-01
1
-8
/
+8
*
PersistentSettings: Minor cleanup
Orgad Shaneh
2017-08-01
1
-23
/
+8
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
[next]