summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Regenerated the JS parser to incorporate a bug fix.Erik Verbruggen2009-10-075-70/+74
* debugger: escape from an unexpected statehjk2009-10-071-0/+5
* Use the existing text editor when refactoring text.Roberto Raggi2009-10-061-27/+52
* Show a warning message when using global renaming.Roberto Raggi2009-10-065-7/+39
* Return the class declaration as canonical symbol for ctors, dtors, and class ...Roberto Raggi2009-10-062-13/+34
* CDB: Fix step into, improve multithread dumping, exception loggingFriedemann Kleint2009-10-069-39/+186
* Make __int64 valid for MSVC in the code model.Daniel Molkentin2009-10-061-1/+2
* Centralize S60 check, also use it for adding the GDB TRK page.Daniel Molkentin2009-10-064-4/+12
* Remove obsolete code.Daniel Molkentin2009-10-062-24/+1
* Trk/S60: Determine symbol file correctly.Friedemann Kleint2009-10-061-3/+12
* Merge commit 'origin/1.3' into 1.3.0-betacon2009-10-06330-1759/+3319
|\
| * Fix restoring of editor state when loading a filemae2009-10-061-3/+5
| * 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 s...Roberto Raggi2009-10-062-38/+21
| * 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
| * 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
| * Trk: Controlling Launcher using an enum.Robert Loehning2009-10-054-27/+66
| * Fix collapsed block indicatormae2009-10-051-0/+1
| * Fix (un)collapse allmae2009-10-051-1/+3
| * Remove leftover QTCREATOR_FROM_S60 ifdef from ProjectExplorer.Daniel Molkentin2009-10-051-4/+0
| * 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
| * 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
| | * Don't override escaped quotes.Roberto Raggi2009-10-051-8/+32
| | * Tweaks to the project pane.dt2009-10-054-7/+26
| | * Remove margin around qmakestep config widget.dt2009-10-051-0/+3
| * | Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-05272-1156/+1235
| |\ \ | | |/
| | * Trk: Checking for write errors when writing file to device.Robert Loehning2009-10-054-16/+34