summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* debugger: fix display of QObject propertieshjk2010-08-133-14/+28
* 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
* debugger: add manual test for custom property dumperhjk2010-08-121-5/+17
* debugger: try long(p) == 0 as null-check for pointers as suggested by Tom T.hjk2010-08-121-5/+6
* debugger: add manual test for QLocale dumperhjk2010-08-121-0/+9
* 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
* QmlOutline: Show id/name/property values only if filter is activeKai Koehne2010-08-123-1/+14
* QmlOutline: Show non-leaf bindings even when filter is activeKai Koehne2010-08-123-8/+9
* Show files added to INSTALL / DEPLOYMENTdt2010-08-121-4/+14
* VCS[git]: Fix branch checkout: Use absolute path.Friedemann Kleint2010-08-121-3/+3
* Define __restrict and __extensions__.Roberto Raggi2010-08-121-1/+1
* VCS[git]: Add branch combo to the checkout wizard.Friedemann Kleint2010-08-1215-49/+274
* QuickFix: Add a warning to RefactoringChanges::removeFile.Christian Kamm2010-08-121-2/+2
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-125-26/+13
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-129-38/+50