OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlJS: Enable file name completion in imports.
Christian Kamm [Fri, 12 Nov 2010 11:48:22 +0000 (12:48 +0100)]
QmlJS: Enable file name completion in imports.

Task-number: QTCREATORBUG-3067
Reviewed-by: Roberto Raggi
13 years agoQmlJS: Detect whether cursor is in an import.
Christian Kamm [Fri, 12 Nov 2010 10:57:44 +0000 (11:57 +0100)]
QmlJS: Detect whether cursor is in an import.

Reviewed-by: Roberto Raggi
13 years agoDon't show GLSL or QML tools menus while they don't offer anything
con [Fri, 12 Nov 2010 12:45:54 +0000 (13:45 +0100)]
Don't show GLSL or QML tools menus while they don't offer anything

13 years agoFix updating of menus with EA_Hide.
con [Fri, 12 Nov 2010 12:45:13 +0000 (13:45 +0100)]
Fix updating of menus with EA_Hide.

13 years agoParse GLSL code.
Roberto Raggi [Fri, 12 Nov 2010 11:44:55 +0000 (12:44 +0100)]
Parse GLSL code.

13 years agoFix generation of Info.plist on Mac.
con [Fri, 12 Nov 2010 11:28:50 +0000 (12:28 +0100)]
Fix generation of Info.plist on Mac.

Since the move to Info.plist.in, Mac builds were missing their
Info.plist, because the combination of QMAKE_INFO_PLIST and
QMAKE_SUBSTITUTES doesn't play well.
Moving to use QMAKE_SUBSTITUTES exclusively.

13 years agoAdd "New Subproject..." context menu action in project explorer
Jarek Kobus [Fri, 12 Nov 2010 11:07:52 +0000 (12:07 +0100)]
Add "New Subproject..." context menu action in project explorer

Reviewed-by: dt <qtc-committer@nokia.com>
13 years agoQmlJS: Add missing null check for completion in string literals.
Christian Kamm [Fri, 12 Nov 2010 10:12:34 +0000 (11:12 +0100)]
QmlJS: Add missing null check for completion in string literals.

13 years agoQmlJS: Don't autoinsert ' in string literals.
Christian Kamm [Fri, 12 Nov 2010 10:05:10 +0000 (11:05 +0100)]
QmlJS: Don't autoinsert ' in string literals.

Task-number: QTCREATORBUG-2155
Reviewed-by: Roberto Raggi
13 years agoQmlJS: Complete '{' instad of ':' at the end of 'A on b' bindings.
Christian Kamm [Fri, 12 Nov 2010 09:09:43 +0000 (10:09 +0100)]
QmlJS: Complete '{' instad of ':' at the end of 'A on b' bindings.

Task-number: QTCREATORBUG-2642
Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Local-file completion for url properties.
Christian Kamm [Thu, 11 Nov 2010 15:08:32 +0000 (16:08 +0100)]
QmlJS: Local-file completion for url properties.

Task-number: QTCREATORBUG-2619
Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Add a UrlValue.
Christian Kamm [Thu, 11 Nov 2010 15:04:55 +0000 (16:04 +0100)]
QmlJS: Add a UrlValue.

This will allow distinguishing mere strings from urls and allow
different completion.

Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Determine whether cursor is inside a string literal.
Christian Kamm [Thu, 11 Nov 2010 13:22:30 +0000 (14:22 +0100)]
QmlJS: Determine whether cursor is inside a string literal.

Reviewed-by: Erik Verbruggen
13 years agoBuild AST nodes from within the parser.
Rhys Weatherley [Fri, 12 Nov 2010 00:23:46 +0000 (10:23 +1000)]
Build AST nodes from within the parser.

13 years agoMaking GLSL AST nodes while preserving lineno info
Rhys Weatherley [Thu, 11 Nov 2010 23:53:08 +0000 (09:53 +1000)]
Making GLSL AST nodes while preserving lineno info

Eventually we will need some way to locate an identifier's
definition, so add "lineno" to each AST node.  May want to
change this to "position" later.  The makeAstNode<T>() function
takes care of automatically decorating nodes with line numbers.

13 years agoConvert GLSL AST nodes into managed types
Rhys Weatherley [Thu, 11 Nov 2010 23:05:48 +0000 (09:05 +1000)]
Convert GLSL AST nodes into managed types

13 years agodon't save target path and working directory
Oswald Buddenhagen [Thu, 11 Nov 2010 19:30:52 +0000 (20:30 +0100)]
don't save target path and working directory

they are initialized from the build configuration upon construction

13 years agoless code duplicattion
Oswald Buddenhagen [Tue, 9 Nov 2010 10:55:04 +0000 (11:55 +0100)]
less code duplicattion

13 years agoAdded more build products to ignore.
Erik Verbruggen [Thu, 11 Nov 2010 15:25:52 +0000 (16:25 +0100)]
Added more build products to ignore.

13 years agoHandle parenthesized expressions.
Roberto Raggi [Thu, 11 Nov 2010 14:43:16 +0000 (15:43 +0100)]
Handle parenthesized expressions.

13 years agoAdded missing files
Roberto Raggi [Thu, 11 Nov 2010 14:26:08 +0000 (15:26 +0100)]
Added missing files

13 years agoCreate AST nodes for multiplicative expressions.
Roberto Raggi [Thu, 11 Nov 2010 14:25:19 +0000 (15:25 +0100)]
Create AST nodes for multiplicative expressions.

13 years agoThere's nothing to do for the chain rules.
Roberto Raggi [Thu, 11 Nov 2010 14:21:27 +0000 (15:21 +0100)]
There's nothing to do for the chain rules.

13 years agoCount the number of toplevel declarations.
Roberto Raggi [Thu, 11 Nov 2010 14:11:24 +0000 (15:11 +0100)]
Count the number of toplevel declarations.

13 years agoIntroduced a simple memory pool.
Roberto Raggi [Thu, 11 Nov 2010 14:05:42 +0000 (15:05 +0100)]
Introduced a simple memory pool.

13 years agoUse only interned (unique) strings.
Roberto Raggi [Thu, 11 Nov 2010 13:28:05 +0000 (14:28 +0100)]
Use only interned (unique) strings.

13 years agoFix compile on windows.
Christian Kamm [Thu, 11 Nov 2010 13:21:04 +0000 (14:21 +0100)]
Fix compile on windows.

13 years agoFix ui language for custom wizards.
con [Thu, 11 Nov 2010 11:53:02 +0000 (12:53 +0100)]
Fix ui language for custom wizards.

Introduces a ICore::userInterfaceLanguage method, which centralizes the
previous qApp property hack for help and designer integration.

Reviewed-by: Friedemann Kleint
13 years agoHelpPlugin: Compile fix for msvc2010
Kai Koehne [Thu, 11 Nov 2010 12:07:57 +0000 (13:07 +0100)]
HelpPlugin: Compile fix for msvc2010

Make sure that help/helpmanager.h is before coreplugin/helpmanager.h
in the INCLUDEPATH.

13 years agoDebugging/RemoteGdbAdapter: Add code to facilitate re-running.
Christian Kandeler [Thu, 11 Nov 2010 11:31:32 +0000 (12:31 +0100)]
Debugging/RemoteGdbAdapter: Add code to facilitate re-running.

13 years agoQt4Project: Notify the QmlJS code model even without QML files.
Christian Kamm [Wed, 10 Nov 2010 14:11:17 +0000 (15:11 +0100)]
Qt4Project: Notify the QmlJS code model even without QML files.

Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Move plugin dumping code and redump on file change.
Christian Kamm [Wed, 10 Nov 2010 14:07:53 +0000 (15:07 +0100)]
QmlJS: Move plugin dumping code and redump on file change.

Task-number: QTCREATORBUG-3047
Reviewed-by: Erik Verbruggen
13 years agoGet rid of glsl.g.in and start working on the semantic actions.
Roberto Raggi [Thu, 11 Nov 2010 11:01:37 +0000 (12:01 +0100)]
Get rid of glsl.g.in and start working on the semantic actions.

13 years agoRetain id when creating a component from an object.
Erik Verbruggen [Thu, 11 Nov 2010 11:09:15 +0000 (12:09 +0100)]
Retain id when creating a component from an object.

Task-number: QTCREATORBUG-2666
Reviewed-by: Christian Kamm
13 years agoMaemo: Don't hold a reference to a run config in a run control.
Christian Kandeler [Thu, 11 Nov 2010 11:08:13 +0000 (12:08 +0100)]
Maemo: Don't hold a reference to a run config in a run control.

Save all relevant information at run control creation time, so we can
re-run even without a project.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698

13 years agoTest: Extend QmlJS code model test.
Thomas Hartmann [Thu, 11 Nov 2010 10:27:56 +0000 (11:27 +0100)]
Test: Extend QmlJS code model test.

13 years agoQmlObjectValue: bugifx for QmlObjectValue::propertyType()
Thomas Hartmann [Wed, 10 Nov 2010 15:38:41 +0000 (16:38 +0100)]
QmlObjectValue: bugifx for QmlObjectValue::propertyType()

We have to follow the prototype chain

Reviewed-by: Christian Kamm
13 years agoQmlJS: Resolve property types within package.
Thomas Hartmann [Thu, 11 Nov 2010 10:11:48 +0000 (11:11 +0100)]
QmlJS: Resolve property types within package.

Reviewed-by: Christian Kamm
13 years agoQmlObjectValue: Add convenience functionality.
Christian Kamm [Thu, 11 Nov 2010 09:46:19 +0000 (10:46 +0100)]
QmlObjectValue: Add convenience functionality.

Added
hasLocalProperty()
hasProperty()
keysForEnum()

Reviewed-by: Christian Kamm
13 years agoQmlJS: Adding IntValue and RealValue
Thomas Hartmann [Wed, 10 Nov 2010 15:31:20 +0000 (16:31 +0100)]
QmlJS: Adding IntValue and RealValue

This allows to distinguish between int an real numbers

Reviewed-by: Christian Kamm
13 years agoGetting the QmlJsModelManager working stand alone
Thomas Hartmann [Wed, 10 Nov 2010 15:21:05 +0000 (16:21 +0100)]
Getting the QmlJsModelManager working stand alone

Getting the QmlJsModelManager working stand alone
for auto testing

Reviewed-by: Christian Kamm
13 years agoQmlJSEditor: update of qml-builtin-types.xml
Thomas Hartmann [Wed, 10 Nov 2010 15:10:18 +0000 (16:10 +0100)]
QmlJSEditor: update of qml-builtin-types.xml

13 years agoQmlJS: Dump isWritable and isPointer for types.
Thomas Hartmann [Thu, 11 Nov 2010 09:29:32 +0000 (10:29 +0100)]
QmlJS: Dump isWritable and isPointer for types.

Reviewed-by: Christian Kamm
13 years agoQmlJS: Fixing type hierarchy for holes (non exported types)
Thomas Hartmann [Tue, 19 Oct 2010 14:15:32 +0000 (16:15 +0200)]
QmlJS: Fixing type hierarchy for holes (non exported types)

Done-with: Christian Kamm

13 years agoAdd simple stub non-functional autotest.
Christian Kamm [Thu, 14 Oct 2010 12:27:00 +0000 (14:27 +0200)]
Add simple stub non-functional autotest.

Done-with: Thomas Hartmann

13 years agoMove shared code to a new QmlJSTools plugin.
Christian Kamm [Thu, 11 Nov 2010 09:05:05 +0000 (10:05 +0100)]
Move shared code to a new QmlJSTools plugin.

Reviewed-by: Thomas Hartmann
13 years agoChanged license template reading to use the global default encoding.
Erik Verbruggen [Thu, 11 Nov 2010 10:00:40 +0000 (11:00 +0100)]
Changed license template reading to use the global default encoding.

Task-number: QTCREATORBUG-3039

Reviewed-by: con
13 years agoRemoved left-over from merge request: duplicate file encoding combo.
Erik Verbruggen [Thu, 11 Nov 2010 09:46:08 +0000 (10:46 +0100)]
Removed left-over from merge request: duplicate file encoding combo.

13 years agoMake git ignore the new generated build files
con [Wed, 10 Nov 2010 16:54:43 +0000 (17:54 +0100)]
Make git ignore the new generated build files

13 years agoAST nodes for GLSL parser
Rhys Weatherley [Thu, 11 Nov 2010 01:29:29 +0000 (11:29 +1000)]
AST nodes for GLSL parser

13 years agoMerge remote branch 'origin/2.1'
dt [Wed, 10 Nov 2010 16:00:07 +0000 (17:00 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
share/qtcreator/static.pro
src/plugins/cppeditor/cppeditor.cpp
src/plugins/qmljseditor/qmljseditor.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeployablelistmodel.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui
src/plugins/qt4projectmanager/qtoutputformatter.cpp
src/plugins/texteditor/generichighlighter/highlightersettings.cpp

13 years agoRevert "QmlApp template: Use new 4.7.1 API to enable qml debugging"
dt [Wed, 10 Nov 2010 15:56:39 +0000 (16:56 +0100)]
Revert "QmlApp template: Use new 4.7.1 API to enable qml debugging"

This reverts commit 424fcf8c040d0bbe36c1c3d75612d8805a76a770.

13 years agoInclude stdio and regenerated the parser.
Roberto Raggi [Wed, 10 Nov 2010 15:30:35 +0000 (16:30 +0100)]
Include stdio and regenerated the parser.

13 years agoCompile.
Roberto Raggi [Wed, 10 Nov 2010 15:20:37 +0000 (16:20 +0100)]
Compile.

13 years agoPlain text editor: Make sure user setting about folding markers is used
Leandro Melo [Wed, 10 Nov 2010 14:09:18 +0000 (15:09 +0100)]
Plain text editor: Make sure user setting about folding markers is used

It was being reset based on the highlighter definitions.

Consider some refactoring with the related options as well to avoid
overriding user's settings.

Done-with: Thorbjorn Lindeijer

13 years agoIntroduced a simple incremental lexer for GLSL.
Roberto Raggi [Wed, 10 Nov 2010 14:44:59 +0000 (15:44 +0100)]
Introduced a simple incremental lexer for GLSL.

13 years agoInitial import of the GLSL editor plug-in.
Roberto Raggi [Wed, 10 Nov 2010 13:01:09 +0000 (14:01 +0100)]
Initial import of the GLSL editor plug-in.

13 years agoImported our new GLSL front-end.
Roberto Raggi [Wed, 10 Nov 2010 11:32:34 +0000 (12:32 +0100)]
Imported our new GLSL front-end.

13 years agodebugger: remove some dead code
hjk [Wed, 10 Nov 2010 13:30:19 +0000 (14:30 +0100)]
debugger: remove some dead code

13 years agodebugger: fix/clarify intention of the EngineSetupFailed state.
hjk [Wed, 10 Nov 2010 11:53:33 +0000 (12:53 +0100)]
debugger: fix/clarify intention of the EngineSetupFailed state.

13 years agoExtend camel-case cursor movement
mae [Wed, 10 Nov 2010 11:53:45 +0000 (12:53 +0100)]
Extend camel-case cursor movement

We now have different actions to bind to (saves us an explicit option).
Small fixes to state machines.

Done-with: Erik Verbruggen

13 years agoSupport pkg-config in AddLibraryWizard
Jarek Kobus [Wed, 10 Nov 2010 11:50:02 +0000 (12:50 +0100)]
Support pkg-config in AddLibraryWizard

Reviewed-by: dt <qtc-committer@nokia.com>
Task-number: QTCREATORBUG-2378

13 years agodebugger: remove recently introduced endless loop in resetLocation()
hjk [Wed, 10 Nov 2010 11:38:29 +0000 (12:38 +0100)]
debugger: remove recently introduced endless loop in resetLocation()

13 years agoDebugger: Compile Windows.
Friedemann Kleint [Wed, 10 Nov 2010 11:30:02 +0000 (12:30 +0100)]
Debugger: Compile Windows.

13 years agoQmlDesigner.itemLibrary: use pixelSize instead of pointSize as default.
Thomas Hartmann [Wed, 10 Nov 2010 10:39:58 +0000 (11:39 +0100)]
QmlDesigner.itemLibrary: use pixelSize instead of pointSize as default.

Since all units in qml are usually pixels and mobile devices
usually have much higher dpi than desktop screens, specifing font sizes
in points is usually not what a user wants to do.

Reviewed-by: Kai Koehne
13 years agoQuickToolBar: refine gradient editing
Thomas Hartmann [Wed, 10 Nov 2010 10:34:26 +0000 (11:34 +0100)]
QuickToolBar: refine gradient editing

This patch solves minor usablity issues
in the gradient editing.

Reviewed-by: Lasse Holmstedt
13 years agoExtend camel-case cursor movement
mae [Wed, 10 Nov 2010 11:26:18 +0000 (12:26 +0100)]
Extend camel-case cursor movement

Fix small issue with forward movement, and overwrite deleting to start
or end of word (normally Ctrl+Delete and Ctrl+Backspace)

Reviewed-by: Erik Verbruggen
13 years agodebugger: remove declaration of unneeded DebuggerCore::instance() method
hjk [Wed, 10 Nov 2010 11:23:40 +0000 (12:23 +0100)]
debugger: remove declaration of unneeded DebuggerCore::instance() method

13 years agodebugger: the slots are not needed in the debugger core interface
hjk [Wed, 10 Nov 2010 11:13:42 +0000 (12:13 +0100)]
debugger: the slots are not needed in the debugger core interface

13 years agodebugger: add debuggercore.h
hjk [Wed, 10 Nov 2010 11:11:11 +0000 (12:11 +0100)]
debugger: add debuggercore.h

13 years agodebugger: refactoring of the plugin interface
hjk [Wed, 10 Nov 2010 10:39:01 +0000 (11:39 +0100)]
debugger: refactoring of the plugin interface

There's  some 'external' and some 'internal' part now. Other plugins
are only supposed the external interface.

13 years agoMaemo: Don't try to re-run run control when run configuration is gone.
Christian Kandeler [Wed, 10 Nov 2010 10:15:19 +0000 (11:15 +0100)]
Maemo: Don't try to re-run run control when run configuration is gone.

Quick fix for 2.1.
Proper fix is to copy all relevant information at run control creation time.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698
Reviewed-by: dt
13 years agoQmlJS: Highlighter now marks capitalized identifiers as types.
Christian Kamm [Wed, 10 Nov 2010 10:06:59 +0000 (11:06 +0100)]
QmlJS: Highlighter now marks capitalized identifiers as types.

Task-number: QTCREATORBUG-2658
Reviewed-by: Roberto Raggi
13 years agoQmlJS: Fix incorrect completion inside 'Item\n{ ... }'.
Christian Kamm [Wed, 10 Nov 2010 09:34:47 +0000 (10:34 +0100)]
QmlJS: Fix incorrect completion inside 'Item\n{ ... }'.

The newline made the linizer add an automatic semicolon after Item,
causing the completion context finder to not recognize it as an object
definition.

Task-number: QTCREATORBUG-2658
Reviewed-by: Roberto Raggi
13 years agoSupport camel-case for word-wise movement
mae [Tue, 9 Nov 2010 14:19:14 +0000 (15:19 +0100)]
Support camel-case for word-wise movement

This was DevDay's 3rd most requested feature

Done-with: Erik Verbruggen

13 years agomake compile
Bill King [Wed, 10 Nov 2010 01:11:07 +0000 (11:11 +1000)]
make compile

13 years agocorrect accidentally commited qDebug
Arvid Ephraim Picciani [Tue, 9 Nov 2010 17:11:28 +0000 (18:11 +0100)]
correct accidentally commited qDebug

Alright, move on, nothing to see here. *whistle*

13 years agolldb: use Icore::resourcePath() to find lldb
Arvid Ephraim Picciani [Tue, 9 Nov 2010 17:05:52 +0000 (18:05 +0100)]
lldb: use Icore::resourcePath() to find lldb

13 years agoActually run breakpoint insertion
Arvid Ephraim Picciani [Tue, 9 Nov 2010 14:00:07 +0000 (15:00 +0100)]
Actually run breakpoint insertion

13 years agoQmlDesigner: fix memory leak
Thomas Hartmann [Tue, 9 Nov 2010 15:44:48 +0000 (16:44 +0100)]
QmlDesigner: fix memory leak

Reviewed-by: Kai Koehne
13 years agoGeneric highlighter: Add Creator's share folder in the fallback definitions search.
Leandro Melo [Tue, 9 Nov 2010 15:01:58 +0000 (16:01 +0100)]
Generic highlighter: Add Creator's share folder in the fallback definitions search.

This leaves the code prepared if we decide to ship some of the Kate XMLs (still
a pending decision). In this case the installer needs to be "notified" and the
Kate files put in the repo.

An addition check for actual XML files in the searched directories is also added.

Reviewed-by: con
Reviewed-by: Thorbjorn Lindeijer
13 years agoQmlDump: Don't try to build if it can't succeed.
Christian Kamm [Tue, 9 Nov 2010 14:07:04 +0000 (15:07 +0100)]
QmlDump: Don't try to build if it can't succeed.

Fixes trying to build qmldump for device Qt versions and removes the
follow-up warning about it not being possible.

Task-number: QTCREATORBUG-3046
Reviewed-by: Lasse Holmstedt
Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix code model update when project filelist changes.
Christian Kamm [Tue, 9 Nov 2010 13:29:43 +0000 (14:29 +0100)]
QmlJS: Fix code model update when project filelist changes.

Task-number: QTCREATORBUG-2986
Reviewed-by: Roberto Raggi
13 years agoExperimental lldb engine host
Arvid Ephraim Picciani [Fri, 8 Oct 2010 10:14:51 +0000 (12:14 +0200)]
Experimental lldb engine host

13 years agoDebugger: Clean up shared pri.
Friedemann Kleint [Tue, 9 Nov 2010 11:56:26 +0000 (12:56 +0100)]
Debugger: Clean up shared pri.

13 years agoUpdate Polish translations
Jarek Kobus [Tue, 9 Nov 2010 11:51:46 +0000 (12:51 +0100)]
Update Polish translations

13 years agodebugger: move the breakpoint hash to the private structure
hjk [Tue, 9 Nov 2010 11:50:46 +0000 (12:50 +0100)]
debugger: move the breakpoint hash to the private structure

13 years agoDebugger: Move cdbsymbolpathlisteditor to shared for new CDB engine.
Friedemann Kleint [Tue, 9 Nov 2010 11:40:36 +0000 (12:40 +0100)]
Debugger: Move cdbsymbolpathlisteditor to shared for new CDB engine.

13 years agoQmlObserver: Fix compilation if no private headers are installed
Kai Koehne [Tue, 9 Nov 2010 11:32:33 +0000 (12:32 +0100)]
QmlObserver: Fix compilation if no private headers are installed

Use the copy of the qdeclarativedebughelper_p.h that we have in
qtcreator instead.

Reviewed-by: Christiaan Janssen
13 years agoAsynchronous breakpoint handling
Arvid Ephraim Picciani [Mon, 8 Nov 2010 17:55:32 +0000 (18:55 +0100)]
Asynchronous breakpoint handling

13 years agodebugger: code cosmetics
hjk [Tue, 9 Nov 2010 09:23:10 +0000 (10:23 +0100)]
debugger: code cosmetics

13 years agoDebugger: Pop up log window in case error is logged.
Friedemann Kleint [Tue, 9 Nov 2010 10:58:22 +0000 (11:58 +0100)]
Debugger: Pop up log window in case error is logged.

Regression from 2.0.1

Rubber-stamped-by: hjk
Acked-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
13 years agoEditors: Continue refactoring indenters out of the editors.
Leandro Melo [Tue, 9 Nov 2010 09:36:02 +0000 (10:36 +0100)]
Editors: Continue refactoring indenters out of the editors.

This is pretty much a complement of commit 3a684586fabf103b8e09cef31a18ffae1fd9f0c7,
which is an attempt to make editors and indenters a bit more decoupled.

Reviewed-by: Thorbjorn Lindeijer
13 years agoEditors: Refactor auto-complete code out of the editors for better reusability.
Leandro Melo [Mon, 8 Nov 2010 15:11:26 +0000 (16:11 +0100)]
Editors: Refactor auto-complete code out of the editors for better reusability.

Reviewed-by: Thorbjorn Lindeijer
13 years agoValue for "silent installation" for SymbianOS is random - bug fixed
Pawel Polanski [Mon, 8 Nov 2010 13:35:32 +0000 (14:35 +0100)]
Value for "silent installation" for SymbianOS is random - bug fixed

Task-number: QTCREATORBUG-3016

13 years agomake compile against 4.7 mainline
Bill King [Tue, 9 Nov 2010 04:53:21 +0000 (14:53 +1000)]
make compile against 4.7 mainline

13 years agoMaemo: Fix SFTP channel leak.
Christian Kandeler [Mon, 8 Nov 2010 17:14:09 +0000 (18:14 +0100)]
Maemo: Fix SFTP channel leak.

Reviewed-by: dt
13 years agodebugger: introduce enum for breakpoint states
hjk [Mon, 8 Nov 2010 17:00:57 +0000 (18:00 +0100)]
debugger: introduce enum for breakpoint states

13 years agodebugger: rename 'stop/quit' to exitDebugger
hjk [Mon, 8 Nov 2010 16:43:31 +0000 (17:43 +0100)]
debugger: rename 'stop/quit' to exitDebugger

13 years agodebugger: simplify remoteCommand logic
hjk [Mon, 8 Nov 2010 15:29:00 +0000 (16:29 +0100)]
debugger: simplify remoteCommand logic