Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Qt Continuous Integration System | 2011-03-28 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Show softkeys when opening a dialog that has a fullscreen parent. Fixed autotests on Windows. QS60Style: draw QComboBox menu correctly Remove two compilation warnings for ARM QTabWidget tabs are resized in wrong way when device rotates Symbian: QComboBox popup Listbox size is not adjusted Switched back to using symlinks for all mkspecs on Linux. QS60Style: Support for Menu separators Native image handle provider support in QGLPixmapData Fix an issue with VGImage readback in openvg. QSysInfo support for next generation Symbian devices. Call FixNativeOrientation on Symbian for certain fullscreen qml views. | ||||
| * | Fixed autotests on Windows. | axis | 2011-03-25 | 1 | -1/+1 |
| | | | | | | | | RevBy: Trust me | ||||
* | | Remove bindings before assigning constants in VME | Aaron Kennedy | 2011-03-15 | 4 | -1/+29 |
|/ | | | | | Change-Id: I4c246cbcf8d0168cb4af028d6d04088fe20cdbba Task-number: QTBUG-17276 | ||||
* | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 12 | -51/+47 |
| | | | | Task-number: QTBUG-13451 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 3 | -3/+3 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Test importing version > registered with a matching base class rev. | Martin Jones | 2011-01-05 | 4 | -1/+53 |
| | | | | | | | | | | | | | | | | | | Consieder the case of a BaseClass registered with version 1.1 and the created Class registered with version 1.0. When version 1.1 is imported the Class should be able to use BaseClass properties from version 1.1. This currently fails. Task-number: QTBUG-13451 | ||||
* | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 14 | -0/+318 |
| | | | | | | | | | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | | Fix spelling in declarative autotests | Joona Petrell | 2010-12-20 | 1 | -3/+3 |
|/ | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Remove unneeded semicolons. | Martin Jones | 2010-11-15 | 1 | -1/+1 |
| | | | | | | | Extra semicolons break building with sun studio. Task-number: QTBUG-15326 Reviewed-by: Alan Alpert | ||||
* | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 3 | -0/+39 |
| | | | | | Authored-by: Roberto Raggi Reviewed-by: Aaron Kennedy | ||||
* | Call the correct vme meta object when connecting alias signals | Aaron Kennedy | 2010-10-19 | 3 | -6/+51 |
| | | | | Task-number: QTCREATORBUG-2769 | ||||
* | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Test for absent qmldir | Aaron Kennedy | 2010-10-11 | 2 | -0/+3 |
| | | | | Task-number: QTBUG-13051 | ||||
* | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 12 | -3/+85 |
| | | | | Task-number: QTBUG-14254 | ||||
* | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 6 | -0/+40 |
| | | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517 | ||||
* | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 5 | -0/+17 |
| | | | | Task-number: QTBUG-14005 | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -1/+0 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Autotest | Aaron Kennedy | 2010-10-06 | 2 | -0/+31 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Add autotest for reserved words in QML. | Michael Brasser | 2010-10-04 | 1 | -0/+76 |
| | |||||
* | Add test for Qt 4.7 module | Aaron Kennedy | 2010-09-29 | 1 | -0/+6 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 118 | -127/+127 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 5 | -0/+14 |
| | |||||
* | Missing file | Aaron Kennedy | 2010-09-03 | 1 | -0/+14 |
| | |||||
* | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -0/+12 |
| | | | | QTBUG-13374 | ||||
* | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 2 | -1/+28 |
| | | | | QTBUG-12601 | ||||
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 6 | -0/+19 |
| | | | | QTBUG-13043 | ||||
* | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 5 | -1/+41 |
| | | | | QTBUG-13114 | ||||
* | Simplify type management code | Aaron Kennedy | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Fix inconsistent reporting of module import errors when using versions. | Warwick Allison | 2010-07-05 | 5 | -3/+13 |
| | | | | Task-number: QTBUG-11936 | ||||
* | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 2 | -2/+2 |
| | | | | Task-number: QTBUG-11853 | ||||
* | Don't accept *files* that exist when *directory* is required. | Warwick Allison | 2010-07-02 | 3 | -0/+5 |
| | |||||
* | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 3 | -0/+7 |
| | | | | QTBUG-11605 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Autotest (XFAIL) for QTBUG-10822 | Aaron Kennedy | 2010-05-20 | 2 | -0/+22 |
| | |||||
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 6 | -8/+7 |
| | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy | ||||
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 3 | -5/+5 |
| | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct. | ||||
* | Rename files; fix test. | Michael Brasser | 2010-05-18 | 4 | -3/+4 |
| | |||||
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 4 | -12/+56 |
| | | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675 | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 2 | -0/+6 |
| | | | | QTBUG-10623 | ||||
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -2/+2 |
| | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital. | ||||
* | Disallow "Qt" as namespace import | Aaron Kennedy | 2010-04-27 | 3 | -6/+6 |
| | | | | | | This conflicts with the global object's "Qt" property. QTBUG-10143 | ||||
* | Improved error messages for type resolving, new debug option | mae | 2010-04-26 | 1 | -22/+32 |
| | | | | | | | | | | The patch improves the error messages when type resolving fails and introduces a new debug utility QML_CHECK_TYPES. If the environment variable is defined, type shadowing will be reported as error. Reviewed-by: Warwick Allison | ||||
* | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 3 | -0/+5 |
| | | | | eg. "import Qt 4.6" not valid. | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 105 | -107/+107 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Autotests | Aaron Kennedy | 2010-04-21 | 42 | -0/+163 |
| | |||||
* | Autotest | Aaron Kennedy | 2010-04-21 | 5 | -0/+18 |
| | |||||
* | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 7 | -0/+27 |
| | | | | QTBUG-10082 | ||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 4 | -2/+7 |
| | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available. |