Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| | | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | C++: Recognize C++11 nullptr | Leandro Melo | 2011-11-18 | 1 | -0/+1 |
| | | | | | Change-Id: I5b7ac8f9b2137ffe9439ada4ec4aeb9cee8e249d Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | 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 | -3/+6 |
|/ | |||||
* | Added ResolveExpression::context() | Roberto Raggi | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | Get rid of the old Semantic pass. | Roberto Raggi | 2010-08-13 | 1 | -3/+2 |
| | |||||
* | Introduced IdExpressionAST. | Roberto Raggi | 2010-08-02 | 1 | -0/+1 |
| | |||||
* | Get rid of the those ugly warnings. | Roberto Raggi | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Introduced helpers to rewrite types and names. | Roberto Raggi | 2010-07-16 | 1 | -0/+3 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Get rid of PostfixExpressionAST and store the base expression together with ↵ | Roberto Raggi | 2010-06-23 | 1 | -1/+0 |
| | | | | the PostfixAST nodes. | ||||
* | Get rid of deprected method ResolveExpression::resolveBaseExpression(). | Roberto Raggi | 2010-05-14 | 1 | -4/+0 |
| | |||||
* | Removed ResolveExpression::resolveMember(). | Roberto Raggi | 2010-05-14 | 1 | -6/+1 |
| | |||||
* | Get rid off resolveMemberExpression(). | Roberto Raggi | 2010-05-14 | 1 | -5/+2 |
| | |||||
* | Reimplemented resolve base expression. | Roberto Raggi | 2010-05-14 | 1 | -8/+12 |
| | |||||
* | Improved LookupItem and get rid of some deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -8/+7 |
| | |||||
* | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -1/+0 |
| | |||||
* | Store the declaration (if any) associated with the LookupItem. | Roberto Raggi | 2010-05-11 | 1 | -1/+3 |
| | |||||
* | Try to use the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -42/+16 |
| | |||||
* | Deprecated the current LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -6/+6 |
| | |||||
* | Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal). | Roberto Raggi | 2010-03-29 | 1 | -0/+1 |
| | | | | Done with: erikv | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Revert "Added Objective-C @try block parsing." | Erik Verbruggen | 2010-02-15 | 1 | -1/+0 |
| | | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375. | ||||
* | Added Objective-C @try block parsing. | Erik Verbruggen | 2010-02-15 | 1 | -0/+1 |
| | |||||
* | Added AST nodes for compound expressions (a GNU extension). | Erik Verbruggen | 2010-02-07 | 1 | -0/+1 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -7/+7 |
| | |||||
* | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead. | Roberto Raggi | 2009-11-17 | 1 | -17/+14 |
| | |||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+15 |
| | |||||
* | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 1 | -1/+0 |
| | | | | Done with Erik Verbruggen | ||||
* | Added support to complete function-call operators. | Roberto Raggi | 2009-10-16 | 1 | -0/+2 |
| | |||||
* | Removed resolveArrowOperator and resolveArrayOperator. | Roberto Raggi | 2009-10-16 | 1 | -11/+3 |
| | |||||
* | Removed unused code. | Roberto Raggi | 2009-10-16 | 1 | -4/+0 |
| | |||||
* | Simplified member completion. | Roberto Raggi | 2009-10-16 | 1 | -2/+4 |
| | | | | Share code with ResolveExpression. | ||||
* | Improved template instantiation. | Roberto Raggi | 2009-10-05 | 1 | -14/+8 |
| | |||||
* | Improved the resolving of member expressions. | Roberto Raggi | 2009-09-30 | 1 | -8/+5 |
| | |||||
* | Removed references and wantReferences from ResolveExpression. | Roberto Raggi | 2009-09-23 | 1 | -16/+0 |
| | |||||
* | Find references | Roberto Raggi | 2009-09-23 | 1 | -0/+17 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Improved the member lookup of typedef symbols. | Roberto Raggi | 2009-06-10 | 1 | -0/+4 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | ResolveType for compound literals. | Roberto Raggi | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Renamed SymbolsForDotAccess to ResolveClass. | Roberto Raggi | 2008-12-30 | 1 | -4/+4 |
| | |||||
* | Save/restore the black list so we can re-use instances of SymbolsForDotAccess. | Roberto Raggi | 2008-12-29 | 1 | -2/+13 |
| |