Commit Graph

21107 Commits

Author SHA1 Message Date
Thomas Hartmann
0ffe949e2c QmlDesigner.propertyEditor: fix for Mac
The Cleanlooks style is broken on the Mac atm.

Task-number: QTCREATORBUG-4296
Reviewed-by: Kai Koehne
2011-04-07 16:45:33 +02:00
Christian Kandeler
f9467f916a S60: Fix gcc warning. 2011-04-07 16:38:03 +02:00
Christian Kandeler
d7dc745bca Maemo: Allow tarball deployment for non-Harmattan targets. 2011-04-07 16:34:48 +02:00
Christian Kandeler
4efcc46d10 Maemo: Fix tarball installation.
Busybox tar does not have --absolute-names.
2011-04-07 16:34:48 +02:00
Christian Kandeler
e96a029a7d Maemo: Better detection of deployconfig changes relevant to runconfig. 2011-04-07 16:34:48 +02:00
Christian Kandeler
dc3ec71ab0 Maemo: Fix race condition when removing a deploy step. 2011-04-07 16:34:48 +02:00
Christian Kandeler
84babcb2bf Maemo: Fix crash in run config with non-Maemo deploy configuration. 2011-04-07 16:34:48 +02:00
Pawel Polanski
c1dda9a75a Symbian: extra safety measures 2011-04-07 16:02:48 +02:00
Pawel Polanski
673ab08374 CODA: Dots indicating that a copy process is in progress 2011-04-07 15:00:44 +02:00
Pawel Polanski
ff104a1b2a CODA: Some extra cleanup is done when a Cancel gets pressed 2011-04-07 15:00:44 +02:00
Pawel Polanski
0cc474230c Symbian: fixed a output window bug that came form fixing window related bug 2011-04-07 15:00:42 +02:00
Leena Miettinen
1f797e684b Doc: fix next and previous links 2011-04-07 14:58:35 +02:00
Leena Miettinen
f96900deaa Doc: debugger cannot attach to running process on Linux
Reviewed-by: hjk
2011-04-07 14:58:35 +02:00
Leena Miettinen
9f7ee38e18 Doc: fix next and previous links 2011-04-07 14:58:33 +02:00
dt
e851ce2d1d Settings dialog: fix flashing of widget
Reviewed-By: con
Reviewed-By: Robert Loehning
2011-04-07 14:50:24 +02:00
Friedemann Kleint
1dac71550a Documentation: Add remote debugging information.
Reviewed-by: Leena Miettinen <leena.miettinen@nokia.com>
Reviewed-by: hjk
2011-04-07 14:47:32 +02:00
Tobias Hunger
3960bfa4cb Qt: Make sure clean up does not remove autodetected Qts 2011-04-07 14:33:55 +02:00
Leena Miettinen
c737069969 Doc: starting debugging and attaching to a remote CDB session
Restructured the Launching Debugger section
2011-04-07 13:56:12 +02:00
Leena Miettinen
feb11b1c8d Doc: capitalize GDB 2011-04-07 13:56:12 +02:00
Bill King
0101764c48 tests: Fix a linking issue. 2011-04-07 13:33:22 +02:00
Kai Koehne
90e9ec4749 QMakeStep: Disable qmljsdebugger checkbox for Symbian, Maemo5
Debugging on device or the emulator is right now not supported.

Reviewed-by: dt
2011-04-07 12:48:14 +02:00
Kai Koehne
1b7fc163fe QMakeStep: Show error output if qmlsdebuggerlib build fails
Reviewed-by: dt
2011-04-07 12:48:14 +02:00
Kai Koehne
3bfc953c13 DebuggingHelpers: Reorder arguments of finished signal
Allow slots that use the error ouput, but aren't interested in the list
of the tools.

Reviewed-by: dt
2011-04-07 12:48:13 +02:00
Christian Kandeler
4150e14399 Maemo: Manually create directories when deploying without packaging.
Task-number: QTCREATORBUG-4398
2011-04-07 12:24:41 +02:00
Christian Kandeler
408763b43c Maemo: Fix displaying error output during deployment. 2011-04-07 12:15:25 +02:00
Christian Kandeler
f653fedaaf Maemo: Refactor upload + install deployment step. 2011-04-07 11:44:24 +02:00
Christian Kandeler
482bf10c09 Maemo: Fix tarball creation. 2011-04-07 11:44:24 +02:00
Bill King
663af1e7e0 tests: cleanup of test projects. Also, add rpathing where needed. 2011-04-07 11:13:54 +02:00
Oswald Buddenhagen
ca1b85cec7 Merge remote branch 'origin/2.2' 2011-04-07 10:12:39 +02:00
Bill King
4e7ad2a1b7 tests: Make them compile again properly 2011-04-07 09:10:37 +02:00
Oswald Buddenhagen
17740d2ec3 continue parsing line despite errors
as far as possible, anyway. and suppress messages after the first one.
this avoids that scope nesting gets thrown off and thus spurious
followup-errors crop up.

as a "side effect", this fixes a crash resulting from us rewinding the
token stream but ignoring the block stack on the way.

Task-number: QTCREATORBUG-4368
2011-04-06 21:36:04 +02:00
Oswald Buddenhagen
d9e5f676ef reshuffle word counting in expressions
this makes the value list sizehints more correct: instead of the number
of literals and expansions, it's now the number of actual words, and
that only if the expression starts with a literal (otherwise the
pre-allocation is discarded anyway).
the performance impact seems negligible, with qt being a tad slower and
creator a tad faster.

as a side effect, complaining about excess words in a test expression
does not immediately terminate the current line's parsing.
2011-04-06 21:36:03 +02:00
Oswald Buddenhagen
c87eda573c remove useless initializations
reverts 6f5bf29e. coverity sucks, thankyouverymuch.
2011-04-06 21:36:03 +02:00
Oswald Buddenhagen
5433b43efd const-correctness 2011-04-06 21:36:03 +02:00
Oswald Buddenhagen
0cf7dbd816 simplify copy c'tor 2011-04-06 21:36:03 +02:00
Oswald Buddenhagen
63d5dbd9ac support QT_INSTALL_IMPORTS in testreader 2011-04-06 21:36:03 +02:00
hjk
cd9aec6df9 debugger: make original value of automatically dereferenced pointer accessible 2011-04-06 18:40:32 +02:00
hjk
5a2c64b482 debugger: remove unused variable 2011-04-06 18:40:32 +02:00
hjk
edd160779b debugger: switch order of item and type specific entries in l&w context menu
On Mr B.'s request.
2011-04-06 18:40:32 +02:00
hjk
87d1ae65d9 bookmarks: minor style changes 2011-04-06 18:40:32 +02:00
hjk
367a28d5a1 debugger: display inability to "finish" in status line
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-4382
2011-04-06 17:38:11 +02:00
Leandro Melo
46bca1eeff Remove grid from highlight definitions table view
Reviewed-by: con
2011-04-06 16:39:38 +02:00
Leandro Melo
d88a821c82 Remove grid from snippets table view
Reviewed-by: con
2011-04-06 16:36:34 +02:00
Christiaan Janssen
e838a3dd7c QmlProfiler: added 'clear view'
Reviewed-by: Kai Koehne
2011-04-06 16:08:51 +02:00
Leandro Melo
dc25adbe67 Fix duplicate mime types in the user file
Also avoid writing the file on every apply and do it
only when the dialog is finished.

Reset can still be improved to take effect immediately.

Reviewed-by: con
2011-04-06 16:00:35 +02:00
hjk
54eac56c00 fakevim: support snippets, by doing nothing.
Reviewed-by: con
Task-number: QTCREATORBUG-4379
2011-04-06 14:56:25 +02:00
Friedemann Kleint
09a3615191 Debugger: Fix change-indication of registers.
Emit dataChanged() on changed values.
2011-04-06 14:07:09 +02:00
Friedemann Kleint
9dc75d25d4 VCS: Fix unintented showing of description in log editor.
In a log editor, releasing the mouse over a chunk of text
while selecting would trigger the opening of the description.
Prevent that by adding a flag indicating button drag,
ensuring it works only when no button is pressed.

Task-number: QTCREATORBUG-4385
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
2011-04-06 13:59:06 +02:00
Pawel Polanski
cad1c094f5 CODA: CODA responds to the Device Removed event 2011-04-06 13:42:48 +02:00
Friedemann Kleint
7e949c5afb Compile fix 2011-04-06 13:31:37 +02:00