OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agodebugger: make watchers visible after project load again
hjk [Tue, 23 Nov 2010 12:44:37 +0000 (13:44 +0100)]
debugger: make watchers visible after project load again

13 years agodebugger: make freshly inserted watchers immediately visble
hjk [Tue, 23 Nov 2010 12:28:18 +0000 (13:28 +0100)]
debugger: make freshly inserted watchers immediately visble

Even if no engine is running.

13 years agoDebugger[new CDB]: Work on locals.
Friedemann Kleint [Tue, 23 Nov 2010 12:36:39 +0000 (13:36 +0100)]
Debugger[new CDB]: Work on locals.

Add optional code model scope checking. Remove need to call
to 'expandlocals' command by giving 'locals' options for expanded
and uninitialized variables, saving one roundtrip.
Handle shadowed variables and __formal parameters. Differentiate
between name and iname in SymbolGroup.

13 years agoSymbian: Improve warnings on project setup
Tobias Hunger [Tue, 23 Nov 2010 12:06:55 +0000 (13:06 +0100)]
Symbian: Improve warnings on project setup

 * Warn on spaces in the project path
 * Warn on special characters in the project name only

This should stop warnings from appearing when trying to run the Qt demos
on symbian.

13 years agoFix default names of configutation objects
Tobias Hunger [Tue, 23 Nov 2010 11:17:54 +0000 (12:17 +0100)]
Fix default names of configutation objects

Fix default names of project configuration objects on upgrades
from pre 2.0 creators.

Task-number: QTCREATORBUG-3143

13 years agodebugger: move the "SOMETHING NEEDED" message from console to log
hjk [Tue, 23 Nov 2010 11:37:44 +0000 (12:37 +0100)]
debugger: move the "SOMETHING NEEDED" message from console to log

13 years agodebugger: make attach to running process stop the process (again)
hjk [Tue, 23 Nov 2010 11:31:47 +0000 (12:31 +0100)]
debugger: make attach to running process stop the process (again)

13 years agoAdd .vert to the set of recognized GLSL extensions
Rhys Weatherley [Tue, 23 Nov 2010 07:14:19 +0000 (17:14 +1000)]
Add .vert to the set of recognized GLSL extensions

13 years agoHighlight reserved GLSL keywords
Rhys Weatherley [Tue, 23 Nov 2010 07:05:55 +0000 (17:05 +1000)]
Highlight reserved GLSL keywords

13 years agoGit: Allow . in checkout pathes
Tobias Hunger [Mon, 22 Nov 2010 17:05:49 +0000 (18:05 +0100)]
Git: Allow . in checkout pathes

Task-number: QTCREATORBUG-3141

13 years agodebugger: fix display of locals after fedd048f
hjk [Mon, 22 Nov 2010 16:12:02 +0000 (17:12 +0100)]
debugger: fix display of locals after fedd048f

13 years agodebugger: split an assert
hjk [Mon, 22 Nov 2010 15:27:15 +0000 (16:27 +0100)]
debugger: split an assert

Always nice to know which part failed.

13 years agoDebugger: Remove 'friend gdbengine' from stackhandler.
Friedemann Kleint [Mon, 22 Nov 2010 16:06:08 +0000 (17:06 +0100)]
Debugger: Remove 'friend gdbengine' from stackhandler.

Preparing the introduction of tooltips for the new
CDB engine. Fix some breakpoint states in CDB.

13 years agoFixed visible wrap column on systems with non-fractional fonts sizes
Thorbjørn Lindeijer [Mon, 22 Nov 2010 09:20:15 +0000 (10:20 +0100)]
Fixed visible wrap column on systems with non-fractional fonts sizes

QFontMetricsF::averageCharWidth seems to always return a fractional size
(at least on Linux/GNOME with DejaVu Mono), even when the font is not
actually drawn at sub-pixels. This caused the visible wrap column to
appear in the wrong place.

As a workaround, use the width of the character 'x', which is pretty
average and does align to pixels when needed.

Task-number: QTCREATORBUG-2746
Reviewed-by: con
13 years agolldb: fix shadow build
Arvid Ephraim Picciani [Mon, 22 Nov 2010 15:23:05 +0000 (16:23 +0100)]
lldb: fix shadow build

13 years agoVCS: Allow to run commands synchronously
Friedemann Kleint [Mon, 22 Nov 2010 13:53:20 +0000 (14:53 +0100)]
VCS: Allow to run commands synchronously

Run some commands synchronously. This avoids issues with the UI
reacting to file changes done by the VCS on windows which can lead
to crashes.

Task-number: QTCREATORBUG-3021
Reviewed-by: Tobias Hunger
13 years agoFix whitespace issue
Tobias Hunger [Mon, 22 Nov 2010 12:36:47 +0000 (13:36 +0100)]
Fix whitespace issue

13 years agoImport lldb guest engine code
Arvid Ephraim Picciani [Mon, 22 Nov 2010 13:56:49 +0000 (14:56 +0100)]
Import lldb guest engine code

13 years agoQt4ProjectManager: Show ICON in other files
dt [Mon, 22 Nov 2010 14:10:20 +0000 (15:10 +0100)]
Qt4ProjectManager: Show ICON in other files

13 years agodebugger: make -stack-select-frame and -thread-list-ids discardable
hjk [Mon, 22 Nov 2010 13:12:53 +0000 (14:12 +0100)]
debugger: make -stack-select-frame and -thread-list-ids discardable

13 years agodebugger: move qml engine private classes to internal namespace
hjk [Mon, 22 Nov 2010 09:20:31 +0000 (10:20 +0100)]
debugger: move qml engine private classes to internal namespace

13 years agoDebugger[New CDB]: Fix disassembly.
Friedemann Kleint [Mon, 22 Nov 2010 12:50:40 +0000 (13:50 +0100)]
Debugger[New CDB]: Fix disassembly.

Introduce GDBMI-based 'stack' extension command instead of the
builtin 'k' as this does not print the correct instruction pointer.

13 years agoIf no Symbian device is connected to USB port an appropriate message is shown.
Pawel Polanski [Mon, 22 Nov 2010 11:44:59 +0000 (12:44 +0100)]
If no Symbian device is connected to USB port an appropriate message is shown.

Task-Number: QTCREATORBUG-3157

Reviewed-by: Tobias Hunger
13 years agoAdapt IpcEngine to breakpoint handling changes
Arvid Ephraim Picciani [Mon, 22 Nov 2010 12:09:01 +0000 (13:09 +0100)]
Adapt IpcEngine to breakpoint handling changes

13 years agoDebugger: Fix switching between assembler and source.
Friedemann Kleint [Mon, 22 Nov 2010 11:21:56 +0000 (12:21 +0100)]
Debugger: Fix switching between assembler and source.

Do not drop stack index in resetLocation (which is called
when switching). Do not switch to source unless we have
the file.

Reviewed-by: hjk
13 years agoAdd some comments about code folding
Tobias Hunger [Mon, 22 Nov 2010 09:46:55 +0000 (10:46 +0100)]
Add some comments about code folding

I needed to find out how this works the hard way, so add
at least some hints on how to work with code folding:-)

13 years agoVCS: Handle code folding in diff view
Tobias Hunger [Sun, 21 Nov 2010 09:15:12 +0000 (10:15 +0100)]
VCS: Handle code folding in diff view

Allow to do codefolding on files and hunks in the diff editor

13 years agoGit: Add options to diff editor
Tobias Hunger [Thu, 18 Nov 2010 15:58:30 +0000 (16:58 +0100)]
Git: Add options to diff editor

13 years agoFixed USB detach related bug on Symbian
Pawel Polanski [Mon, 22 Nov 2010 09:47:39 +0000 (10:47 +0100)]
Fixed USB detach related bug on Symbian

Task-Number: QTCREATORBUG-3100
Reviewed-by: Tobias Hunger
13 years agoPassword dialog for symbian cert has been polished
Pawel Polanski [Mon, 22 Nov 2010 08:29:48 +0000 (09:29 +0100)]
Password dialog for symbian cert has been polished

Reviewed-by: Tobias Hunger
13 years agoC++ indenter: Align to next token instead of end of current.
Christian Kamm [Fri, 19 Nov 2010 17:02:14 +0000 (18:02 +0100)]
C++ indenter: Align to next token instead of end of current.

Task-number: QTCREATORBUG-3136
Reviewed-by: Erik Verbruggen
13 years agoDo not link against (the possibly absent) eiksrv.dso
Alessandro Portale [Fri, 19 Nov 2010 20:11:33 +0000 (21:11 +0100)]
Do not link against (the possibly absent) eiksrv.dso

The template .pri file of the "Qt Quick Application" and
"Qt Mobile Application" wizards linked against eiksrv
when locking the screen orientation. That is however not
necessary.

The real problem is that eiksrv does not get shipped with
the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the
innecessary link attempt even fails.

This patch removes the -leiksrv and bumps the version for
the template.

Cherrypicking into qtcreator/2.1 is highly recommended.

Task-Number: QTCREATORBUG-3142
Task-Number: QTSDK-194

13 years agoAdded support for automatic completion.
Roberto Raggi [Fri, 19 Nov 2010 15:19:36 +0000 (16:19 +0100)]
Added support for automatic completion.

13 years agoDebugger[new CDB]: Polish options, add remote debugging.
Friedemann Kleint [Fri, 19 Nov 2010 15:13:22 +0000 (16:13 +0100)]
Debugger[new CDB]: Polish options, add remote debugging.

13 years agoRevert "make compile against 4.7 mainline"
Kai Koehne [Fri, 19 Nov 2010 14:52:11 +0000 (15:52 +0100)]
Revert "make compile against 4.7 mainline"

This reverts commit 110c58d09eaa9eba81d2c30b0b7c3e438d19b2ef,
and enables qmljs debugging again.

13 years agoAdd the identifiers to the completion box.
Roberto Raggi [Fri, 19 Nov 2010 14:15:12 +0000 (15:15 +0100)]
Add the identifiers to the completion box.

Well, this is just a temporary hack :)

13 years agodebugger: even more hacks to display QVariant with custom type and template
hjk [Fri, 19 Nov 2010 14:11:19 +0000 (15:11 +0100)]
debugger: even more hacks to display QVariant with custom type and template

13 years agodebugger: make gdbmacros.py more generic
hjk [Fri, 19 Nov 2010 14:01:03 +0000 (15:01 +0100)]
debugger: make gdbmacros.py more generic

Mostly move parts of the gdb related quoting to dumper.py, also split
function calls in strings into separate arguments.

13 years agodebugger: improve python dumper profiling support
hjk [Fri, 19 Nov 2010 12:02:34 +0000 (13:02 +0100)]
debugger: improve python dumper profiling support

13 years agoReport the syntax errors.
Roberto Raggi [Fri, 19 Nov 2010 13:59:33 +0000 (14:59 +0100)]
Report the syntax errors.

13 years agoIntroduced GLSL::DiagnosticMessage.
Roberto Raggi [Fri, 19 Nov 2010 13:42:55 +0000 (14:42 +0100)]
Introduced GLSL::DiagnosticMessage.

13 years agoCompile.
Roberto Raggi [Fri, 19 Nov 2010 13:35:53 +0000 (14:35 +0100)]
Compile.

13 years agoIntroduced a simple AST dumper for GLSL.
Roberto Raggi [Fri, 19 Nov 2010 12:01:39 +0000 (13:01 +0100)]
Introduced a simple AST dumper for GLSL.

13 years agodebugger: adjust format of item count after f9eea7e1
hjk [Fri, 19 Nov 2010 10:48:52 +0000 (11:48 +0100)]
debugger: adjust format of item count after f9eea7e1

13 years agodebugger: make more python dumpers more robust when debug info is missing
hjk [Fri, 19 Nov 2010 10:04:36 +0000 (11:04 +0100)]
debugger: make more python dumpers more robust when debug info is missing

13 years agoC++: implemented switch decl to def for operators
Erik Verbruggen [Thu, 18 Nov 2010 16:39:16 +0000 (17:39 +0100)]
C++: implemented switch decl to def for operators

Task-number: QTCREATORBUG-2313
Reviewed-by: Roberto Raggi
13 years agodebugger: fix thread name display in threads combobox
hjk [Fri, 19 Nov 2010 08:39:50 +0000 (09:39 +0100)]
debugger: fix thread name display in threads combobox

13 years agodebugger: improve stepping performance in "instructionwise" mode.
hjk [Fri, 19 Nov 2010 08:14:08 +0000 (09:14 +0100)]
debugger: improve stepping performance in "instructionwise" mode.

Formatting of disassembler view took too much time.

13 years agodebugger: remove unused variable in GdbEngine
hjk [Fri, 19 Nov 2010 07:55:01 +0000 (08:55 +0100)]
debugger: remove unused variable in GdbEngine

13 years agodebugger: remove "quick shot" on stop.
hjk [Fri, 19 Nov 2010 07:50:53 +0000 (08:50 +0100)]
debugger: remove "quick shot" on stop.

This was used to enhance the user experience in the gdb/MI (non-python)
days as the location marker was shown faster. This does not seem to
make much of a difference anymore. Removal also avoids the "show disassembly
first, source next" flicker.

13 years agodebugger: fix QRegion dumper for builds without debug info
hjk [Fri, 19 Nov 2010 07:37:43 +0000 (08:37 +0100)]
debugger: fix QRegion dumper for builds without debug info

13 years agodebugger: better handling of dynamic arrays
hjk [Thu, 18 Nov 2010 19:44:36 +0000 (20:44 +0100)]
debugger: better handling of dynamic arrays

13 years agoMerge remote branch 'origin/2.1'
dt [Thu, 18 Nov 2010 18:28:23 +0000 (19:28 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
share/qtcreator/static.pro
src/plugins/qmljseditor/qmljshoverhandler.cpp
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp

13 years agodebugger: show len/ptr pair encoded strings for sources ending in .d
hjk [Thu, 18 Nov 2010 18:15:39 +0000 (19:15 +0100)]
debugger: show len/ptr pair encoded strings for sources ending in .d

13 years agoGeneric highlighter: Add some Kate LGPL files
Leandro Melo [Thu, 18 Nov 2010 17:49:21 +0000 (18:49 +0100)]
Generic highlighter: Add some Kate LGPL files

Reviewed-by: con
13 years agoFlatModel: forgotten change + compile on windows
dt [Thu, 18 Nov 2010 17:18:54 +0000 (18:18 +0100)]
FlatModel: forgotten change + compile on windows

13 years agodebugger: remove macro from breakhandler/h
hjk [Thu, 18 Nov 2010 16:53:42 +0000 (17:53 +0100)]
debugger: remove macro from breakhandler/h

13 years agodebugger: make BreakHandler::setState private
hjk [Thu, 18 Nov 2010 16:44:04 +0000 (17:44 +0100)]
debugger: make BreakHandler::setState private

13 years agoOutput window: Revert 1d7cb01f64ef83aa397c4f773d415081ae850b53.
Christian Kandeler [Thu, 18 Nov 2010 16:52:25 +0000 (17:52 +0100)]
Output window: Revert 1d7cb01f64ef83aa397c4f773d415081ae850b53.

It was a quick fix for 2.1, but we want a real solution.
(See QTCREATORBUG-3073.)

13 years agoFlatModel: The simplified tree did not react to hasBuildTarget changes
dt [Thu, 18 Nov 2010 16:31:30 +0000 (17:31 +0100)]
FlatModel: The simplified tree did not react to hasBuildTarget changes

Task-Nr: QTCREATORBUG-3014
Task-Nr: QTCREATORBUG-2821

13 years agodebugger: make DebuggerEngine::setState private.
hjk [Thu, 18 Nov 2010 16:37:56 +0000 (17:37 +0100)]
debugger: make DebuggerEngine::setState private.

13 years agodebugger: remove unused DebuggerEngine::{set,is}Active
hjk [Thu, 18 Nov 2010 16:35:22 +0000 (17:35 +0100)]
debugger: remove unused DebuggerEngine::{set,is}Active

13 years agodebugger: code cosmetics
hjk [Thu, 18 Nov 2010 16:32:41 +0000 (17:32 +0100)]
debugger: code cosmetics

13 years agodebugger: move BreakpointId to the Debugger::Internal namespace
hjk [Thu, 18 Nov 2010 15:50:44 +0000 (16:50 +0100)]
debugger: move BreakpointId to the Debugger::Internal namespace

13 years agoMac: Explicitly do a 10.5+ build if not doing a tiger compatible build.
con [Thu, 18 Nov 2010 16:15:19 +0000 (17:15 +0100)]
Mac: Explicitly do a 10.5+ build if not doing a tiger compatible build.

Qt for some reason doesn't tell the tool chain to require 10.5 when
doing a cocoa build but on x86.

13 years agodebugger: take unusual marker file names into account when toggling breakpoints.
hjk [Thu, 18 Nov 2010 15:31:18 +0000 (16:31 +0100)]
debugger: take unusual marker file names into account when toggling breakpoints.

13 years agoDebugger: Use Symbol server nagging code in both CDB engines.
Friedemann Kleint [Thu, 18 Nov 2010 15:22:41 +0000 (16:22 +0100)]
Debugger: Use Symbol server nagging code in both CDB engines.

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 agoMove Qt QML projects to pro-based projects
Daniel Molkentin [Tue, 16 Nov 2010 18:10:13 +0000 (19:10 +0100)]
Move Qt QML projects to pro-based projects

Reviewed-by: dt
13 years agoMake preferred version work in all cases
Daniel Molkentin [Thu, 18 Nov 2010 14:01:18 +0000 (15:01 +0100)]
Make preferred version work in all cases

Reviewed-by: dt
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 agoUpdated Russian translation
Sergey Belyashov [Wed, 17 Nov 2010 15:53:06 +0000 (16:53 +0100)]
Updated Russian translation

Merge-request: 220
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoCodePaster: Fix listing of pastebin.com.
Friedemann Kleint [Wed, 17 Nov 2010 15:22:00 +0000 (16:22 +0100)]
CodePaster: Fix listing of pastebin.com.

Skip multiple left-boxes (mobile section).

Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Rubber-stamped-by: dt
Task-number: QTCREATORBUG-3118

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.