summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/debugginghelper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DebuggingHelper: Move to QtSupportTobias Hunger2012-05-181-122/+0
| | | | | | | | | * Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Use new static ICore interface.hjk2012-01-241-1/+1
| | | | | Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix showing of "Debugging Helper Missing" warning.Eike Ziller2011-10-311-12/+0
| | | | | | | | It was only showing up if one had a helper library that was outdated. Change-Id: I8d0ffcd16434dc6cfeadd408a2bdb59aa3ec73ba Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* debugger: rename gdbmacros* to dumper*hjk2011-06-291-7/+7
| | | | | | | | | | | Was mis-named from the beginning. (cherry picked from commit 2f119dc2f85b28274d47ff635188872d5ed11521) Change-Id: I4f2e388edfdded117c5b35d3d04bbdc68d77afa4 Reviewed-on: http://codereview.qt.nokia.com/872 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* DebuggingHelpers: Put long argument list into one structKai Koehne2011-04-291-8/+5
|
* QmlDump: Ensure that qmldump is found in QtSDKv2.2.0-rc1Kai Koehne2011-04-181-1/+1
| | | | | | | | | | | We ship a precompiled qmldump in the Qt SDK because the Qt versions don't have private headers. However, the logic in buildablehelperlibrary by default rejects any build that is older than the latest changes to the qmldump source code files; allow Qt Creator to pick up the (maybe outdated) qmldump nevertheless if no private headers are installed. Reviewed-by: ckamm Task-number: QTCREATORBUG-4578
* Update license.hjk2011-04-131-14/+13
|
* Compiled helpers: Use only ones that are newer than all source files.Christian Kamm2011-02-181-11/+15
| | | | Reviewed-by: Kai Koehne
* QmlJSDebug: Move qmljsdebug into a static libraryKai Koehne2011-02-181-2/+3
| | | | Reviewed-by: dt
* Exported header cleanup.Friedemann Kleint2011-01-201-2/+4
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Debugging helpers: Fix buildingFriedemann Kleint2010-10-081-3/+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 <kai.koehne@nokia.com> Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
* L10n: tr()-FixesFriedemann Kleint2010-10-051-1/+2
|
* QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-291-1/+2
| | | | | | | | Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
* Compile qmldump with debugging helpersLasse Holmstedt2010-09-291-190/+26
| | | | | | | Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-2/+2
| | | | Reviewed-by: dt
* Code polishing, continuing cb23999fbf16476d52678d23fc3cf888090560bfFriedemann Kleint2010-09-091-0/+4
| | | | | | Add more error messages to processes run for toolchain detection. Move Windows-specific code to dbgwinutils, remove inclusion of <windows.h>. Fix MinGW gcc 4.5 warnings.
* Add error handling to QProcesses run at startup.Friedemann Kleint2010-09-081-3/+16
| | | | | | Give warnings about failures to be able to fix things/timeouts on slow machines. Pass on arguments correctly on Windows. Make sure processes are killed on timeouts.
* Pick up the newest debugging helper from the possible locations.con2010-07-051-5/+10
| | | | | | | | Otherwise "rebuilding" the debugging helper doesn't necessarily lead to Qt Creator picking up the new one (some of the locations can be read-only). Reviewed-by: dt
* Bug fix: Late crash when closing Creator while building debugging helper ↵Leandro Melo2010-06-081-0/+2
| | | | | | (QTCREATORBUG-1576). Reviewed-by: hjk
* Make sure we can compile the debugging help for maemo.kh12010-05-211-11/+4
| | | | | | This boils down to the same problem as other calls to qmake, if we don't pass the target mode, qmake will prepend the current platform as target. Reviewed-by: dt
* Long live the king!hjk2010-03-051-1/+1
|
* Fix some code scanning issues.Friedemann Kleint2010-02-021-4/+4
| | | | QString: Use QChar/char where appropriate, do not use QString::null
* Fix typosTobias Hunger2010-01-111-1/+1
| | | | Reviewed-by: thorbjorn
* Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainlinecon2009-12-141-1/+0
|\ | | | | | | | | Conflicts: src/plugins/coreplugin/outputpane.h
| * In the EnvironmentWidget show which environment is the base.dt2009-12-141-1/+0
| | | | | | | | Task-Nr: QTCREATORBUG-277
* | Merge remote branch 'origin/1.3'con2009-12-141-4/+0
|\ \ | |/ |/| | | | | Conflicts: src/plugins/projectexplorer/outputwindow.cpp
| * Couldn't set "/usr/bin/qmake-4.6" or "/Developer/Tools/Qt/qmake" for Qt.con2009-12-111-4/+0
| | | | | | | | | | Task-number: QTCREATORBUG-463 Reviewed-by: dt
* | Merge commit 'origin/1.3'con2009-11-161-0/+4
|\ \ | |/ | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/gdbengine.cpp Reviewed-by: Oswald Buddenhagen
| * Pretend that the gdbmacros.cpp is actually 5 minutes older then it is.dt2009-11-121-0/+4
| | | | | | | | | | | | | | Fixes a bug that after package installation the debugging helpers are sometimes marked as invalid. Reviewed-By: hjk
* | Fix -spec handlingdt2009-11-101-3/+3
| |
* | Don't pass QtVersion::mkspec() to the building of debugging helpers.dt2009-11-021-3/+3
| | | | | | | | | | Instead simply pass -mkspec default, which has the same effect. Fixes a bug with qws mkspecs
* | We cannot hardcode the type of debug library, so check for all.kh12009-10-291-13/+27
|/ | | | | | | | While cross compiling from windows to maemo we build the debug helper as .so instead of .dll, though the ifdef would always make the question about the helpers being build return false. Reviewed-by: dt
* Check the Debugging helper modification date corrrectly for outdated.dt2009-09-211-1/+1
|
* Treat outdated as missing.dt2009-09-171-1/+4
|
* Simplyfy the DebuggingHelper functions.dt2009-09-171-15/+0
| | | | By only providing a qtInstallDir variant
* Remove unneded qtDir() function in DebuggingHelperdt2009-09-171-7/+0
|
* Remove debugging.Daniel Molkentin2009-09-041-2/+1
|
* Find Qt installation by specification of qmake rather than a "Qt dir".Daniel Molkentin2009-09-031-13/+17
| | | | | | 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
|
* Fixed building debugging helpers: Added missing gdbmacros_p.hFriedemann Kleint2009-08-071-1/+1
|
* Debugger: Improve the helper build mechanism on the settings page.Friedemann Kleint2009-08-071-67/+93
| | | | | | | | | | | | - 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-93/+67
| | | | | This reverts commit debb3961c2aaaf9104d6b19b4fc92e16b7c4da0c. Success cannot be properly detected.
* Debugger: Improve the helper build mechanism on the settings page.Friedemann Kleint2009-08-071-67/+93
| | | | | | | | | | - 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
* Mention possible locations of the debugging helper in the error dialogdt2009-07-151-1/+22
| | | | Requires a lot of trivial forwarding.