Commit Graph

6597 Commits

Author SHA1 Message Date
Roberto Raggi
0274828b2e Reset the AST 2009-12-18 12:24:29 +01:00
Tobias Hunger
d612c534d5 Actually display output to stderr again
* Forgot to remove one else which made stderr output pass either
   through the OutputParsers or to the output window. I did not notice that
   since on window the error messages go to stdOut... sorry.

Reviewed-by: con
2009-12-18 11:38:17 +01:00
Bea Lam
200a03ed20 Fix QmlInspector to work properly now that QmlProjectManager
no longer uses LocalAppRunConfiguration. QmlInspector now uses
the qmlviewer started by QmlProjectManager instead of starting
its own, and clicking the Start Debug button within a QML
project will switch to QML Inspect mode and start the inspector.
2009-12-18 15:32:36 +10:00
con
6ca55f201f Provide a way for installers to prefill some more Qt parameters. 2009-12-17 18:50:49 +01:00
con
a54205c3a0 Mostly remove the special define for Symbian support.
The only part that is not done if not on Windows (or explicitly
specified) is the adding of the preference pane.
2009-12-17 18:01:41 +01:00
Roberto Raggi
599d4aa355 Fixed line/column position of the tokens after multiline string literals. 2009-12-17 16:06:35 +01:00
Erik Verbruggen
1a3aa6a9ce Changed help file discovery to include all qch files found. 2009-12-17 15:51:42 +01:00
ck
cbe7d1ed9e Maemo: Add link from projects page to options page.
This makes finding the device configuration dialog much easier
for newbies (and saves clicks for everybody).

Reviewed-by: kh1
2009-12-17 13:51:11 +01:00
kh1
5cdf2e5bc5 No need to pass the path for the known_hosts file.
This would have worked fine on Vista and later, but fails on XP because
of spaces in path name. And we don't need it anyway.
2009-12-17 13:48:22 +01:00
Kai Koehne
7900ec6da2 Enable starting a qmlproject via Debug
This will right now wait for a qmldebugger connection.
2009-12-17 09:54:16 +01:00
Friedemann Kleint
dc26b1e214 Test Wizard: Add description 2009-12-17 08:54:03 +01:00
Friedemann Kleint
895a3e21f3 Compile Windows. 2009-12-17 08:46:22 +01:00
Kai Koehne
4201f3f5cd Revert "Don't crash if one tries to debug a qml project"
This reverts commit 29051539ef.
Superseded by e08783f86d27525566d0a396d8831e2db2bc761d.
2009-12-16 16:40:58 +01:00
Kai Koehne
80963107c6 Fix various crashes for QmlProject
QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
e.g. an associated BuildConfiguration. Fix this by implementing it's
own QmlRunControlFactory, QmlRunControl.
2009-12-16 16:40:58 +01:00
con
46ff5da14e Revert the "More..." output pane button again. 2009-12-16 16:19:51 +01:00
con
d7e04f3b44 Remove output mode.
Replaced by the maximize and "More..." buttons.
Edit mode is now the fallback mode for the output panes.
2009-12-16 16:19:50 +01:00
con
16821dd852 Move the "Move Up/Down" items from bookmarks menu to bookmarks view.
Better would be to support drag and drop in the view, but this might be
better than nothing.

Task-number: QTCREATORBUG-466
2009-12-16 16:19:50 +01:00
kh1
cc2d6c91ae Add this folder since it contains the missing mingw.dll for qt tools. 2009-12-16 16:07:42 +01:00
ck
6882c3cc9f Maemo: Fix "race condition" in singleton access. 2009-12-16 16:05:01 +01:00
Friedemann Kleint
de64a463f8 Designer plugin: Generate object names correctly.
stripping namespaces.
2009-12-16 15:58:44 +01:00
Friedemann Kleint
718f8fa898 Replace handcrafted filter widgets by Utils::FilterLineEdit 2009-12-16 15:58:10 +01:00
Thorbjørn Lindeijer
f098f0398f Merge branch '1.3'
Conflicts:
	src/plugins/projectexplorer/outputwindow.cpp
2009-12-16 14:40:51 +01:00
Thorbjørn Lindeijer
777071c944 Revert ""Grayout" the background of the output window on re-run configuration"
This reverts commit cdf2f70c60.

This new feature didn't belong in 1.3. It will remain on master.
2009-12-16 14:33:16 +01:00
Friedemann Kleint
b9927f9998 Wizards: Add a simple wizard for unit tests. 2009-12-16 14:19:34 +01:00
mae
c04ece5308 Nicer graying out of old content in the output window
Experiment with changing the foreground rather than the background.

Done with: thorbjorn
2009-12-16 13:32:14 +01:00
mae
3bb71243d4 Fix ambiguous shortcut problems
The dummy shortcut eater did not always work, we sometimes do have
mutual exclusive shortcuts in the same context.

The current solution is simpler: ignore text input when the control modifier
is used. This seems to be in line with other toolkits and applications.

Done with: thorbjorn
2009-12-16 13:32:14 +01:00
Thorbjørn Lindeijer
68c1453bc7 Remove default shortcut from stop action since it conflicts with rename
Both rename symbol and stop running had Ctrl+Shift+R as default
shortcut, making it impossible to do either when an application was
running and the focus was in the text editor.
2009-12-16 12:53:55 +01:00
Kai Koehne
29051539ef Don't crash if one tries to debug a qml project
Quick fix. Actually there should be IMO no way to start the debugger
for a qmlproject in the frist place.
2009-12-16 12:03:15 +01:00
Alessandro Portale
a014c02cbd Reenabling the run/build configuration sync dialog for Maemo
MaemoRunConfiguration reimplements the correct
RunConfiguration::isEnabled()

Reviewed-by: con
Reviewed-by: dt
2009-12-15 17:48:33 +01:00
Roberto Raggi
986559d297 Test the new preprocessor. 2009-12-15 16:49:59 +01:00
Roberto Raggi
d0abb5daf0 Run the semantic passes. 2009-12-15 16:38:33 +01:00
Roberto Raggi
51de95c497 Use the text editor revision to ignore outdated parse results. 2009-12-15 15:52:55 +01:00
Roberto Raggi
aa8a670669 Hide the implementation details of CppModelManagerInterface::WorkingCopy. 2009-12-15 15:26:40 +01:00
Roberto Raggi
b168eec2a1 Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface::WorkingCopy. 2009-12-15 15:16:46 +01:00
Friedemann Kleint
730fd82ac8 VCS: Add "Open file" context menu action to VCS log pane
to be used for status/opened output. enabling convenient opening.
Append repository as block data to log text to be able to resolve
relative paths.
2009-12-15 14:20:06 +01:00
mae
3037328455 unmaximize output panes with Escape (when they lose focus) 2009-12-15 12:40:07 +01:00
Roberto Raggi
c09a8e4fc3 Some work on the new preprocessor. 2009-12-15 12:34:31 +01:00
Friedemann Kleint
ee3dde9cee CDB: Case-normalize file names returned by CDB
Fixing various problems with breakpoints and opened files caused by CDB
returning lower-case file names.
Task-number: QTCREATORBUG-438
Reviewed-by: hjk <qtc-committer@nokia.com>
Acked-by: mariusSO <qt-info@nokia.com>
2009-12-15 11:02:09 +01:00
Friedemann Kleint
119ea80735 Debugger: Ignore case of file name in breakpoint handling on Windows.
Task-number: QTCREATORBUG-438
2009-12-15 10:21:02 +01:00
Tobias Hunger
7518164a66 Remove some unused forward declarations 2009-12-15 10:20:00 +01:00
Tobias Hunger
f0d2503432 Fix warning about unused parameter 2009-12-15 10:18:37 +01:00
Tobias Hunger
8fbe994053 Fix warning about use of uninitialized value
Reviewed-by: thorbjorn
2009-12-15 10:16:02 +01:00
Christian Kamm
8269be2ab9 Quickfix: Don't crash on ifstmts with a null statement member. 2009-12-15 10:12:50 +01:00
Christian Kamm
d282ee9bdf Fix a bug with selection paths in the editor overlay.
If the first or last line in a selection ended up with nothing to
highlight after whitespaces were trimmed, they'd use a codepath that
only works correctly for inner 'empty' lines.

Instead we now make sure the beginning and end of a selection are always
highlighted.
2009-12-15 10:12:50 +01:00
Tobias Hunger
4eef958f03 Fix use of uninitialzed value.
Reviewed-by: mae
2009-12-15 10:09:27 +01:00
hjk
6596391811 debugger: some documentation on how to use python for creating debugging
helpers for custom types
2009-12-15 09:50:18 +01:00
hjk
7fed0f0626 debugger: introduce optional 'max children' argument to Dumper.beginChildren
saves a few lines in the dumper implementations for the 'putEllipses' logic.
2009-12-15 09:39:22 +01:00
hjk
f39381fc6c fakevim: better gJ 2009-12-15 09:39:22 +01:00
hjk
421449ad30 fakevim: code cosmetics: use some accessor functions to m_visualMode 2009-12-15 09:39:21 +01:00
hjk
35e732f331 fakevim: some improvements to d, x, D and X in the visual modes 2009-12-15 09:39:21 +01:00