summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-164-9/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (81 commits) Define JS_NO_EXPORT to avoid JSC C API functions being exported Don't use QScriptValueIterator to iterate over an array QtScript: Fix regression when calling newQObject() from native constructor Added note to OS X installation instructions. Keypress events ignored in listview on Cocoa (64 Bit) with Japanese IME Update only appropriate rectangles during update_sys(). Marked QTDS obsolete from Qt 4.7. QNetworkReply: Fix canReadLine() Abort waiting replies on session error. different approach to fixing "the other" aliasing issue fix aliasing issue in node_construct() detach in fewer cases, remove redundant calculation SSL: Fix memleak related to local certificate Improve keyboard layout detection on X11 Compile on ARM with -Werror -Wold-style-cast Use the vista-style native dialog for QFileDialog::getExistingDirectory Apply the stdset attribute for resource properties doc: Completed sentence about HideNameFilterDetails Doc fix in QLocale Doc for for QGestureRecognizer::create. ...
| * Don't use QScriptValueIterator to iterate over an arrayKent Hansen2010-03-161-3/+9
| | | | | | | | | | | | | | | | | | | | QScriptValueIterator will return properties that are non-enumerable, such as "length". QScriptValueIterator will return properties that are not array elements, such as "foo". QScriptValueIterator is slower than using index-based access, because the iterator builds an array of the string representation of each index, which we don't need.
| * doc: Fixed three new qdoc errors.Martin Smith2010-03-111-0/+3
| |
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-112-5/+4
| |\
| | * Use index-based approach for iterating over JS array propertiesKent Hansen2010-03-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Using QScriptValueIterator means that non-index properties of the array will be processed (such as "length" or "foo"), which is something we don't want. Reviewed-by: Aaron Kennedy
| * | qdoc: Fixed lookup of QML property nodes.Martin Smith2010-03-111-2/+2
| | | | | | | | | | | | | | | At this point, no QML qdoc errors appear in the output. There is still a lot of debug output.
* | | --warn;Gunnar Sletta2010-03-151-4/+4
| |/ |/|
* | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-099-57/+109
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (82 commits) Revert 12b6987031be9faee3886d7623888feb4e1762af Changed TEST_COMPILER from CC to CXX in configure script. doc: Fixed several qdoc errors. Carbon: Native filedialog does not apply filters on app-bundles Cocoa: Native filedialog does not apply filters on app-bundles Improve performance of QTimer::singleShot Add a benchmark comparing single shot timer with invokeMethod use Qt's private mac functions, reduce code redundancy Assistant: Fix compile warning for empty header. Doc: mark QEasingCurve support functions as new in 4.7. Modify the XML test suite not to use non-characters. Autotest: Fix failing QTextCodec tests Doc: mark methods as internal (as they were in previous releases) Doc: add image for Qt Quick to "What's New" page. qdoc: Clear a static multimap after each qdocconf file. qdoc: Added some debug output to track down a crash Fixed mouse wheel handling in scrollareas. Added two missing keys for X11 Carbon: usage of menu bars can cause exceptions to be thrown Mac: compile fix ...
| * doc: Fixed several qdoc errors.Martin Smith2010-03-098-28/+28
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-095-35/+87
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (75 commits) use Qt's private mac functions, reduce code redundancy Assistant: Fix compile warning for empty header. Doc: mark QEasingCurve support functions as new in 4.7. Modify the XML test suite not to use non-characters. Autotest: Fix failing QTextCodec tests Doc: mark methods as internal (as they were in previous releases) Doc: add image for Qt Quick to "What's New" page. qdoc: Clear a static multimap after each qdocconf file. qdoc: Added some debug output to track down a crash Fixed mouse wheel handling in scrollareas. Added two missing keys for X11 Carbon: usage of menu bars can cause exceptions to be thrown Mac: compile fix Fix build JPEG plugin: Use switch() instead of if() don't try to build corewlan plugin when corewlan was not found at configure Avoid conversion to/from QChar in the cn codec to unicode Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode fix corewlan detection error when building for 10.5 when 10.6 is also fixed treatment of zlib on Mac when crossbuilding ...
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-085-35/+87
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (64 commits) Carbon: usage of menu bars can cause exceptions to be thrown Mac: compile fix Fix build JPEG plugin: Use switch() instead of if() don't try to build corewlan plugin when corewlan was not found at configure Avoid conversion to/from QChar in the cn codec to unicode Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode fix corewlan detection error when building for 10.5 when 10.6 is also fixed treatment of zlib on Mac when crossbuilding Partial overloading support for qdbus cli tool. Allow empty authority in QUrl::setAuthority as per docs. Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority. fixed case of GL include directory check in MAC_APPLICATION_MENU translations Re-generate the Unicode tables after updates to the program that generates them Fix the code after merge: DerivedNormalizationProps has two or more columns add some usefull definitions to qunicodetables_p.h qchar.cpp: fix identation finish last commit prefer DerivedNormalizationProps.txt over CompositionExclusions.txt ...
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-053-4/+17
| | | |
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-31/+70
| | | |
* | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-1/+1
|/ / / | | | | | | | | | Reviewed-by: Kim
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-096-48/+431
|\ \ \
| * | | Minor cleanup.Michael Brasser2010-03-092-26/+15
| | | |
| * | | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-20/+384
| | | | | | | | | | | | | | | | | | | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-093-18/+24
| |\ \ \
| * | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
| | | | | | | | | | | | | | | | | | | | Task-number: QT-716
* | | | | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
| |/ / / |/| | | | | | | | | | | Task-number: QTBUG-6334
* | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-088-54/+37
|\ \ \ \ | | |/ / | |/| |
| * | | clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-081-0/+2
| | | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-082-0/+2
| |\ \ \ | | |/ /
| | * | Make the animation property of Behavior deferred.Michael Brasser2010-03-082-0/+2
| | | |
| * | | fix QDeclarativeItem sceneEvent handlingYann Bodson2010-03-081-3/+3
| |/ /
| * | Particles optimization and doc fixes.Michael Brasser2010-03-081-3/+5
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-082-10/+12
| |\ \
| | * | Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
| | | | | | | | | | | | | | | | QT-2424
| | * | Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
| | | | | | | | | | | | | | | | QT-2976
| * | | Add Flipable example.Bea Lam2010-03-081-38/+13
| |/ / | | | | | | | | | Task-number: QT-2824
* | | Use one thread for all instances.Bea Lam2010-03-081-15/+19
|/ / | | | | | | Task-number: QT-2831
* | Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-087-467/+326
| | | | | | | | Also some minor perf improvements by avoiding signal/slot connection
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-089-24/+30
|\ \
| * | Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-089-24/+30
| | |
* | | Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-083-73/+181
|/ / | | | | | | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0529-1451/+592
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (24 commits) Add support for QtScript connect/disconnect syntax in QML Minor perf improvement when running QML script blocks Fix qdeclarative{audio,video} tests. Don't assume documents are in UTF-8. Add basic support for explicit newParent in ParentAnimation. Delete uninspiring example. Fix compiler warning on RVCT Use new enum syntax for value types. Expect fail in currentIndex test for now. Allow unquoted enum syntax for value types More declarative examples cleanup. Improve declarative tabs example. Fix test leaks Use _data() for some tests Add missing NOTIFYs to timer, xmllistmodel, xmlrole Document new ParentChange properties. declarative examples cleanup Fix test Update QmlChanges.txt ParentAnimation docs + test. ...
| * Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-052-0/+93
| | | | | | | | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001
| * Minor perf improvement when running QML script blocksAaron Kennedy2010-03-051-2/+3
| | | | | | | | | | There is no need to capture a property access if a binding is not being evaluated.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0512-1277/+150
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0515-171/+330
| | |\
| | * | Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-052-7/+57
| | | |
| | * | Document new ParentChange properties.Michael Brasser2010-03-051-6/+16
| | | |
| | * | Update QmlChanges.txtMichael Brasser2010-03-051-0/+2
| | | |
| | * | ParentAnimation docs + test.Michael Brasser2010-03-051-0/+63
| | | | | | | | | | | | | | | | Task-number: QTBUG-8612
| | * | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-058-1254/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions have been added to QML's global Qt object for date/time formatting. Number formatting will not be supported for 4.7. Task-number: QT-2821
| | * | RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12
| | | | | | | | | | | | | | | | Task-number: QTBUG-8613
| * | | Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
| | |/ | |/| | | | | | | Task-number: QTBUG-7719
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0537-275/+624
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| | * | Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| | | | | | | | | | | | | | | | | | | | Anonymous structures in unions cause warnings on this compiler. QTBUG-8738
| | * | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-056-4/+50
| | | | | | | | | | | | | | | | QTBUG-5424