Tobias Hunger
7e067e553c
QtOptionsPage: Update UI state more often
2011-05-04 13:45:24 +02:00
Tobias Hunger
48c6f40343
Qt: Make Symbian versions invalid if sbsv2 setup is wrong
2011-05-04 13:38:29 +02:00
Kai Koehne
52010b4d95
QmlJsDebug: Don't append 'd' to library name on Unix
2011-05-04 13:08:25 +02:00
Kai Koehne
4e895d4093
VCS: Don't locate files based on working directory
...
QFileInfo::absoluteFilePath() uses the current working directory to
make a file absolute. This is often not what you want (say you're
developing another qtcreator version in another directory).
Reviewed-by: Friedemann Kleint
2011-05-04 13:08:05 +02:00
Kai Koehne
03cf8c4b90
QmlProject: Rename QmlRunControl to QmlProjectRunControl
...
It's just easier if all the classes related with the QmlProject file format
start with the same prefix.
2011-05-04 13:05:57 +02:00
Kai Koehne
0812e92d09
S60: Remove trailing comma
2011-05-04 13:05:56 +02:00
Kai Koehne
0bbb1ad9ab
QmlProfiler: Fix MSVC warning about character encoding
...
MSVC on some system might complain
"C4566: character represented by universal-character-name '\u03BCs'
cannot be represented in the current code page".
Fix this by forcing the string to be wchar_t based.
2011-05-04 13:05:55 +02:00
Robert Loehning
181d9b8e39
Fixed German translation
...
Reviewed-by: Christian Kandeler
2011-05-04 12:54:36 +02:00
Christian Kamm
cd755e84f2
QmlJS: Fix hover tooltips for properties.
...
Task-number: QTCREATORBUG-4094
Reviewed-by: Leandro Melo
2011-05-04 12:25:31 +02:00
Pawel Polanski
d9775a4159
Compilation fix
2011-05-04 12:13:03 +02:00
Pawel Polanski
6364c9366f
CODA: Creator crashed when more than one debugging session is launched
...
The problem here is in the callback mechanism. When CodaGdbAdapter is closed
it tries to close the application on the mobile. If the CodaGdbAdapter is destroyed
short afterwards the response is propagated to an invalid object.
Task-number: QTCREATORBUG-4713
2011-05-04 12:13:02 +02:00
Friedemann Kleint
b8e6fd2b66
Debugger: Add Disassembler to register window context menu.
2011-05-04 12:06:21 +02:00
Friedemann Kleint
cfcfb82ce1
Debugger: Add 'Open Disassembler...' to stack window.
...
Preset with stack frame address.
2011-05-04 11:59:30 +02:00
Christian Kamm
a9662aef0f
Add files missing from 02b7eacf4b
2011-05-04 11:52:55 +02:00
Tobias Hunger
f068084083
Do not override mouse cursor needlessly
...
Task-number: QTCREATORBUG-3822
2011-05-04 11:15:11 +02:00
Tobias Hunger
3d02e4020d
VCS: Make sure we have no .. in directories
2011-05-04 11:15:11 +02:00
Christian Kamm
02b7eacf4b
QmlJS: Fix type detection for alias properties.
...
Task-number: QTCREATORBUG-2306
2011-05-04 11:14:35 +02:00
Friedemann Kleint
6bb08f1bf9
Debugger: Add setting for CDB console.
...
Task-number: QTCREATORBUG-4762
2011-05-04 09:40:51 +02:00
Friedemann Kleint
c318383ee1
Debugger: Add 'Run in terminal' to Start External dialog.
2011-05-04 09:21:18 +02:00
Christian Kandeler
65426a69ce
Maemo: Fix possible crash when removing a Maemo target.
...
If there are no packaging files for whatever reason, we try to
access the first element of an empty list.
Reviewed-by: dt
2011-05-03 18:33:44 +02:00
hjk
e0993f4e23
debugger: add a comment, hopefully preventing an "obvious" simplification
2011-05-03 18:17:02 +02:00
hjk
83b95ec78f
debugger: fix "run to line" on mac
...
Task-number: QTCREATORBUG-4619
2011-05-03 18:14:52 +02:00
Tobias Hunger
3d2869d6a0
QtVersion: Update invalid icon when applying changes
...
Update the invalid icon of a Qt veriosn when applying changes.
Task-number: QTCREATORBUG-4647
2011-05-03 17:12:18 +02:00
Friedemann Kleint
1c4965fcf7
Compile fix MSVC2010.
2011-05-03 16:12:40 +02:00
Orgad Shaneh
0e2ad833c1
VCS: Added Ctrl+Enter shortcut for submit
...
Merge-request: 289
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-05-03 16:00:54 +02:00
Orgad Shaneh
461aa084df
VCS: Added a virtual commitName() method, for VCS that have unusual semantics (e.g. Check In for ClearCase)
...
Merge-request: 289
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-05-03 16:00:53 +02:00
Orgad Shaneh
e237a84339
VCS: Added a shortcut for Diff Selected Files
...
Merge-request: 289
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-05-03 16:00:52 +02:00
Orgad Shaneh
2849d3e270
Debugger: Added a start script (gdbinit) field in attach to core and in remote debugging
...
Merge-request: 2191
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-05-03 14:59:44 +02:00
cerf
326ea080c5
vcsbase: VCSBaseClient::log() now accepts extra options
...
Merge-request: 323
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-05-03 14:44:38 +02:00
Tobias Hunger
01fa9f6c15
gcc: Detect gcc 4.4 on redhat
...
Task-number: QTCREATORBUG-4690
2011-05-03 14:41:48 +02:00
Pawel Polanski
feab11c6b0
CODA: Application Output has been polished
2011-05-03 14:03:19 +02:00
Marco Bubke
fad088cc30
QmlDesigner.NodeInstances: Support global properties
2011-05-03 13:54:26 +02:00
Marco Bubke
9edc4e2816
QmlDesigner.NodeInstances: more stable reparenting
2011-05-03 13:54:26 +02:00
hjk
bca68e702a
debugger: remove some windows specific workaround for gdb 5.5
2011-05-03 13:41:21 +02:00
hjk
02a0e0d13a
fakevim: fix searching for |
...
Task-number: QTCREATORBUG-4752
2011-05-03 11:20:58 +02:00
hjk
ccffed9385
debugger: make F10/F11 start the app if not running and break on main
2011-05-02 18:23:04 +02:00
Daniel Molkentin
8dd71a9199
Let the ListModel wizard generate a valid model.
2011-05-02 17:24:20 +02:00
Alessandro Portale
9beab97403
Reduce the minimum height of that debugger log window
2011-05-02 16:43:43 +02:00
Friedemann Kleint
6dac333636
Debugger: Fix resetting of 'Operate by instruction' on finished.
2011-05-02 15:05:16 +02:00
Friedemann Kleint
f4c72a97d3
Debugger: Suppress ToolTip on Mac
...
Task-number: QTCREATORBUG-4711
2011-05-02 13:54:40 +02:00
Friedemann Kleint
312b31d587
Debugger: Fix editing breakpoint conditions.
2011-05-02 11:43:41 +02:00
con
8714d3ae43
Uploading the doc is now handled differently.
v2.2.0
2011-04-29 16:08:53 +02:00
Kai Koehne
3ecf695c07
QmlDebugging: Show helper list also for Symbian Qt versions
2011-04-29 15:39:01 +02:00
Friedemann Kleint
fdb3b884ac
Compilation.
2011-04-29 15:14:37 +02:00
Kai Koehne
6aa96bac9e
QMakeStep: Save output of qmljsdebugger library build in General Messages
2011-04-29 15:08:44 +02:00
Kai Koehne
af9a307c15
QmlJSDebug: Enable compilation of library also for Symbian
2011-04-29 15:08:43 +02:00
Kai Koehne
001793fe79
DebuggingHelpers: Put long argument list into one struct
2011-04-29 15:08:43 +02:00
Kai Koehne
cc3aa73f5e
QmlJSDebugger: Remove stale qmljsdebugger.pri file
2011-04-29 15:08:42 +02:00
con
8c55093297
Add description of the external tool specification files.
2011-04-29 13:54:45 +02:00
Leena Miettinen
69d2cc5987
Doc: create a template for the topic
2011-04-29 13:52:14 +02:00