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
Marco Bubke
851fb975ec
add readlink to the qtcreator startup script so that you can use sym links on it
2009-04-07 14:09:18 +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
Marco Bubke
088a4bd3a4
ask for dumper for QSharedPointer
2009-04-07 13:50:41 +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
Roberto Raggi
d7d8ed6d95
Updated the changes for 1.1
2009-04-07 11:02:20 +02:00
Roberto Raggi
eb1b86ef86
Don't mention the ObjC++ support.
...
ObjC needs a lot of work and we won't have time to finish it in time for 1.1.
2009-04-07 10:57:47 +02:00
con
c33ca52b35
Merge commit 'origin/1.1'
2009-04-07 10:55:32 +02:00
con
1f4fcf8ec0
That was a bit early.
2009-04-07 10:54:14 +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
hjk
9318459b47
debugger: allow short stack to be expanded by a context menu item or
...
double click on the "<...>" line
2009-04-07 10:41:01 +02:00
Thorbjørn Lindeijer
4567752529
Make sure the frame at the bottom is hidden by default
...
Showed up as a double horizontal line at the bottom that only
disappeared after entering and exiting the FakeVim mode.
2009-04-07 10:26:22 +02:00
Thorbjørn Lindeijer
3c91cd8b38
Fix position of function argument hint with multiple screens
...
Was always on the first screen since the screen number was determined
incorrectly. Thanks to Christian Hönig for reporting the issue.
Reviewed-by: Daniel Molkentin
2009-04-06 17:51:55 +02:00
Roberto Raggi
6fd6bf7fcb
Make warnings with Qt::darkYellow.
2009-04-06 17:35:29 +02:00
dt
16be88e992
Make the layout of the CMakeRunPage nicer.
2009-04-06 17:07:51 +02:00
dt
3b6d8b8f4d
Add the ability to add Runconfigurations for cmake-targets we know about
...
Task: 250415
2009-04-06 17:01:26 +02:00
Thorbjørn Lindeijer
35a960fbbe
Updated my changes for 1.1
...
Removed two things cause they were already cherry-picked into 1.0.
2009-04-06 16:56:47 +02:00
Roberto Raggi
f3767148c0
Fixed: Possible crash when resolving fully qualified name ids.
...
Task: 249227
2009-04-06 16:49:58 +02:00
hjk
898179f8fe
debugger: work on auto test
2009-04-06 16:30:27 +02:00
hjk
ad8eec7ecd
debugger: escape '"' in GdbMi::toString()
...
Fixes an autotest failure.
2009-04-06 16:30:27 +02:00
hjk
c1124a4f8a
debugger: work on gdbmi test cases
2009-04-06 16:30:26 +02:00
Thorbjørn Lindeijer
494f0764dc
Fix the navigation links on Ctrl-hover
...
Link position had the wrong offset. Also took out a redundant check on
token kind.
2009-04-06 15:30:14 +02:00
dt
6a55ca9776
Make .user files a little more robust to be used in different paths
...
Save a relative path to the .pro file. This means RunConfigurations can
now be shared between platforms.
Note: BuildConfigurations have two problems: The qt version id and the
shadow build option. If the user doesn't use those two, then he is fine.
2009-04-06 15:23:27 +02:00
dt
9f93c7016e
Fix slowness of Locator if the string was "f \" or "f /".
...
The way we constructed the paths was just wrong, so we ended up
resolving lots of UNC paths.
2009-04-06 14:40:46 +02:00
hjk
733fb8fb62
debugger: move mi parser test case to a proper autotest
2009-04-06 14:08:02 +02:00
hjk
7d48b523d5
fakevim: work on auto tests
2009-04-06 14:08:01 +02:00
hjk
094e60f103
fakevim: make empty auto test compile
2009-04-06 14:08:01 +02:00
Oswald Buddenhagen
4bece54f34
re-initialize some variables for each file
...
merge 3570e978058816745101a69b552ad9d07e349542 and
00f2031c60bc472544b509586ee31c643ab2e81d from qt.
2009-04-06 11:11:42 +02:00
con
237cd06bdc
Merge commit 'origin/1.1'
2009-04-03 23:56:56 +02:00
dt
8bdfdba034
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-03 17:50:07 +02:00
dt
0afed96f29
Fix warning about unused variable
2009-04-03 17:45:18 +02:00
dt
0ce35585d1
Usability improvements in the Qt Version Dialog
...
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-04-03 17:41:11 +02:00
Friedemann Kleint
e346fea6bc
Activate CDB. Simplify locals display of CDB, make it possible to assign simple values.
...
Do automatically expand first level (only on request), recurse only in completeModel.
2009-04-03 16:42:02 +02:00
hjk
05f0b60ff1
fakevim: fix split window
2009-04-03 16:33:59 +02:00
con
cd14b9f197
Find dialog doesn't remember last selected scope.
...
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-04-03 15:53:51 +02:00
hjk
f442fd6e55
debugger: do not duplicate the line when pressing Ctrl-Return in the
...
left gdb pane.
This is more convienient when repeating a series of commands.
2009-04-03 15:48:34 +02:00