index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
genericprojectmanager
/
genericproject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Core::Id in project-related objects
Tobias Hunger
2012-04-25
1
-3
/
+3
*
Remove Project::dependsOn(), it's never called
Daniel Teske
2012-03-16
1
-5
/
+0
*
Move the ModelManagerInterface out of the CPlusPlus library.
Erik Verbruggen
2012-03-14
1
-1
/
+1
*
Rename IFile->IDocument and FileManager->DocumentManager
Eike Ziller
2012-02-20
1
-14
/
+14
*
Revert "Don't accumulate includePaths and frameworkPaths on each parsing"
Kai Koehne
2012-02-20
1
-3
/
+0
*
Don't accumulate includePaths and frameworkPaths on each parsing
Konstantin Tokarev
2012-02-20
1
-0
/
+3
*
Supply c++11 flags and per-project info to c++ code model.
Erik Verbruggen
2012-02-16
1
-9
/
+14
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-5
/
+5
*
Make IFile::isReadOnly consistent.
Eike Ziller
2012-02-14
1
-5
/
+0
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
Core::Filemanager: make some methods static
hjk
2012-01-25
1
-5
/
+4
*
Use new static ICore interface.
hjk
2012-01-24
1
-1
/
+1
*
Add watching of .files/.config/.creator to generic project
Daniel Teske
2011-11-11
1
-6
/
+20
*
Merge remote-tracking branch 'origin/2.4'
Eike Ziller
2011-11-11
1
-2
/
+2
|
\
|
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
1
-2
/
+2
*
|
Implemented rename file feature for generic projects.
Andre Hartmann
2011-10-27
1
-0
/
+16
|
/
*
Header cleanup in ProjectExplorer.
Friedemann Kleint
2011-08-18
1
-0
/
+1
*
New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)
Kai Koehne
2011-07-29
1
-1
/
+1
*
Generic Project: Propagate toolchain changes
Tobias Hunger
2011-07-25
1
-0
/
+5
*
Add a dialog for editing the file list of generic projects
Daniel Teske
2011-06-20
1
-0
/
+10
*
add auto-saving of modified editors
Oswald Buddenhagen
2011-05-12
1
-1
/
+1
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
add/unify i/o error handling
Oswald Buddenhagen
2011-04-18
1
-8
/
+9
*
add errorString output argument to IFile::reload() & IEditor::open()
Oswald Buddenhagen
2011-04-18
1
-1
/
+3
*
add errorString output argument to IFile::save()
Oswald Buddenhagen
2011-04-18
1
-1
/
+1
*
Merge branch '2.2'
Oswald Buddenhagen
2011-04-14
1
-15
/
+17
|
\
|
*
Fix available toolchains for cmake and generic project manager
dt
2011-04-13
1
-1
/
+4
|
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
|
projectexplorer: move project{Context,Language} from IProjectManager to Project
hjk
2011-04-12
1
-0
/
+4
*
|
genericproject: cosmetics
hjk
2011-04-12
1
-10
/
+29
|
/
*
Fix spelling of tool chain is user-visible strings and comments
Tobias Hunger
2011-03-16
1
-1
/
+1
*
Generic project: Refresh configuration when tool chain changes
Thorbjørn Lindeijer
2011-03-11
1
-4
/
+7
*
Generic project: Fixed the connection to updateToolChainList
Thorbjørn Lindeijer
2011-03-11
1
-2
/
+2
*
Generic project: Made C++ code model work better without a tool chain
Thorbjørn Lindeijer
2011-03-11
1
-17
/
+12
*
Toolchains: Header cleanup.
Friedemann Kleint
2011-02-28
1
-0
/
+1
*
ToolChain: Refactor toolchain support
Tobias Hunger
2011-02-21
1
-63
/
+69
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
cppmodelmanagerinterface: use singleton instead of object pool
hjk
2011-01-05
1
-1
/
+1
*
C++: Move the ModelManagerInterface from CppTools to CPlusPlus.
Christian Kamm
2011-01-04
1
-4
/
+4
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
ProjectExplorer: Move ITargetFactory to object pool
dt
2010-12-07
1
-8
/
+5
*
|
ProjectExplorer: Move configWidget from Project to Target
dt
2010-12-06
1
-10
/
+5
*
|
ProjectExplorer: Move ToolChainType enumeration into separate Header.
Friedemann Kleint
2010-11-01
1
-12
/
+12
|
/
*
Use PathChooser::rawPath() where it makes sense
Tobias Hunger
2010-09-24
1
-1
/
+1
*
Allow relative paths in Build directories, Working Directories
dt
2010-09-17
1
-0
/
+1
*
UI text - fix capitalization
Leena Miettinen
2010-09-17
1
-1
/
+1
*
Remove obsolete ways to set the display name
Tobias Hunger
2010-08-24
1
-13
/
+0
*
Refactor deployment
Tobias Hunger
2010-08-02
1
-1
/
+1
*
File renaming
dt
2010-05-12
1
-0
/
+7
[next]