| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove QQmlV4Handle | Ulf Hermann | 2019-04-10 | 1 | -3/+3 |
| * | Remove unused includes of qv8engine_p.h | Ulf Hermann | 2019-04-09 | 1 | -1/+0 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | Replace Q_DECL_OVERRIDE with override | Kevin Funk | 2017-09-25 | 1 | -12/+12 |
| * | Add property to disable shaping on fonts | Eskil Abrahamsen Blomfeldt | 2017-08-25 | 1 | -0/+8 |
| * | Expose "kerning" property for fonts | Eskil Abrahamsen Blomfeldt | 2017-06-30 | 1 | -0/+5 |
| * | Add Qt.platform.pluginName property | Sami Nurmenniemi | 2017-06-06 | 1 | -0/+5 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-04-21 | 1 | -0/+1 |
| |\ |
|
| | * | Fix warning for -no-feature-desktopservices | Stephan Binner | 2017-04-18 | 1 | -0/+1 |
| * | | sources: Add missing override and remove redundant virtual | Alexander Volkov | 2017-02-23 | 1 | -13/+13 |
| |/ |
|
| * | Get rid of most QT_NO_FOO usages | Lars Knoll | 2016-11-29 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-13 | 1 | -11/+11 |
| |\ |
|
| | * | Use QStringRef to optimize memory allocation | Anton Kudryavtsev | 2016-04-26 | 1 | -11/+11 |
| * | | Add property for setting hinting preference on fonts | Eskil Abrahamsen Blomfeldt | 2016-03-15 | 1 | -0/+5 |
| |/ |
|
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -15/+21 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-11-21 | 1 | -1/+5 |
| |\ |
|
| | * | Introduce a more sane "default constructor" for Qt.matrix4x4() | Sean Harmer | 2015-11-11 | 1 | -1/+5 |
| * | | Use QStringRef in a bunch of places.wip/dbus | Sérgio Martins | 2015-10-18 | 1 | -5/+5 |
| |/ |
|
| * | Fix compiler warnings on recent clang | Lars Knoll | 2015-08-25 | 1 | -1/+1 |
| * | Update copyright notice. | Frank Meerkoetter | 2015-08-18 | 1 | -0/+1 |
| * | Remove QQmlVMEVariant specific workaround | Frank Meerkoetter | 2015-08-18 | 1 | -9/+1 |
| * | Remove unused code | Frank Meerkoetter | 2015-08-18 | 1 | -25/+2 |
| * | Mark methods as overrides | Frank Meerkoetter | 2015-08-18 | 1 | -11/+11 |
| * | Also remove the QQmlValueTypeProvider::destroyValueType interface | Frank Meerkoetter | 2015-08-18 | 1 | -41/+0 |
| * | Adapt the ValueTypeProvider interface and port its types | Frank Meerkoetter | 2015-08-18 | 1 | -92/+40 |
| * | Remove QQmlValueTypeProvider::copyValueType | Frank Meerkoetter | 2015-08-18 | 1 | -43/+0 |
| * | Font matching by font stylename | Allan Sandfeld Jensen | 2015-08-10 | 1 | -0/+5 |
| * | Add Qt.hsva() function | Sean Harmer | 2015-02-18 | 1 | -0/+5 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Expose QStyleHints as Qt.styleHints | J-P Nurmi | 2015-01-17 | 1 | -0/+8 |
| * | Fix Qt.inputMethod ownership | J-P Nurmi | 2015-01-17 | 1 | -1/+3 |
| * | Remove v8engine usage in the value type provider | Lars Knoll | 2015-01-08 | 1 | -12/+9 |
| * | Initial work on gadget support | Simon Hausmann | 2014-12-22 | 1 | -16/+9 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -11/+11 |
| * | Fix QtQuick2 module unload support | Chris Adams | 2014-12-04 | 1 | -0/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -11/+11 |
| * | Remove custom code for converting from QString to QColor | Simon Hausmann | 2014-03-28 | 1 | -47/+5 |
| * | Rework array handling for JS objects | Lars Knoll | 2014-01-09 | 1 | -1/+1 |
| * | Don't use constructor function to initialize providers | Tor Arne Vestbø | 2013-10-15 | 1 | -4/+1 |
| * | Fix license headers of QtQuick sources. | Gunnar Sletta | 2013-09-30 | 1 | -1/+1 |
| * | remove more uses of QV4::Value | Lars Knoll | 2013-09-30 | 1 | -33/+33 |
| * | Fix API of QQmlV4Handle | Lars Knoll | 2013-09-26 | 1 | -10/+14 |
| * | Use a StringRef for Managed::get() | Lars Knoll | 2013-09-22 | 1 | -12/+14 |
| * | Use a ReturnedValue for Managed::getIndexed() | Lars Knoll | 2013-09-18 | 1 | -3/+6 |
| * | Use ReturnedValue for Managed::get(). | Lars Knoll | 2013-09-18 | 1 | -11/+11 |
| * | Use a ReturnedValue when converting to String or Object | Lars Knoll | 2013-09-12 | 1 | -1/+1 |
| * | Fix compilation with MSVC 2008 (and prospective Windows CE build fix) | Simon Hausmann | 2013-08-22 | 1 | -1/+1 |
| * | Remove last traces of v8 API and v8 compatibility layer | Simon Hausmann | 2013-06-12 | 1 | -1/+0 |