Commit Graph

5080 Commits

Author SHA1 Message Date
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
con
698d7a2ad6 Fix build. 2009-09-30 10:49:56 +02:00
hjk
3ea8fe0764 debugger: augment state diagram 2009-09-30 10:25:00 +02:00
hjk
c60f1468d3 debugger: improve trk shutdown 2009-09-30 09:16:55 +02:00
hjk
65592579fa debugger: replace the hack to pass the remote executable name for trk by
one that's less hard-coded.

The remote executable is now read from the debugger argument list
2009-09-30 08:35:20 +02:00
Sergey Belyashov
f0a30f4a9b Next try to fix pointer aliasing issue
Merge-request: 1562
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-09-29 19:07:45 +02:00
Sergey Belyashov
01106bbc5a Fixed usage of uninitialized variable.
Merge-request: 1537
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-09-29 19:07:45 +02:00
Roberto Raggi
6054f970d4 Removed the `Find References' action 2009-09-29 18:23:36 +02:00
Roberto Raggi
331effc2fd Introduced checkable results. 2009-09-29 18:19:36 +02:00
dt
3d62363fee Small tweaks to the project page again, based on mae's feedback.
Feedback welcome, some of them are not necessarily better. Some things
aren't solved.
2009-09-29 18:06:13 +02:00
dt
ce7b56f998 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-29 18:05:39 +02:00
Oswald Buddenhagen
a7e120b3d1 Update README to refer to Qt 4.6 2009-09-29 17:40:40 +02:00
Oswald Buddenhagen
51ec35a1b7 Ignore .xq file that is generated during the build 2009-09-29 17:40:40 +02:00
con
15cb6bca41 Focus policy for search results and tab order. 2009-09-29 17:35:12 +02:00
Friedemann Kleint
cb8830d9af CDB: Remove "experimental" message, better logging for threads 2009-09-29 17:33:51 +02:00
hjk
88a25204b3 debugger: fix attaching to running process 2009-09-29 17:12:54 +02:00
Rohan McGovern
d5f763387d Workaround bug where documentation sometimes is not generated.
On Windows, for unknown reasons, qhelpgenerator.exe sometimes will
not generate the documentation if run directly from nmake.
Running it through an intermediate cmd seems to work.
So, do that.

Reviewed-by: Daniel Molkentin
2009-09-30 01:02:40 +10:00
con
ca9fe00c6a Add data field to result window item. 2009-09-29 16:59:19 +02:00
con
0c9cf85b1a Start with providing UI for global replace. 2009-09-29 16:41:43 +02:00
Roberto Raggi
a52df417c4 Activate the find references when renaming non local members. 2009-09-29 16:40:49 +02:00
hjk
b248bd28cd debugger: fix adding nested watcher 2009-09-29 16:38:29 +02:00
hjk
2548ca0695 debugger: don't use gotoLocation() unnecessarily twice 2009-09-29 16:32:54 +02:00
hjk
1bd7163558 debugger: cache disassembler results per-function. 2009-09-29 16:32:54 +02:00