| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by
passing in the qtversion instead of figuring it out in qmldumptool.
Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c
Reviewed-on: http://codereview.qt.nokia.com/70
Reviewed-by: Qt Sanity Bot <[email protected]>
Reviewed-by: Daniel Teske <[email protected]>
|
|
|
|
| |
Suggested by dt
|
|
|
|
|
|
|
| |
QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in
QMakeStep & in the Qt Options react to.
Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split up target specific code into subclasses. Also change
Qt4BuildConfiguration to allow a null qtversion.
Remove code that relied on always having a qt version.
Also make it possible to remove all qt versions.
Completly change the qt in path autodetection to be only
a fall back if no configuration was found.
Note: For now the old settings are not removed, as such 2.2 and master
can coexist.
Reviewed-By: hunger
|
|
|
|
| |
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
|
|
|
|
|
|
| |
Update the invalid icon of a Qt veriosn when applying changes.
Task-number: QTCREATORBUG-4647
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/plugins/debugger/gdb/pythongdbengine.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
src/plugins/qt4projectmanager/qt4target.cpp
src/plugins/qt4projectmanager/qt4target.h
src/plugins/qt4projectmanager/qtoptionspage.h
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/welcome/welcomemode.cpp
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Allow slots that use the error ouput, but aren't interested in the list
of the tools.
Reviewed-by: dt
|
| |
| |
| |
| | |
Reviewed-By: hunger
|
| |
| |
| |
| |
| |
| | |
Add a button to remove all invalid Qt versions.
Task-number: QTCREATORBUG-3969
|
|/ |
|
|
|
|
|
| |
Because qt might be invalid due to the s60 paths being wrong.
Ensure the paths edits are only shown fro s60 versions.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reviewed-by: dt
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This fixes the case that the user only compiles one debugging helper, and
the debug output was displayed although the compilation went fine.
Task-number: QTCREATORBUG-3711
Reviewed-by: ckamm
|
|
|
|
|
|
|
|
| |
The versions dialog now uses Utils::DetailsWidget to show the
general version information and (debugging) helper information.
The 'Helper Tools' can now be expanded to see each tools status
& recompile them selectively.
|
|
|
|
|
|
|
|
|
| |
Make sure that the QtVersion object isn't referenced any more in
the separate thread: It might be deleted / altered while the thread is
running. Also let QmlDump use the class, instead of relying on it's
own implementation.
Reviewed-by: ckamm
|
| |
|
|
|
|
| |
Reviewed-by: hjk
|
| |
|
|
|
|
|
|
|
| |
Provide a field in the symbian Qt version to set up the SBSv2 build
system.
Reviewed-by: dt
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Report errors correctly.
- Do not pass empty target argument to qmake
- Give 'make' a longer timeout and change timeout checking to
trigger after last output line was obtained from process
- Make build log dialog non-modal and ensure it pops up on failure
even if a different Qt version was selected in-between
- Disable Rebuild-button while build is running.
Reviewed-by: Kai Köhne <[email protected]>
Reviewed-by: Lasse Holmstedt <[email protected]>
|
|
|
|
|
|
|
|
| |
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile
without creator dependencies and made it compile with debugging
helpers.
Reviewed-by: hjk
|
| |
|
|
|
|
| |
Reviewed-by: Alessandro Portale
|
|
|
|
| |
Some categories do not have icons yet, unfortunately.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Ease cross device development by introducing 'targets' which
group build- and runsettings that are valid for this one target
Most of the kudos for the code review go to dt. Con, thorbjorn,
ckandler and others did also review parts of this patch.
Reviewed-by: dt
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use id() for methods returning a string used to represent
some type of object.
* Use displayName() for strings that are meant to be user
visible.
* Quieten some warnings while touching the files anyway.
* Move Factories to their products in the plugins where that
was not done before.
Reviewed-by: dt
|
|
|
|
|
| |
The only part that is not done if not on Windows (or explicitly
specified) is the adding of the preference pane.
|
|
|
|
|
| |
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reviewed-by: dt <[email protected]>
|
|
|
|
|
| |
Users can specify a S60 SDK root for Qt for Symbian versions
now.
|
| |
|
|
|
|
|
|
| |
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
source files to the log file
- Clean up the building code string-wise, use QLatin1String and
translate messages, cache the icons. Use a QSharedPointer for
the QtVersions in the settings page since they are passed to
the BuildTask, which may outlive the dialog.
|
|
|
|
|
| |
This reverts commit debb3961c2aaaf9104d6b19b4fc92e16b7c4da0c.
Success cannot be properly detected.
|
|
|
|
|
|
|
|
|
|
| |
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
source files to the log file
- Clean up the building code string-wise, use QLatin1String and
translate messages, cache the icons
|
|
|
|
|
| |
Bug was introduced when separating the version list into "Autodetected" and
"Manual" subtrees.
|
| |
|
| |
|
|
|
|
| |
Reviewed-by: Trust Me
|