Commit Graph

21107 Commits

Author SHA1 Message Date
Christian Kandeler
8f921b954d Maemo: Remove outdated code.
This was left over from the time where there was only one kind
Target class for all Maemo-like target types.
2011-04-21 14:05:33 +02:00
Christian Kandeler
c4c7bb89dc Maemo: Fix file handling refactoring artifact.
Some content was written into the wrong files.
2011-04-21 14:05:33 +02:00
Friedemann Kleint
e36fa12115 Symbian: Fix error reporting. 2011-04-21 13:54:52 +02:00
Friedemann Kleint
bbe9c6c023 Debugger/Stack layout view: Exclude Dereferenced Pointers.
by WatchData::referencingAddress as they are outside
the address range.
2011-04-21 13:39:40 +02:00
Kai Koehne
565c42a30e QmlDebug: Fix debugging for mixed projects on MinGW
We've so far missed the 'QDeclarativeDebug: ' messages, because they
were arriving on an unexpected channel.

Task-number: QTCREATORBUG-4630
Reviewed-by: Friedemann Kleint
2011-04-21 13:29:57 +02:00
Christian Kandeler
0c1c7e1af0 Maemo: Disable QML debugging for Harmattan and Meego.
It's completely broken for the remote case in both pure QML and
mixed mode.
2011-04-21 13:28:34 +02:00
Friedemann Kleint
6484c14ab4 Debugger: Improve register check for memory layout. 2011-04-21 13:05:04 +02:00
Christian Kamm
8d4d88f072 QmlJS: Fix object literal indent in property initializers. 2011-04-21 12:56:59 +02:00
Friedemann Kleint
b0da6a1e6c Debugger: Add option to show the stack memory layout.
Show all variables. Mark registers as well in variable memory view
(showing stack pointers, etc).
2011-04-21 12:32:36 +02:00
Christiaan Janssen
5692120ee3 QmlDebugger: synchronize watches when deleted
Reviewed-by: Kai Koehne
2011-04-21 12:28:11 +02:00
Christian Kamm
d0d0a8c07e QmlJS: Fix indent of object literals.
Reviewed-by: Roberto Raggi
2011-04-21 12:25:15 +02:00
Christian Kamm
e3928941ee Fix the qmljs indenter autotest.
Reviewed-by: Bill King
2011-04-21 12:25:15 +02:00
Oswald Buddenhagen
8a9cbffea6 use environment from build config also when starting external processes
this uses QProcessEnvironment directly, which is somewhat inefficient,
but it has no big impact, and it can be optimized on the qt side.

Task-number: QTCREATORBUG-2866
2011-04-21 11:38:23 +02:00
Oswald Buddenhagen
4e91de7991 use QProcess in profile evaluator if not bootstrapped
this avoids the nasty console popups under windows

Task-number: QTCREATORBUG-1788
2011-04-21 11:38:23 +02:00
Oswald Buddenhagen
bff02614db fix return statement in #if 0'd code 2011-04-21 11:38:23 +02:00
Christian Kamm
c504d28eb5 QmlJS: Add semantic errors to task window.
Task-number: QTCREATORBUG-4103
Reviewed-by: Leandro Melo
2011-04-21 11:16:50 +02:00
Christian Kamm
e21311132b QmlJS: Fix library-by-path imports.
Fixes the problem 5426c3ac2c and
7b25f438c6 worked around.

Reviewed-by: Erik Verbruggen
2011-04-21 11:16:14 +02:00
Christian Kandeler
e40a0ca990 Maemo: Fix directory deployment issues. 2011-04-21 11:11:14 +02:00
Christian Kandeler
2781453b94 Maemo: Fix issue with cached device configuration.
External functions need to access the real device config,
internal ones need the cached one during deployment.

Task-number: QTCREATORBUG-4514
2011-04-21 11:11:14 +02:00
Christian Kandeler
4c65bac230 Maemo: Make QML debugging engine aware of early inferior exit. 2011-04-21 11:11:14 +02:00
Christian Kandeler
92cc93db15 Maemo: Fix misleading error message. 2011-04-21 11:11:14 +02:00
Christian Kandeler
220b9f60d4 struct -> class 2011-04-21 11:11:14 +02:00
Christian Kamm
ad43f5c48e QmlJS: Don't warn about function exp statements.
Reviewed-by: Roberto Raggi
2011-04-21 09:43:51 +02:00
Friedemann Kleint
5e5e533764 Debugger: Fix up titles/tooltips of memory views. 2011-04-21 09:10:31 +02:00
Oswald Buddenhagen
dd0203e921 use environment from build configuration in the project evaluator
Task-number: QTCREATORBUG-2866
2011-04-20 21:23:23 +02:00
Oswald Buddenhagen
5e23cf2968 eliminate m_filevaluemap by using source tagging
instead of having a second value map per included file, simply tag all
values with the project file they are coming from. a lot cleaner and
marginally faster.
2011-04-20 19:44:31 +02:00
Christiaan Janssen
85801227a9 QmlDebugger: keeping watches when changing stack frames
Reviewed-by: Kai Koehne
2011-04-20 17:33:26 +02:00
Friedemann Kleint
01ad08400e Bin editor: Improve tooltip.
Fix endianness.
Show binary, octal for single bytes, float and double.
Use HTML tables for formatting.
2011-04-20 17:03:10 +02:00
Leena Miettinen
1b14f69628 Doc: known issue related to Okteta KDE custom widget plugin
Task-number: QTCREATORBUG-4586

Reviewed-by: Friedemann Kleint
2011-04-20 16:20:40 +02:00
Tobias Hunger
acc01683cc GCCE: use default debugger 2011-04-20 16:13:37 +02:00
Christiaan Janssen
1fd7eebad8 QmlDebugger: don't show editor tooltip while debugging
Reviewed-by: Kai Koehne
2011-04-20 16:07:25 +02:00
Tobias Hunger
cceb0adbaa VCS: Use the configuration page in all the checkout wizards
Task-number: QTCREATORBUG-3752
2011-04-20 15:50:31 +02:00
Tobias Hunger
b520f184d3 VCS: Add WizardPage asking to configure the VCS 2011-04-20 15:50:30 +02:00
Tobias Hunger
6fb754e646 VCS: Add id to IVersionControl
... and all derived classes
2011-04-20 15:50:29 +02:00
dt_
0b1cc0f415 ProjectModel: Only claim editable if editable
Task-Nr: QTCREATORBUG-4545
2011-04-20 15:31:20 +02:00
Kai Koehne
c3e2fd9ed7 Fix "File name case mismatch" error when debugging QML apps (Win)
Work around QTBUG-17529 by normalizing the capitalization of the
working directory (which we do already for launching apps without
debugging).

Task-number: QTCREATORBUG-4592
Reviewed-by: Friedemann Kleint
2011-04-20 15:21:41 +02:00
dt
3f6e418b68 Symbian target: Fix availableBuildConfigurations
Task-Nr: QTCREATORBUG-4561

Reviewed-By: hunger
2011-04-20 14:44:22 +02:00
dt
3a2651bc8e Target setup: Allow deployconfigurations to not do anything
Task-Nr: QTCREATORBUG-4579

Reviewed-By: hunger
2011-04-20 14:44:11 +02:00
dt
1dbe498f86 Qt4ProjectManager: Be more careful in detecing incompatible builds
Task-Nr: QTCREATORBUG-4555

Reviewed-By: hunger
2011-04-20 14:34:35 +02:00
Friedemann Kleint
acd9e931e3 Compile Mac. 2011-04-20 13:51:08 +02:00
Friedemann Kleint
e8cb9ecfdd Compile fix MSVC / Qt 4.8 (QStringBuilder ambiguities). 2011-04-20 13:50:25 +02:00
con
e92988261e Merge remote branch 'origin/2.2' 2011-04-20 11:07:25 +02:00
Leena Miettinen
0edee47c9f Doc: restructure the Manual
Pull out coding topics to separate HTML files.
Put advanced topics to a separate section.

Reviewed-by: con
2011-04-20 11:03:27 +02:00
Leena Miettinen
7395b62250 Doc: change topic titles to better reflect their content
Reviewed-by: con
2011-04-20 11:03:26 +02:00
Leena Miettinen
3348ab0f0b Doc: remove subscription instructions and just link to the lists page
Reviewed-by: con
2011-04-20 11:03:25 +02:00
Friedemann Kleint
93f39956f2 Fix compiler warnings. 2011-04-20 10:49:10 +02:00
Christian Kandeler
b8f7ee24f3 Maemo: Make "Copy to sysroot" widget a bit more flexible. 2011-04-20 10:23:02 +02:00
Friedemann Kleint
e1f93aff18 WinDebugInterface: Remove windows.h from header, resource cleanup.
Proper termination.
2011-04-20 10:13:05 +02:00
Christian Kandeler
a04997a630 Maemo: Replace manual copying to sysroot by "make install". 2011-04-20 09:41:27 +02:00
Marco Bubke
fcd6f6c8c6 QmlDesigner.NodeInstances: Track lost commands 2011-04-19 17:43:45 +02:00