aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Inline property data into the objectLars Knoll2015-09-221-0/+1
* | Make QML composite types inherit enumsJ-P Nurmi2015-09-215-0/+40
* | TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-211-14/+26
* | Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-3/+32
* | ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-212-0/+181
* | Refactor TestHTTPServer.Friedemann Kleint2015-09-152-95/+96
* | Implement QQmlListModel::setData()Tobias Koenig2015-09-141-0/+31
* | Fix autotestsLars Knoll2015-09-144-10/+12
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-054-0/+12
* | QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-032-0/+5
* | Temporarily blacklist importsPath change on Windowsv5.6.0-alpha1Simon Hausmann2015-09-031-0/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-023-0/+78
|\|
| * Don't consider QLocale a value type.Mitch Curtis2015-09-022-0/+60
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-0/+18
* | XHR: Server side errors are not network errorsJulien Brianceau2015-08-272-0/+4
* | Fix sha1 of test262Simon Hausmann2015-08-251-0/+0
* | Fix warning in tst_qquickdesignersupport.cppThomas Hartmann2015-08-251-1/+2
* | Fix autotestLars Knoll2015-08-251-7/+5
* | Fix use of function expressions with signal handlersSimon Hausmann2015-08-242-0/+17
* | Add isTabFence private flagGabriel de Dietrich2015-08-212-0/+121
* | Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-203-1/+254
* | Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-6/+13
* | Clean up data format for V4 debug connectionUlf Hermann2015-08-191-12/+6
* | Fix test caseLars Knoll2015-08-181-2/+3
* | Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1820-17/+384
|\|
| * Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
| * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-0/+40
| * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-0/+13
| * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-0/+13
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-232-10/+0
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-202-10/+0
| | |\
| | | * Remove testing of active window change on hideAlan Alpert2015-06-022-10/+0
| * | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
| * | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
| |/ /
| * | Let unit tests pass if xmlpatterns is not aroundSune Vuorela2015-07-162-1/+5
| * | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-0/+9
| * | Doc: replace Mac OS X with OS XNico Vertriest2015-07-152-2/+2
| * | Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+20
| * | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+2
* | | Allow specification of loadable debug services via command lineUlf Hermann2015-08-136-125/+161
* | | Move DataCollector into debugger pluginUlf Hermann2015-08-102-15/+33
* | | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-30/+34
* | | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-131/+162
* | | Don't call the test method assertLars Knoll2015-08-091-2/+2
* | | Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* | | Periodically flush profiling data to client.Ulf Hermann2015-08-043-2/+38