Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | C++ insert def: Fix bug when minimizing name. | Christian Kamm | 2011-10-31 | 1 | -37/+27 | |
| | | | | | | | | | | Constructors would not get the correct name before. Now rewriting the function's name is not done by going through the 'rewrite type' func- tionality but rather by minimizing the symbol's name directly. Task-number: QTCREATORBUG-6223 Change-Id: I3c25e414337937f5dd0f54570c899ca2ca21d2ef Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> | |||||
* | C++: Fix completion for typedefs for templates in namespaces. | Christian Kamm | 2011-08-19 | 1 | -17/+29 | |
| | | | | | | Change-Id: Ib96551388c94731d97eb8f9728613b120b0b86a9 Reviewed-on: http://codereview.qt.nokia.com/3262 Reviewed-by: Roberto Raggi <roberto.raggi@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 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | Skip using namespace directives when searching for declarations. | Roberto Raggi | 2010-12-03 | 1 | -0/+4 | |
|/ | ||||||
* | Resolve local using namespace directives. | Roberto Raggi | 2010-10-05 | 1 | -14/+21 | |
| | | | | Reviewed-by: Erik Verbruggen | |||||
* | 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 | -3/+3 | |
| | ||||||
* | Search for symbols in the template prototype. | Roberto Raggi | 2010-08-12 | 1 | -13/+5 | |
| | ||||||
* | Get rid of the #warning directives. | Roberto Raggi | 2010-08-11 | 1 | -2/+2 | |
| | ||||||
* | Process the template symbol. | Roberto Raggi | 2010-08-11 | 1 | -0/+3 | |
| | ||||||
* | Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control. | Roberto Raggi | 2010-08-11 | 1 | -0/+5 | |
| | ||||||
* | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 1 | -0/+6 | |
| | ||||||
* | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -27/+23 | |
| | ||||||
* | Use Prototype instead of Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 | |
| | ||||||
* | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 | |
| | ||||||
* | Get rid of the member ClassOrNamespace::_instantiations. | Roberto Raggi | 2010-08-04 | 1 | -1/+0 | |
| | ||||||
* | Temporary fix to get at least some name back. | Erik Verbruggen | 2010-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed LookupContext::fullyQualifiedName() | Roberto Raggi | 2010-07-21 | 1 | -3/+2 | |
| | | | | | Now the method can be used to get the fully qualified name of destructors, operator-ids and conversion-function-ids. | |||||
* | Fixed fully-qualified-name for destructors. | Erik Verbruggen | 2010-07-21 | 1 | -1/+2 | |
| | ||||||
* | Get rid of the those ugly warnings. | Roberto Raggi | 2010-07-19 | 1 | -0/+4 | |
| | ||||||
* | Fixed lookup to skip over friend declarations. | Erik Verbruggen | 2010-07-16 | 1 | -1/+8 | |
| | ||||||
* | Introduced helpers to rewrite types and names. | Roberto Raggi | 2010-07-16 | 1 | -48/+44 | |
| | | | | Done-with: Erik Verbruggen | |||||
* | Disable Create declaration from definition quickfix. | Roberto Raggi | 2010-07-12 | 1 | -13/+25 | |
| | ||||||
* | Recursive definition of CPlusPlus::QualifiedNameId. | Roberto Raggi | 2010-07-12 | 1 | -41/+36 | |
| | | | | Done-with: Erik Verbruggen | |||||
* | Quickfix for adding a declaration to a class from a definition. | Erik Verbruggen | 2010-07-12 | 1 | -0/+50 | |
| | ||||||
* | Reenabled the old `deprecated' template instantiation. | Roberto Raggi | 2010-07-09 | 1 | -2/+0 | |
| | | | | | | I hate this commit, but unfortunately, I don't have time right now to finish the new template instantion algorithm so I have to enable the old way of doing instantiations. | |||||
* | C++: Make 'follow symbol' work with forward declared classes. | Christian Kamm | 2010-06-16 | 1 | -1/+2 | |
| | | | | | | | If it encounters a forward declaration, it tries to find the class declaration globally now. Task-number: QTCREATORBUG-20 | |||||
* | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 1 | -11/+16 | |
| | ||||||
* | Look at the injected class name. | Roberto Raggi | 2010-06-01 | 1 | -1/+17 | |
| | ||||||
* | Fixed unqualified name lookup. | Roberto Raggi | 2010-06-01 | 1 | -6/+14 | |
| | ||||||
* | Compile. | Roberto Raggi | 2010-05-31 | 1 | -1/+1 | |
| | ||||||
* | Disable the cacheing of template instantiations. | Roberto Raggi | 2010-05-31 | 1 | -5/+0 | |
| | ||||||
* | Check for possible 0x0 accesses. | Roberto Raggi | 2010-05-28 | 1 | -1/+1 | |
| | ||||||
* | Handle using declarations | Roberto Raggi | 2010-05-27 | 1 | -0/+15 | |
| | ||||||
* | Create bindings for anonymous typedefs. | Roberto Raggi | 2010-05-26 | 1 | -1/+6 | |
| | ||||||
* | Warn about unexpected using declarations. | Roberto Raggi | 2010-05-25 | 1 | -5/+9 | |
| | ||||||
* | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 1 | -4/+1 | |
| | ||||||
* | Improved lookup of qualified names. | Roberto Raggi | 2010-05-25 | 1 | -5/+39 | |
| | ||||||
* | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed qualified name creation for ObjC classes and protocols. | Erik Verbruggen | 2010-05-20 | 1 | -3/+4 | |
| | | | | Also fixed the tests for it. | |||||
* | Use the Control created by CPlusPlus::CreateBindings. | Roberto Raggi | 2010-05-18 | 1 | -10/+4 | |
| | ||||||
* | Instantiate the template functions. | Roberto Raggi | 2010-05-18 | 1 | -22/+16 | |
| | ||||||
* | less verbose. | Roberto Raggi | 2010-05-14 | 1 | -24/+23 | |
| | ||||||
* | Flush the current binding before searching for types. | Roberto Raggi | 2010-05-14 | 1 | -14/+12 | |
| | ||||||
* | Improved LookupContext::fullyQualifiedName(). | Roberto Raggi | 2010-05-14 | 1 | -7/+15 | |
| | ||||||
* | Cleanup. | Roberto Raggi | 2010-05-14 | 1 | -24/+1 | |
| |