- 27 Jul, 2010 5 commits
-
-
Erik Verbruggen authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Erik Verbruggen authored
-
Pawel Polanski authored
-
- 26 Jul, 2010 16 commits
-
-
dt authored
We create a .sis package per leaf project now, deploy all of them and start the executable for the runconfiguration that was selected. This does not cover all use cases, but works for development.
-
Joerg Bornemann authored
compiles now on Windows! :) Reviewed-by: dt
-
ck authored
Also get rid of unneeded state. Reviewed-by: kh1
-
Joerg Bornemann authored
-
ck authored
Disabled on Windows for now due to utfs-server not working there. Reviewed-by: kh1
-
kh1 authored
-
Pawel Polanski authored
-
con authored
For some items with Symbols Search this will now both expand and jump to the result.
-
Pawel Polanski authored
Silent installation added to Sumbian's Run Configuration UI Reviewed-by: Tobias Hunger
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Olivier Goffart authored
QmlJsDelta: Fix the fact that sometimes, when inserting items, the new item could match the next item
-
con authored
Conflicts: src/plugins/debugger/cdb/cdbdebugengine.cpp src/plugins/debugger/cdb/cdbdumperhelper.cpp src/plugins/debugger/gdb/gdbengine.cpp
-
con authored
Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/mercurial/Mercurial.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmldesigner/QmlDesigner.pluginspec src/plugins/qmlinspector/QmlInspector.pluginspec src/plugins/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec
-
con authored
Conflicts: src/plugins/qmldesigner/settingspage.ui src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
-
con authored
It had old, interfering logic of its own. Reviewed-by: Tobias Hunger
-
- 23 Jul, 2010 19 commits
-
-
Olivier Goffart authored
-
ck authored
Untested & unused.
-
hjk authored
-
hjk authored
-
kh1 authored
Reviewed-by: con
-
kh1 authored
Task-number: QTCREATORBUG-1473
-
kh1 authored
-
kh1 authored
-
con authored
Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
-
con authored
-
hjk authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Joerg Bornemann authored
Fast dumper init is now on by default. Reviewed-by: Robert Loehning
-
Pawel Polanski authored
Creator crashes while Carbide has ownership over serial connection and Creator wants to use it as well Reviewed-by: Tobias Hunger
-
Olivier Goffart authored
When a break point is hit, switch to the C++ debugger ui that contains all the good widget for debugging. This is a temporary fix, later the different engine should be able to enable/disable part of the debugger ui as they whish
-
ck authored
Not used yet. Reviewed-by: kh1
-
Joerg Bornemann authored
The symbols in gdbhelpers.dll are never namespaced. Thus we don't have to resolve the symbols - we already know their names. The resolution took 5 seconds per symbol on my machine.
-
Olivier Goffart authored
-