Commit Graph

80529 Commits

Author SHA1 Message Date
Roberto Raggi
1395b87fc8 Introduced an overload of reportResult() that can deal with strong and weak results. 2009-10-05 12:53:18 +02:00
Roberto Raggi
6ccc08fb40 Restore the state of QObject::blockSignals() 2009-10-05 12:45:14 +02:00
Roberto Raggi
cbf24ab6f4 Don't look at formal arguments. 2009-10-05 12:37:14 +02:00
hjk
13212eef14 debugger: work around Apple gdb-1344 problem 2009-10-05 12:06:29 +02:00
hjk
75529d87d3 debugger: rework 'jump to source' logic 2009-10-05 12:01:23 +02:00
Roberto Raggi
1f1c899cc0 Improved template instantiation. 2009-10-05 11:39:55 +02:00
Roberto Raggi
3727cbc804 Improved template instantiation. 2009-10-05 11:38:54 +02:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
406d35acd6 debugger: let 'attach to running process' dialog activate the 'ok' button if
there's only one choice after filtering
2009-10-05 09:19:38 +02:00
hjk
d22438e9bd debugger: add some debug output when disassembler view fails to retrieve the
base address
2009-10-05 09:19:03 +02:00
hjk
5ab3be8cc4 debugger: handle failure of -exec-step gracefully if debug information is
missing.
2009-10-05 08:56:02 +02:00
hjk
dd09a4a16d debugger: work on trk memory access 2009-10-05 08:26:56 +02:00
hjk
ebccd4c02a debugger: fix manual reload of registers 2009-10-05 08:26:56 +02:00
Robert Loehning
bbe3bab2e8 Trk: Fixed installing without running. 2009-10-02 18:35:57 +02:00
Oswald Buddenhagen
8b9f29f923 implement eval() 2009-10-02 17:37:20 +02:00
con
b19d76d903 Version bump. 2009-10-02 16:27:03 +02:00
con
bf0a0af44f Merge branch '1.3' 2009-10-02 16:23:52 +02:00
con
1de6a6e716 Version bump. 2009-10-02 16:21:39 +02:00
con
8cc1e452f1 Remove patching of something that doesn't exist. 2009-10-02 16:21:38 +02:00
Friedemann Kleint
04d2bfa8f8 Trk: Load symbol file correctly on Windows 2009-10-02 16:13:46 +02:00
Friedemann Kleint
1fad39c923 CDB: Fix dumper regression
- Do not deref d-ptr when checking on QVariants of PODS
- Make type/value fixing of dumper results more fine-grained
- Allow children in expandPtrToDumpage (QWidget-Pointers)
- Fix broken size cache (queuePrefix was empty)
- Compile
2009-10-02 15:17:50 +02:00
Christian Kamm
0cc5f14f29 Make [ start a block and trigger indentation in the qml editor.
Reviewed-by: erikv
2009-10-02 15:10:03 +02:00
hjk
5a73440b18 debugger: fix gotoLocation() on Mac
Mac's "stopped" message does not come with location data.
2009-10-02 14:32:44 +02:00
hjk
7e005752a7 debugger: code cosmetics 2009-10-02 14:32:43 +02:00
Daniel Molkentin
4fdbca83d3 QmlEditor: Fix compilation on Windows.
(cherry picked from commit b4e376d4e8)
2009-10-02 14:13:15 +02:00
Daniel Molkentin
d110b43786 Designer: Fix accelerator.
(cherry picked from commit 649214c4db)
2009-10-02 14:13:09 +02:00
Daniel Molkentin
b4e376d4e8 QmlEditor: Fix compilation on Windows. 2009-10-02 12:56:07 +02:00
Daniel Molkentin
649214c4db Designer: Fix accelerator. 2009-10-02 12:55:47 +02:00
hjk
99bdc54199 debugger: small tweaks to gotoLocation() 2009-10-02 12:31:59 +02:00
hjk
a8430f3382 debugger: fix chain of fallbacks for disassembler view.
Use non-mixed mode if source is not available.
2009-10-02 12:31:59 +02:00
hjk
3407aab9a5 debugger: keep track of library loads as reported by trk 2009-10-02 12:31:59 +02:00
Sergey Belyashov
8537864309 Updated Russian translation.
Merge-request: 1680
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-02 12:24:11 +02:00
Erik Verbruggen
762165c2c5 Removed a couple of qDebug()s. 2009-10-02 11:29:54 +02:00
Erik Verbruggen
c3d1019deb Improved the navigation and code completion in the QML editor. 2009-10-02 10:49:33 +02:00
Erik Verbruggen
efe336b605 Fixed type checking for type definitions inside an @implementation 2009-10-02 10:28:05 +02:00
Friedemann Kleint
9dd0a108e3 Fix the Creator widgets Designer plugin, add DetailsWidgets.
Polish the DetailsWidget for that purpose, add properties,
make it survive without widgets, add a container extension.
2009-10-02 10:12:32 +02:00
mae
9bef75f8f9 fixed repaint issue with collapse-popups 2009-10-01 20:13:55 +02:00
dt
d50cc220f5 Also switch the cmake run configuration to using the detailswidget 2009-10-01 19:04:53 +02:00
dt
8a8551655f No longer necessary 2009-10-01 19:00:00 +02:00
dt
2b613d6f89 Fix id creation 2009-10-01 18:59:54 +02:00
dt
2160436d67 Remove debugging output. 2009-10-01 18:59:44 +02:00
mae
0de78aa69c tune the project pane's detail widget
Done with dt
2009-10-01 18:42:56 +02:00
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