Commit Graph

17738 Commits

Author SHA1 Message Date
Friedemann Kleint
bc8d61ef2c Debugger: Search all MSVC toolchains.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-03-22 10:23:31 +01:00
hjk
bd35f599f9 debugger: code cosmetics, fix warnings 2011-03-22 10:24:33 +01:00
Oswald Buddenhagen
feff022186 dispose of dynamic resolution of GetLongPathNameW and GetShortPathNameW
everything links to kernel32 anyway
2011-03-21 21:11:40 +01:00
Oswald Buddenhagen
428520d8eb don't include zero terminator into the string
fixes "run in terminal" and potentially numerous other bugs.

Task-number: QTCREATORBUG-4012
2011-03-21 21:11:40 +01:00
dt
919acf5786 ProjectExplorer: Move dependencies update a little further up
Task-Nr: QTCREATORBUG-4168
2011-03-21 18:28:55 +01:00
Tobias Hunger
dcae06a5c5 Unit test for Abi::abisOfBinary(...) 2011-03-21 18:04:48 +01:00
Tobias Hunger
3dd019461d Fix MSVC version for 6.x Windows SDKs
&.0 is using MSVC2005, all later versions starting with 6.0a are
using MSVC2008.
2011-03-21 18:04:47 +01:00
Pawel Polanski
5a186ceaa4 CODA: Handle 'USB removed when debugging' sutiation 2011-03-21 16:38:38 +01:00
Pawel Polanski
a2ec23c0e9 GDB: Handle ill engine's situation 2011-03-21 16:38:37 +01:00
Leena Miettinen
ed070ff235 UI text: fix capitalization
Reviewed-by: con
2011-03-21 16:18:05 +01:00
Leena Miettinen
b8441f0e4f Doc: replace image with text
Update the screen shot
2011-03-21 16:18:04 +01:00
Tobias Hunger
b2df065b56 Use distinct ABIs for MSVC versions
Use a distinct ABI OS flavor for each of the supported MSVC versions.

Task-number: QTCREATORBUG-4129
2011-03-21 15:46:42 +01:00
Oswald Buddenhagen
6b8eb847c4 fix crash when evalError() is called before a block is started
would happen if a qt installation simply disappeared and the qt version
manager didn't notice it yet.
2011-03-21 15:45:58 +01:00
Christiaan Janssen
a20846a052 QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)
Reviewed-by: Kai Koehne
2011-03-21 15:15:12 +01:00
Kai Koehne
58e697bc09 QmlDebug: Fix crash on app closing
Make sure that the engineClient object is the parent of all of its
queries, since the destructor of a query might try to access the client
...

Reviewed-by: Christiaan Janssen
Task-number: QTCREATORBUG-4105
2011-03-21 15:07:34 +01:00
Kai Koehne
bd2e4af905 QmlJsDebug: Remove unused code 2011-03-21 15:07:34 +01:00
hjk
634bcc88ad debugger: intercept calls to qFatal
On Windows that might kill the inferior even if we only want to
examine data.

Task-number: QTCREATORBUG-4145
2011-03-21 15:05:50 +01:00
Thomas Hartmann
5426c3ac2c QmlJSDumper: improve d1041cc967
We have to use --notrelocatable in all cases
2011-03-21 14:49:26 +01:00
dt
c6e8b23702 Fixes double display of clean output
Task-Nr: QTCREATORBUG-4154

Reviewed-By: hunger
2011-03-21 14:10:59 +01:00
Thomas Hartmann
d1041cc967 QmlJSDumper: fix for plugins/components
We use "--notrelocatable" for now, since
otherwise plugins and components break.

Reviewed-by: Erik Verbruggen
2011-03-21 14:05:37 +01:00
Thomas Hartmann
f9fdb8a9a4 QmlDesigner.propertyEditor: bugfix
Lock setting of properties during notification.
2011-03-21 14:05:37 +01:00
Thomas Hartmann
85c85d84b6 QmlDesigner.formEditor: add reset button
Adding a button that allows reseting the view.
2011-03-21 14:05:36 +01:00
Tobias Hunger
1a7759b4af Update changes file 2011-03-21 13:16:45 +01:00
Tobias Hunger
b2d16265ff Update changes file 2011-03-21 13:07:48 +01:00
Kai Koehne
0c395ec334 Changes file update 2011-03-21 11:43:36 +01:00
cerf
1ceb461b1c Bazaar: fix conflicting keyboard shortcuts
Bazaar commands can now be triggered with ALT+Z as combination prefix
instead of the already used ALT+B

Merge-request: 278
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-03-21 11:39:30 +01:00
Leena Miettinen
5bbf0c5faa Doc: workaround to use DYLD_IMAGE_SUFFIX on Mac OS X Snow Leopard
Reviewed-by: con
2011-03-21 11:15:44 +01:00
Leena Miettinen
5f16e63185 Doc: directly interacting with native debuggers
Reviewed-by: hjk
2011-03-21 11:15:44 +01:00
Erik Verbruggen
6dcc84f340 Updated the changes file. 2011-03-21 11:02:10 +01:00
Erik Verbruggen
54bbb8e05c Updated the changes file. 2011-03-21 10:55:46 +01:00
con
20008bb9b5 Don't validate executable/working directory.
If they contain variables they'd turn red, because be don't resolve the
variables for validation.

Task-number: QTCREATORBUG-4063
2011-03-21 09:07:03 +01:00
con
1da9a900d2 Fix style of variable insertion.
Task-number: QTCREATORBUG-4061
2011-03-21 09:01:46 +01:00
Thomas Hartmann
08b6be9450 QmlDesigner.rewriter: recognize escaped unicode characters
Convert (e.g.) "\u2939" into the right unicode character.
2011-03-19 11:53:15 +01:00
Thomas Hartmann
9f50b6131a QmlDesigner.metaInfo: perfomance fix
The caching was not working properly.
Fixed.
2011-03-19 11:53:15 +01:00
Oswald Buddenhagen
5eb220b506 sync host & target mode determination with qmake
they are dynamically determined from the qmakespec now.

Task-number: QTCREATORBUG-3512
2011-03-18 21:28:04 +01:00
Oswald Buddenhagen
08deb39072 more exact qmake command line parsing
support -after and -config.
this also moves the actual parsing to ProFileOption, where it belongs.
2011-03-18 21:28:04 +01:00
Oswald Buddenhagen
16436a252b move command line args from ProFileEvaluator to ProFileOption 2011-03-18 21:28:04 +01:00
Oswald Buddenhagen
2e22ba59d9 recognize backslashes when evaluating a feature file's relativity
this is an utterly irrelevant non-feature, but whatever.
2011-03-18 21:28:04 +01:00
Oswald Buddenhagen
f8bc129055 remove pointless conditional 2011-03-18 21:28:04 +01:00
hjk
7198b1ea8b debugger: fix vanishing location mark in disassembler mode
Task-number: QTCREATORBUG-4157
2011-03-18 18:34:02 +01:00
hjk
ab60a53c9c update README 2011-03-18 18:34:02 +01:00
Alessandro Portale
cd7cf6649e Typo fix.
Forgot a "you".
2011-03-18 18:04:12 +01:00
Alessandro Portale
af81369bae Code cleanup.
Remove the code which handled the "QML_IMPORT_PATH" define in
the .pro file (actually, it did not even handle it, since the
line was commented).
2011-03-18 17:54:46 +01:00
Alessandro Portale
1cce35ecf5 Code deduplication.
The 'include(deployment.pri)' is now removed in a central place.
2011-03-18 17:50:15 +01:00
Alessandro Portale
dece4dccc7 Added (optional) touch optimized navigation of HTML5 apps
Code provided by the Bostoner Browser team.

The HTML5 wizard shows a checkbox "Enable touch optimized navigation"
which enables flicking and enlarged click areas. By default, the
option is turned off.

Task-Number: QTCREATORBUG-3284
2011-03-18 17:34:09 +01:00
Thomas Hartmann
e48f087026 QmlDesigner.rewriter: fixes utf 8 encoding
Task-number: QTCREATORBUG-4040
2011-03-18 17:32:13 +01:00
Thomas Hartmann
bcb926edc8 QmlDesigner: missing files 2011-03-18 17:32:12 +01:00
Thomas Hartmann
76f837c781 QmlPuppet: crashfix for puppet
We have to set a value when creating a dynamic property.
Otherwise the metacall triggered latter might crash when trying
to compare old and new value.
Task-number: QTCREATORBUG-4088
2011-03-18 17:32:12 +01:00
Leena Miettinen
96f82f56f8 Doc: update screen shot 2011-03-18 17:07:48 +01:00
Leena Miettinen
0b7d3cf873 Doc: new options for setting breakpoints and watchpoints
Reviewed-by: hjk
2011-03-18 17:07:47 +01:00