Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2016-04-24Major change to new build arch to give configs more power.Doug Schaefer7-287/+155
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt2-6/+6
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer29-617/+970
2016-03-22Make sure buttons on New Qt wizard are present.Doug Schaefer1-0/+4
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer2-111/+94
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer2-94/+111
2016-03-17Bug 488909: Unify services factory classes to extend more easilyMarc Khouzam1-1/+1
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham1-2/+2
2016-02-28Qt - remove hardcoding of app name in build config.Doug Schaefer1-3/+4
2016-02-23New Qt templates using new templates framework. Arduino fixes.Doug Schaefer18-110/+255
2016-02-18qt core: prevent exceptions when deleting closed projectAlena Laskavaia1-1/+1
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-02-09Support project scanner info in new build system for new class wiz.Doug Schaefer1-2/+12
2016-02-08Qt - cleanup build cases. Add method to GDBLaunch.Doug Schaefer2-11/+11
2016-02-01Missing copyright header.Marc Khouzam8-0/+56
2016-01-29Qt fixes for scanner info and launching.Doug Schaefer5-2/+40
2016-01-28Qt - more missing things from the build.properties file.Doug Schaefer1-2/+6
2016-01-28Qt - fix up build.properties files to pick things up properly.Doug Schaefer3-4/+8
2016-01-28Bug 486509 - Add support for debugging local Qt apps.Doug Schaefer7-75/+216
2016-01-27Qt - better handling when a Qt install hasn't been added.Doug Schaefer5-14/+40
2016-01-27Qt - Include tern deps in build. Clean up some old files.Doug Schaefer14-113/+9029
2016-01-20Make a couple of more things common. Clean up scanner info.Doug Schaefer1-32/+1
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam6-7/+7
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam82-82/+82
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

Back to the top