summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix crash in code completion.Erik Verbruggen2013-05-031-2/+2
* C++: fixed code completion for namespace aliasesPrzemyslaw Gorszkowski2013-04-101-1/+3
* Reduce padding in often-used structsTobias Hunger2013-02-211-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: add test-case for member access replacement in completion.Erik Verbruggen2013-01-301-24/+0
* | Editor: Removed useless local variable.David Schulz2013-01-211-5/+2
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-1/+1
|\ \ | |/
| * C++: fix invalid common prefix calculation.Erik Verbruggen2013-01-141-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-9/+5
* | C++: Remove hard-coded configuration file name.Erik Verbruggen2012-12-041-1/+1
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-7/+7
* | C++: Fix regression not showing classes in completion.Nikolai Kosjar2012-11-201-1/+1
* | C++11: Correct scoping for scoped enums.Christian Kamm2012-10-311-7/+13
* | CppEditor: remove operator() overloads from OverViewhjk2012-10-171-3/+3
* | C++: Introduce an ordering of completion items.Christian Kamm2012-10-151-7/+26
* | Cpp: No need for accessors for simple structshjk2012-10-111-13/+13
|/
* C++: fix member rewriting when doing template instantiation.Erik Verbruggen2012-10-111-1/+3
* Editor: Fix Completion of includes triggered at '.'David Schulz2012-10-101-3/+13
* Adjust license headershjk2012-10-051-21/+20
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-07-241-0/+7
|\
| * C++: Fix class scope completion for templates.Christian Kamm2012-07-201-0/+7
* | Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* | Added tooltips on completions proposalsSergey Shambir2012-07-171-3/+14
* | C++: Fix potentially infinite loop in completionLeandro Melo2012-06-291-10/+11
* | C++: Do not reuse content in completion if it's unfinished identifierLeandro Melo2012-06-201-6/+12
* | [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-1/+1
|/
* Do not add parentheses when completing dereferenced function.Francois Ferrand2012-03-131-1/+21
* [C++] Added object pool handling for CompletionAssistProvider.Erik Verbruggen2012-02-231-98/+38
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-18/+18
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Improve code-assist API isSortableLeandro Melo2012-02-101-7/+9
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+2
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-1/+1
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-5/+6
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
* | C++: Improve completion assistYuchen Deng2011-10-171-2/+13
|/
* C++: Fix duplicate items in C++ completion for Qt methodsLeandro Melo2011-09-081-28/+26
* Code assist: Fix memory leak in completionLeandro Melo2011-09-071-0/+1
* C++ completion: Minimize qualified names in function signatures.Christian Kamm2011-08-081-1/+17
* C++ editor: Share the model data acrross completion itemsLeandro Melo2011-05-261-22/+9
* C++ editor: Check _ to accept idle editor completionLeandro Melo2011-05-261-1/+1
* Completion: Don't propose when there's a "good" candidateLeandro Melo2011-05-201-22/+0
* C++ editor: Fix potential crash in completionLeandro Melo2011-05-191-24/+44
* Revert "C++ editor: Fix potential crash in completion"Leandro Melo2011-05-191-17/+13
* C++ editor: Fix potential crash in completionLeandro Melo2011-05-191-13/+17