index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Add profiling output for objectTreeFetched()
Kai Koehne
2012-05-16
1
-0
/
+11
*
QmlProfiler: added missing break in switch statement
Christiaan Janssen
2012-05-16
1
-0
/
+1
*
Ups, unbreak overriding make command
Daniel Teske
2012-05-16
2
-1
/
+9
*
Make ids handle unicode strings
Tobias Hunger
2012-05-16
1
-2
/
+2
*
Open file with default editor when it's activated in ResourceEditor.
Konstantin Tokarev
2012-05-16
2
-1
/
+19
*
Move Component refactoring - ask before adding file to vcs
Kai Koehne
2012-05-16
1
-3
/
+21
*
Qt versions/qmake dialog: Join filter list correctly.
Friedemann Kleint
2012-05-15
1
-2
/
+5
*
Remove some objects from the objects pool. Fixes race condition.
kh1
2012-05-15
1
-2
/
+8
*
Debugger: Apply on Save only when Engine client is connected
Simjees Abraham
2012-05-15
2
-6
/
+23
*
Core: Add "canceled" signal to class FutureProgress.
Christian Kandeler
2012-05-15
2
-0
/
+7
*
Debugger: Bugfix for Reloading Qml
Simjees Abraham
2012-05-15
1
-2
/
+3
*
Debugger:Apply Changes on Save modified for unsync. changes.
Simjees Abraham
2012-05-15
4
-26
/
+116
*
Add a CurrentProject::BuildPath variable.
Eike Ziller
2012-05-15
1
-0
/
+10
*
SVN: Fix project status command when no document open
Jonathan Liu
2012-05-15
1
-1
/
+1
*
cppeditor: guess file type from -*- C++ -*- comments
hjk
2012-05-15
1
-0
/
+3
*
Debugger: Remove 'Clear Code Model' context menu action
Kai Koehne
2012-05-15
3
-16
/
+0
*
WatchHandler: Add isInspect()
Aurindam Jana
2012-05-15
4
-3
/
+4
*
Debugger: Fix compiler warnings about unused variables
Kai Koehne
2012-05-15
1
-5
/
+3
*
Debugger: Fix capitalization of 'When' in actions
Kai Koehne
2012-05-14
1
-4
/
+4
*
Debugger: Remove actions from object pool
Kai Koehne
2012-05-14
2
-29
/
+0
*
Debugger: Show locals when loading core dumps
Kai Koehne
2012-05-14
1
-0
/
+2
*
Debugger: Rename actions dealing with watched expressions
Kai Koehne
2012-05-14
3
-12
/
+12
*
Debugger: Move std:: Qt namespace actions to options
Kai Koehne
2012-05-14
7
-51
/
+59
*
TaskHub: emit taskAdded before adding the task to a document
Daniel Teske
2012-05-14
1
-2
/
+4
*
Don't build current file when build of subproject is requested.
Konstantin Tokarev
2012-05-14
3
-7
/
+13
*
Debugger: Fix refactoring artifact in name demangler.
Christian Kandeler
2012-05-14
1
-2
/
+2
*
Renamed TaskHub::popup to requestPopup and removed boolean flag.
Konstantin Tokarev
2012-05-14
4
-5
/
+5
*
Debugger: Add documentation to QmlAdapter
Kai Koehne
2012-05-14
1
-0
/
+4
*
QmlDebug: Rename signal
Kai Koehne
2012-05-14
1
-4
/
+4
*
QmlInspector: Don't show root element twice (4.x)
Kai Koehne
2012-05-14
1
-1
/
+2
*
QmlInspector: Fetch objects for location
Aurindam Jana
2012-05-13
7
-14
/
+83
*
Debugger: GDB: Append debug-file-location
David Schulz
2012-05-11
3
-2
/
+24
*
QmlProfiler: manage premature disconnection when app killed
Christiaan Janssen
2012-05-11
3
-0
/
+12
*
QmlProfiler: reordered tabs
Christiaan Janssen
2012-05-11
1
-3
/
+3
*
QmlProfiler: show empty trace
Christiaan Janssen
2012-05-11
5
-14
/
+32
*
Device support: Streamline device saving.
Christian Kandeler
2012-05-11
2
-5
/
+8
*
Qt4PM: Fix crash when updating actions
Tobias Hunger
2012-05-11
1
-1
/
+1
*
QmlInspector: Make sure children list is always displayed on expansion
Kai Koehne
2012-05-11
1
-0
/
+7
*
Make it possible to Show/Hide the sidebar in help mode.
kh1
2012-05-11
4
-4
/
+32
*
editormanager: simplify use of interface
hjk
2012-05-11
83
-283
/
+215
*
Merge remote-tracking branch 'origin/2.5'
Eike Ziller
2012-05-11
1
-0
/
+4
|
\
|
*
Let the desktop system handle mailto links.
kh1
2012-05-10
1
-0
/
+4
*
|
Qt4PM: Make enabling/disabling of subproject actions consistent
Orgad Shaneh
2012-05-11
2
-54
/
+32
*
|
Prepare Qt Creator to have a flexible settings-path.
tjenssen
2012-05-11
1
-3
/
+2
*
|
Show editor display names in "Open With" dialog instead of their Id's.
Konstantin Tokarev
2012-05-10
3
-7
/
+9
*
|
QmlAdapter: Don't translate status messages
Kai Koehne
2012-05-10
1
-5
/
+6
*
|
QmlAdapter: Move isConnected() to private
Kai Koehne
2012-05-10
2
-7
/
+6
*
|
QmlAdapter: Remove unused method
Kai Koehne
2012-05-10
2
-20
/
+0
*
|
QmlProfiler: adapt binding location at call to gotoLine
Christiaan Janssen
2012-05-10
1
-1
/
+3
*
|
QmlProfiler: use project file finder in detailsRewriter
Christiaan Janssen
2012-05-10
4
-23
/
+53
[next]