aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/jsexpander.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Work around upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
* Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+3
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-9/+50
* Core: ModernizeAlessandro Portale2018-08-081-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: fix capitalization of JavaScript in a messageLeena Miettinen2015-10-231-1/+1
* MacroExpander: Fix variable descriptionsTobias Hunger2015-09-211-1/+1
* Core: Replace usage of QScriptEngine with QJSEngineAlessandro Portale2015-04-011-13/+7
* Update LicenseEike Ziller2015-01-161-6/+6
* License update.Eike Ziller2014-10-151-7/+8
* VariableChooser: Reworkhjk2014-10-151-2/+2
* MacroExpander: Allow registering local expansionshjk2014-10-151-1/+1
* JsExpander: Do not crash on exitTobias Hunger2014-09-181-0/+1
* Core: Have the JsExpander take ownership of registered QObjectsTobias Hunger2014-09-181-4/+4
* Core: Add a basic extension for the JsExpanderTobias Hunger2014-09-181-0/+7
* Core: Fix compile for gcc 4.7.3Christian Stenger2014-09-171-1/+1
* VariableManager: Add support for javascript varibalesTobias Hunger2014-09-161-0/+109