Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Authored-by: Roberto Raggi Reviewed-by: Aaron Kennedy | |||||
* | | | | | Don't export QtDeclarative symbols needed by QtCreator on Symbian | Joona Petrell | 2010-10-19 | 10 | -41/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy | |||||
* | | | | | Call the correct vme meta object when connecting alias signals | Aaron Kennedy | 2010-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-2769 | |||||
* | | | | | Properties should have precedence over methods. | Michael Brasser | 2010-10-18 | 1 | -29/+29 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes regression introduced by recent changes to the property cache. Task-Number: QTBUG-14500 Reviewed-by: Aaron Kennedy | |||||
* | | | | Allow overloaded methods, and methods with default params, to be called in QML | Aaron Kennedy | 2010-10-15 | 3 | -21/+317 | |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-11604 | |||||
* | | | | Fix potential memory corruption in QDeclarativePropertyCache | Aaron Kennedy | 2010-10-14 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-14449 | |||||
* | | | | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 2 | -58/+28 | |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-14449 | |||||
* | | | | Optimization: Don't generate intermediate QDeclarativeComponent's | Aaron Kennedy | 2010-10-14 | 8 | -64/+48 | |
| |_|/ |/| | | ||||||
* | | | Fix autotest on windows | Aaron Kennedy | 2010-10-13 | 1 | -1/+3 | |
| | | | ||||||
* | | | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Compile on MSVC2008 | Aaron Kennedy | 2010-10-12 | 1 | -3/+2 | |
| | | | ||||||
* | | | Fix autotest on windows | Aaron Kennedy | 2010-10-11 | 1 | -0/+12 | |
| | | | ||||||
* | | | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 4 | -13/+66 | |
| | | | | | | | | | | | | Task-number: QTBUG-13999 | |||||
* | | | Install the declarative objectNameChanged callback | Aaron Kennedy | 2010-10-11 | 2 | -0/+6 | |
| | | | | | | | | | | | | Task-number: QTBUG-13999 | |||||
* | | | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 3 | -9/+62 | |
| | | | | | | | | | | | | Task-number: QTBUG-14254 | |||||
* | | | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 4 | -1/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Remove some unnecessary includes in cpp files | Aaron Kennedy | 2010-10-08 | 1 | -1/+0 | |
| | | | ||||||
* | | | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 1 | -0/+3 | |
| |/ |/| | | | | | Task-number: QTBUG-14005 | |||||
* | | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 13 | -42/+147 | |
|/ | | | | Task-number: QTBUG-14089 | |||||
* | Remove unused, unexported class. | Michael Brasser | 2010-10-04 | 3 | -260/+0 | |
| | ||||||
* | Qt.openUrlExternally should resolve relative URLs. | Michael Brasser | 2010-10-01 | 1 | -9/+7 | |
| | | | | Reviewed-by: Aaron Kennedy | |||||
* | Documentation: input to Qt.rgba should be from 0-1, not 0-255. | Michael Brasser | 2010-10-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-29 | 1 | -146/+3 | |
|\ | ||||||
| * | Remove unused AST node destructors. | Michael Brasser | 2010-09-28 | 1 | -146/+3 | |
| | | | | | | | | | | | | NodePool does a block free on the memory, so the (empty) destructors are never called, and add lots of noise to code coverage analysis. Added a note in the source about the block freeing. | |||||
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 5 | -6/+6 | |
| | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | |||||
* | | Register QtQuick 1.0 module. | Aaron Kennedy | 2010-09-29 | 2 | -7/+17 | |
|/ | | | | | | | Qt 4.7 is still supported, but deprecated. Reviewed-by: Martin Jones Task-number: QTBUG-13799 | |||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 6 | -10/+34 | |
| | | | | Task-number: QTBUG-13799 | |||||
* | Fix assert when placing a .qml file inside $QTDIR/imports | Kai Koehne | 2010-09-27 | 1 | -0/+1 | |
| | | | | | | | | | | The assert "Internal error: Plugin imported previously with different uri" happens on Windows. $QTDIR\imports, which is prefixed to the search path, is still written with backslashes. Unify this to forward slashes for all paths. Task-number:QTBUG-13994 Reviewed-by: mae | |||||
* | Fix test. | Michael Brasser | 2010-09-27 | 1 | -0/+4 | |
| | ||||||
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 1 | -1/+1 | |
| | ||||||
* | Improve docs for Qt.quit() | Bea Lam | 2010-09-23 | 1 | -1/+3 | |
| | ||||||
* | Remove unused, unexported class. | Michael Brasser | 2010-09-23 | 4 | -127/+0 | |
| | ||||||
* | Fix warnings | Thomas Zander | 2010-09-16 | 1 | -1/+1 | |
| | ||||||
* | Compile fix for static build using mingw. | Michael Brasser | 2010-09-16 | 1 | -1/+1 | |
| | | | | | | Fix follows the pattern of commit bbf78c9b422c4c7eda7e7fce067578c75d3bc9b3. Reviewed-by: Martin Jones | |||||
* | crashfix for tst_qdeclarativeanimations::badTypes() | Thomas Hartmann | 2010-09-15 | 1 | -1/+2 | |
| | | | | | | | We always have to check for 0 before converting a raw pointer into a smart pointer Reviewed-by: Kai Koehne | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-09-15 | 4 | -2/+21 | |
|\ | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Compile with QT_NO_GESTURES. Give file and line error information for errors in dummydata. Restore any absolute geometry changed by AnchorChanges when returning Export QDeclarativeScriptAction Completing the interface for children/data/resources Unit tests for Bauhaus enablers This patch allows modifications on PropertyChanges on the fly | |||||
| * | This patch allows modifications on PropertyChanges on the fly | Thomas Hartmann | 2010-09-14 | 4 | -2/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is important for Bauhaus to ensure that we can edit properties and states dynamically in the visual editor Most of the changes consist of added functions for Bauhaus, that do not affect any current behaviour. Important changes: QDeclarativeAbstractBinding is holding a QSharedPointer to itself so that other classes can hold a weak reference to avoid accessing dangling pointers while keeping track of bindings. QDeclarativeStateOperation now has its own private class QDeclarativeStateOperationPrivate to hold a pointer back to QDeclarativeState since the parent is not set correctly in every context. QDeclarativePropertyChangesPrivate does now hold a QDeclarativeGuard instead of a raw pointer to the target QObject. In Bauhaus the target object might be deleted. Reviewed-by: Aaron Kennedy | |||||
* | | Rename "interface" in qdeclarativeinterface.h to "qmlInterface" | Rhys Weatherley | 2010-09-15 | 1 | -2/+2 | |
|/ | | | | | | | | The "interface" name is #define'd to "struct" in Windows COM headers in some SDK's, and creates problems when such headers are mixed with QML bindings. Reviewed-by: Joona Petrell | |||||
* | I18n: Fix some lupdate warnings. | Friedemann Kleint | 2010-09-14 | 1 | -4/+4 | |
| | ||||||
* | Fix compile warnings. | Friedemann Kleint | 2010-09-14 | 3 | -4/+4 | |
| | | | | Reviewed-by: Thomas Hartmann <thomas.hartmann@nokia.com> | |||||
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-07 | 1 | -7/+5 | |
|\ | ||||||
| * | Small cleanup | Aaron Kennedy | 2010-09-06 | 1 | -7/+5 | |
| | | ||||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-06 | 5 | -11/+29 | |
|\ \ | |/ | ||||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-03 | 5 | -12/+28 | |
| |\ | ||||||
| | * | qreal == float fixes | Aaron Kennedy | 2010-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | QTBUG-11853 | |||||
| | * | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -4/+8 | |
| | | | | | | | | | | | | QTBUG-13374 | |||||
| | * | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 2 | -3/+15 | |
| | | | | | | | | | | | | QTBUG-13047 | |||||
| * | | Complete Component::createObject() creation after setting the parent. | Martin Jones | 2010-09-03 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | Task-number: QTBUG-13170 Reviewed-by: Alan Alpert |