hjk
087eca4566
trk: step-by-instruction
2009-09-08 14:45:53 +02:00
hjk
ae09799416
trk: make ad-hoc UI a bit friendlier
2009-09-08 14:45:53 +02:00
hjk
a1ea6f5f1f
trk: refactoring
2009-09-08 14:45:52 +02:00
hjk
0fc3129b3c
trk: we always want to be called back independent of ACK/NAK
2009-09-08 14:45:51 +02:00
hjk
fbeeb8677a
trk: remove a debug message
2009-09-08 14:45:51 +02:00
hjk
db8cddf55b
trk: rename 'response' to 'cmd' in handleGdbServerCommand
2009-09-08 14:45:50 +02:00
hjk
2da891ee88
trk: fix size of 'kill' packet. also, do not announce the library loading to
...
gdb as it starts asking questions afterwards.
2009-09-08 14:45:49 +02:00
hjk
d9e7a39081
debugger: simplify trk device logic a bit
2009-09-08 14:45:49 +02:00
dt
e58ff77bd3
Take the build environment into account for searching what to execute.
...
Fixes a bug where the cmake plugin wasn't finding make, if the make
commands directory was added to path in the build environment.
2009-09-08 13:53:50 +02:00
Thorbjørn Lindeijer
61ed06d58e
Moved mouse navigation into BaseTextEditor so that it can be reused
...
For implementing mouse navigation in the QML editor.
2009-09-08 13:05:25 +02:00
Erik Verbruggen
1b4d1f1fd4
Suppress warning dialog when the QML Viewer executable cannot be found.
2009-09-08 12:43:14 +02:00
ck
85dcd851da
Added 64 bit support to BinEditor.
2009-09-08 11:59:21 +02:00
hjk
b208e15aef
debugger: work on trk
2009-09-08 09:33:04 +02:00
mae
9b4055122c
Fix code folding issue with empty nested blocks like in:
...
void main()
{
{
}
int i;
}
2009-09-07 16:15:59 +02:00
Erik Verbruggen
78d07c6d39
Fixed off-by-one
2009-09-04 18:01:46 +02:00
Erik Verbruggen
cac5663a4f
Modified the QML project to notify the DUI model manager when a file is added to the project.
2009-09-04 17:54:38 +02:00
Erik Verbruggen
a52209336d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-04 16:51:48 +02:00
Erik Verbruggen
998064ad72
Added a snapshot to the DUI editor.
2009-09-04 16:51:11 +02:00
Roberto Raggi
dd7daa4579
Compile
2009-09-04 13:45:44 +02:00
Roberto Raggi
80a46231f1
Fixed QML indenter.
2009-09-04 12:54:18 +02:00
Daniel Molkentin
e2c06d5da1
Make conversion to from QTDIR to qmake more reliable.
2009-09-04 09:52:14 +02:00
Daniel Molkentin
9960bea83d
Remove debugging.
2009-09-04 09:51:23 +02:00
dt
53cfbb13a7
Initialize everything also in the invalid QtVersion ctor.
2009-09-03 19:45:09 +02:00
Daniel Molkentin
5476bcf560
Find Qt installation by specification of qmake rather than a "Qt dir".
...
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation.
2009-09-03 19:16:40 +02:00
dt
267ef8ecc5
Fix compile
...
Reviewed-By: hjk
2009-09-03 17:59:57 +02:00
dt
9045d99786
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-03 17:54:36 +02:00
dt
778db1bf2d
Fix potential crash.
2009-09-03 17:45:55 +02:00
hjk
5859b41064
debugger: work on trk runner
2009-09-03 17:24:31 +02:00
dt
ead627ed81
Remove dependency of rvct toolchain and gcce toolchain on qt4project.
...
Also makes the code a lot smaller.
2009-09-03 16:07:14 +02:00
Alessandro Portale
94348d8ed2
Less / on Windows.
2009-09-03 15:40:12 +02:00
dt
89974416eb
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-03 15:15:45 +02:00
dt
156db18592
Fix not trying hard enough to find the correct file on build errors.
...
If there are multiple files with the same name, then we try harder to
find the correct one. That is for jom and nmake we have a relative path
so we try to find a file which matches the relative path completly.
Instead of just comparing the last part.
2009-09-03 15:15:20 +02:00
hjk
80847e5551
debugger: disable not very useful QImage dumper for 1.3
2009-09-03 13:32:26 +02:00
hjk
b69fad927a
debugger: fix child count in QAbstractItem dumpers
2009-09-03 13:26:38 +02:00
hjk
809117892c
debugger: work in progress (new trk runner)
...
Basic TRK/adapter communication now works using "rfcomm listen /dev/rfcomm0 1
&& ./adapter -f -v /dev/rfcomm0 127.0.0.1:3222 && ./cs-gdb"
This is wrapped up in a "runner" binary
2009-09-03 13:26:38 +02:00
hjk
0915d3e206
debugger: add manual test for QDateTime, also extend script test a bit
2009-09-03 13:26:38 +02:00
dt
e1f9a003bb
Fix crash, with a non existing toolchain.
2009-09-03 13:21:01 +02:00
Pierre Rossi
98af2967cc
a few more french translations
2009-09-02 18:03:27 +02:00
Thorbjørn Lindeijer
e8598222d0
Warn when no color schemes are found, for debugging purposes
2009-09-02 17:17:13 +02:00
Thorbjørn Lindeijer
0f6f1f428c
Fixed painting glitch visible on Windows
...
Creator would get darker and darker when dragging or clicking the mouse.
Don't paint the editor indicator when there is no view or the view has
editors.
Reviewed-by: mae
Reviewed-by: Daniel Molkentin
2009-09-02 16:30:08 +02:00
Jarek Kobus
1fd9ebfcaf
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
2009-09-02 15:40:14 +02:00
hjk
7ce044031c
debugger: fix basic script debugging
...
Locals view was broken, also unknown entries should not have children.
2009-09-02 13:21:18 +02:00
Daniel Molkentin
36f2edb5e2
fixes to last commit
2009-09-02 11:22:53 +02:00
Daniel Molkentin
b3b82d9abe
Extend "Show in Finder" functionality to Windows and Unix.
...
On Unix, we cannot select the specific file, so the entry there is
called "Open containing folder".
2009-09-02 11:15:10 +02:00
hjk
5a4a376949
debugger: fix start up of scriptengine when discovering a script
2009-09-02 10:44:20 +02:00
con
147131f777
Check for Qt 4.6 when building Qt Creator
2009-09-02 10:27:35 +02:00
hjk
a48a686a1d
debugger: move script engine initialization to startDebugger()
2009-09-02 10:08:13 +02:00
hjk
f74d252b95
debugger: work on trk manual tests
2009-09-02 10:08:12 +02:00
hjk
b9e0860a67
Work on TRK adapter
2009-09-02 10:08:12 +02:00
Benjamin Poulain
bde57a8832
Improve the French translation
2009-09-02 09:44:42 +02:00