- Oct 11, 2010
-
-
con authored
Task-number: QTCREATORBUG-65
-
con authored
Also some const correctness.
-
con authored
Moving the logic out of BaseTextDocument for use at other places.
-
Christian Kamm authored
Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdoc doc/qtcreator.qdocconf share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/classview/ClassView.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/debugger/breakhandler.cpp 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/imageviewer/ImageViewer.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/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmljsinspector/QmlJSInspector.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/tasklist/TaskList.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp tests/manual/fakevim/fakevim.pro tests/manual/ssh/errorhandling/main.cpp
-
kh1 authored
Task-number: QTCREATORBUG-2694 Reviewed-by: ck
-
Friedemann Kleint authored
setError() on them instead (should there be any from a session mixup). Give the session engine watcher capabilities and ensure 'Remove watch item' is enabled for the session engine by checking the debugger state. Reviewed-by: hjk
-
hjk authored
Reviewed-by: Friedemann Kleint
-
hjk authored
Reviewed-by: Kornelia Poenitz
-
hjk authored
There was not updated cached state within the marker object. Reviewed-by: Friedemann Kleint Task: QTCREATORBUG-2544
-
hjk authored
Reviewed-by: Kornelia Poenitz
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
- Oct 08, 2010
-
-
Christian Kandeler authored
Reviewed-by: hjk
-
hjk authored
It hurts me. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-808
-
Tim Jenssen authored
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Update screen shots Reviewed-by: Friedemann Kleint
-
Leena Miettinen authored
Use the new mobile project wizard to create the application. Update example files and screen shots. Reviewed-by: ckamm Reviewed-by: Niels Weber
-
Leena Miettinen authored
Reviewed-by: Kai Koehne
-
Leena Miettinen authored
Reviewed-by: Alessandro Portale
-
Leena Miettinen authored
Reviewed-by: Erik Verbruggen
-
Leena Miettinen authored
Reviewed-by: Leandro T. C. Melo
-
Leena Miettinen authored
Reviewed-by: Erik Verbruggen
-
Kai Koehne authored
It only works together with qmlobserver. Making it disabled for .pro file based projects would require some infrastructure. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Separate QmlObserver button + submodes from the general Preview & Reload functionality. Task-number: QTCREATORBUG-2163 Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
The Outline is only updated (with a delay) if the current text is syntactically valid. Prevent the outline from changing the text underneath via drag&drop if the outline model is 'behind'. Reviewed-by: Christian Kamm
-
Kai Koehne authored
Make sure that the 'artifical' URL of the item created actually is absolute (starts with a file:///). Otherwise an Assert will be hit when the imports include e.g. a .js file, and the Engine tries to load it. Task-number: QTCREATORBUG-2644 Reviewed-by: Olivier Goffart
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
The specified images in the resources weren't part of the qmlobserver, and therefore 'tinting' then resulted in QPainter errors. Task-number: QTCREATORBUG-2562 Reviewed-by: Lasse Holmstedt
-
Kai Koehne authored
Don't try to disconnect from the proxy if you haven't been connected before, e.g. because the QmlJSObserverService is missing. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
We disabled it because it should be considered experimental ... but this creates problems with the debugger setup (Observer pane doesn't show up even if the plugin is activated). Carsten Owerfeldt agreed with this.
-
Tobias Hunger authored
Fix ignoring temporary files when saving a session. This could crash when opening a session and saving it again if not all open editors were actually shown to the user.
-
Christian Kandeler authored
An added or removed deployment setting for an executable can change whether it's runnable or not. Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
We currently use buildDir in one place and workingDir in another, which breaks projects that have DESTDIR set. Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
... so disable the respective widgets if the active build configuration has a Fremantle toolchain. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Otherwise, we clutter the output window with potentially confusing messages. Reviewed-by: kh1
-
Thomas Hartmann authored
The Quick ToolBar now also gets enabled by hovering on an item defintion. It is shown 1 second after the tooltip. Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
The document path is now taken into account when opening a document. Also we use released() instead of pressed() Task-number: QTCREATORBUG-2621 Reviewed-by: Kai Koehne
-