- Mar 17, 2009
-
-
dt authored
Reported on irc, and probably also have a task for that. Simply forgotten when i first implemented it.
-
- Mar 16, 2009
-
-
dt authored
Details: Move that code from qt4project to a common class.
-
dt authored
Made the cmake plugin even more usable by implementing: Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty project reported on irc.) Pop up a wizard if the .cbp file is older then the CMakeLists.txt file, thus reparsing the file. (Note: There is a bug that we need to actually also check the last modified of all included files.) Reparse the cbp file to add new RunConfigurations / delete no longer existing RunConfigurations and update those that have changed.- Show a nicer title in the Projects/RunConfiguration pane
-
Thorbjørn Lindeijer authored
-
- Mar 12, 2009
- Mar 11, 2009
-
-
con authored
RevBy: Ossi
-
- Mar 04, 2009
-
-
Daniel Molkentin authored
Task: - RevBy: Thorbjorn AutoTest: -
-
hjk authored
-
- Feb 27, 2009
-
-
Oswald Buddenhagen authored
-
- Feb 26, 2009
-
-
Oswald Buddenhagen authored
once copied, these files are virtually an own project, so they need to have an own copy of the licenses.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp. Done by ossi reviewed by me.
-
Roberto Raggi authored
Done by ossi
-
- Feb 25, 2009
- Feb 24, 2009
-
-
con authored
-
- Feb 17, 2009
- Feb 16, 2009
-
-
dt authored
Details: This enables us to parse the build errors correctly. The makesteps of the qt4project and cmakeproject have some code dupliaction, which could be refactored. And the code to find out the correct build parser could probably also be done better, but we are now parsing the build output for cmake.
-
- Feb 13, 2009
-
-
Roberto Raggi authored
-
dt authored
Task: Also from irc.
-
dt authored
Task: Found on irc.
-
- Feb 12, 2009
- Feb 11, 2009
-
-
Daniel Molkentin authored
-
dt authored
Details: These classes replace a number of classes with differing interfaces by just one class. The design isn't quite perfect, but a lot better than what it used to be. Also moved the ToolChain classes to the projectexplorerm so that eventually the cmake plugin can also use them.
-
- Feb 06, 2009
-
-
dt authored
-
- Feb 05, 2009
- Feb 04, 2009
- Feb 02, 2009
-
-
hjk authored
Task: 180315
-
- Jan 29, 2009
-
-
dt authored
Task: 242513 Details: That should fix several parsing problems for .pro files with scopes. Enable it, see how many bug reports we get, for stuff we accidentaly parsed correctly. Shouldn't be many. So we parse the follwing now correctly: unix { TEMP=unix } win32 { TEMP=win32 } DESTDIR=$$TEMP
-
con authored
Details: - Seems that we use colons in forms.
-
- Jan 28, 2009
-
-
dt authored
Details: This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
-
- Jan 27, 2009
-
-
dt authored
Task: 242465 Details: connect quite a few signals. It doesn't work 100%, since it really depends on to many things.
-