summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-149-72/+356
| | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-141-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-142-6/+6
| |\
| * | Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-1/+1
| | | | | | | | | | | | QTBUG-9792
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-142-6/+6
|\ \ \ | | |/ | |/|
| * | Doc fix.Michael Brasser2010-04-142-6/+6
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-143-6/+11
|\ \ | |/
| * emit onMovementStarted/Ended/Changed on wheel eventsMartin Jones2010-04-141-0/+4
| | | | | | | | Task-number: QTBUG-9804
| * Complete item creation after its initial properties have been initialized.Martin Jones2010-04-141-2/+2
| | | | | | | | Task-number: QTBUG-9800
| * Don't crash when columns == 0Martin Jones2010-04-141-4/+5
| | | | | | | | Task-number: QTBUG-9805
* | Give better error messages on plugin load failures.Warwick Allison2010-04-142-15/+31
|/ | | | Fixes reverted commit e0dcdbd2984299665b9b784b201289219b9978d3.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-132-6/+1
|\
| * Remove warning on ASCII castThiago Macieira2010-04-131-1/+1
| |
| * Fix compilation on Solaris, AIX and HP-UX.Thiago Macieira2010-04-131-5/+0
| | | | | | | | | | | | | | | | | | | | There's no bzero function in POSIX. It's a 4.3BSD function, legacy in POSIX.2001 and removed in POSIX.2008. And good compilers will inline the function anyway by a builtin. It's one of the most basic algorithms. Reviewed-by: Trust Me
* | Ensure view position is correct for highlight range modes that have a static ↵Martin Jones2010-04-132-6/+2
|/ | | | | | highlight Task-number: QTBUG-9791
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-135-8/+12
|\
| * Struct -> class because class is better.Alexis Menard2010-04-133-3/+4
| | | | | | | | | | | | Well i have no idea on what to write on that commit message. Reviewed-by:akennedy
| * Move effect property where it should be.Alexis Menard2010-04-131-1/+0
| | | | | | | | Reviewed-by:leo
| * Doc fixesBea Lam2010-04-131-4/+4
| |
| * Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-131-0/+4
| | | | | | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test)
* | Improve efficiency of model dataChanged.Martin Jones2010-04-131-7/+8
|/
* doc fixesYann Bodson2010-04-121-5/+15
|
* More error output for QML_IMPORT_TRACE=1mae2010-04-121-0/+9
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-121-0/+1
|\
| * Doc: update Rectangle smooth painting screenshot.Yann Bodson2010-04-121-0/+1
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-1287-1161/+2107
|\ \ | |/ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/graphicsitems/qdeclarativetextinput_p.h
| * Move documentation code to snippet.Yann Bodson2010-04-121-41/+15
| |
| * Fix PathView crash.Michael Brasser2010-04-121-1/+1
| | | | | | | | Task-number: QTBUG-9753
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-124-5/+331
| |\
| | * Improve font value type documentation.Yann Bodson2010-04-123-5/+316
| | |
| | * Doc fixesBea Lam2010-04-121-0/+15
| | |
| * | Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
| |/
| * Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
| | | | | | | | This reverts commit e0dcdbd2984299665b9b784b201289219b9978d3.
| * CleanupAaron Kennedy2010-04-092-88/+95
| |
| * Disallow writes to read-only value type propertiesAaron Kennedy2010-04-091-0/+4
| | | | | | | | QTBUG-9685
| * Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+6
| | | | | | | | QTBUG-9704
| * Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+10
| | | | | | | | QTBUG-9705
| * Fix crash in QML library importsAaron Kennedy2010-04-091-0/+1
| | | | | | | | QTBUG-9705
| * Remove QT_VERSION checks in QMLAaron Kennedy2010-04-098-56/+0
| | | | | | | | We only support Qt 4.7 now.
| * List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
| |
| * Small doc fix.Martin Jones2010-04-092-7/+7
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-093-1/+16
| |\
| | * Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-0/+13
| | | | | | | | | | | | the leaking of the worker agent in ListModel.
| | * Release ListModel's worker agent on deletion.Bea Lam2010-04-092-1/+3
| | |
| * | Enable other wrapping modes.Martin Jones2010-04-094-15/+18
| |/ | | | | | | | | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-091-1/+1
| |\
| | * unwarnWarwick Allison2010-04-091-1/+1
| | |
| * | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-095-26/+57
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0911-399/+51
| |\ \ | | |/
| | * Fix url resolution in PropertyChanges.Michael Brasser2010-04-093-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | Make sure bindings in PropertyChanges resolve urls correctly. Also refactor the code so that PropertyChanges will always use the standard url resolution support provided by QDeclarativeProperty. Task-number: QTBUG-9571