aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggermainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-1/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-3/+3
* Debugger: Fix warning about unused variableKai Koehne2012-04-111-2/+1
* QmlJSInspector: Reposition the Tool BarAurindam Jana2012-03-281-7/+22
* Debugger: Bring Qt Creator to foreground if app interruptsKai Koehne2012-03-231-0/+22
* runconfiguration: interface cleanuphjk2012-02-231-2/+2
* projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"hjk2012-02-211-2/+2
* ScriptConsole: Refactor to QtMessageLogWindowAurindam Jana2012-02-201-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-11/+11
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-19/+11
* Debugger: Fix runtime warning if QmlJsInspector plugin is not loadedKai Koehne2012-01-191-1/+1
* debugger: sort entries in Windows->Views the same way as in the dock context ...hjk2012-01-121-2/+17
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-13/+13
* Debugger: remove updateUiOnFileListChangedDaniel Teske2011-12-061-9/+0
* Debugger: Make pointers to Project/Target/RunConfiguration baldDaniel Teske2011-12-061-18/+27
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
* | Debugger: Avoid runtime warning when QmlJSInspector plugin is not loadedKai Koehne2011-10-311-1/+2
* | Debugger: Make QML Script console visible by defaultKai Koehne2011-10-281-0/+2
|/
* Debugger: Automatically adapt to the languages the running engine supportsKai Koehne2011-10-131-5/+20
* DebuggerMainWindow: Fix issues with default layoutKai Koehne2011-10-121-39/+26
* Debugger: Remove commented out codeKai Koehne2011-10-121-5/+0
* Debugger: Initialize default layout for both QML and QML/CPPKai Koehne2011-10-121-12/+9
* Debugger: "Reset to default layout" resets both QML and QML/CPP layoutKai Koehne2011-10-121-5/+6
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Debugger: Fix exit crash in debug mode (X11).Friedemann Kleint2011-03-151-0/+1
* Remove dock widget handles from debugger tool bar.con2011-02-171-0/+1
* debugger: raise the break dock in the default layouthjk2011-02-171-0/+2
* Debugger default layout was hiding the debugger tool bar.con2011-02-171-1/+2
* Introduced a QML-specific debugger tool barThorbjørn Lindeijer2011-02-161-8/+6
* Code cosmeticsThorbjørn Lindeijer2011-02-161-7/+7
* debugger: remove the local 'cached' of QDockWidget * in DebuggerMainWindowhjk2011-02-071-21/+6
* Compile on Windows.Friedemann Kleint2011-01-311-1/+1
* Debugger view menus were enabled when they shouldn't becon2011-01-311-12/+17
* 10n: Fix tr() issues.Friedemann Kleint2011-01-191-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: more uiswitcher cleanuphjk2010-12-061-102/+80
* | debugger: rework construction of initial dockwidget arrangementhjk2010-12-061-56/+51
* | debugger: fix startup crashhjk2010-12-061-58/+59
* | Set some object names for easier debugging.Friedemann Kleint2010-12-031-1/+3
* | debugger: make more bits privatehjk2010-12-031-8/+10
* | debugger: cleanup dockwidget handlinghjk2010-12-031-56/+22
* | debugger: move dockwidget ownership to the mainwindowhjk2010-12-031-3/+10
* | debugger: merge the two setSimpleDockWidgetArrangement() functionshjk2010-12-031-27/+56