Commit Graph

88532 Commits

Author SHA1 Message Date
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
con
23c215f313 Add some "other file". 2009-09-02 09:43:38 +02:00
dt
acd090200a Fix crash. 2009-09-01 17:27:53 +02:00
con
3eb875cf97 No need to create a QScriptEngine at startup. 2009-09-01 16:19:45 +02:00
con
b5b35dab33 Move aggregation auto tests to test directory. 2009-09-01 16:19:45 +02:00
dt
dad4aa05b7 Remove now dead code. 2009-09-01 16:13:56 +02:00
dt
f4c10deeb3 Fix parsing of .qmake.cache Fixes DESTDIR for debug_and_release_targets
Closer again to qmake, ossi won't like it, but this is exactly what
qmake does, even it it looks a little bit strange. He can come up with
a better fix after he is back from vacation.
2009-09-01 15:59:12 +02:00
mae
a922accd11 Fixed crash in combination with splits (some spurious
focus in events resulted in currentEditorView() being 0)
2009-09-01 15:14:38 +02:00
Thorbjørn Lindeijer
9bdd359827 Some small updates to the documentation of generic projects 2009-09-01 14:50:27 +02:00
Thorbjørn Lindeijer
83974d8914 Adapt a few hardcoded background colors in search results
Make the background of the files and line numbers adapt to the
background color. Making it darker only works nicely for non-dark
backgrounds, but it's better than hardcoding a light background.

The highlight of the search results still has to be fixed.
2009-09-01 14:50:27 +02:00
Thorbjørn Lindeijer
6bb5358abc Fixed the background of the icon in the search input
It was opaque, whereas now it adapts better with varying background
colors.
2009-09-01 14:50:27 +02:00
Alessandro Portale
d6e2a10591 AlienDirSeparatorsOnWindows--
Reviewed-by: Trustme
2009-09-01 13:32:50 +02:00
dt
6492101ea3 Fix importing adding a empty spec argument to qmake 2009-09-01 12:27:25 +02:00
Henrik Hartz
8d77f80bc2 Change to new API 2009-09-01 12:18:18 +02:00
Pierre Rossi
5c1c4501d2 french translation: non breaking spaces before colon char. 2009-08-31 17:54:09 +02:00
Pierre Rossi
a5f6bfbf21 French translation updates and fixes. 2009-08-31 17:54:09 +02:00
Christian Kamm
b208e855ad Remove leftover updateWatchDataAnnounce. 2009-08-31 16:24:15 +02:00
Daniel Molkentin
677c78dccd Clean up the index page a bit. 2009-08-31 16:17:06 +02:00
hjk
452f108ac7 debugger: fixes and improvements related to the Locals display
Split the concepts 'enabled' and 'editable' in the dumper output
Disable "<not in scope>" entries, also fix their type.
Fix glitch in type beautification for display
Find reason for failing bulk updates.
2009-08-31 16:05:55 +02:00
Daniel Molkentin
7503d1bcf6 Silence doc warnings, apply new Qt docs layout, add CVS to RCSes. 2009-08-31 15:20:16 +02:00
Thorbjørn Lindeijer
57bebee640 Use the theme background color for panel line edits
Previously, the image used as background forced it to be white, which
made the text impossible to read when the palette foreground color
happened to be white as well.

Task-number: 258167
2009-08-31 15:04:54 +02:00
con
dea7e36a13 Don't follow symbolic links in the file system view.
If you double-click on a file, this file should be opened, not its link
target.
2009-08-31 12:30:54 +02:00
hjk
c7a48c67c0 debugger: revert accidentally commited changes in the dumpers 2009-08-28 17:37:48 +02:00
hjk
7cd8ba8af4 debugger: disable bulk updates 2009-08-28 17:32:04 +02:00
hjk
da76dcc32f debugger: the new pointer checks had been to aggressive. disable for now 2009-08-28 17:32:04 +02:00
dt
4e16b27b6e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-28 17:23:39 +02:00
dt
f862a034c0 Do some more checks, maybe one of them is the reason for a crash. 2009-08-28 17:20:37 +02:00
dt
8a3e02a9e4 Fix allocating potential far too much memory in the debugger.
Beware of negative sizes.
2009-08-28 17:19:42 +02:00
Thorbjørn Lindeijer
20e3d53602 Fixed endless looping in include paths in some cases with symlinks
Done-with: Christian Kamm <christian.d.kamm@nokia.com>
2009-08-28 16:58:35 +02:00
Thorbjørn Lindeijer
1d022d32ec Fixed the context of the Hello World! mode 2009-08-28 16:57:27 +02:00
hjk
27382f753c debuger: fix insertion of nested WatchData 2009-08-28 15:56:58 +02:00
hjk
75ade29466 debugger: allow dumpers to return children in more than one nesting level 2009-08-28 14:34:56 +02:00
hjk
62d7ea19ad debugger: rewrite run.pl in C++ 2009-08-28 14:34:56 +02:00
ck
39a9606385 Fixed compiler warning about non-virtual destructor. 2009-08-28 14:19:24 +02:00
Thorbjørn Lindeijer
aba678604c Optimized startOfOperator a bit 2009-08-28 13:51:06 +02:00