dt
168813e9b1
Ups fix connects for cmake project
2009-12-08 15:44:17 +01:00
dt
97929c440f
Ensure that the environment widget is updated correctly
2009-12-08 14:42:04 +01:00
dt
b63e6e939d
Make BuildConfiguration::setValue and ::value protected
2009-12-07 15:55:41 +01:00
dt
24a4590767
Cmake: Let the generator determine the toolchain
...
Otherwise we need to parse the cbp file, which happens only if the
buildconfiguration gets active. Also try to decouple a few internals a
little bit by using signals. The CMakeProject still handles a few things
directly instead of via signals, more to come eventually.
2009-12-07 15:00:17 +01:00
dt
808bbf6436
Fix crash on adding cmake build configuration
2009-11-30 15:24:33 +01:00
dt
70adf628f1
Fix endless recursion, broken somewhere in the buildconfiguration port
2009-11-30 15:24:33 +01:00
dt
a741261f10
Fist set the display name then addBuildConfiguration on clone
2009-11-30 15:24:33 +01:00
dt
a8c4505475
Disable currently not working connect
2009-11-30 15:24:32 +01:00
dt
d6d48fa23c
Some cleanup after BuildConfiguration refactoring
2009-11-30 15:24:32 +01:00
dt
801e9948f5
Hide static cast in accessor methods
2009-11-30 15:24:32 +01:00
dt
0e4e35f876
Rename method to the more correct canCreateForBuildConfiguration
2009-11-30 15:24:31 +01:00
dt
a7a7e4d002
Change IBuildStepFactory::canCreate to take a BuildConfiguration
...
instead of a Project. Since BuildSteps "should" only care about the
BuildConfiguration not the Project. (Not 100% doable, but still.)
2009-11-30 15:24:31 +01:00
dt
a312206306
Move most of the BuildConfiguration specific functions
...
Note: I didn't fix all the connects and there are a few missing things.
This compiles, more work is coming.
2009-11-30 15:24:31 +01:00
dt
7949d93a1a
Add missing Q_OBJECT macros to BuildConfiguration
2009-11-30 15:24:31 +01:00
dt
7904544b84
Remove BuildConfiguration::name()
...
The pointers can be used to distinguish BuildConfigurations
2009-11-30 15:24:31 +01:00
dt
60a1ee12ba
Remove project() from BuildStep
...
The project() should in most cases not matter, instead the
BuildConfiguration should. This shows all the information that needs to
move into the BuildConfiguration classes.
2009-11-30 15:24:31 +01:00
dt
20214787d1
Add BuildConfiguration::restore and BuildConfiguration::project()
...
More API work.
2009-11-30 15:24:31 +01:00
dt
ae633c1956
Add BuildConfiguration classes
...
Each project has it's own BuildConfiguarion * classes, they'll get a
decent type safe interface and the setValue/value stuff will be removed.
2009-11-30 15:24:31 +01:00
Friedemann Kleint
a8ac34c347
Options: Sort by category, id.
...
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
2009-11-27 16:12:12 +01:00
Friedemann Kleint
65e11062bb
Polish the settings dialog.
...
Add a title label to the pages. Use QGroupBoxes throughout.
Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
use common layout for VCS plugins. Performance: Apply only visited
settings pages. Add search keywords.
Task-number: QTCREATOR-26
2009-11-24 15:05:02 +01:00
Friedemann Kleint
e4a7792d6e
Options dialog: Further polishing.
...
Task-number: QTCREATOR-26
2009-11-20 16:55:23 +01:00
Alessandro Portale
20b209858b
Improved line wrapping of plugin license texts.
...
The paragraphs are now long lines that get wrapped by the text browser.
Reviewed-by: TrustMe
modified: src/plugins/bineditor/BinEditor.pluginspec
modified: src/plugins/bookmarks/Bookmarks.pluginspec
modified: src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
modified: src/plugins/coreplugin/Core.pluginspec
modified: src/plugins/cpaster/CodePaster.pluginspec
modified: src/plugins/cppeditor/CppEditor.pluginspec
modified: src/plugins/cpptools/CppTools.pluginspec
modified: src/plugins/cvs/CVS.pluginspec
modified: src/plugins/debugger/Debugger.pluginspec
modified: src/plugins/designer/Designer.pluginspec
modified: src/plugins/fakevim/FakeVim.pluginspec
modified: src/plugins/find/Find.pluginspec
modified: src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
modified: src/plugins/git/ScmGit.pluginspec
modified: src/plugins/helloworld/HelloWorld.pluginspec
modified: src/plugins/help/Help.pluginspec
modified: src/plugins/locator/Locator.pluginspec
modified: src/plugins/mercurial/Mercurial.pluginspec
modified: src/plugins/perforce/Perforce.pluginspec
modified: src/plugins/projectexplorer/ProjectExplorer.pluginspec
modified: src/plugins/qmleditor/QmlEditor.pluginspec
modified: src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
modified: src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
modified: src/plugins/qtscripteditor/QtScriptEditor.pluginspec
modified: src/plugins/regexp/RegExp.pluginspec
modified: src/plugins/resourceeditor/ResourceEditor.pluginspec
modified: src/plugins/snippets/Snippets.pluginspec
modified: src/plugins/subversion/Subversion.pluginspec
modified: src/plugins/texteditor/TextEditor.pluginspec
modified: src/plugins/vcsbase/VCSBase.pluginspec
modified: src/plugins/welcome/Welcome.pluginspec
2009-11-20 14:32:42 +01:00
dt
0d162be22f
Make BuildSteps one instance per BuildConfiguration
...
Enables users to change which buildsteps get run per buildconfiguration.
Some further tweaks are probably necessary. This is a rather big
change, though it should work. :)
2009-11-19 16:36:48 +01:00
dt
72fe54db77
Remove value(name) and setValue(name, value) from BuildStep
2009-11-19 16:35:19 +01:00
dt
10a0647ddf
Remove QSharedPointer<> for RunConfiguration
2009-11-19 16:35:18 +01:00
con
fa34847571
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/qt4projectmanager/qt4project.cpp
2009-11-03 18:08:01 +01:00
dt
c8e7df16eb
Show a cancel button in the opening cmake projects wizard.
...
Allows the user to change his mind. :)
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com >
2009-11-03 14:37:34 +01:00
con
162b0dae81
Version bump.
2009-10-29 17:17:49 +01:00
con
008168838f
Version bump.
2009-10-29 17:15:55 +01:00
con
68f193a189
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
Needed changes:
src/plugins/qt4projectmanager/qtversionmanager.cpp
2009-10-27 18:23:58 +01:00
dt
cb5a93ff49
Fix "Add New" using the wrong directory for cmake projects
2009-10-27 17:27:59 +01:00
dt
833b86d5e2
Fix that the cmake plugin did not allow removing build targets
2009-10-27 16:15:04 +01:00
con
441ece365a
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/cpptools/cppcodecompletion.h
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/qmleditor/QmlEditor.pluginspec
2009-10-26 13:51:56 +01:00
dt
cfc7040ede
The qtversions's toolchain now depends on the actual compiler not mkspec
...
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few
other variables) to figure out the correct mkspec. This makes using
custom mkspecs easier and is also cleaner. I also changed mkspec() and
mkspecPath() to behave a little diffrent, essentialy mkspec() will
return only the name (the actual dir name) of the mkspec. That is in
general not sufficient for passing on to qmake. mkspecPath() only
returns the correct path to mkspecs/default.
Hopefully I haven't broken WinCE/Maemo/MinGW.
2009-10-22 14:39:00 +02:00
dt
1253c55d56
Fix a race in CMakeProjectManager::createXml
2009-10-21 13:45:49 +02:00
Erik Verbruggen
49f6b740cd
Merge remote branch 'origin/1.3'
...
Conflicts:
src/libs/cplusplus/CheckUndefinedSymbols.cpp
src/plugins/qmleditor/qmlcodecompletion.cpp
2009-10-06 11:41:00 +02:00
Friedemann Kleint
5948e284bb
Rename namespace Core::Utils into Utils
...
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
con
b19d76d903
Version bump.
2009-10-02 16:27:03 +02:00
con
1de6a6e716
Version bump.
2009-10-02 16:21:39 +02:00
dt
d50cc220f5
Also switch the cmake run configuration to using the detailswidget
2009-10-01 19:04:53 +02:00
Friedemann Kleint
c5633d0840
Warning/Compile
2009-10-01 14:56:29 +02:00
dt
a97dcb53d1
Tweaks to the project page.
2009-10-01 14:25:27 +02:00
con
5f9cb8fe14
Results of review.
2009-10-01 10:05:06 +02:00
con
4c199a3ca0
Fix problem when canceling cmake build configuration wizard.
2009-10-01 10:05:06 +02:00
con
92b905a6f2
Build configuration factory now adds configurations directly.
...
It's easier this way for the unique naming.
2009-10-01 10:05:06 +02:00
con
a16806353a
Remove string identifier from setDisplayNameFor and setUserEnvChanges.
2009-10-01 10:05:06 +02:00
con
382750c8a3
Remove Project::(set)Value(buildconfig, ...) methods.
...
Instead use the BuildConfiguration class methods directly.
2009-10-01 10:05:06 +02:00
con
acbd4513e3
Changing string based api to BuildConfiguration based api.
...
Builds, but I'm pretty sure it doesn't *work* :)
2009-10-01 10:05:05 +02:00
Friedemann Kleint
ad294f8467
Project explorer: Make public headers compile with NO_CAST_FROM_ASCII
...
.. and purge unneeded includes.
2009-09-29 11:39:55 +02:00
Friedemann Kleint
978cf4bda8
Rename IRunConfigurationRunner -> IRunControlFactory...
...
and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
preparing remote debugging. Change the interface canRun() to be const,
run() to create() (since it does not run anything), use references
to the QSharedPointer<Foo>. Introduce d-Pointer and remove
unneeded headers from ProjectExplorerPlugin and add missing includes
everywhere.
2009-09-25 11:35:44 +02:00