summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/script
Commit message (Expand)AuthorAgeFilesLines
* Adjust license headershjk2012-10-052-42/+40
* Use QT_NO_CAST_FROM_ASCII for debugger plugin.Friedemann Kleint2012-08-241-2/+0
* debugger: don't store active languages twicehjk2012-08-151-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-192-6/+2
* debugger: rework WatchModelhjk2012-05-241-5/+2
* Debugging: Pass a DebuggingLanguage arg in executeDebuggerCommand()Aurindam Jana2012-04-102-2/+3
* UI text: end messages in a full stopLeena Miettinen2012-03-051-3/+3
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-152-20/+20
* Long live the king!hjk2012-01-262-2/+2
* Use new static ICore interface.hjk2012-01-241-1/+1
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-032-4/+4
* Debugger: Expose which languages (QML, C++, Any) an engine supportsKai Koehne2011-10-131-1/+1
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-272-3/+3
* Fix/add copyright headersTobias Hunger2011-05-062-2/+2
* Update license.hjk2011-04-132-28/+26
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-232-8/+6
* Debugger: Reduce tooltip flicker.Friedemann Kleint2011-02-172-9/+10
* Debugger: Make tooltips pinnable.Friedemann Kleint2011-02-112-4/+4
* debugger: switch do fkleint's style of debug output enablinghjk2011-01-251-8/+5
* It's 2011 now.con2011-01-122-2/+2
* Debugger: Header cleanupFriedemann Kleint2011-01-101-0/+1
* Merge branch '2.1'con2010-12-172-14/+22
|\
| * License headers.con2010-12-172-14/+22
* | debugger: introduce the concept of a 'Location', used by gotoLocationhjk2010-12-171-5/+1
* | debugger: make DebuggerEngine::acceptsBreakpoint(id) purehjk2010-11-262-0/+7
* | debugger: start tightening the breakpoint state machineryhjk2010-11-161-1/+1
* | Debugger: Introduce BreakpointParameters as base struct.Friedemann Kleint2010-11-151-3/+3
* | debugger: Refactor breakpoint handling.hjk2010-11-152-41/+18
* | Clean up BreakPointArvid Ephraim Picciani2010-10-291-1/+1
* | clean up WatchDataArvid Ephraim Picciani2010-10-152-5/+11
|/
* Debugger: Fixes around watch editing.Friedemann Kleint2010-09-232-5/+5
* Debugger: Sanitize Datatypes, part 1: Breakpoints.Friedemann Kleint2010-09-211-3/+3
* Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}Friedemann Kleint2010-09-131-3/+3
* debugger: fix warninghjk2010-09-131-0/+1
* debugger: only update variables that are operated onhjk2010-09-132-2/+2
* debugger: make a 'type' a QByteArray, not a QStringhjk2010-09-011-15/+15
* Debugger: Fix Symbian.Friedemann Kleint2010-08-241-0/+1
* debugger: make parts of python debugger work again with the new stateshjk2010-07-231-3/+4
* debugger: show a message box when the script engine does not find its primary...hjk2010-07-221-3/+5
* debugger: overhaul "state machine"hjk2010-07-142-68/+91
* debugger: rename EngineStart to EngineSetuphjk2010-07-141-3/+3
* debugger: refactor startup logichjk2010-07-142-12/+17
* debugger: fix startup sequence in scriptenginehjk2010-07-141-2/+1
* debugger: encapsulate part of the startup logic in the base classhjk2010-07-141-2/+2
* debugger: rename startDebugger() to startEngine()hjk2010-07-082-2/+2
* debugger: move state change to EngineStarting into the base classhjk2010-07-081-2/+1
* debugger: merge 'AdapterStarting' into 'EngineStarting' statehjk2010-07-081-1/+0