summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljsfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-1/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-1/+1
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-1/+1
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-6/+6
* Fix usage of EditorManager::editorsForFileNameEike Ziller2013-07-181-2/+2
* Switch less often to edit modeEike Ziller2013-06-051-4/+2
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-4/+3
* 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-6/+4
* | Support preserving case when replacing.Francois Ferrand2012-12-141-4/+4
* | QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Make IOutputPane behaviour more granularDaniel Teske2012-09-131-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-12/+31
* Mark canceled searches as such.Eike Ziller2012-05-221-1/+1
* editormanager: simplify use of interfacehjk2012-05-111-2/+2
* Avoid native filenames in QML referencesOrgad Shaneh2012-03-291-4/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* QmlJS: Fix potential crash in find usages.Christian Kamm2011-11-291-4/+5
* 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
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-081-2/+2
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-2/+2
|/
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-25/+24
* Keep multiple search results in history.Eike Ziller2011-09-141-8/+14
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-0/+6
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-1/+6
* QmlJS: Use mime types to distinguish qml and js files.Christian Kamm2011-09-121-2/+11
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-13/+13
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Share Context.Christian Kamm2011-08-081-18/+14
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-40/+40
* QmlJS: Implement renaming of usages.Christian Kamm2011-07-111-9/+59
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-1/+3
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-0/+1
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-3/+2
* Qmljs: removing unneeded Snapshot in find usagesFawzi Mohamed2011-06-071-10/+6
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-5/+35
* Qmljs: find usages for types and packagesFawzi Mohamed2011-06-061-26/+272
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-0/+4
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-76/+4