Commit Graph

2267 Commits

Author SHA1 Message Date
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
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
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
dt
607f622cd5 Add PKGCONFIG to highlighted variables. 2009-04-07 15:58:02 +02:00
dt
bd47ccee2b Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1 2009-04-07 15:28:42 +02:00
dt
ef2b100e6e Typo fixes for cmake wizard pages. 2009-04-07 15:27:51 +02:00
Thorbjørn Lindeijer
99f2359788 Added license headers to javascriptengine_p.{cpp,h}
Reviewed-by: Roberto Raggi
2009-04-07 15:12:35 +02:00
dt
7fba9fd799 Typo fix 2009-04-07 15:00:30 +02:00
dt
0a406dbe1f Add a makestep that cleans up
Make clean and rebuild all work.
2009-04-07 15:00:16 +02:00
con
85325d5056 Build debugging helpers on Mac.
Reviewed-by: dt <qtc-committer@nokia.com>
2009-04-07 14:38:43 +02:00
Oswald Buddenhagen
734aedb3c2 install the process stub 2009-04-07 14:34:52 +02:00
hjk
f88e15bf6b debugger: fix potential endless loop 2009-04-07 14:15:02 +02:00
hjk
2da2d57143 pluginspec: don't use the patched plugin loader. breaks on Fedora 10... 2009-04-07 14:15:02 +02:00
hjk
8d41168672 debugger: make assignment in watch window look nicer, also make it work in
script debugger
2009-04-07 14:15:02 +02:00
dt
3d863b211a Show progress for building cmake projects.
Parse percent output of cmake, report via QtConcurrent and modify the
BuildManager to also report the progress to the ProgressManager.
2009-04-07 13:52:28 +02:00
dt
dee34912d5 Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1 2009-04-07 12:05:10 +02:00
dt
3da6ca098c Kill the git process if we timed out waiting for it. 2009-04-07 12:04:43 +02:00
dt
c95f079fc0 Fixes: Recent Projectsd list all cmake projects as CMakeLists.txt
Required a few changes to pass on the displayName everywhere.

Task-number: 250402
2009-04-07 11:59:26 +02:00
hjk
8e16a02acf debugger: fix script debugger startup 2009-04-07 11:24:20 +02:00
con
c33ca52b35 Merge commit 'origin/1.1' 2009-04-07 10:55:32 +02:00
Thorbjørn Lindeijer
bbf284bb6d Only highlight the filename of an include as link
Previously the whole line turned into a link. I think it looks a bit
nicer now.
2009-04-07 10:48:28 +02:00
hjk
6be3455ab2 editormanager: put quotes around filenames in the File menu 2009-04-07 10:41:02 +02:00
hjk
de8922839b debugger: work on test suite 2009-04-07 10:41:01 +02:00
hjk
a7e677421d debugger: work on autotests
Qt creator starts up now, no debugging yet.
2009-04-07 10:41:01 +02:00