- 17 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 16 Dec, 2009 3 commits
-
-
kh1 authored
-
ck authored
-
Friedemann Kleint authored
-
- 15 Dec, 2009 1 commit
-
-
Alessandro Portale authored
MaemoRunConfiguration reimplements the correct RunConfiguration::isEnabled() Reviewed-by: con Reviewed-by: dt
-
- 14 Dec, 2009 2 commits
- 11 Dec, 2009 1 commit
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
- 10 Dec, 2009 7 commits
-
-
dt authored
Resetting the cursor to the end of line and resetting the line edit on changing the shadow build checkbox
-
dt authored
Works now.
-
con authored
-
dt authored
Don't loose focus, don't loose the current index. Implemented in a not really good way. The model emits a signal after renaming, which the view respsonds to by setting focus/currentIndex correctly.
-
ck authored
-
dt authored
Reviewed-By: Thorbjorn
-
dt authored
Reviewed-By:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 09 Dec, 2009 2 commits
-
-
Tobias Hunger authored
* Rework IBuildParser: * Remove name() method. * Remove enterDirectory and leaveDirectory signals. * Allow chaining of parsers. * Rename IBuildParser to IOutputParser. * Implement GnuMakeParser. * Remove entering/leaving directory related code from all other parsers * Move filename fixup heuristic based on entering/leaving directory massages from gnumake here from AbstractMakeStep. * Add outputParser method to ToolChain: This removes the need to map toolchains to BuildParser names in the BuildSteps. * Enhance AbstractProcessStep to accept a IOutputParser to parse its output. * Remove AbstractMakeStep. * Set the appropriate Parsers in all classes deriving from AbstractProcessStep and append the ToolChain's parser to the parser chain. * Remove BuildParserFactories: There is no more need for them. * Remove constants used to identify the BuildParsers. * Clean up some names: * Replace stdOut with stdOutput. * Replace addToTaskWindow with addTask and addToOutputWindow with addOutput. Do this wherever it is not yet clear that this will end up in the Task/Output window. Reviewed-by: dt
-
Oswald Buddenhagen authored
-
- 08 Dec, 2009 13 commits
-
-
Oswald Buddenhagen authored
-
dt authored
-
Oswald Buddenhagen authored
no point in re-parsing them over and over during the scan of a bigger project ... shaves off another 20% of the loading time of Qt 4.6.
-
Oswald Buddenhagen authored
there is no point in throwing away and re-recreating invariant data over and over ... shaves off ~15% of the load time of Qt 4.6.
-
Oswald Buddenhagen authored
makes forward delcs in headers possible
-
Oswald Buddenhagen authored
findProFileFor(), buildDir() and createProFileReader() make sense only in relation with an actual pro file anyway, so move them there.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this is probably just as fast (still two allocs per insert), but it is definitely more elegant.
-
Oswald Buddenhagen authored
-
dt authored
-
dt authored
-
dt authored
-
Tobias Hunger authored
* Remove unnecessary headers. * Remove hardly used variables. * QTC_ASSERT before using a pointer which might be 0. Reviewed-by: dt
-
- 07 Dec, 2009 6 commits
-
-
dt authored
-
Tobias Hunger authored
* This makes sure this widget gets the same margins as all the others. Reviewed-by: dt
-
ck authored
Reviewed-by: kh1
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
dt authored
-
dt authored
-
- 04 Dec, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 03 Dec, 2009 3 commits
-
-
Friedemann Kleint authored
...making use of the new code model features. Move code to separate file. Make it possible to obtain path to generated header file from project manager.
-
ck authored
Reviewed-by: kh1
-
kh1 authored
-