summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Fix keyboard selection shortcuts on Qml/JS ConsoleKai Koehne2014-09-041-2/+6
* QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-4/+4
* remove duplicate file from project fileJoerg Bornemann2014-07-111-1/+0
* fix duplicates in file lists of qbs project filesJoerg Bornemann2014-07-091-2/+0
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-1/+1
* qmljs: fix race condition in defaultVContextFawzi Mohamed2014-06-302-4/+9
* Utils: Remove function wrapperhjk2014-06-301-1/+0
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+3
* Centralize error/warning/info iconsAlessandro Portale2014-06-176-9/+9
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-1/+0
* qmljstools: remove unused qdebug importsFawzi Mohamed2014-06-113-5/+0
* QmlJsTools: Move category_qml from Core to QmlJsToolsAlessandro Portale2014-06-024-1/+4
* DocumentModel: Make interface statichjk2014-05-131-3/+2
* Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-122-23/+15
* qmljs: add qbs default pathsFawzi Mohamed2014-05-091-0/+5
* qmljs: better defaults, more uniform handling of pathsFawzi Mohamed2014-05-091-8/+13
* QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-092-2/+2
* QmlConsoleView: Use Utils::TreeView to get consistent keyboard handlingDaniel Teske2014-04-162-17/+6
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* qmljs: fixing attributes naming (code style)Fawzi Mohamed2014-02-191-2/+0
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-1910-2730/+31
* QmlJSConsole: Fix scrolling behaviorChristian Stenger2014-02-181-2/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-127-30/+10
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-5/+11
* qmljs: generalize language treatementFawzi Mohamed2014-01-283-60/+30
* TextEditors: Move font settings to documentEike Ziller2014-01-241-1/+1
* TextEditors: Remove widget's setTabSettings methodEike Ziller2014-01-211-1/+1
* Use document instead of widget in TextEditor::RefactoringChangesDataEike Ziller2014-01-211-4/+5
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-201-3/+6
|\
| * qml: avoid dumping or reading type info multiple timesFawzi Mohamed2014-01-161-3/+6
* | qml: make dumping errors more chattyFawzi Mohamed2014-01-202-0/+5
* | TextEditors: Move indenter to document.Eike Ziller2014-01-151-2/+2
* | Core: Merge Find and Locator into Core pluginhjk2014-01-145-17/+14
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0849-49/+49
|\ \ | |/
| * Incremented year in copyright infoRobert Loehning2014-01-0849-49/+49
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-181-2/+1
|\ \ | |/
| * QmlJSTools: Fix plugin unit testChristian Stenger2013-12-121-2/+1
* | Preferences: Add default implementation for filteringEike Ziller2013-12-102-29/+16
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-1/+1
|/
* qmljs: delay import scan until at least one qml file is parsedFawzi Mohamed2013-11-262-0/+18
* qmljs: avoid double parsing of importsFawzi Mohamed2013-11-261-8/+22
* QmlJS: Fixing warningsThomas Hartmann2013-11-261-1/+1
* QmlJsTools: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+1
* qmljs: scan importsFawzi Mohamed2013-11-203-27/+178
* qmljs: fingerprints for documents, libraries and FakeMetaObjectsFawzi Mohamed2013-11-202-3/+7
* qmljs: new import/dep trackingFawzi Mohamed2013-11-203-1/+38
* Braces cleanupOrgad Shaneh2013-11-141-4/+2
* qmljs: use QTC_OVERRIDE in qmljsmodelmanagerFawzi Mohamed2013-11-121-29/+30
* qml: solve race condition when deleting while indexingFawzi Mohamed2013-11-122-2/+4
* QmlConsole: Save cycleshjk2013-11-081-0/+1