aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Regenerated the JS parser to incorporate a bug fix.Erik Verbruggen2009-10-075-70/+74
| | | | | Reviewed-by: Roberto Raggi (cherry picked from commit ef39553502d9380eebf494a1de48b9bfa32c5df4)
* debugger: escape from an unexpected statehjk2009-10-071-0/+5
| | | | (cherry picked from commit 2fdc1cf0bfebe22ae4c901c652e5dad1d136c79d)
* Use the existing text editor when refactoring text.Roberto Raggi2009-10-061-27/+52
| | | | (cherry picked from commit fe1411cdfd36b992f40911495e34e21c6f53163e)
* Show a warning message when using global renaming.Roberto Raggi2009-10-065-7/+39
| | | | (cherry picked from commit ef0e1a64dc2fe293c3ff4d3506cac1923a8352ee)
* Return the class declaration as canonical symbol for ctors, dtors, and class ↵Roberto Raggi2009-10-062-13/+34
| | | | | | names. (cherry picked from commit 3c51e5b24b381364934531094203e3e315a945f7)
* CDB: Fix step into, improve multithread dumping, exception loggingFriedemann Kleint2009-10-069-39/+186
| | | | | | | | | | | Use new call syntax of 6.11. for dumper call loading. Execute Dumpers in a single thread (current) if at all possible (not in some WaitFor or artificial break thread). Show one more frame in threads view if it is FastCallReturn. Fix step into (ignore one event), log some more exceptions. Generally log exceptions to the debugger windows to be able to see stuff like DLL missing, etc. (cherry picked from commit c70f968faca095ef55732db5dfa87b4028865605)
* Make __int64 valid for MSVC in the code model.Daniel Molkentin2009-10-061-1/+2
| | | | | Reviewed-By: Roberto Raggi (cherry picked from commit ff0cb8facb8c10a67ad8c775c5f308cfe564353b)
* Centralize S60 check, also use it for adding the GDB TRK page.Daniel Molkentin2009-10-064-4/+12
| | | | (cherry picked from commit b262472973a5765a7888e227a905f98a33dc21aa)
* Remove obsolete code.Daniel Molkentin2009-10-062-24/+1
| | | | | Reviewed-by: con (cherry picked from commit 1110b622e2586bb1bb417cff87eca904136b4a98)
* Trk/S60: Determine symbol file correctly.Friedemann Kleint2009-10-061-3/+12
| | | | (cherry picked from commit 772a9a943aafb799df9a7bcdb5700ca11ea08b69)
* Merge commit 'origin/1.3' into 1.3.0-betacon2009-10-06330-1759/+3319
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/qtcreator.qdoc doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cpptools/cppfindreferences.cpp src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/gdb/gdbengine.cpp src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmleditor/QmlEditor.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qtscripteditor/QtScriptEditor.pluginspec src/plugins/quickopen/QuickOpen.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec
| * Fix restoring of editor state when loading a filemae2009-10-061-3/+5
| | | | | | | | | | | | With the recent restructering of editor manager, the editor state was restored while the editor was hidden, causing the editor to ensure the visibility of the cursor when it is shown.
| * Check ctor-initializers.Roberto Raggi2009-10-062-0/+8
| |
| * Trk: Checking result of TrkCloseFileRobert Loehning2009-10-064-2/+15
| |
| * Search for possible uses of local symbols in template arguments and removed ↵Roberto Raggi2009-10-062-38/+21
| | | | | | | | some deprecated code.
| * debugger: fix frame switching when using core fileshjk2009-10-062-1/+4
| |
| * debugger: add option to automatically derefence pointers in locals&watchershjk2009-10-067-16/+47
| |
| * debugger: make stringFromByte localhjk2009-10-062-28/+26
| |
| * debugger: remove duplicated variablehjk2009-10-062-3/+2
| |
| * debugger: update registers when switching stack frameshjk2009-10-061-0/+1
| |
| * debugger: rework fetching of memory from devicehjk2009-10-066-136/+296
| | | | | | | | still a few cases for chunked fetching missing
| * Trk: Fixed init of Laucher for debuggingRobert Loehning2009-10-061-2/+4
| |
| * Trk: Checking result of TrkInstallFile.Robert Loehning2009-10-054-8/+20
| |
| * Fix repaint issue with collapsed blocksmae2009-10-051-1/+7
| | | | | | | | | | | | BaseTextEdit's paint event relied on us setting the line count of invisible blocks to 0. This was not always the case, causing pixel garbage to occur.
| * Trk: Controlling Launcher using an enum.Robert Loehning2009-10-054-27/+66
| |
| * Fix collapsed block indicatormae2009-10-051-0/+1
| | | | | | | | | | In combination with ifdef'ed-out blocks, the collapse block indicator was sometimes painted with the ifdef'ed out color.
| * Fix (un)collapse allmae2009-10-051-1/+3
| | | | | | | | | | In combination with ifdef'ed out blocks (un)collapse all would possibly never expand the blocks again.
| * Remove leftover QTCREATOR_FROM_S60 ifdef from ProjectExplorer.Daniel Molkentin2009-10-051-4/+0
| | | | | | | | Reviewed-By: con
| * Renamed `awesome' :)Roberto Raggi2009-10-052-5/+5
| |
| * Remove variable that is never set but used.dt2009-10-052-6/+0
| |
| * Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3dt2009-10-0529-131/+675
| |\
| | * Removed the m_ prefix used in the public members of CompletionItemRoberto Raggi2009-10-057-76/+76
| | |
| | * Perform renaming.Roberto Raggi2009-10-053-3/+66
| | |
| | * Fixed possible null-pointer dereference.Erik Verbruggen2009-10-051-2/+5
| | |
| | * Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-0518-38/+503
| | |
| | * Fixed type checking for type definitions inside an @implementationErik Verbruggen2009-10-052-12/+25
| | |
| * | Fix build & run for projects without buildstepsdt2009-10-051-1/+3
| | |
| * | Don't add build steps for projects without buildconfigurationsdt2009-10-051-3/+5
| | |
| * | Display the name of custom process stesps on the project pane.dt2009-10-051-3/+11
| |/
| * Hitting build would still crash for a qml projectdt2009-10-051-2/+7
| |
| * Disable building for projects that advertise that they aren't buildable.dt2009-10-051-3/+5
| | | | | | | | And skip building before running for them.
| * CDB: Restore current thread.Friedemann Kleint2009-10-051-0/+10
| |
| * Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-0512-61/+259
| |\
| | * CDB: Provide thread frame informationFriedemann Kleint2009-10-053-28/+113
| | |
| | * Debugger: Extend threads model to display frame.Friedemann Kleint2009-10-053-18/+85
| | | | | | | | | | | | Acked-by: hjk <qtc-commiter@nokia.com>
| | * Don't override escaped quotes.Roberto Raggi2009-10-051-8/+32
| | |
| | * Tweaks to the project pane.dt2009-10-054-7/+26
| | | | | | | | | | | | (cherry picked from commit e187cb40fd7e291fcecefa9908cfe0922a10c246)
| | * Remove margin around qmakestep config widget.dt2009-10-051-0/+3
| | | | | | | | | | | | (cherry picked from commit 53026537b74dbb0f757d8a80f6ea557eb68c0316)
| * | Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-05272-1156/+1235
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp
| | * Trk: Checking for write errors when writing file to device.Robert Loehning2009-10-054-16/+34
| | | | | | | | | | | | Reviewed-by: con