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
/
fileutils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Remove FileReader class
hjk
2025-04-23
1
-29
/
+0
*
Utils: Merge the two FileSaver::write() overloads
hjk
2025-04-23
1
-9
/
+2
*
Utils: Split user interaction out of FileSaver::finalize()
hjk
2025-04-23
1
-10
/
+5
*
Utils: Return Result<> from one of the FileSaver::finalize() overloads
hjk
2025-04-23
1
-13
/
+4
*
Utils: Move Utils::FileReader::fetchQrc out of FileReader
hjk
2025-04-17
1
-9
/
+9
*
Utils: Return Result<> from FileReader::fetch()
hjk
2025-04-16
1
-8
/
+8
*
Fix warning for ';'
Marco Bubke
2025-04-15
1
-1
/
+1
*
Replace a few make_unexpected with ResultError
hjk
2025-04-15
1
-1
/
+1
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
1
-5
/
+5
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-14
/
+14
*
FileUtils: Use Result inside TempFileSaver
hjk
2025-03-31
1
-26
/
+22
*
Utils: Replace more uses of FilePath::toUrlishString()
hjk
2025-03-13
1
-2
/
+2
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-2
/
+2
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-24
/
+13
*
Utils: Merge one FileReader use in its only user
hjk
2024-12-16
1
-11
/
+0
*
Utils: Simplify FileReader interface
hjk
2024-12-13
1
-11
/
+12
*
Utils: Add FilePath::isLocal() and use it instead of !needsDevice()
hjk
2024-12-09
1
-7
/
+7
*
Utils: Replace FileUtils class by a FileUtils namespace
hjk
2024-11-20
1
-62
/
+65
*
Libs: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
1
-4
/
+8
*
Utils: disable atomic save on windows fat file system
David Schulz
2024-11-20
1
-1
/
+37
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-11-20
1
-1
/
+1
|
\
|
*
Utils: Fix copyFileIfNewer's check for identitical file contents
hjk
2024-11-14
1
-1
/
+1
*
|
Fix Windows build
Alessandro Portale
2024-11-15
1
-1
/
+1
*
|
Utils: Make FileUtils::copyIfDifferent return Result instead of bool
hjk
2024-11-15
1
-10
/
+11
|
/
*
Replace a few expected_str<void> by Utils::Result
hjk
2024-10-08
1
-1
/
+1
*
Utils: Remove remote specific code from FileSaver
Marcus Tillmanns
2024-09-12
1
-26
/
+9
*
Utils: Fix CopyAskingForOverwrite
Marcus Tillmanns
2024-09-12
1
-0
/
+2
*
Fix some deprecation warnings
Orgad Shaneh
2024-08-28
1
-1
/
+1
*
Core: Allow users to open output window contents in scratch buffer
Christian Kandeler
2024-07-19
1
-0
/
+22
*
Utils: Fix FileUtils::copyRecursively with user interaction
Alessandro Portale
2024-07-08
1
-43
/
+43
*
Utils: Make injected default dialog parent better re-usable
hjk
2024-05-24
1
-13
/
+2
*
Add an environment variable for disabling atomic save
Eike Ziller
2024-04-24
1
-1
/
+2
*
Utils: Add FilePath constructor for TempFileSaver
Marcus Tillmanns
2024-02-12
1
-0
/
+28
*
Utils: Promote a local conversion function to FilePath::fromUrl()
hjk
2024-01-26
1
-10
/
+3
*
ScreenRecorder: Add additional search paths
Marcus Tillmanns
2023-11-01
1
-0
/
+15
*
Utils: Be a bit more verbose in debug output
hjk
2023-10-18
1
-1
/
+1
*
FilePath: Use isSameDevice
Marcus Tillmanns
2023-08-08
1
-2
/
+1
*
Fix some more *::count() deprecation warnings
hjk
2023-06-07
1
-1
/
+1
*
Utils: Fix macOS permissions parsing
Marcus Tillmanns
2023-05-31
1
-3
/
+9
*
Doc: Add "\inmodule QtCreator" to \class and \namespace docs
Leena Miettinen
2023-05-22
1
-1
/
+3
*
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-04-26
1
-0
/
+4
|
\
|
*
Utils: Fix line ending conversion in FileReader
Marcus Tillmanns
2023-04-25
1
-0
/
+4
*
|
Fix saving of hardlinked files
Eike Ziller
2023-04-12
1
-5
/
+7
*
|
Utils: Code cosmetics
hjk
2023-04-05
1
-3
/
+3
*
|
Terminal: Add shell integration
Marcus Tillmanns
2023-03-16
1
-1
/
+0
*
|
Utils: Make UnixDeviceFileAccess macOS compatible
Marcus Tillmanns
2023-02-25
1
-5
/
+4
*
|
Utils: Add tst_filepath
Marcus Tillmanns
2023-02-24
1
-1
/
+1
|
/
*
Utils: Fix fileInfoFlagsfromStatMode
Marcus Tillmanns
2023-02-16
1
-13
/
+42
*
Utils: Tr::tr
Alessandro Portale
2023-02-01
1
-15
/
+14
*
Merge remote-tracking branch 'origin/9.0' into 10.0
David Schulz
2023-02-01
1
-5
/
+9
|
\
[next]