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
/
plugins
/
qmakeprojectmanager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
9 days
1
-2
/
+2
|
\
|
*
Improve UI text for project generators
Eike Ziller
12 days
1
-2
/
+2
*
|
Clean up some includes
hjk
14 days
1
-1
/
+0
*
|
Utils: Introduce a Utils::TextCodec class
hjk
14 days
1
-2
/
+2
*
|
Utils: Avoid QTextCodec in Utils::TextFileFormat interface
hjk
2025-05-12
1
-2
/
+2
*
|
Utils: Make TextFileFormat::readFile() a member function
hjk
2025-05-09
1
-3
/
+1
*
|
Utils: Make file contents part of TextFileFormat::ReadResult
hjk
2025-05-09
1
-27
/
+19
*
|
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-05-07
7
-35
/
+25
|
\
|
|
*
Utils: Use Result<> in TemplateEngine
hjk
2025-04-29
1
-4
/
+5
|
*
Wizards: Remove a few unneeded Q_OBJECT
hjk
2025-04-25
3
-9
/
+1
|
*
Core: Use more Result<> in some wizards
hjk
2025-04-25
5
-22
/
+19
*
|
ProjectExplorer: Add setting for a default working directory
Christian Kandeler
2025-05-07
1
-21
/
+0
|
/
*
Replace remaining uses of FileReader
hjk
2025-04-23
1
-7
/
+10
*
Replace a few more uses of FileReader by FilePath::fileContents()
hjk
2025-04-23
1
-3
/
+5
*
QtSupport: Preserve case for modules
Cristian Adam
2025-04-23
1
-1
/
+1
*
Utils: Make TextFileFormat::ReadResult a class
hjk
2025-04-23
1
-6
/
+5
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
1
-1
/
+1
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
2
-4
/
+4
*
CppEditor: Allow to add project dependencies from use in editor
Christian Kandeler
2025-04-10
1
-1
/
+1
*
ProjectExplorer etc: Replace QVector with QList
hjk
2025-04-09
5
-22
/
+22
*
Utils: Return Utils::Result from TextFileFormat::writeFile()
hjk
2025-04-03
1
-4
/
+2
*
Avoid potential detach of non-const Qt containers in range-loops 2/2
Alessandro Portale
2025-03-24
2
-2
/
+2
*
Utils: More FilePaths in FileSystemWatcher
hjk
2025-03-14
1
-6
/
+9
*
Utils: Proceed with FilePathification of FileSystemWatcher
hjk
2025-03-14
1
-7
/
+7
*
Utils: Convert FileSystemWatcher signals to FilePath
hjk
2025-03-14
1
-1
/
+2
*
Qt Version: Allow usage of qtpaths additionally to qmake
Cristian Adam
2025-03-13
1
-0
/
+2
*
ProjectExplorer: Make build system name available in Project
Christian Kandeler
2025-03-12
2
-2
/
+1
*
Qbs/Qmake/Qml: Replace some uses of ProjectConfiguration::target()
Christian Kandeler
2025-03-12
1
-2
/
+2
*
ProjectExplorer: Introduce & make use of BuildConfiguration::kitChanged
Christian Kandeler
2025-03-11
2
-5
/
+5
*
Utils: Dissolve ProcessArgs::ConstIterator
hjk
2025-03-11
1
-7
/
+3
*
QmakeProjectManager: Remove one use of ProcessArgs::ConstArgIterator
hjk
2025-03-11
1
-10
/
+2
*
ProjectExplorer: Add global convenience signals
Christian Kandeler
2025-03-07
1
-48
/
+13
*
ProjectExplorer: Replace uses of Target signals and member functions
Christian Kandeler
2025-03-06
3
-3
/
+4
*
Qmake: Remove one use of ProcessArgs::ConstIterator
hjk
2025-03-06
1
-9
/
+6
*
Project managers: Only enable the debug build config by default
Christian Kandeler
2025-03-05
1
-0
/
+1
*
Utils: Simplify FilePath::relativePathFrom
hjk
2025-03-04
1
-1
/
+1
*
QmakePM: Remove unused lambda capture
Christian Stenger
2025-02-28
1
-1
/
+1
*
QmakeProjectManager: Add missing check
Christian Kandeler
2025-02-18
1
-5
/
+7
*
ProjectExplorer: Allow to retrieve project-specific kit issues
Christian Kandeler
2025-02-17
2
-8
/
+23
*
QmakeProjectManager: Derive run config names from QMAKE_PROJECT_NAME
Christian Kandeler
2025-02-12
1
-1
/
+3
*
ProjectExplorer: Switch BuildSystem to "per build config" approach
Christian Kandeler
2025-02-11
4
-22
/
+7
*
ProjectExplorer: Replace various direct calls to Target::kit()
Christian Kandeler
2025-02-07
4
-22
/
+20
*
ProjectExplorer: Replace various direct calls to Target::project()
Christian Kandeler
2025-02-06
1
-2
/
+2
*
QmakeProjectManager: Mark included .pri files as disabled
Christian Kandeler
2025-01-29
2
-1
/
+4
*
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
2
-12
/
+10
*
ProjectExplorer: Add and make use of forwarding accessors in Project
Christian Kandeler
2025-01-20
2
-18
/
+10
*
Merge remote-tracking branch 'origin/15.0' into 16.0
Eike Ziller
2025-01-17
1
-2
/
+3
|
\
|
*
QMakeProjectManager: Fix mkspec path for remote devices
Marcus Tillmanns
2025-01-16
1
-2
/
+3
*
|
Utils: Use dialogParent() more directly in wizards
hjk
2025-01-10
3
-6
/
+4
*
|
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
12
-59
/
+59
[next]