con
569d279af6
Some missing new thing in change log.
2009-10-01 12:04:08 +02:00
hjk
ccd37a6655
debugger: make 'address column' in stack and breakpoint view optional
2009-10-01 11:42:04 +02:00
hjk
d9d39ab218
allow saved actions with no representaion in the configuration dialog
...
Useful for simple context menu items.
2009-10-01 11:15:40 +02:00
Erik Verbruggen
9be3ab0f9c
Copied in a new version of the QML parser from Qt Kinetic.
2009-10-01 10:43:00 +02:00
Erik Verbruggen
df9e502750
Removed old and unused class.
2009-10-01 10:42:19 +02:00
con
4252836b4d
Fix windows build.
2009-10-01 10:05:06 +02:00
con
5f9cb8fe14
Results of review.
2009-10-01 10:05:06 +02:00
con
c22923c47c
Some little doc.
2009-10-01 10:05:06 +02:00
con
9a0fb3431f
Make it possible again to create new build config for generic projects
2009-10-01 10:05:06 +02:00
con
4c199a3ca0
Fix problem when canceling cmake build configuration wizard.
2009-10-01 10:05:06 +02:00
con
92b905a6f2
Build configuration factory now adds configurations directly.
...
It's easier this way for the unique naming.
2009-10-01 10:05:06 +02:00
con
fe313a9023
Configuration types for each Qt Version.
2009-10-01 10:05:06 +02:00
con
9b8503b0cd
Fill the "Add" build configuration menu with values from factory.
...
Default creation type implementation are still missing for cmake and
generic projects.
2009-10-01 10:05:06 +02:00
con
a16806353a
Remove string identifier from setDisplayNameFor and setUserEnvChanges.
2009-10-01 10:05:06 +02:00
con
382750c8a3
Remove Project::(set)Value(buildconfig, ...) methods.
...
Instead use the BuildConfiguration class methods directly.
2009-10-01 10:05:06 +02:00
con
acbd4513e3
Changing string based api to BuildConfiguration based api.
...
Builds, but I'm pretty sure it doesn't *work* :)
2009-10-01 10:05:05 +02:00
con
30362e1050
Remove the build config display name method from Project
2009-10-01 10:05:05 +02:00
con
21565b99d1
Export the build configuration class.
2009-10-01 10:05:05 +02:00
hjk
69e00d8f20
debugger: fix thumb mode breakpoint setting in trk adapter
2009-10-01 09:03:27 +02:00
hjk
54e022a97b
debugger: add a manual test case for endless recursion
2009-10-01 09:02:32 +02:00
hjk
b9f06d43e1
debugger: minor whitespace
2009-10-01 09:01:24 +02:00
Roberto Raggi
510bd6dc69
Cache the lookup context.
2009-09-30 19:02:33 +02:00
Roberto Raggi
ae43149c97
Cache the macros.
2009-09-30 18:52:42 +02:00
Robert Loehning
06bba1dc78
Trk: Renamed handleFileCreated() to handleFileCopied() to make clear.
2009-09-30 18:24:22 +02:00
Thorbjørn Lindeijer
07d05f3390
Fixed the size of the checkboxes in the search results
...
Reviewed-by: Roberto Raggi
2009-09-30 17:58:31 +02:00
Thorbjørn Lindeijer
ebf7ffa581
Fixed copy/paste to external applications
...
Make sure special characters are converted to proper plain text.
Done with mae.
2009-09-30 17:49:54 +02:00
Erik Verbruggen
fcf19f1a1b
Renamed the DUI editor to QML editor.
2009-09-30 17:43:21 +02:00
mae
df13733b44
tune auto-indentation of pasted text further
2009-09-30 17:31:33 +02:00
Roberto Raggi
9a21143384
Implemented a simple(fast?) strategy to resolve macro references.
2009-09-30 17:17:11 +02:00
Roberto Raggi
e50d60ac97
Introduced MacroResolver.
2009-09-30 17:17:11 +02:00
Friedemann Kleint
913b1bf02f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-30 17:16:25 +02:00
Friedemann Kleint
8cc94d10a2
CDB: Implement "Run to line/function", fix step by instruction.
...
Remove unused exec functions, replace by calls to the respective
stepExec/nextExec, which sets the code level automagically
according to the OperateByInstruction action.
2009-09-30 17:13:52 +02:00
mae
6d0e9badfb
tune auto-indentation of pasted text further
...
This implementation relies less on the pasted block of text having
a trailing newline.
2009-09-30 17:11:53 +02:00
mae
dadefeaf97
tune auto-parentheses
...
do not close braces automatically on enter if the next line's indentation
is deeper than the current line's
2009-09-30 17:11:53 +02:00
Roberto Raggi
8356d3360b
Delay the parsing of the document.
2009-09-30 16:13:43 +02:00
Roberto Raggi
ace380ec28
Make the symbols used in the current editors.
2009-09-30 13:25:59 +02:00
hjk
3b280a3ad3
debugger: fix 'Detach debugger' action
2009-09-30 13:07:14 +02:00
hjk
163150e3e5
debugger: some state change fixes when shutting down in 'attach' mode
2009-09-30 12:51:54 +02:00
hjk
93902e5d0a
debugger: make 'qtcreator -debug <corefile>' work
2009-09-30 12:27:44 +02:00
hjk
2dff35548a
debugger: small adjustments to the state diagram
2009-09-30 12:27:43 +02:00
Roberto Raggi
e8fc850342
Don't search for the canonical symbol in the base classes (at least for now).
2009-09-30 12:05:12 +02:00
Roberto Raggi
bb263645b2
Improved the resolving of member expressions.
2009-09-30 11:54:47 +02:00
Roberto Raggi
cae8a31a7d
FullySpecifiedType::simplified() strips references from the type.
2009-09-30 11:54:46 +02:00
Roberto Raggi
7a5b1bdd82
Removed unused reference to `wasInReplaceMode'.
2009-09-30 11:54:46 +02:00
ck
e43d0efa30
Gdb engine: Fixed error message.
...
Reviewed-by: hjk
2009-09-30 11:54:34 +02:00
Friedemann Kleint
b8df455b82
CDB: Fix missing session cleanup on inferior exit, new state model
...
Adapt to new state model, make sure session is always cleaned
when invoked from processExited event handler, remove calls
to DebuggerManager::notifyXX().
2009-09-30 11:44:04 +02:00
Kai Koehne
e4a3ad2108
Add option to specify qmlviewer command line arguments
2009-09-30 11:37:17 +02:00
Pierre Rossi
eef3f47a33
french translation: mostly validating existing ones.
2009-09-30 11:31:26 +02:00
Benjamin Poulain
48c7bc5c94
New French translations and validation of old ones
2009-09-30 11:28:32 +02:00
ck
fb7e4ef256
BinEditor: Use 64-bit wide addresses only when they are required.
...
Reviewed-by: mae
2009-09-30 11:14:20 +02:00