Roberto Raggi
cae8d4169b
Fix the AST code generator
2011-05-16 12:48:05 +02:00
hjk
a67fb4b6d3
debugger: change "watchpoint" to "data breakpoint" also in the class docs
2011-05-16 12:39:18 +02:00
Friedemann Kleint
8da2c548f3
Debugger[CDB]: Fix console on Windows XP.
...
Attach to suspended application and doing resume manually
does not work. Use special options for console.
Reviewed-by: hjk
Tested-by: Alessandro Portale <alessandro.portale@nokia.com >
2011-05-16 12:32:51 +02:00
Friedemann Kleint
5b03087f50
Debugger: Move corrected breakpoints back after termination.
2011-05-16 12:32:51 +02:00
Christian Kamm
4937769eab
QmlJS: Don't add invalid imports to TypeEnvironment.
...
Done-with: Fawzi Mohamed
2011-05-16 12:21:20 +02:00
dt
9dea7a397b
Fix crash in QMakeStep::allArguments
...
qtVersion can be null now
2011-05-16 12:18:20 +02:00
Kai Koehne
e3158d0e99
DebuggingHelper: Show tooltip on why a helper cannot be built
...
Change-Id: I56a93ae98d73ac174f39da8e8a4d3eab05f02800
2011-05-16 12:03:51 +02:00
Pawel Polanski
2ee282817b
Text fix
2011-05-16 11:59:12 +02:00
Oswald Buddenhagen
882d2ac2a7
fix compile of plugins which use #include <cplusplus/foo.h>
2011-05-16 11:56:36 +02:00
hjk
4c8a0f3a50
fakevim: compile fix on windows
...
There's a limit on the number of 'else if' with MSVC.
2011-05-16 11:08:18 +02:00
Oswald Buddenhagen
b342ad8cf4
remove nokia copyrights from roberto's code
...
they are lying. nokia has no copyright on this code. and the double
license in a single file looks weird. that's why we moved it to
3rdparty/, so it is clear it is not nokia's.
Approved-by: legal
2011-05-16 11:05:30 +02:00
Oswald Buddenhagen
67704b8b41
move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/
...
Approved-by: legal
2011-05-16 11:05:30 +02:00
Leena Miettinen
5a39fba580
Doc: fix link
2011-05-16 11:00:19 +02:00
Oswald Buddenhagen
014571b602
improve value source tracking
...
- use the current file if a value is generated "out of nowhere"
- preserve source through function calls
Task-number: QTCREATORBUG-4897
2011-05-16 10:28:04 +02:00
Friedemann Kleint
f5a37db6c4
Utils: Fix colorbutton slot warning.
...
Fix up e8cc99632c .
2011-05-16 09:40:29 +02:00
hjk
68dd1284f7
fakevim: implement Ctrl-y
2011-05-13 19:02:02 +02:00
Alessandro Portale
e8cc99632c
Reduced the moc abuse in qtcolorbutton
2011-05-13 18:29:45 +02:00
Christian Kandeler
86fc5fee08
Maemo: Don't assume a remote Linux has package management ...
...
... in the config test dialog.
2011-05-13 18:07:32 +02:00
hjk
9ccca96b20
debugger: add example code for "manual downcasting"
2011-05-13 17:57:31 +02:00
Alessandro Portale
034765bcea
Removed apparently unneeded (and uncommented) moc_foo.cpp include
2011-05-13 17:27:17 +02:00
Bill King
dc5185111e
make autotests compile again.
2011-05-13 17:00:58 +02:00
Oswald Buddenhagen
8ec8435585
fix ioutils autotest
2011-05-13 16:43:16 +02:00
Tobias Hunger
f823791dfb
Toolchain: Add clang toolchain
...
Note: Parsing of error messages is still missing. So Build Issues
are not properly reported yet.
2011-05-13 15:57:40 +02:00
Tobias Hunger
3cf07cba38
Git: String updates
...
Reviewed-by: Leena Miettinen
2011-05-13 14:56:31 +02:00
dt_
94bf811b1f
Fix version dialog ui
...
Task-Nr: QTCREATORBUG-4893
2011-05-13 14:06:31 +02:00
Christian Kandeler
ed2946bad9
Maemo: More precise list of deployable files for library projects.
...
We now also take libmylib.so.x.y.z etc. into account.
2011-05-13 13:55:05 +02:00
Christian Kandeler
4678208c3a
Qt4ProFileNode: Add project version information.
...
Reviewed-by: dt
2011-05-13 13:55:05 +02:00
Tobias Hunger
df7aa6b578
ToolChain: Add support for mkspecs
...
Make the toolchains report their mkspec files and use the mkspec of the
toolchain if it does provide one. Fall back to the Qt version's mkspec
otherwise.
Task-number: QTCREATORBUG-4396
2011-05-13 13:34:43 +02:00
Tobias Hunger
5cf0e625cc
Remove code that is no longer necessary
...
We can figure out now whether something was build with mingw or not.
2011-05-13 13:34:42 +02:00
Kai Koehne
99911c5f3d
DebuggingHelper: Keep state of different UI's for same version in sync
...
QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in
QMakeStep & in the Qt Options react to.
Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
2011-05-13 12:46:34 +02:00
Kai Koehne
6b25d6fbe1
DebuggingHelper: Always save output to 'General Messages' pane
...
Change-Id: I558c81f5a74d717dabb56d36fea3ed5f5b2acc18
2011-05-13 12:46:34 +02:00
Kai Koehne
91259db4fb
DebuggingHelper: Always invalidate cached QtVersion information after run
...
Moving this to DebuggingHelperBuildTask / QtVersionManager makes sure
the version information is also updated if e.g. the QtOptionsPage has
been closed in between.
Also, update all Qt versions that share the same qmake path.
Change-Id: Idc23f6d9fa609e2a36f1d6d4cb09c6483afd4cc4
2011-05-13 12:46:34 +02:00
Pawel Polanski
e6b58f234b
Space fix
2011-05-13 12:35:57 +02:00
Pawel Polanski
42d1f0adcf
TRK: Fixed spacing problem console output
2011-05-13 12:35:56 +02:00
Pawel Polanski
ac35a92646
Publish to Ovi displays problems with build setup
...
Such as: no valid toolchain or no valid build
configuration
Reviewed-by: dt
2011-05-13 12:35:56 +02:00
Pawel Polanski
346397e61a
Change Cancel->Close text in Publish to Ovi
...
When build process finishes there is nothing to
cancel so why should there be a cancel text
Reviewed-by: dt
2011-05-13 12:35:55 +02:00
Pawel Polanski
0e069763b3
Notification for failed Publish to Ovi
...
If Publish to Ovi tries to build a package and
it fails than the finish() signall will be emited
Reviewed-by: dt
2011-05-13 12:35:54 +02:00
Pawel Polanski
c335c9b264
Added toolchain selection option to Publish to Ovi wizard
...
User is now able to choose another than the default
toolchain
Reviewed-by: dt
2011-05-13 12:35:53 +02:00
Tobias Hunger
20fe639139
Fix copy and paste error
...
Thanks Tim for pointing it out!
2011-05-13 12:27:55 +02:00
Thibaut Cuvelier
fa57b9e774
french translation fixes
...
Merge-request: 2197
Reviewed-by: ossi
2011-05-13 12:09:34 +02:00
Christian Kandeler
38dc1c2dee
Maemo: Fix crash on re-run.
...
SSH connection must be acquired on every start operation
instead of just once.
2011-05-13 11:23:48 +02:00
Leena Miettinen
bcfc3fa85e
Doc: implement review comments
2011-05-13 11:13:44 +02:00
Thomas Hartmann
3595e10246
QmlDesigner.formEditor: implementing mousePressEvent()
2011-05-13 11:10:46 +02:00
Thomas Hartmann
894c215a1b
QmlDesigner.formEditor: remove yellow highlight for anchors
...
The yellow highlight was not intuitive.
Also I fixed the indentation.
2011-05-13 11:10:45 +02:00
Thomas Hartmann
29c97b458d
QmlDesigner.textToModelMerger: avoid possible crash
...
The setup should be after changing the type. Also we have to check for the
case where the ModelNode is the root node.
2011-05-13 11:10:45 +02:00
Thomas Hartmann
69b9cb8cc7
QmlDesigner.statesEditor: crash fix
...
The node instance view might be detached.
2011-05-13 11:10:44 +02:00
Thomas Hartmann
7a43252d49
QmlDesigner.formEditor: tweaking the css
...
The background gets lighter on focus.
2011-05-13 11:10:44 +02:00
Christian Kandeler
7404b4c3f4
Make constructor explicit.
2011-05-13 09:50:14 +02:00
Oswald Buddenhagen
cfb232eba9
ConsoleProcess: undo pointless processError() => processMessage(bool error) change
2011-05-12 20:39:44 +02:00
Oswald Buddenhagen
322a8481a7
unify application launcher between platforms
...
purge abstractprocess and winguiprocess. they serve no purpose.
applications can have stdio on windows as well, in addition to the
windows debug channel.
Task-number: QTCREATORBUG-4822
2011-05-12 20:39:44 +02:00