Tobias Hunger
beb999f38a
ToolChain: Update projectsmode on tool chain changes
...
Update the projects mode on tool chain changes.
Task-number: QTCREATORBUG-4431
2011-04-13 15:55:21 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
con
1c2da511b9
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.h
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/rvcttoolchain.h
2011-04-01 09:53:09 +02:00
Tobias Hunger
7ce1749038
Toolchain: Allow SDK to provide default debuggers
...
Allow the SDK to provide default debuggers for any ABI.
Task-number: QTCREATORBUG-4292
Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
2011-03-31 11:15:58 +02:00
con
3de823ca62
Merge remote branch 'origin/2.2'
...
Conflicts:
qtcreator.pri
src/plugins/projectexplorer/toolchainmanager.cpp
2011-03-28 11:40:45 +02:00
Tobias Hunger
4bc1b19da7
Warn when ignoring tool chain addition
...
Warn when ignoring a tool chain addition because a identical
is already configured.
Task-number: QTCREATORBUG-4206
2011-03-25 17:32:50 +01:00
Tobias Hunger
77f83d298e
Add toolChainUpdated signal
...
Add toolChainUpdated(ToolChain *) to ToolChainManager and make
sure it is triggered in the right places.
Reviewed-by: dt
2011-03-24 15:45:09 +01:00
Tobias Hunger
429ed63f5d
Fix spelling of tool chain is user-visible strings and comments
2011-03-16 18:01:52 +01:00
Tobias Hunger
9b465749f0
Add toolchain autodetection based on config file
...
Add toolchains found in share/qtcreator/Nokia/toolChains.xml as
autodetected.
2011-03-01 16:35:03 +01:00
Tobias Hunger
50f96ca625
Save toolchains in XML format
...
Also trigger saving via ICore::saveSettingsRequested.
2011-02-28 18:35:04 +01:00
Friedemann Kleint
a49972e783
Toolchains: Store gc--derived toolchains correctly.
...
Reviewed-by: dt
2011-02-25 11:17:54 +01:00
Tobias Hunger
8d0c477245
ToolChain: Refactor toolchain support
...
Refactor ToolChains in Qt Creator:
* Allow for several toolchains of the same type
* Be smarter wrt. guessing what kind of output a toolchain
produces. This allows us to eventually handle e.g. embedded
linux setups way better than before.
* Be smarter wrt. guessing what kind of environment a Qt version
needs.
* Improve auto-detection of toolchains a bit
* Decide on which debugger to use based on the kind of output
produced by the compiler.
* Add options page to configure toolchains
* Remove toolchain related options from the Qt version dialog
Reviewed-by: dt
2011-02-21 18:33:23 +01:00