Commit Graph

72811 Commits

Author SHA1 Message Date
con
1936535cf4 Show a more sensible progress bar for building debug helper. 2009-10-01 14:06:34 +02:00
con
09cd063cdc Help->Contents also opens the Qt Creator manual now. 2009-10-01 14:06:34 +02:00
Thorbjørn Lindeijer
6bfd90a31b Added bracket matching to the changes list for 1.3.0
Plus some minor reformattings.
2009-10-01 14:03:15 +02:00
hjk
c546a2c5eb debugger: apply disassembler/normal view toggling immediately to stack view,
too
2009-10-01 13:46:48 +02:00
hjk
23358d8e25 debugger: remove disassembler view location marker when cleaning up views 2009-10-01 13:46:48 +02:00
hjk
94b6aeb745 debugger: fix breakpoint deletion in trk adapter 2009-10-01 13:46:48 +02:00
hjk
d8477a4731 debugger: hot fix for stepping on the same line 2009-10-01 13:46:48 +02:00
hjk
8b583a3872 debugger: unconditionally use 'gotoLocation' on first chance 2009-10-01 13:46:48 +02:00
mae
3a2974b3f9 some action cleanup for the qml editor
done with Erik Verbruggen
2009-10-01 13:34:02 +02:00
mae
dc40d764b3 small refactoring to avoid dependency on a current qt fix 2009-10-01 12:40:08 +02:00
hjk
b6ec2853d2 remove soft assert from SavedAction::disconnect
The behaviour is expected to happen after d9d39ab218.
2009-10-01 12:11:50 +02:00
hjk
53f692c575 debugger: parse 'at' field in -break-info output as seen with gdb 6.4 2009-10-01 12:06:43 +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
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