Commit Graph

2411 Commits

Author SHA1 Message Date
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
Fred Emmott b95af44c0d work on substitution command in fakevim 2009-04-14 13:59:46 +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
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
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
Thorbjørn Lindeijer 8d774b19cd Code style fixes
Removed "void" from functions that take no parameters, removed a few
"get" prefixes, etc.
2009-04-08 15:13:17 +02:00
Thorbjørn Lindeijer 793de72a44 Honour the default path passed to the generic project wizard 2009-04-08 15:13:17 +02:00
con 2bc45cc8e5 Remove superfluous TODO 2009-04-08 12:02:56 +02:00
dt 8261498c11 Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1 2009-04-08 11:49:36 +02:00
dt 0dc21f4272 Add ToolChain paths to the building of the debuggign helper
Ugly as hell, that code needs a refactoring once 1.1 is out.
2009-04-08 11:49:24 +02:00
con 423744e4e1 Version bump. 2009-04-08 11:47:14 +02:00
con 25deca3705 Merge branch '1.1' 2009-04-08 11:46:10 +02:00
con de6a0cfea9 Version bump. 2009-04-08 11:45:30 +02:00
con be7f1e2f55 Another replaceVersion on Mac fix attempt.
Somehow the required end of line didn't work out on Mac.
We have 2-digit version number parts.
2009-04-08 11:40:53 +02:00
con b4a2878627 Merge commit 'origin/1.1' 2009-04-08 11:02:52 +02:00
con 2e1ecb5c1b Function argument widget was closing too early.
In case the completion shortcut contained the escape key (Mac xcode-like
shortcut settings).

Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-04-08 10:29:59 +02:00
hjk cbcf5e4871 debugger: fix debugging helpers for QHash<QString, ...> 2009-04-07 17:36:29 +02:00
hjk 0d803c5da8 fakevim: fix some target column related issues 2009-04-07 17:36:29 +02:00
mae e84d4ae7f6 Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1 2009-04-07 17:33:06 +02:00
mae 173ae4d6b6 small fix to removeAllSplits() 2009-04-07 17:32:31 +02:00
con 0a91e21f4b More debugging helper renaming. 2009-04-07 17:16:48 +02:00
Friedemann Kleint d199d6606e Continue CDB.
Improve locals handling, add watcher handling via expressions. Make
debug marker appear, start with breakpoint synchronization.
2009-04-07 17:07:11 +02:00
dt a10dc593b0 Switching to the output mode now always gives focus to the output mode.
Annoying
2009-04-07 17:05:41 +02:00
hjk bb3e6b720c debugger: rename data dumpers into "debugging helpers" 2009-04-07 16:39:47 +02:00
Thorbjørn Lindeijer 14eb3f6f26 Fixed jumping to macro definitions 2009-04-07 16:31:09 +02:00
Thorbjørn Lindeijer 6d0f973f75 Better name for method to pick the completion collector
isValid -> supportsEditor
2009-04-07 16:02:51 +02:00