OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agodebugger: fix some breakpoint state transitions in gdb engine
hjk [Thu, 18 Nov 2010 15:16:23 +0000 (16:16 +0100)]
debugger: fix some breakpoint state transitions in gdb engine

13 years agodebugger: stream line acknowledgement of breakpoint property changes
hjk [Thu, 18 Nov 2010 15:07:42 +0000 (16:07 +0100)]
debugger: stream line acknowledgement of breakpoint property changes

13 years agoDebugger[new CDB]: Handle command line arguments correctly.
Friedemann Kleint [Thu, 18 Nov 2010 15:06:02 +0000 (16:06 +0100)]
Debugger[new CDB]: Handle command line arguments correctly.

13 years agodebugger: robustify file name reading on Mac
hjk [Thu, 18 Nov 2010 15:00:56 +0000 (16:00 +0100)]
debugger: robustify file name reading on Mac

13 years agoSpecify the used charset, fixes e.g. polish translation.
kh1 [Thu, 18 Nov 2010 14:58:55 +0000 (15:58 +0100)]
Specify the used charset, fixes e.g. polish translation.

13 years agodebugger: fix markers for breakpoints in constructors
hjk [Thu, 18 Nov 2010 14:47:50 +0000 (15:47 +0100)]
debugger: fix markers for breakpoints in constructors

13 years agodebugger: better synchronize icon selection for editor and view marker
hjk [Thu, 18 Nov 2010 13:57:00 +0000 (14:57 +0100)]
debugger: better synchronize icon selection for editor and view marker

13 years agoDebugger: CDB extension: Enable shadow-building.
Friedemann Kleint [Thu, 18 Nov 2010 14:47:07 +0000 (15:47 +0100)]
Debugger: CDB extension: Enable shadow-building.

13 years agoAvoid recursion and possibly endless recursion at removing file watches
con [Thu, 18 Nov 2010 14:46:15 +0000 (15:46 +0100)]
Avoid recursion and possibly endless recursion at removing file watches

Was introduced by the fix for QTCREATORBUG-965

Task-number: QTCREATORBUG-3116
Reviewed-by: dt
13 years agoDebugger: Fix broken display of containers with truncated item count.
Friedemann Kleint [Thu, 18 Nov 2010 14:40:07 +0000 (15:40 +0100)]
Debugger: Fix broken display of containers with truncated item count.

Introduce convention '<>10 items>' meaning <more than 10 items>.

Task-number: QTCREATORBUG-3132

13 years agoFixing the generation of examples.
Alessandro Portale [Thu, 18 Nov 2010 14:36:52 +0000 (15:36 +0100)]
Fixing the generation of examples.

13 years agoCPPEditor: fix corner cases for complete-switch-statement quick-fix.
Erik Verbruggen [Thu, 18 Nov 2010 13:32:42 +0000 (14:32 +0100)]
CPPEditor: fix corner cases for complete-switch-statement quick-fix.

The condition resolving now looks through typedefs and calls.

Task-number: QTCREATORBUG-2051
Reviewed-by: Christian Kamm
13 years agoDebugger: Add missing .def-file for CDB.exe extension.
Friedemann Kleint [Thu, 18 Nov 2010 12:57:15 +0000 (13:57 +0100)]
Debugger: Add missing .def-file for CDB.exe extension.

13 years agoDebugger: Add extension library to be loaded into CDB.exe
Friedemann Kleint [Thu, 18 Nov 2010 12:55:52 +0000 (13:55 +0100)]
Debugger: Add extension library to be loaded into CDB.exe

13 years agoDebugger: Add new CDB-engine.
Friedemann Kleint [Thu, 18 Nov 2010 12:51:15 +0000 (13:51 +0100)]
Debugger: Add new CDB-engine.

Rubber-stamped-by: hjk
13 years agoFix argument count for functions with void argument.
Francois Ferrand [Tue, 16 Nov 2010 11:58:30 +0000 (12:58 +0100)]
Fix argument count for functions with void argument.

This fixes highlighting calls to these functions.

Merge-request: 219
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
13 years agodebugger: don't replicate response.fileName as markerFileName etc.
hjk [Thu, 18 Nov 2010 12:38:58 +0000 (13:38 +0100)]
debugger: don't replicate response.fileName as markerFileName etc.

13 years agodebugger: first step to re-enable breakpoint location update.
hjk [Thu, 18 Nov 2010 11:30:56 +0000 (12:30 +0100)]
debugger: first step to re-enable breakpoint location update.

13 years agoDebugger/MSVC: Move MSVC-specific code around.
Friedemann Kleint [Thu, 18 Nov 2010 10:53:45 +0000 (11:53 +0100)]
Debugger/MSVC: Move MSVC-specific code around.

for new CDB engine.

13 years agoUse QString instead of std::string in GLSL parser
Rhys Weatherley [Thu, 18 Nov 2010 05:57:44 +0000 (15:57 +1000)]
Use QString instead of std::string in GLSL parser

13 years agoFix some bugs in GLSL AST generation in the parser
Rhys Weatherley [Thu, 18 Nov 2010 04:42:39 +0000 (14:42 +1000)]
Fix some bugs in GLSL AST generation in the parser

13 years agoGLSL AST nodes for function and struct decls
Rhys Weatherley [Thu, 18 Nov 2010 03:01:27 +0000 (13:01 +1000)]
GLSL AST nodes for function and struct decls

13 years agoMaemo: Remove "cd" call from package creation preparation.
Christian Kandeler [Wed, 17 Nov 2010 17:22:23 +0000 (18:22 +0100)]
Maemo: Remove "cd" call from package creation preparation.

At some point, we thought it was necessary, but apparently it's not.

Reviewed-by: kh1
13 years agosvn: annotate codec - bugfix
Roman Kovalev [Wed, 17 Nov 2010 16:20:22 +0000 (17:20 +0100)]
svn: annotate codec - bugfix

getCodec() needs to be called with an absolute file name.

As the changed decoding of the file contents will break the decoding of
svn's annotation prefixes (which are in system locale), force LC_ALL=C
to prevent an encoding mix in the first place.

Merge-request: 214
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoFix compilation for namespaced Qt.
Christian Kandeler [Wed, 17 Nov 2010 16:42:56 +0000 (17:42 +0100)]
Fix compilation for namespaced Qt.

Reviewed-by: Oswald Buddenhagen
13 years agoQt project file parsing: Take target options into account.
Christian Kandeler [Wed, 17 Nov 2010 16:22:11 +0000 (17:22 +0100)]
Qt project file parsing: Take target options into account.

Reviewed-by: Oswald Buddenhagen
Reviewed-by: kh1
Reviewed-by: dt
13 years agoDebugger: Introduce common messages to engine.
Friedemann Kleint [Wed, 17 Nov 2010 16:16:34 +0000 (17:16 +0100)]
Debugger: Introduce common messages to engine.

Try to achieve consistency in reporting stop messages for all
engines. Report by BreakpointId if available.

13 years agoDebugger: Move some Windows functionality around.
Friedemann Kleint [Wed, 17 Nov 2010 16:01:51 +0000 (17:01 +0100)]
Debugger: Move some Windows functionality around.

Preparing the introduction of the new CDB engine.

13 years agoQmlJS: Implement context help and tooltips for properties.
Christian Kamm [Wed, 17 Nov 2010 13:48:25 +0000 (14:48 +0100)]
QmlJS: Implement context help and tooltips for properties.

13 years agoQmlJS: Return owning object from lookupMember.
Christian Kamm [Wed, 17 Nov 2010 13:20:06 +0000 (14:20 +0100)]
QmlJS: Return owning object from lookupMember.

13 years agoprovide upgrade path for various user file changes
Oswald Buddenhagen [Tue, 19 Oct 2010 15:51:52 +0000 (17:51 +0200)]
provide upgrade path for various user file changes

- command argument quoting changes
- environment expansion changes
- substitution of ${SOURCE,BUILD}DIR with %{{source,build}Dir}
- VariableManger syntax change ${} => %{}

13 years agoreplace env variable injection with pervasive expando support
Oswald Buddenhagen [Fri, 12 Nov 2010 16:23:55 +0000 (17:23 +0100)]
replace env variable injection with pervasive expando support

do not inject SOURCEDIR and BUILDDIR into the environment of
build steps and run configurations any more.
instead, all custom executable paths, argument lists and working
directories now support the %{sourceDir} and %{buildDir} macros.
this approach is more elegant and more scalable.

13 years agooverhaul process argument handling
Oswald Buddenhagen [Tue, 19 Oct 2010 09:14:03 +0000 (11:14 +0200)]
overhaul process argument handling

get away from argument stringlists. instead, use native shell command
lines which support quoting/splitting, environment variable expansion
and redirections with well-understood semantics.

Task-number: QTCREATORBUG-542
Task-number: QTCREATORBUG-1564

13 years agoadd Utils::QtcProcess
Oswald Buddenhagen [Thu, 14 Oct 2010 16:05:43 +0000 (18:05 +0200)]
add Utils::QtcProcess

this is a wrapper around QProcess with these features:
- setEnvironment() takes a Utils::Environment instead of a QStringList
- instead of taking a stringlist with arguments, take a single shell
  command string which is fully compatible with the system's native
  shell (the bourne shell on unix and cmd.exe on windows) - with support
  for environment variable expansion, and subject to the shell's
  splitting and quoting rules. if the command is too complex (e.g.,
  contains redirections), it is transparently executed through a real
  shell.
- additionally, the class contains a set of helper functions for
  manipulating (constructing, splitting, etc.) shell command lines.
  in particular, it contains a shell-safe macro expander and the nested
  class ArgIterator which can be used for inspecting and manipulating a
  shell command line without going through the stringlist indirection
  (which is potentially lossy).

some of this is based on KDE code (KShell and KMacroExpander) which i
have written myself.

13 years agorefactor VariableManager
Oswald Buddenhagen [Mon, 8 Nov 2010 18:54:19 +0000 (19:54 +0100)]
refactor VariableManager

make it provide a macroExpander() instead of a resolve() function.
this detaches the actual variable management from the string
manipulation.

13 years agoadd generic macro expansion classes & functions to Utils
Oswald Buddenhagen [Mon, 8 Nov 2010 20:09:19 +0000 (21:09 +0100)]
add generic macro expansion classes & functions to Utils

AbstractMacroExpander (any macros), AbstractQtcMacroExpander (%{var}
style macros, which is a hybrid of printf format specifiers and unix
environment expansions) and expandMacros() for the actual string
manipulation.

13 years agochange variable manager expansion style from ${} to %{}
Oswald Buddenhagen [Wed, 3 Nov 2010 17:26:46 +0000 (18:26 +0100)]
change variable manager expansion style from ${} to %{}

this is less confusing, because it doesn't look like an environment
variable expansion under unix.
the syntax is a hybrid of printf format specifiers and braced unix
variable expansions.

13 years agochange Environment::expandVariables() semantics
Oswald Buddenhagen [Tue, 19 Oct 2010 09:10:58 +0000 (11:10 +0200)]
change Environment::expandVariables() semantics

instead of being os-agnostic, interpret the os-native expansion style,
so it is consistent with proper (shell) command lines.

don't interpret quotes, as this function is meant for expanding isolated
filepaths, where nobody would expect quoting. instead, use the windows
style of simply not doing an expansion if a referenced variable is not
found, which should be good enough - it's rather unlikely that something
which happens to be an expansion of an existing variable is actually not
meant to be one.

13 years agoFix compilation
Arvid Ephraim Picciani [Wed, 17 Nov 2010 11:09:30 +0000 (12:09 +0100)]
Fix compilation

13 years agoMaemo: Use current build environment for packaging.
Christian Kandeler [Wed, 17 Nov 2010 10:09:40 +0000 (11:09 +0100)]
Maemo: Use current build environment for packaging.

(Instead of the initial system environment.)

Reviewed-by: kh1
13 years agoDebugger: Compile CDB
Friedemann Kleint [Wed, 17 Nov 2010 07:28:35 +0000 (08:28 +0100)]
Debugger: Compile CDB

13 years agoVariable and parameter declarations for GLSL
Rhys Weatherley [Wed, 17 Nov 2010 04:46:11 +0000 (14:46 +1000)]
Variable and parameter declarations for GLSL

13 years agoAdd extra variant flags for GLSL keywords
Rhys Weatherley [Wed, 17 Nov 2010 00:53:32 +0000 (10:53 +1000)]
Add extra variant flags for GLSL keywords

13 years agoFixing the generation of Qt Quick examples
Alessandro Portale [Tue, 16 Nov 2010 19:57:22 +0000 (20:57 +0100)]
Fixing the generation of Qt Quick examples

13 years agoFiltering '-' out of generated projects
Alessandro Portale [Tue, 16 Nov 2010 19:56:01 +0000 (20:56 +0100)]
Filtering '-' out of generated projects

(In QtCreator the wizard would take care of that.)

13 years agodebugger: remove breakpoint notification indirection through the engine
hjk [Tue, 16 Nov 2010 17:20:52 +0000 (18:20 +0100)]
debugger: remove breakpoint notification indirection through the engine

13 years agodebugger: handle disabled breakpoints on debugger startup again
hjk [Tue, 16 Nov 2010 17:14:00 +0000 (18:14 +0100)]
debugger: handle disabled breakpoints on debugger startup again

13 years agodebugger: replace BreakpointPending state with a flag in BreakpointResponse
hjk [Tue, 16 Nov 2010 16:53:08 +0000 (17:53 +0100)]
debugger: replace BreakpointPending state with a flag in BreakpointResponse

To keep the breakpoint state machinery simple

13 years agodebugger: fix cut&paste error in breakpoint states
hjk [Tue, 16 Nov 2010 16:29:38 +0000 (17:29 +0100)]
debugger: fix cut&paste error in breakpoint states

13 years agoUpdating QML examples list for deployment on device.
Morten Engvoldsen [Tue, 16 Nov 2010 17:03:06 +0000 (18:03 +0100)]
Updating QML examples list for deployment on device.

13 years agodebugger: fix display of '"' chars
hjk [Tue, 16 Nov 2010 16:09:25 +0000 (17:09 +0100)]
debugger: fix display of '"' chars

Task-number: QTCREATORBUG-3084

13 years agodebugger: add a few permitted breakpoint state transitions
hjk [Tue, 16 Nov 2010 15:10:55 +0000 (16:10 +0100)]
debugger: add a few permitted breakpoint state transitions

13 years agodebugger: start tightening the breakpoint state machinery
hjk [Tue, 16 Nov 2010 12:52:21 +0000 (13:52 +0100)]
debugger: start tightening the breakpoint state machinery

13 years agodebugger: Added comment about unexpected behavior
Robert Loehning [Tue, 16 Nov 2010 15:26:29 +0000 (16:26 +0100)]
debugger: Added comment about unexpected behavior

13 years agoQmlDebugger: Fixing QmlCppEngine for failed setup due to timed out connection
Christiaan Janssen [Tue, 16 Nov 2010 15:17:16 +0000 (16:17 +0100)]
QmlDebugger:  Fixing QmlCppEngine for failed setup due to timed out connection

13 years agoCannot reset font size for help when shown in side pane.
kh1 [Tue, 16 Nov 2010 13:16:48 +0000 (14:16 +0100)]
Cannot reset font size for help when shown in side pane.

Task-number: QTCREATORBUG-2924
Reviewed-by: ck
13 years agoFix ambiguity with help manager by renaming the file to match class.
kh1 [Tue, 16 Nov 2010 13:15:23 +0000 (14:15 +0100)]
Fix ambiguity with help manager by renaming the file to match class.

Task-number: QTCREATORBUG-3090
Reviewed-by: ck
13 years agoQmlJS: Make follow symbol work with member properties.
Christian Kamm [Tue, 16 Nov 2010 13:39:54 +0000 (14:39 +0100)]
QmlJS: Make follow symbol work with member properties.

A full evaluate() call resolves the property and continues to the
underlying type. If we use Evaluate::reference() instead, we only the
first step is done and we can get at the source location if a
ASTPropertyReference is returned.

Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Add a filter for functions to the locator.
Christian Kamm [Tue, 16 Nov 2010 12:54:50 +0000 (13:54 +0100)]
QmlJS: Add a filter for functions to the locator.

Task-number: QTCREATORBUG-2607
Reviewed-by: Erik Verbruggen
13 years agoQmlJS: Also bind FunctionExpressions.
Christian Kamm [Tue, 16 Nov 2010 12:53:39 +0000 (13:53 +0100)]
QmlJS: Also bind FunctionExpressions.

Reviewed-by: Erik Verbruggen
13 years agoLocator: Use all matching filters, not just the highest priority one.
Christian Kamm [Tue, 16 Nov 2010 12:40:23 +0000 (13:40 +0100)]
Locator: Use all matching filters, not just the highest priority one.

Reviewed-by: con
13 years agodebugger: some simplification after engine objects are no more re-used
hjk [Tue, 16 Nov 2010 11:52:02 +0000 (12:52 +0100)]
debugger: some simplification after engine objects are no more re-used

13 years agodebugger: make the command timer a direct member of GdbEngine
hjk [Tue, 16 Nov 2010 11:42:57 +0000 (12:42 +0100)]
debugger: make the command timer a direct member of GdbEngine

13 years agodebugger: breakpoint code cosmetics
hjk [Tue, 16 Nov 2010 10:55:48 +0000 (11:55 +0100)]
debugger: breakpoint code cosmetics

13 years agoDebugger: Stop in case of gdb crash in InferiorStop.
Friedemann Kleint [Tue, 16 Nov 2010 11:38:50 +0000 (12:38 +0100)]
Debugger: Stop in case of gdb crash in InferiorStop.

Reviewed-by: hjk
Task-number: QTCREATORBUG-3099

13 years agoStupid editor adding tabs instead of spaces...
con [Tue, 16 Nov 2010 11:33:04 +0000 (12:33 +0100)]
Stupid editor adding tabs instead of spaces...

13 years agoFix tool buttons in details widget on Mac with raster engine.
con [Tue, 16 Nov 2010 11:30:50 +0000 (12:30 +0100)]
Fix tool buttons in details widget on Mac with raster engine.

Task-number: QTBUG-15170

13 years agoDebugger: Fix useFullPath in gdb.
Friedemann Kleint [Tue, 16 Nov 2010 11:17:00 +0000 (12:17 +0100)]
Debugger: Fix useFullPath in gdb.

13 years agodebugger: remove intermediate BreakpointData stucture layer
hjk [Tue, 16 Nov 2010 10:48:17 +0000 (11:48 +0100)]
debugger: remove intermediate BreakpointData stucture layer

13 years agoDebugger/BreakpointDialog: Show only data applicable to type.
Friedemann Kleint [Tue, 16 Nov 2010 10:42:20 +0000 (11:42 +0100)]
Debugger/BreakpointDialog: Show only data applicable to type.

Clear controls that are not applicable to type, but save
and restore their value once the type is again choosen.

13 years agodebugger: potentia;l cdb compile fix
hjk [Tue, 16 Nov 2010 10:12:05 +0000 (11:12 +0100)]
debugger: potentia;l cdb compile fix

13 years agodebugger: looks like the BreakpointData layer is going to be unneeded.
hjk [Tue, 16 Nov 2010 10:06:09 +0000 (11:06 +0100)]
debugger: looks like the BreakpointData layer is going to be unneeded.

13 years agodebugger: more breakpoint refactoring
hjk [Tue, 16 Nov 2010 09:50:11 +0000 (10:50 +0100)]
debugger: more breakpoint refactoring

13 years agodebugger: code cosmetics
hjk [Mon, 15 Nov 2010 18:07:47 +0000 (19:07 +0100)]
debugger: code cosmetics

13 years agodebugger: move marker filename and linenumber to BreakpointItem
hjk [Mon, 15 Nov 2010 18:05:31 +0000 (19:05 +0100)]
debugger: move marker filename and linenumber to BreakpointItem

13 years agoDebugger: Handle throw/catch/main as BreakpointType enum values.
Friedemann Kleint [Tue, 16 Nov 2010 09:23:20 +0000 (10:23 +0100)]
Debugger: Handle throw/catch/main as BreakpointType enum values.

Remove BreakHandler::hasPendingBreakpoints, handle new types
in CDB and gdb. Start fixing Breakpoint-Dialog.
Add assignment of Breakpointresponse from BreakpointParameters.

Reviewed-by: hjk
13 years agoValid XML attempt
Alessandro Portale [Mon, 15 Nov 2010 21:28:58 +0000 (22:28 +0100)]
Valid XML attempt

13 years agoMass Qt Quick App generator.
Alessandro Portale [Mon, 15 Nov 2010 21:15:34 +0000 (22:15 +0100)]
Mass Qt Quick App generator.

First usage: convert QML examples into c++ projects.

13 years agoMoved some functions to helpers.cpp
Alessandro Portale [Mon, 15 Nov 2010 21:14:14 +0000 (22:14 +0100)]
Moved some functions to helpers.cpp

13 years agoMerge remote branch 'origin/2.1'
Oswald Buddenhagen [Mon, 15 Nov 2010 18:03:18 +0000 (19:03 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
    share/qtcreator/static.pro
    src/plugins/qmljseditor/qmljsoutlinetreeview.cpp
    src/plugins/projectexplorer/outputwindow.cpp

13 years agocompile, thank you very much
Oswald Buddenhagen [Mon, 15 Nov 2010 18:00:07 +0000 (19:00 +0100)]
compile, thank you very much

13 years agodebugger: don't store watch points in session
hjk [Mon, 15 Nov 2010 17:48:58 +0000 (18:48 +0100)]
debugger: don't store watch points in session

13 years agoFixes: Mac: Size of build steps increases when hovered
con [Mon, 15 Nov 2010 16:53:32 +0000 (17:53 +0100)]
Fixes: Mac: Size of build steps increases when hovered

The fixed size buttons were too big on Mac.

Task-number: QTCREATORBUG-3098
Reviewed-by: Jens Bache-Wiig
13 years agoWindows: Fix some warnings
Tobias Hunger [Mon, 15 Nov 2010 16:47:21 +0000 (17:47 +0100)]
Windows: Fix some warnings

13 years agoDebugger: Bring back debug output.
Friedemann Kleint [Mon, 15 Nov 2010 16:36:00 +0000 (17:36 +0100)]
Debugger: Bring back debug output.

13 years agoDebugger: Remove debug output.
Friedemann Kleint [Mon, 15 Nov 2010 16:32:32 +0000 (17:32 +0100)]
Debugger: Remove debug output.

13 years agodebugger: fix setting of breakpoint types on session loading
hjk [Mon, 15 Nov 2010 16:25:42 +0000 (17:25 +0100)]
debugger: fix setting of breakpoint types on session loading

13 years agoQmlDebugger: Refactored QmlEngine and QmlCppEngine
Christiaan Janssen [Mon, 15 Nov 2010 16:09:28 +0000 (17:09 +0100)]
QmlDebugger:  Refactored QmlEngine and QmlCppEngine

Reviewed by:  hjk

13 years agoDebugger: Initialize BreakpointParameters correctly.
Friedemann Kleint [Mon, 15 Nov 2010 16:15:04 +0000 (17:15 +0100)]
Debugger: Initialize BreakpointParameters correctly.

13 years agoSymbian: Allow installer to set SBS v2 directory
Tobias Hunger [Mon, 15 Nov 2010 15:46:42 +0000 (16:46 +0100)]
Symbian: Allow installer to set SBS v2 directory

Allow the installer to specify the SBS v2 directory.

Reviewed-by: Tim Jenssen
13 years agoDebugger: Introduce BreakpointParameters as base struct.
Friedemann Kleint [Mon, 15 Nov 2010 16:04:29 +0000 (17:04 +0100)]
Debugger: Introduce BreakpointParameters as base struct.

For Breakpoint data manipulation.

Reviewed-by: hjk
13 years agodebugger: update display on engine exit
hjk [Mon, 15 Nov 2010 15:58:23 +0000 (16:58 +0100)]
debugger: update display on engine exit

13 years agodebugger: BreakpointByFileAndLine is default when loading sessions.
hjk [Mon, 15 Nov 2010 15:24:34 +0000 (16:24 +0100)]
debugger: BreakpointByFileAndLine is default when loading sessions.

13 years agodebugger: work on breakpoint enabling/disabling in gdb engine
hjk [Mon, 15 Nov 2010 15:22:51 +0000 (16:22 +0100)]
debugger: work on breakpoint enabling/disabling in gdb engine

13 years agoSymbian: Provide field in Qt version to set up SBSv2
Tobias Hunger [Mon, 15 Nov 2010 14:24:17 +0000 (15:24 +0100)]
Symbian: Provide field in Qt version to set up SBSv2

Provide a field in the symbian Qt version to set up the SBSv2 build
system.

Reviewed-by: dt
13 years agodebugger: re-enable "Delete all breakpoints" etc
hjk [Mon, 15 Nov 2010 14:30:39 +0000 (15:30 +0100)]
debugger: re-enable "Delete all breakpoints" etc

13 years agoDebugger: Make CDB compile again.
Friedemann Kleint [Mon, 15 Nov 2010 14:24:27 +0000 (15:24 +0100)]
Debugger: Make CDB compile again.

13 years agodebugger: code cosmetics; fix toggling breakpoints using the editor context
hjk [Mon, 15 Nov 2010 14:15:09 +0000 (15:15 +0100)]
debugger: code cosmetics; fix toggling breakpoints using the editor context

13 years agodebugger: show disabled breakpoints again
hjk [Mon, 15 Nov 2010 14:05:39 +0000 (15:05 +0100)]
debugger: show disabled breakpoints again

13 years agodebugger: add some description to breakpoint states in tooltip.
hjk [Mon, 15 Nov 2010 13:35:19 +0000 (14:35 +0100)]
debugger: add some description to breakpoint states in tooltip.

FIXME: add translations once interface has stabilized.