Skip to main content
summaryrefslogtreecommitdiffstats
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-1/+1
2015-12-22Bug 481126 - Walk QML Types ASTMatthew Bastien21-95/+1254
2015-12-16Bug 481126 - Convert Acorn AST into JavaMatthew Bastien20-63/+695
2015-12-14Bug 480238 - QML AST in JavaMatthew Bastien80-489/+3192
2015-12-09Bug 480238 - Acorn-QML Parse QML Types FileMatthew Bastien6-50/+155
2015-12-09Bug 481126 - QML Directory File ParsingMatthew Bastien40-1/+2434
2015-12-08Bug 481126 - Add hyperlink support to open decl in QML editor.Doug Schaefer15-24/+310
2015-12-07Bug 481126 - QML Parse Query TypeMatthew Bastien5-13/+151
2015-12-06Bug 481126 - QML Imports Working in EditorMatthew Bastien8-17/+185
2015-12-04Bug 481126 - Tern-QML Directory ImportsMatthew Bastien20-856/+2550
2015-12-04Hide the exception on QML load from the UI.Doug Schaefer2-3/+3
2015-12-03Add command an UI to reload the QML Analyzer.Doug Schaefer3-0/+99
2015-12-03Bug 481126 - Hook up QML content assist to tern.js-based analyzerDoug Schaefer25-378/+1526
2015-12-01Start to hook up tern-qml to Java and port some tests.Doug Schaefer8-7/+1380
2015-11-30Bug 481126 - QML Scoping IssuesMatthew Bastien15-501/+1477
2015-11-27Bug 481978 - Lots of clean-up to the Qt Build and Launch.Doug Schaefer14-86/+160
2015-11-25Bug 481978 - Big overhaul of new build system to work with Qt.Doug Schaefer41-448/+721
2015-11-17Bug 481126 - Tern QML TestsMatthew Bastien12-94/+1626
2015-11-12Bug 481978 - UI to add Qt installs. Installs are now persisted.Doug Schaefer19-73/+613
2015-11-12Bug 481850 - QML Error Tolerant ParserMatthew Bastien8-3251/+3548
2015-11-06Remove the ANTLR based QML parser. We're planning on tern.js instead.Doug Schaefer15-1210/+32
2015-11-06Bug 481126 - QML Static Analysis based on Tern.jsMatthew Bastien8-43/+1354
2015-11-05Bug 481352 - Adapt Qt and Arduino providers to ILaunchTargetsDoug Schaefer1-11/+10
2015-11-04Bug 480238 - Clean Up Acorn QML ParserMatthew Bastien6-1932/+2543
2015-10-30Bug 481126 - QML Static Analysis based on Tern.jsMatthew Bastien23-674/+808
2015-10-27Bug 480238 - Parse QML Object Literal and MembersMatthew Bastien2-456/+2922
2015-10-23Bug 480238 - Parse QML Header StatementsMatthew Bastien2-50/+601
2015-10-20Bug 480238 - QML Parser based on AcornMatthew Bastien16-0/+717
2015-10-05Bug 478938 - Automatically add source files to Qt Project FileMatthew Bastien14-3/+1759
2015-10-01Set up QML parser tests using TestSourceReader.Doug Schaefer4-54/+47
2015-09-30Move QML stuff to qt.core plug-in. Add deps for ANTLR, FreeMarker.Doug Schaefer47-191/+220
2015-09-28Hack in Windows support for Qt build and launch.Doug Schaefer4-15/+58
2015-09-28Starting to put Qt onto the new build system and launch.Doug Schaefer14-16/+716
2015-09-24Bug 478231 - Hook up .qrc files to the XML EditorMatthew Bastien2-0/+8
2015-09-23Bug 478211 - Create Qt Project File EditorMatthew Bastien6-0/+501
2015-09-21Bug 477962 - Create Basic QML Editor with Syntax HighlightingMatthew Bastien8-0/+418
2015-08-31Add missing copyright notices.Doug Schaefer4-0/+70
2015-08-31Bug 321443 - First implementation of new build model.Doug Schaefer6-151/+3
2015-08-27Start of work on doing Qt the new way.Doug Schaefer91-206/+598
2015-07-21Quick test framework for QML parser tests.Doug Schaefer5-10/+333
2015-07-18Finish ECMAScript lexer. Upgrade to ANTLR 4.5.1.Doug Schaefer5-18/+302
2015-07-18Add copyrights to the QML parser source files.Doug Schaefer3-8/+22
2015-07-17Start of QML parser.Doug Schaefer17-0/+765
2015-07-07Fix some missing test resources in qt and core tests.Jeff Johnston1-0/+1
2015-07-07Bug 379684 Support for User Defined LiteralsRichard Eames1-1/+6
2015-06-26Cosmetics.Sergey Prigogin1-6/+7
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam5-6/+6
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam5-6/+6
2015-03-17fixed schema validation error on MarsAlena Laskavaia1-2/+3
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1

Back to the top