summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QML Debugger refactoringLasse Holmstedt2010-08-1324-642/+820
* Test the new binder.Roberto Raggi2010-08-131-8/+4
* Bind using declarations and using namespace directives.Roberto Raggi2010-08-131-10/+11
* Update the function's source location.Roberto Raggi2010-08-131-1/+3
* debugger: make dumper work with references to QObject derived classes.hjk2010-08-131-1/+3
* Use O2 optimization levelRoberto Raggi2010-08-131-1/+1
* Improve MSVC parserTobias Hunger2010-08-132-2/+33
* QmlJS: Use QmlJS::toQColor to convert a string to a QColor.Christian Kamm2010-08-132-2/+4
* debugger: remove dead codehjk2010-08-131-3/+0
* debugger: make QObject dumper more robust when QtCore has no debug infohjk2010-08-132-12/+14
* debugger: show parents and children only for QObject itselfhjk2010-08-131-3/+3
* Replace some struct with classesTobias Hunger2010-08-1314-27/+35
* Create the block symbols for the control flow statements.Roberto Raggi2010-08-131-36/+79
* Improve SBSv2 parserTobias Hunger2010-08-131-14/+41
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-1314-318/+212
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-138-43/+200
* Debugger[TCF TRK]: Fix ModuleLoad handling and add list of libs.Friedemann Kleint2010-08-132-23/+47
* Create symbols for the fwd class declarationsRoberto Raggi2010-08-133-6/+27
* Process type arguments.Roberto Raggi2010-08-132-3/+12
* Update the member's visibility.Roberto Raggi2010-08-131-1/+29
* Update the scope ranges.Roberto Raggi2010-08-131-2/+18
* Process template declarations.Roberto Raggi2010-08-131-4/+12
* Added the newly created Enum symbol to its enclosing class or namespace scope.Roberto Raggi2010-08-131-0/+1
* Apply the decl specifiers.Roberto Raggi2010-08-131-0/+41
* Quieten debug outputTobias Hunger2010-08-131-3/+0
* Process compound statements.Roberto Raggi2010-08-131-4/+9
* CleanupRoberto Raggi2010-08-131-5/+0
* Update the function name.Roberto Raggi2010-08-131-0/+10
* Merge remote branch 'origin/2.0'hjk2010-08-1315-29/+22659
|\
| * Custom wizard: Add boolean 'enabled' attribute to <wizard>.Friedemann Kleint2010-08-133-18/+34
| * debugger: fix display of QObject propertieshjk2010-08-132-6/+14
| * Add simplified chinese translation.shiroki2010-08-122-1/+22608
| * fix string and the source in all translationsOswald Buddenhagen2010-08-128-8/+8
| * debugger: fix dumper output of QLocale::timeFormat()hjk2010-08-121-2/+2
* | Added public methods to process declarations and expressions.Roberto Raggi2010-08-132-0/+16
* | Process type-ids.Roberto Raggi2010-08-131-0/+1
* | Process enumerators.Roberto Raggi2010-08-132-8/+22
* | debugger: merge 'enum' handling with that of simple types if appropriatehjk2010-08-131-9/+1
* | debugger: speedup dumper by using integer comparisons for simple typeshjk2010-08-131-24/+20
* | Process named and elaborated type specifiers.Roberto Raggi2010-08-131-4/+3
* | Process simple declarations.Roberto Raggi2010-08-131-3/+25
* | Bind function definitions.Roberto Raggi2010-08-132-10/+47
* | Bind NamespaceAST nodes.Roberto Raggi2010-08-131-1/+14
* | Store the default value of the formal argument in a string literal.Roberto Raggi2010-08-131-0/+15
* | Create symbols for the formal arguments.Roberto Raggi2010-08-131-1/+15
* | Add the class to its enclosing scope.Roberto Raggi2010-08-131-0/+2
* | Handle symbol visibility.Roberto Raggi2010-08-132-8/+36
* | Added the base class symbol to its enclosing class declaration.Roberto Raggi2010-08-131-1/+1
* | Added a way to bind TranslationUnitAST nodes.Roberto Raggi2010-08-132-10/+14
* | The core-declarator needs to be visited after the postfix declarators.Roberto Raggi2010-08-131-1/+1