aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* qmljs: do not reset ProjectInfo in updateProjectInfoFawzi Mohamed2014-11-251-1/+2
* OutputPanes::hasFocus() needs to check the window's focus widgetDaniel Teske2014-11-121-1/+1
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1444-308/+352
|\
| * License updateEike Ziller2014-10-0945-310/+354
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-144-1/+13
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-292-4/+4
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-264-7/+7
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-3/+3
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-6/+5
* | QmlJSEditor: cleaning up dependencies to QmlDesignerThomas Hartmann2014-09-251-1/+0
* | qmljslocatordata: make access to m_entries threadsafeFawzi Mohamed2014-09-192-0/+6
* | CppTools: Change CppModelManager implementation patternhjk2014-09-192-10/+3
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-2/+6
|\|
| * Fix keyboard selection shortcuts on Qml/JS ConsoleKai Koehne2014-09-041-2/+6
* | remove pointless uses of OTHER_FILESOswald Buddenhagen2014-09-151-3/+0
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-4/+4
|\|
| * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-4/+4
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
* | TextEditor: Consolidate document access functions.hjk2014-08-041-3/+3
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-304-23/+23
* | qmljs: move defaultProjectInfoForProject to the qmljs libraryFawzi Mohamed2014-07-242-4/+3
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-111-3/+0
|\|
| * 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
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-073-5/+10
|\|
| * qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-1/+1
| * qmljs: fix race condition in defaultVContextFawzi Mohamed2014-06-302-4/+9
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-06-301-1/+0
|\|
| * Utils: Remove function wrapperhjk2014-06-301-1/+0
* | QmlJSConsole: Fix tool tip stringsChristian Stenger2014-06-251-2/+2
|/
* 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