hjk
fa2f73aa0d
debugger: add some helper function to debug breakpoints
2010-01-21 17:19:08 +01:00
hjk
5323eee10e
debugger: try to avoid asking for all registers when stepping internally
2010-01-21 17:19:08 +01:00
hjk
b55259e2bd
debugger: use breakpoint always-inserted in trk adapter
2010-01-21 17:19:08 +01:00
hjk
9f173acefe
debugger: use no-ack mode in trk adapter
2010-01-21 17:19:08 +01:00
hjk
e8c15eab33
debugger: 'replace' the adapter memory cache with gdb's own.
...
This works better with larger gdb cache lines.
See #define LINE_SIZE_POWER 8 in gdb/dcache.c:105.
2010-01-21 17:19:08 +01:00
Roberto Raggi
f0e69db452
Evaluate simple JS expressions.
2010-01-21 17:08:42 +01:00
Friedemann Kleint
ce144fd545
Debugger: Code cosmetics.
2010-01-21 17:00:25 +01:00
Friedemann Kleint
968e5e228a
Debugger: Code cosmetics.
2010-01-21 16:55:15 +01:00
Erik Verbruggen
2395ec51a6
Incorporated commit 38c0ed9870fc6bd8ba759c283eaf2bffb61c2e3f from kinetic-declarativeui.
...
Fixed possible array index-out-of-bounds crash in error reporting.
2010-01-21 16:47:46 +01:00
Roberto Raggi
60af1681c2
Initial work on the QML/JS expression evaluator.
2010-01-21 15:54:36 +01:00
Friedemann Kleint
713be02ab7
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >Reviewed-by: John Doe
Conflicts:
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
2010-01-21 15:51:33 +01:00
Friedemann Kleint
bd0d6fb22f
trk: Handle TrkNotifyStopped in launcher.
...
Add signal and static utility functions to parse message.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com >
2010-01-21 15:50:07 +01:00
Friedemann Kleint
c516f350b2
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >Reviewed-by: John Doe
2010-01-21 15:46:33 +01:00
Friedemann Kleint
53c672fb98
trk: Handle TrkNotifyStopped in launcher.
...
Add signal and static utility functions to parse message.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com >
2010-01-21 15:45:40 +01:00
Friedemann Kleint
9e71d2bc6d
Revert "trk: Handle TrkNotifyStopped in launcher."
...
This reverts commit 9ac451eaba .
2010-01-21 15:43:58 +01:00
Friedemann Kleint
7d24517097
Revert "S60: Handle TrkNotifyStopped (crash) when running."
...
This reverts commit 607e545218 .
2010-01-21 15:43:47 +01:00
Friedemann Kleint
607e545218
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2010-01-21 15:27:05 +01:00
Friedemann Kleint
9ac451eaba
trk: Handle TrkNotifyStopped in launcher.
...
Add signal and static utility functions to parse message.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com >
2010-01-21 15:24:47 +01:00
Thorbjørn Lindeijer
8f8ee59d2c
Made Join Lines work with a multi-line selection
2010-01-21 15:18:06 +01:00
Thorbjørn Lindeijer
bf4b5879b4
Fixed Join Lines action when dealing with wrapped lines
2010-01-21 15:18:06 +01:00
Thorbjørn Lindeijer
808198c41c
Removed the "Join Lines Up" action
...
It was a bit confusing, since it reversed the order of the lines. When
this would be fixed, the added value of this action is very small, since
you can then also simply move your cursor one up before joining the
lines.
2010-01-21 15:18:06 +01:00
Falco Hirschenberger
46a96c25b0
Collapse or expand trailing whitespaces to one
...
Merge-request: 1823
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2010-01-21 15:18:06 +01:00
Falco Hirschenberger
ec2b738d61
Add join-line up/down feature to text editor
...
Merge-request: 1823
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
Task-number: QTCREATORBUG-510
2010-01-21 15:18:06 +01:00
Friedemann Kleint
670647b820
trk: Add support for command line arguments in trk::Launcher.
...
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com >
2010-01-21 15:13:03 +01:00
con
e2400f5788
Use same button type (QToolButton) for all build step buttons.
...
Makes it look a bit less bad on Mac
2010-01-21 13:47:10 +01:00
con
c10b4e8c61
Adapt the tool tip text for the maximize/minimize output pane button.
2010-01-21 13:47:10 +01:00
Friedemann Kleint
1044af5f82
S60: Support command line arguments when running on devices.
...
Add command line arguments to trklauncher. Add input field
to S60DeviceRunConfiguration and pass on to RunControl and debugger.
2010-01-21 12:36:39 +01:00
Friedemann Kleint
b1291ecfd0
trk: Add support for command line arguments in trk::Launcher.
...
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com >
2010-01-21 12:36:39 +01:00
Roberto Raggi
24876bfa73
Don't remove snippets.
2010-01-21 12:15:28 +01:00
kh1
320ae1bfbc
Make sure we add the toolchain only in case we have a valid madde.
...
Reviewed-by: ck
2010-01-21 12:08:21 +01:00
Roberto Raggi
34545eeaca
Add the QML user types to the completion box.
2010-01-21 11:36:53 +01:00
Roberto Raggi
e20d5a8289
Some cleanup in the QML/JS code completion engine.
2010-01-21 11:36:53 +01:00
con
585f7f8e93
Don't show focus rect for completion widget on Mac.
2010-01-21 11:11:32 +01:00
Thorbjørn Lindeijer
da82934da3
Fixed automatic activation of snippet completion
...
The automatic activation of snippets can be rather unexpected. Also
provided some ad-hoc icons for snippets and QML completion items.
Done-with: Roberto Raggi <roberto.raggi@nokia.com >
2010-01-21 10:59:04 +01:00
ck
0dd4956aa4
Maemo: Fix compile.
2010-01-21 10:22:45 +01:00
dt
28aa2d54f5
change RunConfiguration::addedRunConfiguration() removedRunConfiguration()
...
To simply transmit the RunConfiguration
Reviewed-By: Tobias Hunger
2010-01-20 18:21:10 +01:00
dt
28d021a30f
Code style
2010-01-20 18:17:31 +01:00
Thorbjørn Lindeijer
49d511502f
Fixed compile warning
2010-01-20 17:58:49 +01:00
Tobias Hunger
7f311ad451
Remove mentioning of Output mode from tips
...
* Tips on welcome page still explained CTRL-6 for output mode.
Remove this.
2010-01-20 16:46:20 +01:00
Thomas Hartmann
7cc4e54930
QmlDesigner: adding buttonColor to QWidget in qml
2010-01-20 15:23:49 +01:00
Thomas Hartmann
1c90282bdb
QmlDesigner.Rewriter: setting textModifier to lastCorrectQmlSource
...
If rewrting fails we have to set back the textModifier
Reviewed-by: Erik Verbruggen
2010-01-20 15:19:19 +01:00
Thomas Hartmann
557d5ca6ca
QmlDesigner.PropertyEditor: some cleanup + exception handling
2010-01-20 15:00:06 +01:00
Erik Verbruggen
76a106c442
Changed rewriting error propagation slightly to suppress the TextToModelMerger from running.
2010-01-20 14:49:27 +01:00
dt
d8188399cf
Remove ProjectExplorer::FileWatcher usage from Qt4ProjectManager
...
Use the filemanager instead
2010-01-20 14:47:52 +01:00
Niels Weber
a10bba1c43
net7ssh build fix needed for ubuntu 7.04
...
This is needed to get net7ssh to build in ubuntu 7.04
Reviewed-by: ck
2010-01-20 14:19:29 +01:00
Thomas Hartmann
81499ebe6e
QmlDesigner.Model: Adding proper description to RewritingException
2010-01-20 13:14:46 +01:00
Thomas Hartmann
ce15c744c0
QmlDesigner.Model: catching RewritingException in model
...
We catch now RewritingException and ensure a valid state of the model
in this case by calling resetToLastCorrectQml()
We rethrow RewritingException afterwards
Reviewed-by: Kai Koehne
2010-01-20 13:14:44 +01:00
Thomas Hartmann
a5d25eab7d
QmlDesigner.Rewriter: fixing return value of applyChanges()
...
sucess should be false if refactoring.reparseDocument() fails
Reviewed-by: Erik Verbruggen
2010-01-20 13:14:44 +01:00
Robert Loehning
e10a07d8b1
Updated IDE_YEAR to 2010.
2010-01-20 12:59:34 +01:00
Thorbjørn Lindeijer
b08882a77f
Fixed enabled state of wrap column for submit messages
...
Also prefixed the suffix with a space.
Reviewed-by: Friedemann Kleint <friedemann.kleint@nokia.com >
2010-01-20 12:54:45 +01:00