aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscompletioncontextfinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More porting.h related changeshjk2022-07-141-4/+2
* Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-3/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-2/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix Krazy warnings about QString::null/clear().Friedemann Kleint2013-03-111-1/+1
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-2/+36
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Detect whether cursor is in an import.Christian Kamm2010-11-121-0/+93
* | QmlJS: Complete '{' instad of ':' at the end of 'A on b' bindings.Christian Kamm2010-11-121-7/+5
* | QmlJS: Determine whether cursor is inside a string literal.Christian Kamm2010-11-121-1/+10
|/
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* QmlJS: Fix completion context finder if cursor is on empty line.Christian Kamm2010-05-191-7/+12
* QmlJS: Fix completion context when cursor is to the right of inserted ;Christian Kamm2010-04-301-0/+3
* QmlJS: Completion for enums.Christian Kamm2010-04-291-3/+32
* QmlJS: Improve completion for object bindings with 'on'.Christian Kamm2010-04-291-5/+17
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-291-5/+66
* QmlJS: Add CompletionContextFinder to allow context sensitive completionChristian Kamm2010-04-291-0/+157