aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qtoptionspage.h
Commit message (Collapse)AuthorAgeFilesLines
* Move a lot of qmake independent classes to a new plugin qtsupportdt2011-05-241-138/+0
| | | | | | | | | | 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]>
* DebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'Kai Koehne2011-05-161-1/+1
| | | | Suggested by dt
* DebuggingHelper: Keep state of different UI's for same version in syncKai Koehne2011-05-131-0/+2
| | | | | | | QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in QMakeStep & in the Qt Options react to. Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
* Qt Version refactoringdt2011-05-121-24/+14
| | | | | | | | | | | | | | | | 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
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* QtVersion: Update invalid icon when applying changesTobias Hunger2011-05-031-1/+3
| | | | | | Update the invalid icon of a Qt veriosn when applying changes. Task-number: QTCREATORBUG-4647
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-15/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Update license.hjk2011-04-131-14/+13
| |
| * DebuggingHelpers: Reorder arguments of finished signalKai Koehne2011-04-071-1/+1
| | | | | | | | | | | | | | Allow slots that use the error ouput, but aren't interested in the list of the tools. Reviewed-by: dt
* | Compile on linuxdt2011-04-011-0/+1
| | | | | | | | Reviewed-By: hunger
* | Qt: Add button to remove all invalid Qt versionsTobias Hunger2011-04-011-0/+1
| | | | | | | | | | | | Add a button to remove all invalid Qt versions. Task-number: QTCREATORBUG-3969
* | Qt: Mark invalid Qt versions in the options pageTobias Hunger2011-04-011-0/+3
|/
* Qt4 Options Page: Show S60 paths even if qt is invaliddt2011-03-171-0/+1
| | | | | Because qt might be invalid due to the s60 paths being wrong. Ensure the paths edits are only shown fro s60 versions.
* Toolchains: Header cleanup.Friedemann Kleint2011-02-281-3/+2
|
* QtOptionsPage: Simpler code, remove shared pointerdt2011-02-241-4/+3
|
* ToolChain: Refactor toolchain supportTobias Hunger2011-02-211-7/+0
| | | | | | | | | | | | | | | | | | 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
* QmlJSDebug: Move qmljsdebug into a static libraryKai Koehne2011-02-181-0/+1
| | | | Reviewed-by: dt
* DebuggingHelper: Display native directory separatorsKai Koehne2011-02-151-1/+1
|
* DebuggingHelper: Disable buttons when build is already runningKai Koehne2011-02-141-1/+1
|
* DebuggingHelper: Only show build log on errorKai Koehne2011-02-081-1/+1
| | | | | | | | 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
* Qt4ProjectManager: Revamp of Qt Versions dialogKai Koehne2011-01-211-12/+13
| | | | | | | | 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.
* Qt4Project: Clean up DebugHelperBuildTaskKai Koehne2011-01-171-1/+2
| | | | | | | | | 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
* Qt4Project: Move DebuggingHelperBuildTask into separate fileKai Koehne2011-01-171-19/+0
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Symbian: Provide field in Qt version to set up SBSv2Tobias Hunger2010-11-151-0/+1
| | | | | | | Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
* Debugging helpers: Fix buildingFriedemann Kleint2010-10-081-1/+4
| | | | | | | | | | | | | - 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]>
* QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-291-0/+4
| | | | | | | | Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
* Yet another include purging spree.Friedemann Kleint2010-07-131-2/+0
|
* Hide building debug helper UI in cases where it's not supported.con2010-04-231-0/+1
| | | | Reviewed-by: Alessandro Portale
* Added icons to options dialog categoriesThorbjørn Lindeijer2010-03-261-0/+1
| | | | Some categories do not have icons yet, unfortunately.
* Long live the king!hjk2010-03-051-1/+1
|
* Integrate target supportTobias Hunger2010-02-091-3/+1
| | | | | | | | | | * 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
* Make method naming more consistent.Tobias Hunger2010-01-071-2/+2
| | | | | | | | | | | | * 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
* Mostly remove the special define for Symbian support.con2009-12-171-2/+0
| | | | | The only part that is not done if not on Windows (or explicitly specified) is the adding of the preference pane.
* Options: Sort by category, id.Friedemann Kleint2009-11-271-1/+0
| | | | | Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
* Polish the settings dialog.Friedemann Kleint2009-11-241-0/+4
| | | | | | | | | 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
* Add setting for GCCE tool chain path.con2009-10-291-0/+1
|
* Qt4ProjectManager: Give a verbose tooltip on the Qt versions.Friedemann Kleint2009-10-271-0/+2
| | | | Reviewed-by: dt <[email protected]>
* Make it possible to use non-autodetected Qt for Symbian.con2009-10-271-1/+2
| | | | | Users can specify a S60 SDK root for Qt for Symbian versions now.
* Show a more sensible progress bar for building debug helper.con2009-10-011-1/+2
|
* Find Qt installation by specification of qmake rather than a "Qt dir".Daniel Molkentin2009-09-031-1/+1
| | | | | | 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.
* long live the kinghjk2009-08-141-1/+1
|
* Debugger: Improve the helper build mechanism on the settings page.Friedemann Kleint2009-08-071-6/+39
| | | | | | | | | | | | - 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.
* Revert "Debugger: Improve the helper build mechanism on the settings page."Friedemann Kleint2009-08-071-30/+3
| | | | | This reverts commit debb3961c2aaaf9104d6b19b4fc92e16b7c4da0c. Success cannot be properly detected.
* Debugger: Improve the helper build mechanism on the settings page.Friedemann Kleint2009-08-071-3/+30
| | | | | | | | | | - 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
* Fix crash when pressing '+' twice in Qt version settings.con2009-07-131-0/+1
| | | | | Bug was introduced when separating the version list into "Autodetected" and "Manual" subtrees.
* Parametrize metroworks tools path.con2009-06-241-0/+4
|
* Different sections for auto-detected and manual Qt versions.con2009-06-241-0/+2
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me