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
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
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
Marco Bubke
a0f990ca80
QmlDesigner.PropertyEditor: More property panes
2011-04-19 17:43:45 +02:00
Christiaan Janssen
9a8cf34e63
QmlDebugger: breakpoints in symlinked qmlprojects
...
Task-number: QTCREATORBUG-4405
Reviewed-by: Kai Koehne
2011-04-19 17:00:38 +02:00
Tobias Hunger
cca9d69f0e
GCCE: Do not pick up bullseye as GCCE
...
Do not pick up bullseye as a GCCE.
Task-number: QTCREATORBUG-4608
2011-04-19 16:52:11 +02:00
Tobias Hunger
ec671290e3
Use non-native separators internally
2011-04-19 16:30:57 +02:00
Tobias Hunger
10de74f918
Fix autodetection of 32bit-only compilers
...
... on 64bit platforms.
2011-04-19 16:09:23 +02:00
Friedemann Kleint
7ee4034ddc
Debugger: Fix memory editing.
...
Typing characters > 127 caused signedness problems
(causing large uints to be passed to the debuggers).
Reviewed-by: hjk
2011-04-19 15:54:24 +02:00
Tobias Hunger
e7d4ee10cc
Win: Fix QThread is destroyed while still running warning
2011-04-19 15:49:11 +02:00
Friedemann Kleint
774fa49412
Fix more krazy warnings.
2011-04-19 15:43:53 +02:00
Christian Kandeler
3fcc88fc84
Maemo: Get rid of some Debian control file entries.
...
According to the Harmattan people, support for them has been dropped
and they are afraid users could get confused.
2011-04-19 15:39:19 +02:00
Christian Kandeler
cca52b6d30
SSH: Tighter state checking during key exchange.
...
This will also make it easier for us to initiate a re-exchange
if we ever want to implement that.
2011-04-19 14:40:40 +02:00
Christian Kandeler
8e5797bbd4
SSH: Fix typo.
2011-04-19 14:40:40 +02:00
Christian Kandeler
cfdd75dc6f
SSH: Fix SFTP test for large files.
2011-04-19 14:40:40 +02:00
Christian Kandeler
3181a5d74b
SSH: Fix SFTP download of large files.
2011-04-19 14:40:40 +02:00
Christian Kandeler
9ecb8d2e7e
SSH: Implement key re-exchange support.
...
Correct protocol-wise, but possibly buggy (fails with dropbear).
2011-04-19 14:40:40 +02:00
Friedemann Kleint
99b6c2e4f9
Debugger: Allow for debugging executables from command line.
...
On Windows or if file is executable.
2011-04-19 14:30:13 +02:00
Friedemann Kleint
c834720710
Debugger[CDB]: Interrupt to fetch memory if required.
2011-04-19 13:57:59 +02:00
Tobias Hunger
3b6d3b1361
Win: Try to start debug listener
...
Try to start debug listener if it is not yet running. This can
happen when e.g. a external debug listener was closed in the
meantime.
2011-04-19 13:54:15 +02:00
Tobias Hunger
94b13afb5a
Win: Make sure we do not leak resources
2011-04-19 13:54:14 +02:00
Tobias Hunger
b25fa330ad
Add missing \n to message to outputwindow
2011-04-19 13:54:13 +02:00