summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeruiswitcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Debugger: Remove explicit language switch from menuKai Koehne2010-09-281-78/+17
* QmlDebugger: Fix qDebug outputKai Koehne2010-09-221-2/+2
* Compile warnings in DebuggerUISwitcherFriedemann Kleint2010-09-131-9/+24
* coreplugin: use Core::Id is some placeshjk2010-09-101-9/+9
* debugger: show "Memory..." menu entry only in debug modehjk2010-09-101-1/+2
* debugger: code cosmeticshjk2010-09-101-65/+66
* debugger: add an "Memory View" item to the menuhjk2010-09-091-16/+28
* Debugger languages are now runconfiguration dependentLasse Holmstedt2010-09-011-21/+23
* debugger: code cosmeticshjk2010-09-011-29/+32
* Debugger: Removed unused methodsLasse Holmstedt2010-08-311-25/+0
* Debugger: Disable auto switching of debugger languages based on qmlfilesLasse Holmstedt2010-08-311-4/+3
* Debugger UI: Removed debug language detection on mode changeLasse Holmstedt2010-08-311-12/+0
* DebuggerUI: Language selection mutual exclusive if lang is deselectedLasse Holmstedt2010-08-311-2/+11
* debugger: partially rever Qml&C++ action enabling logichjk2010-08-301-1/+2
* Debugger UI: Don't switch layout while debuggingLasse Holmstedt2010-08-271-13/+17
* Debugger UI: Fixed wrong debugger appearing if no editor is openLasse Holmstedt2010-08-271-2/+2
* Debugger UI: Don't write QML settings if QML debugging is disabledLasse Holmstedt2010-08-251-10/+14
* Debugger UI: Fix crash if QML plugin is not presentLasse Holmstedt2010-08-251-2/+5
* Debugger UI: Don't check "C++" language if active project is .qmlprojectLasse Holmstedt2010-08-251-1/+10
* Debugger UI: create initial settings for mainwindowLasse Holmstedt2010-08-251-0/+10
* Qml Debugger: Code style and cleanupLasse Holmstedt2010-08-241-55/+74
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-241-157/+381
* debugger: show all dockwidgets in the views menu, even if disabled.hjk2010-08-111-14/+15
* Merge remote branch 'origin/2.0'Friedemann Kleint2010-08-061-2/+7
|\
| * QML Inspector: Disable debug actions when qml inspector is disabledLasse Holmstedt2010-07-291-0/+5
* | debugger: remove unneeded code from ui switcherhjk2010-07-221-12/+8
* | Fix consistency issue with splitter in debug mode.con2010-06-301-4/+16
* | Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-7/+4
* | Core::Context: compile hot fix for Windows.hjk2010-06-251-2/+1
* | core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-9/+7
* | debugger: The DebuggerEngine refactoring.hjk2010-06-221-7/+24
|/
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* Use south tabs in the debuggerJens Bache-Wiig2010-04-261-1/+0
* Move the Debugger/Designer view menus to Window menu.Friedemann Kleint2010-04-201-33/+19
* Added debugging mode for simultaneous QML and C++ debuggingLasse Holmstedt2010-04-151-0/+3
* Fixed warning messages on close if user does not have QtCreator.iniLasse Holmstedt2010-04-081-0/+1
* debugger: some gui & code cosmeticshjk2010-04-061-9/+7
* Debugger[CDB]: Handle debugger warnings correctly.Friedemann Kleint2010-04-061-0/+1
* Fixed crash with debugger when qml inspector is not enabled as pluginLasse Holmstedt2010-03-261-1/+4
* Fixes: Tooltips for hover help didn't show up anymore.con2010-03-231-4/+0
* Introduced a single convenient function for updating additional contextsThorbjørn Lindeijer2010-03-231-7/+1
* Added some missing license headersThorbjørn Lindeijer2010-03-231-0/+29
* context-based hiding/showing of debug menu entriesLasse Holmstedt2010-03-191-15/+32
* setting menu item visiblity in debuggeruiswitcherLasse Holmstedt2010-03-181-3/+8
* fixed merge issues and cleaned up codeLasse Holmstedt2010-03-181-3/+4
* Added automatic language switching option to debugger settingsLasse Holmstedt2010-03-181-1/+16
* Made debugger menu items disabled in QML inspector modeLasse Holmstedt2010-03-181-1/+0
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-85/+137