summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Reset the ASTRoberto Raggi2009-12-181-0/+1
|
* Actually display output to stderr againTobias Hunger2009-12-181-2/+1
| | | | | | | | * 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
* Fix QmlInspector to work properly now that QmlProjectManagerBea Lam2009-12-189-385/+54
| | | | | | | 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.
* Provide a way for installers to prefill some more Qt parameters.con2009-12-171-2/+10
|
* Mostly remove the special define for Symbian support.con2009-12-179-67/+34
| | | | | The only part that is not done if not on Windows (or explicitly specified) is the adding of the preference pane.
* Fixed line/column position of the tokens after multiline string literals.Roberto Raggi2009-12-171-0/+14
|
* Changed help file discovery to include all qch files found.Erik Verbruggen2009-12-171-4/+6
|
* Maemo: Add link from projects page to options page.ck2009-12-172-1/+20
| | | | | | | This makes finding the device configuration dialog much easier for newbies (and saves clicks for everybody). Reviewed-by: kh1
* No need to pass the path for the known_hosts file.kh12009-12-171-4/+0
| | | | | 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.
* Enable starting a qmlproject via DebugKai Koehne2009-12-172-7/+39
| | | | This will right now wait for a qmldebugger connection.
* Test Wizard: Add descriptionFriedemann Kleint2009-12-171-0/+2
|
* Compile Windows.Friedemann Kleint2009-12-171-1/+1
|
* Revert "Don't crash if one tries to debug a qml project"Kai Koehne2009-12-161-3/+2
| | | | | This reverts commit 29051539efb2d969e98f46a9b75d11f8b5bc35bb. Superseded by e08783f86d27525566d0a396d8831e2db2bc761d.
* Fix various crashes for QmlProjectKai Koehne2009-12-163-44/+141
| | | | | | QmlProject used LocalApplicationRunCOnfiguration, but didn't provide e.g. an associated BuildConfiguration. Fix this by implementing it's own QmlRunControlFactory, QmlRunControl.
* Revert the "More..." output pane button again.con2009-12-162-20/+1
|
* Remove output mode.con2009-12-166-44/+10
| | | | | Replaced by the maximize and "More..." buttons. Edit mode is now the fallback mode for the output panes.
* Move the "Move Up/Down" items from bookmarks menu to bookmarks view.con2009-12-164-34/+22
| | | | | | | Better would be to support drag and drop in the view, but this might be better than nothing. Task-number: QTCREATORBUG-466
* Add this folder since it contains the missing mingw.dll for qt tools.kh12009-12-161-0/+4
|
* Maemo: Fix "race condition" in singleton access.ck2009-12-162-13/+7
|
* Designer plugin: Generate object names correctly.Friedemann Kleint2009-12-161-1/+4
| | | | stripping namespaces.
* Replace handcrafted filter widgets by Utils::FilterLineEditFriedemann Kleint2009-12-168-128/+74
|
* Merge branch '1.3'Thorbjørn Lindeijer2009-12-169-23/+129
|\ | | | | | | | | Conflicts: src/plugins/projectexplorer/outputwindow.cpp
| * Revert ""Grayout" the background of the output window on re-run configuration"Thorbjørn Lindeijer2009-12-162-26/+3
| | | | | | | | | | | | This reverts commit cdf2f70c60daa6c5ab8f6719c5de9d51a14ded84. This new feature didn't belong in 1.3. It will remain on master.
| * Remove default shortcut from stop action since it conflicts with renameThorbjørn Lindeijer2009-12-161-1/+0
| | | | | | | | | | | | 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.
| * CDB: Case-normalize file names returned by CDBFriedemann Kleint2009-12-155-11/+107
| | | | | | | | | | | | | | | | 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>
| * Debugger: Ignore case of file name in breakpoint handling on Windows.Friedemann Kleint2009-12-151-2/+14
| | | | | | | | Task-number: QTCREATORBUG-438
| * CDB: Fix messages displayed after stop of Debugger.Friedemann Kleint2009-12-143-9/+8
| | | | | | | | | | Reviewed-by: hjk Task-number: QTCREATORBUG-399
* | Wizards: Add a simple wizard for unit tests.Friedemann Kleint2009-12-1615-15/+800
| |
* | Nicer graying out of old content in the output windowmae2009-12-161-4/+9
| | | | | | | | | | | | Experiment with changing the foreground rather than the background. Done with: thorbjorn
* | Fix ambiguous shortcut problemsmae2009-12-163-10/+2
| | | | | | | | | | | | | | | | | | | | 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
* | Don't crash if one tries to debug a qml projectKai Koehne2009-12-161-2/+3
| | | | | | | | | | Quick fix. Actually there should be IMO no way to start the debugger for a qmlproject in the frist place.
* | Reenabling the run/build configuration sync dialog for MaemoAlessandro Portale2009-12-152-3/+4
| | | | | | | | | | | | | | | | MaemoRunConfiguration reimplements the correct RunConfiguration::isEnabled() Reviewed-by: con Reviewed-by: dt
* | Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-159-34/+78
| |
* | Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-153-19/+42
| |
* | Replaced the hardcoded QHash<QString, QString> with ↵Roberto Raggi2009-12-154-9/+11
| | | | | | | | CppModelManagerInterface::WorkingCopy.
* | VCS: Add "Open file" context menu action to VCS log paneFriedemann Kleint2009-12-158-13/+167
| | | | | | | | | | | | 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.
* | unmaximize output panes with Escape (when they lose focus)mae2009-12-153-3/+26
| |
* | Remove some unused forward declarationsTobias Hunger2009-12-152-6/+0
| |
* | Fix warning about unused parameterTobias Hunger2009-12-151-0/+1
| |
* | Fix warning about use of uninitialized valueTobias Hunger2009-12-151-1/+1
| | | | | | | | Reviewed-by: thorbjorn
* | Quickfix: Don't crash on ifstmts with a null statement member.Christian Kamm2009-12-151-2/+3
| |
* | Fix a bug with selection paths in the editor overlay.Christian Kamm2009-12-151-2/+13
| | | | | | | | | | | | | | | | | | 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.
* | Fix use of uninitialzed value.Tobias Hunger2009-12-151-1/+1
| | | | | | | | Reviewed-by: mae
* | fakevim: better gJhjk2009-12-151-4/+8
| |
* | fakevim: code cosmetics: use some accessor functions to m_visualModehjk2009-12-151-41/+46
| |
* | fakevim: some improvements to d, x, D and X in the visual modeshjk2009-12-151-8/+26
| |
* | Debugger: Enable attaching with -client option.Friedemann Kleint2009-12-1411-101/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to trigger a debug-attach in a running instance of Qt Creator by means of -client, use that in qtcdebugger, thus enabling it to attaching to crashing executables in run mode (Windows/CDB). Modify IPlugin and application so that the complete command line is serialized and transmitted to a running instance via QtSingleApplication if -client is specified. Introduce IPlugin::remoteArgument and use that in core for opening files and in the debugger for attaching. Use -client in qtcdebugger with some logic to keep it alive as long as the debuggee, make CDB break in that case as the events are not replayed correctly in case the debugger is not spawned by the registered handler. Rubber-stamped-by: con <qtc-committer@nokia.com>
* | Better background color for "old" application output.con2009-12-141-5/+7
| | | | | | | | | | | | | | Use "base" and "text" instead of "window" and "windowText", also make it lighter. Reviewed-by: dt
* | Don't try to add actions to non-existing group.con2009-12-141-1/+1
| |
* | Ignore hidden actions for the dummy shortcut eatermae2009-12-141-1/+1
| | | | | | | | Reviewed-by: con