summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/script/scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove script manager and script debugger engine.Eike Ziller2013-07-011-815/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-0/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | Debugger: Rework thread data aquisitionhjk2012-10-231-2/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* 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-191-3/+1
* debugger: rework WatchModelhjk2012-05-241-5/+2
* Debugging: Pass a DebuggingLanguage arg in executeDebuggerCommand()Aurindam Jana2012-04-101-1/+2
* 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-151-17/+17
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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-271-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-231-6/+4
* Debugger: Reduce tooltip flicker.Friedemann Kleint2011-02-171-8/+9
* Debugger: Make tooltips pinnable.Friedemann Kleint2011-02-111-3/+3
* debugger: switch do fkleint's style of debug output enablinghjk2011-01-251-8/+5
* It's 2011 now.con2011-01-121-1/+1
* Debugger: Header cleanupFriedemann Kleint2011-01-101-0/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: introduce the concept of a 'Location', used by gotoLocationhjk2010-12-171-5/+1
* | debugger: make DebuggerEngine::acceptsBreakpoint(id) purehjk2010-11-261-0/+6
* | 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-151-40/+16
* | Clean up BreakPointArvid Ephraim Picciani2010-10-291-1/+1
* | clean up WatchDataArvid Ephraim Picciani2010-10-151-5/+8
|/
* Debugger: Fixes around watch editing.Friedemann Kleint2010-09-231-4/+4
* Debugger: Sanitize Datatypes, part 1: Breakpoints.Friedemann Kleint2010-09-211-3/+3
* debugger: fix warninghjk2010-09-131-0/+1
* debugger: only update variables that are operated onhjk2010-09-131-1/+1
* 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-141-65/+88
* debugger: rename EngineStart to EngineSetuphjk2010-07-141-3/+3
* debugger: refactor startup logichjk2010-07-141-10/+14