summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/codeassist/basicproposalitemlistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Merge some "assist" related classeshjk2014-09-091-336/+0
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* Completions: move continuations upper in proposals list.Alexey Semenko2013-09-031-6/+21
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-2/+2
* CppEditor: Fix sorting of quick fixes "Add {public, private, ...} declaration"Nikolai Kosjar2013-06-041-14/+0
* CppEditor: small fixesAndrey M. Tokarev2013-04-221-1/+1
* CppEditor: add more sections (protected, ...) for declaration (refactoring)Andrey M. Tokarev2013-04-181-0/+14
* qmljseditor: do not complete private propertiesFawzi Mohamed2013-02-111-2/+2
* 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
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-11/+16
|\ \ | |/
| * C++: fix invalid common prefix calculation.Erik Verbruggen2013-01-141-11/+16
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Editor: Allow for nicer completion with underscore-style names.Christian Kamm2012-10-151-10/+25
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* [CodeAssist] Logical sort of proposals.Francois Ferrand2012-06-281-1/+28
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Improve code-assist API isSortableLeandro Melo2012-02-101-1/+3
* Long live the king!hjk2012-01-261-1/+1
* 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
* | QuickFixes: Sort by priority.Christian Kamm2011-11-041-0/+4
|/
* Completion: Fine tuning perfect match behaviorLeandro Melo2011-06-221-0/+5
* Completion: Don't propose when there's a "good" candidateLeandro Melo2011-05-201-8/+0
* Completion: Ignore non identifiers when matching proposalsLeandro Melo2011-05-201-0/+8
* New code assist APILeandro Melo2011-05-181-0/+267