index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
debuggermainwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Add a "Leave Debug Mode" button to the toolbar
hjk
2018-03-14
1
-0
/
+11
*
Debugger: Remove unused lambda capture
Ulf Hermann
2017-11-07
1
-1
/
+1
*
Debugger: Split Expressions view into dock of its own
hjk
2017-11-06
1
-0
/
+11
*
Merge remote-tracking branch 'origin/4.3' into 4.4
Eike Ziller
2017-07-12
1
-0
/
+11
|
\
|
*
Introduce setPerspectiveEnabled
Hannah von Reth
2017-07-11
1
-0
/
+11
*
|
Debugger: Provide Alt-V + some letter short cuts to enable views
hjk
2017-06-27
1
-1
/
+1
|
/
*
TextEditor: add right sidebar
Serhii Moroz
2017-03-09
1
-1
/
+1
*
Debugger: Compile fix after previous change
hjk
2016-11-21
1
-1
/
+1
*
Debugger: Add a way to notify perspective about their activation
hjk
2016-11-21
1
-0
/
+12
*
FancyMainWindow: Add an option to hide the central widget
Ulf Hermann
2016-10-04
1
-1
/
+10
*
Debugger: Avoid duplicate dock actions in Window->Views menu
Ulf Hermann
2016-09-15
1
-2
/
+0
*
Debugger: Have main window handle mode change separately
Ulf Hermann
2016-08-26
1
-0
/
+16
*
Debugger: Don't access unloaded perspectives
hjk
2016-07-26
1
-1
/
+1
*
Debugger: Move remaining Analyzer overlay icon to ProjectExplorer
hjk
2016-05-30
1
-1
/
+0
*
Debugger: Let perspectives specify their central widget
hjk
2016-05-13
1
-22
/
+30
*
Debugger: Display separate icons for toolbar and menu
Alessandro Portale
2016-05-04
1
-2
/
+4
*
EditorManagerPlaceHolder: Don't restrict to one per mode
Eike Ziller
2016-04-28
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-04-20
1
-4
/
+8
|
\
|
*
Debugger: Fix "jumping" status label
Alessandro Portale
2016-04-18
1
-1
/
+1
|
*
Debugger: Properly clean up dock widgets
Ulf Hermann
2016-04-18
1
-3
/
+7
*
|
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-04-12
1
-16
/
+11
|
\
|
|
*
Debugger: Do setParent(0) on disabled dock widgets
Ulf Hermann
2016-04-11
1
-16
/
+11
*
|
Use Core::Id in ModeManager interface
hjk
2016-04-08
1
-1
/
+1
|
/
*
Debugger: Avoid setParent(0) on QDockWidgets
Ulf Hermann
2016-03-31
1
-13
/
+13
*
Debugger: Fix object leakage on shutdown and heap-use-after-free.
hjk
2016-03-24
1
-13
/
+23
*
Debugger: Move last separator in toolbar next to the views menu
hjk
2016-03-15
1
-1
/
+1
*
Debugger: Move main splitter creation to DebugMainWindow setup
hjk
2016-03-11
1
-4
/
+64
*
FancyMainWindow: Move toolbarDockWidget "property" to subclass
hjk
2016-03-09
1
-13
/
+12
*
Debugger: Use fixed size for perspective combo box...
Christian Stenger
2016-03-09
1
-0
/
+10
*
Debugger: Merge debug mode and analyze mode
hjk
2016-03-07
1
-58
/
+195
*
Debugger: Rename Perspective::Split to Perspective::Operation
hjk
2016-03-03
1
-8
/
+14
*
Debugger: Make Perspective status label global
hjk
2016-03-02
1
-10
/
+3
*
Debugger: Remove return value from AnalyzerManager::createDockWidget()
hjk
2016-03-02
1
-53
/
+55
*
Debugger: Split out re-usable parts of ex-AnalyzerMainWindow
hjk
2016-03-02
1
-0
/
+199
*
Debugger: Split debugger main window implementation
hjk
2016-03-02
1
-685
/
+0
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Debugger: Remove spurious #include
hjk
2015-11-02
1
-2
/
+0
*
Debugger: Use some Qt5 connects
hjk
2015-11-02
1
-18
/
+14
*
Debugger: Show "Automatically Hide View Title Bars" option only once
hjk
2015-11-02
1
-5
/
+0
*
Clean exported headers of the Core plugin.
Friedemann Kleint
2015-03-05
1
-1
/
+4
*
Debugger: More modernization
hjk
2015-02-27
1
-8
/
+5
*
Core: Make Context parameter to registerAction optional
hjk
2015-02-26
1
-3
/
+1
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Debugger: Some code modernization
hjk
2015-02-12
1
-14
/
+14
*
|
Debugger: Remove unneeded qualifications
Orgad Shaneh
2015-02-04
1
-25
/
+22
*
|
DebbugerMainWindow fix warnings
Nikita Baryshnikov
2014-12-15
1
-6
/
+5
|
/
*
Core: Introduce ICore::{add,remove}AdditionalContext
Orgad Shaneh
2014-11-17
1
-8
/
+6
*
Debugger: Replace debuggerCore() by equivalent free functions
hjk
2014-10-23
1
-4
/
+2
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
[next]