Commit Graph

5136 Commits

Author SHA1 Message Date
hjk
aff42fec75 debugger: re-enable "data drill down on mouse hover" 2009-10-01 18:01:53 +02:00
Friedemann Kleint
9d4aafebac VCS/git: Make blame go to current editor line
using queued slot/variant cookie magic in command
2009-10-01 17:50:24 +02:00
Friedemann Kleint
01877b2c86 VCS: perforce, cvs, subversion: Goto current line in blame. 2009-10-01 17:32:26 +02:00
hjk
9ed075c60c debugger: fix trk argument-passing hack 2009-10-01 17:09:32 +02:00
hjk
cd0d0be2b5 compile fix with namespaces 2009-10-01 17:09:10 +02:00
hjk
21f0f2c900 debugger: work on location marker setting. 2009-10-01 17:03:56 +02:00
hjk
828b1f9616 debugger: better updating of the stack and debugger view location marker 2009-10-01 17:03:56 +02:00
hjk
59739162ad debugger: debugger view: make output pane wider than input pane 2009-10-01 17:03:56 +02:00
con
f006183b3d Support include completion for frameworks on Mac.
Which is 'quite' important, since Qt builds by default generate
frameworks.
2009-10-01 17:02:18 +02:00
dt
742740634e Remove another margin 2009-10-01 16:46:59 +02:00
dt
79b10b2bcd Add some painting to the details widget. 2009-10-01 16:46:59 +02:00
Friedemann Kleint
74a3828f19 Purge out include files in exported headers 2009-10-01 16:38:08 +02:00
hjk
df22ae6c53 debugger: replace hack to select trk adapter and pass parameters by a new one
Now .pro files can be used as project description as usual. To make the
debugger pick up the "on device" part a magic commandline is needed:
"@sym@ c:\sys\bin\your.exe  /path/to/your.sym"

If the project is not compilable, remove the Make and QMake buildsteps
and add a new Custom step that's only calling /bin/true.
2009-10-01 14:57:04 +02:00
hjk
cbf0b6f2d5 debugger: add some status line indication that trk needs to be connected
manually
2009-10-01 14:57:04 +02:00
Friedemann Kleint
c5633d0840 Warning/Compile 2009-10-01 14:56:29 +02:00
Friedemann Kleint
504f75c4ed Compile 2009-10-01 14:50:29 +02:00
Friedemann Kleint
6f0ffeddfe Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-10-01 14:44:27 +02:00
Friedemann Kleint
0f486fd532 CDB: Fix stepping and a crash on dumping expanded pointer items.
Simplify & Generalize stepping code, introduce stubs for reverse
debugging. When user switches to another thread than the
event-triggering one in a stopped inferior, explicitly tell
the engine to continue that one.

Improve fixDumperResult to fix missing types (out of scope items)
and call it from expandPointerDumpable.
2009-10-01 14:41:30 +02:00
dt
0d8628a228 Missing return value. 2009-10-01 14:41:28 +02:00
dt
e78d049b94 Add missing files 2009-10-01 14:39:31 +02:00
dt
a97dcb53d1 Tweaks to the project page. 2009-10-01 14:25:27 +02:00
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
con
52a0e51ae6 Add the documentation files to doc.pri for easy access. 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
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