summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CleanupRoberto Raggi2010-08-131-5/+0
* Update the function name.Roberto Raggi2010-08-131-0/+10
* Merge remote branch 'origin/2.0'hjk2010-08-134-19/+35
|\
| * Custom wizard: Add boolean 'enabled' attribute to <wizard>.Friedemann Kleint2010-08-133-18/+34
| * fix string and the source in all translationsOswald Buddenhagen2010-08-121-1/+1
* | 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
* | 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
* | Returns the newly computed type.Roberto Raggi2010-08-131-2/+1
* | Fix gcc warningKai Koehne2010-08-131-0/+2
* | VCS polishing: Change context menu entry for 'Blame parent'.Friedemann Kleint2010-08-135-7/+28
* | MSVC compile fixAlessandro Portale2010-08-121-1/+1
* | Maemo: Polish class interface.ck2010-08-122-4/+7
* | Maemo: Remove tooltip.qt-info@nokia.com2010-08-122-3/+1
* | Maemo: Implement GUI for per-device port specification.qt-info@nokia.com2010-08-125-35/+133
* | Maemo: Cache SSH connection in deployment step.qt-info@nokia.com2010-08-121-7/+15
* | Maemo: Prepare completely per-device port specifications.qt-info@nokia.com2010-08-122-0/+97
* | Maemo: Fix race condition in remote mounter.qt-info@nokia.com2010-08-122-28/+6
* | Maemo: Check whether UTFS server could actually connect.qt-info@nokia.com2010-08-121-2/+2
* | Maemo: Make deploy mount port user-settable.qt-info@nokia.com2010-08-127-21/+89
* | Process the translation unit.Roberto Raggi2010-08-121-0/+3
* | QmlOutline: Support reparenting into object arrayKai Koehne2010-08-123-6/+89
* | Process simple-type-specifiers and class-specifiers.Roberto Raggi2010-08-122-19/+235
* | Process the ptr-declarators.Roberto Raggi2010-08-121-8/+22
* | Removed the warns.Roberto Raggi2010-08-121-248/+15
* | Process the postfix declarators.Roberto Raggi2010-08-122-16/+36
* | Remember the declarator-id.Roberto Raggi2010-08-122-23/+31
* | Process names.Roberto Raggi2010-08-122-72/+258
* | Added Bind::switchScope() and Bind::currentScope().Roberto Raggi2010-08-122-0/+17
* | Improve MSVC parserTobias Hunger2010-08-122-7/+92
* | CompilefixThomas Hartmann2010-08-121-1/+0
* | Initial work on the new Binder.Roberto Raggi2010-08-123-0/+2421
* | QmlJSEditor: Add QuickToolBar to QmlJSEditorThomas Hartmann2010-08-128-2/+805
* | QmlDesigner: remove QuickToolBar from QmlDesignerThomas Hartmann2010-08-129-54/+32
* | Creating lib: qmleditorwidgetsThomas Hartmann2010-08-12173-226/+2627
* | debugger: tell engine about removed breakpointshjk2010-08-121-1/+1
* | QmlOutline: Don't decorate root itemKai Koehne2010-08-121-0/+2
* | Generate AST nodes for the bit fields.Roberto Raggi2010-08-121-2/+4
* | QmlOutline: Also show values of bindings in outlineKai Koehne2010-08-122-17/+23