Friedemann Kleint
d4ccc16f9f
Implement disassembler for cdb.
...
Filter debugging output correctly, some glitches. Extract
base class for debugging output to be able to intercept
debugging output for other purposes (such as disassembling).
2009-04-14 15:04:19 +02:00
hjk
883a7ffdbc
fakevim: fix the "Quit FakeVim" handler
2009-04-14 14:42:46 +02:00
hjk
254aa303ff
debugger: use 'gdb' as default debugger
2009-04-14 14:24:45 +02:00
Fred Emmott
b95af44c0d
work on substitution command in fakevim
2009-04-14 13:59:46 +02:00
hjk
1c9714305e
debugger: don't kill gdb the hard way if it is still in a known state
2009-04-14 12:59:43 +02:00
Thorbjørn Lindeijer
c3a3ab9664
Small tweaks to NTFS writable check fix
2009-04-14 12:34:26 +02:00
Mathias Gumz
1898c4dbff
bugfix for windows: trying to open files stored on network drives relied on QFileInfo::isWritable() without using the real filesystem checks
2009-04-14 12:34:26 +02:00
hjk
fcfd3ae58a
make the startup script work with directories containing spaces.
...
Thanks to "catanzag" on the labs blog.
2009-04-14 12:28:17 +02:00
hjk
163705b879
debugger: less debug output in cases we know what's missing
2009-04-14 12:20:23 +02:00
hjk
73a2dc6f84
debugger: make some noise if we still can't set pending breakpoints on Linux
2009-04-14 12:20:23 +02:00
hjk
84a43310a7
debugger: use break-insert -f to insert pending breakpoints
2009-04-14 12:20:22 +02:00
Oswald Buddenhagen
894ee04ee0
make terminal emulator configurable centrally
...
this includes changing the runInTerminal.command command line.
the terminal setting mock from the debugger plugin is gone again.
2009-04-14 11:41:23 +02:00
Oswald Buddenhagen
c8c183f6b4
use temp file to pass env on unix as well
...
the linux command line can be 32k long ... which might still be not
enough. well, in fact, it just makes the 'ps' output unreadable.
2009-04-14 10:24:06 +02:00
Oswald Buddenhagen
9ec1737db1
disambiguate IContext for vc9
2009-04-14 10:24:06 +02:00
Daniel Molkentin
07f1aafa38
Fixes: Startup wrapper when Creator in directory with spaces.
...
Bug reported and fix suggested by catanzag on Qt Labs blog. Thanks!
Reviewed By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-04-14 10:14:51 +02:00
Daniel Molkentin
f0794bd0d4
Fixes: Find CDB on 64 Bit Windows.
2009-04-14 10:12:24 +02:00
con
570884931b
Ignore qtcreator_process_stub.
2009-04-14 09:44:36 +02:00
hjk
3e6285358d
fakevim: fix positioning after 'w'
...
was broken during the changes to the "target column" logic
2009-04-14 09:38:16 +02:00
hjk
e76ba64f68
fakevim: work on autotests
2009-04-14 09:38:16 +02:00
hjk
04e2fc1217
fakevim: work on tests
2009-04-14 09:38:16 +02:00
Thorbjørn Lindeijer
268f460f7d
Fixed dialog title for selecting core file
2009-04-10 02:40:16 +02:00
con
407ebe69b3
Remove duplicates.
2009-04-09 18:15:10 +02:00
Friedemann Kleint
6d4d19dfa8
Handle various CDB output windows.
...
Add modules, threads and register view. Refactor register format code.
2009-04-09 16:51:13 +02:00
hjk
57aad47460
fakevim: work on autotests
2009-04-09 13:49:22 +02:00
hjk
353025f37f
debugger: potential fix for cases where the std:: namespace is not
...
reported properly
2009-04-09 13:49:22 +02:00
con
814b36f2ff
Sorry, still can't embed videos, crashes too often.
v1.1.0-rc1
2009-04-09 12:44:12 +02:00
Oswald Buddenhagen
e6843ff5bc
Merge commit 'origin/1.1'
2009-04-09 12:04:50 +02:00
Olli Werwolff
7b84e0c91b
Fixes: Changes in skipping files and suggested path in qrc editor
...
RevBy: Thorbjorn Lindeijer
Details: Renamed button "Don't Add" to "Skip". The button is only
shown, if more than 1 file shall be added. In addition to
that the qrc editor checks, whether there is a "Resources"
directory in the qrc-file's folder and sets this directory
as the suggested save dir, if present (Needed in the Visual
Studio Add-in)
2009-04-09 11:57:27 +02:00
hjk
971c1999d2
debugger: provide an entry saying <no information> if an object has no
...
children (or no debug information available)
2009-04-09 11:37:55 +02:00
Thorbjørn Lindeijer
cb75dd05ea
Prevent endless loop when no matching brace is found
...
Would show up when typing ")," where the closing brace doesn't have a
matching opening brace, for example.
Done with Roberto Raggi.
2009-04-09 11:16:24 +02:00
Friedemann Kleint
3a5b6825a7
Report termination of git pull/push (which was missing feedback).
2009-04-09 10:05:53 +02:00
con
a0fa383235
Show a useful dialog when debugger can't find debugging helper.
...
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-04-08 17:26:19 +02:00
hjk
e7e0fe7475
debugger: make QObject connection dumper work again
2009-04-08 17:05:59 +02:00
hjk
a03ad5ae91
debugger: start work on new stand-alone test for debugging helpers
2009-04-08 17:05:58 +02:00
Friedemann Kleint
3d55c45e2c
Continued CDB breakpoint handling.
...
Enable temporarily stopping for setting breakpoints. Fix terminating the
debuggee in exitDebugger().
2009-04-08 16:37:41 +02:00
Friedemann Kleint
472e25025f
Start on the German (prototypical) translation.
2009-04-08 16:35:56 +02:00
Friedemann Kleint
c9af7bba5d
Add Documentation for CDB.
...
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-04-08 16:34:42 +02:00
Thorbjørn Lindeijer
c63c9095d7
Attempt to clear some confusion around generic project
2009-04-08 16:31:21 +02:00
Thorbjørn Lindeijer
da5f8d7cd8
Fixed compiling with gcc 3.3
2009-04-08 16:31:21 +02:00
hjk
48dcc26d36
fakevim: work on autotests
2009-04-08 16:05:49 +02:00
hjk
3e38a0598b
debugger: make user visible strings translatable
2009-04-08 16:05:49 +02:00
hjk
7a77f83759
debugger: stack view cosmetics
2009-04-08 16:05:49 +02:00
hjk
1fd6aa1ac1
app.pro: also add $$IDE_APP_TARGET to the installation
2009-04-08 16:05:49 +02:00
con
fb056b1a73
Don't crash when unsplitting more complicated editor splits.
...
Whenever we want to re-use widgets from the former child SplitterOrView,
we must make sure that this doesn't delete it later on.
2009-04-08 16:00:00 +02:00
dt
62aab5fc50
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-08 15:41:35 +02:00
dt
1d9bf9ab58
Fixes small ui problems in remove file dialog.
2009-04-08 15:41:18 +02:00
dt
3761aff867
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-08 15:18:27 +02:00
dt
e6779aaeb2
Use QT_INSTALL_DATA instead of path() for searching the debugger helper
2009-04-08 15:16:02 +02:00
Thorbjørn Lindeijer
29a620fa97
Made font of search results match text editor font
...
Before it would use Courier on all platforms, which didn't always look
nice. Now it uses the configured text editor font.
The file paths are now also normal size, at least personally I don't see
why they should use a larger font.
2009-04-08 15:13:17 +02:00
Thorbjørn Lindeijer
30c357b218
Removed unused method from CPPEditor
2009-04-08 15:13:17 +02:00