Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | Merge branch '2.1' | con | 2010-12-17 | 1 | -7/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/coreplugin/basemode.cpp src/plugins/coreplugin/basemode.h src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/debuggeruiswitcher.cpp src/plugins/debugger/debuggeruiswitcher.h src/plugins/projectexplorer/buildconfigdialog.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.h src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h src/plugins/qmldesigner/designercore/include/modelutilities.h src/plugins/qmldesigner/designercore/include/nodeinstance.h src/plugins/qmldesigner/designercore/include/propertymetainfo.h src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp src/plugins/qmldesigner/designercore/model/modelutilities.cpp src/plugins/snippets/inputwidget.cpp src/plugins/snippets/snippetscompletion.cpp src/plugins/snippets/snippetscompletion.h src/plugins/snippets/snippetspec.cpp src/plugins/snippets/snippetsplugin.cpp src/plugins/snippets/snippetswindow.cpp src/plugins/snippets/snippetswindow.h src/plugins/texteditor/snippetsparser.cpp src/tools/qml/qmldom/main.cpp tests/manual/trk/runner.cpp tests/manual/trk/trkolddevice.cpp tests/manual/trk/trkolddevice.h tests/manual/trk/trkserver.cpp | ||||
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | | |||||
* | | Added some initial support for function overloading. | Roberto Raggi | 2010-12-10 | 1 | -31/+71 |
|/ | |||||
* | Added ResolveExpression::context() | Roberto Raggi | 2010-09-22 | 1 | -0/+4 |
| | |||||
* | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 1 | -6/+6 |
| | |||||
* | Get rid of the old Semantic pass. | Roberto Raggi | 2010-08-13 | 1 | -5/+4 |
| | |||||
* | Get rid of the #warning directives. | Roberto Raggi | 2010-08-11 | 1 | -3/+4 |
| | |||||
* | Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control. | Roberto Raggi | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 1 | -2/+3 |
| | |||||
* | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -10/+9 |
| | |||||
* | Use Prototype instead of Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Introduced IdExpressionAST. | Roberto Raggi | 2010-08-02 | 1 | -0/+6 |
| | |||||
* | Sorry this was not supposed to be committed. | Roberto Raggi | 2010-07-20 | 1 | -2/+3 |
| | | | | | | Revert "Revert "Try to fix the type rewriter."" This reverts commit c9bc1e7c64fb73e8148b65dfe7a4521121331efc. | ||||
* | Revert "Try to fix the type rewriter." | Roberto Raggi | 2010-07-20 | 1 | -3/+2 |
| | | | | This reverts commit 33b19f0210cd6ab1504071912caee91a95515c7c. | ||||
* | Try to fix the type rewriter. | Roberto Raggi | 2010-07-19 | 1 | -2/+3 |
| | |||||
* | Disable the copy of SemanticEnvironment. | Roberto Raggi | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Introduced helpers to rewrite types and names. | Roberto Raggi | 2010-07-16 | 1 | -12/+72 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Recursive definition of CPlusPlus::QualifiedNameId. | Roberto Raggi | 2010-07-12 | 1 | -12/+8 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Try to resolve the type in the scope of the declaration. | Roberto Raggi | 2010-07-09 | 1 | -1/+6 |
| | |||||
* | Get rid of NumericLiteral::isChar/isWideChar(). | Roberto Raggi | 2010-07-01 | 1 | -20/+24 |
| | |||||
* | Get rid of PostfixExpressionAST and store the base expression together with ↵ | Roberto Raggi | 2010-06-23 | 1 | -18/+6 |
| | | | | the PostfixAST nodes. | ||||
* | Fixed type resolving for ObjC ptr receiver types in objc_msg_send expressions. | Erik Verbruggen | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | Fixed the return type for objc_msg_send expressions. | Erik Verbruggen | 2010-06-04 | 1 | -2/+5 |
| | |||||
* | Fixed a couple of null-checks/-returns. | Erik Verbruggen | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | Fixed expression resolving for ObjC message send expressions. | Erik Verbruggen | 2010-05-20 | 1 | -23/+12 |
| | |||||
* | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -3/+3 |
| | |||||
* | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -4/+4 |
| | |||||
* | Resolve ambiguous C++-like initilized declarations. | Roberto Raggi | 2010-05-14 | 1 | -2/+4 |
| | |||||
* | Reenabled the tooltip. | Roberto Raggi | 2010-05-14 | 1 | -7/+3 |
| | |||||
* | Jump at the function's definition. | Roberto Raggi | 2010-05-14 | 1 | -0/+1 |
| | |||||
* | Instiate overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -3/+16 |
| | |||||
* | Check the member access operator before trying to resolve the base expression. | Roberto Raggi | 2010-05-14 | 1 | -9/+10 |
| | |||||
* | Oops! use the right base type when searching for overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | Get rid of deprected method ResolveExpression::resolveBaseExpression(). | Roberto Raggi | 2010-05-14 | 1 | -117/+0 |
| | |||||
* | Removed ResolveExpression::resolveMember(). | Roberto Raggi | 2010-05-14 | 1 | -55/+6 |
| | |||||
* | Get rid off resolveMemberExpression(). | Roberto Raggi | 2010-05-14 | 1 | -48/+48 |
| | |||||
* | Reimplemented resolve base expression. | Roberto Raggi | 2010-05-14 | 1 | -0/+32 |
| | |||||
* | Improved LookupItem and get rid of some deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -94/+123 |
| | |||||
* | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -9/+1 |
| | |||||
* | Store the declaration (if any) associated with the LookupItem. | Roberto Raggi | 2010-05-11 | 1 | -14/+10 |
| | |||||
* | Split LookupContext::lookup() in lookup() and find(). | Roberto Raggi | 2010-05-11 | 1 | -4/+4 |
| | | | | | lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding. | ||||
* | Oops! removed debug statements. | Roberto Raggi | 2010-05-10 | 1 | -28/+1 |
| | |||||
* | Use the last visible symbol if available. | Roberto Raggi | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | More work on template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -0/+46 |
| | |||||
* | Refactor a bit the lookup, it should simplify template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -41/+3 |
| |