summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* Doc fix.Michael Brasser2010-03-253-3/+3
|
* Ensure currentIndex is updated when items inserted before currentIndexMartin Jones2010-03-252-4/+30
| | | | | | Was occurring when items inserted but no items had been created yet. Task-number: QTBUG-9313
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-242-5/+10
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-241-1/+1
| |\
| | * Fix abort in flipableLeonardo Sobral Cunha2010-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Flipable was calling updateSceneTransformFromParent, but this can only called when the the parent's scene transform is guaranteed to be updated, which is not the case in flipable. Task-number: QTBUG-8474 Reviewed-by: bnilsen
| * | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-241-5/+0
| |/
| * Make compile.Michael Brasser2010-03-241-1/+1
| |
| * Output all Loader errors.Michael Brasser2010-03-241-0/+2
| | | | | | | | | | Previously we were not outputting those that occurred on component->create().
| * Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-241-1/+5
| |
| * Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-241-2/+3
| |
| * Origin safety testing for imported resources.Warwick Allison2010-03-241-1/+4
| | | | | | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion.
* | Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-242-37/+49
|/ | | | Task-number: QTBUG-9256
* Changing the alignment property should trigger a repaint.Alexis Menard2010-03-231-0/+1
| | | | | | | Just clear the cache when the property changes. Task-number:QTBUG-8155 Reviewed-by:Yann Bodson
* Basic Loader origin safety (for discussion).Warwick Allison2010-03-231-0/+3
|
* Fix Loader crash.Michael Brasser2010-03-221-1/+10
| | | | | | | | | If setting the source of a Loader triggered a change to the source (i.e. the thing being loaded set the source to something else) a crash would occur. We now no longer delete the component immediately when the source changes. Task-number: QTBUG-9241
* Compile in namespaceAaron Kennedy2010-03-221-1/+1
|
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-225-24/+0
|
* Ensure positioner animations are triggered correctlyMartin Jones2010-03-221-18/+25
| | | | Task-number: QTBUG-9219
* Fix Flipable crash.Michael Brasser2010-03-211-3/+4
| | | | Task-number: QTBUG-9161
* Setting stacking order from top to bottom seems to work better.Martin Jones2010-03-191-8/+4
| | | | Task-number: QTBUG-9182
* Don't crash if an out of bounds model index is accessed.Martin Jones2010-03-191-0/+2
| | | | Task-number: QTBUG-9184
* Add missing semicolons. moc was confused and positionViewAtIndex not invokable.Yann Bodson2010-03-182-2/+2
|
* Fix default values on TextinputAlan Alpert2010-03-171-0/+3
| | | | Task-number: BAUHAUS-389
* Really fix warning.Martin Jones2010-03-171-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-173-6/+7
|\
| * MouseArea works now with any QGraphicsObjectAlexis Menard2010-03-172-6/+6
| | | | | | | | | | | | Easy, you just need to change the property. Reviewed-by:Martin Jones
| * Register QGraphicsWidget type.Alexis Menard2010-03-171-0/+1
| | | | | | | | Reviewed-by:TrustMe
* | Fix warnings.Martin Jones2010-03-172-2/+2
|/
* Add ListView and GridView.indexAt() methods to get the index at a point.Martin Jones2010-03-174-13/+65
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-151-1/+3
|\
| * Make the loader a focusscope.Yann Bodson2010-03-141-1/+3
| |
* | Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRangeMartin Jones2010-03-151-2/+2
|/ | | | Task-number: QTBUG-9000
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1210-1590/+15
|\
| * Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-112-4/+4
| | | | | | | | It is faster and easier to use to just support a single context object.
| * Minor construction optimizations.Michael Brasser2010-03-114-2/+10
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-114-35/+116
| |\
| * | Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-114-1584/+1
| | | | | | | | | | | | Task-number: QT-2846
* | | Change PathView offset property to use range 0 - 1.0Martin Jones2010-03-121-48/+48
| |/ |/|
* | Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-114-35/+116
|/ | | | Provides more control over where and how the view is positioned.
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-67/+67
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-0/+10
|\ | | | | | | | | Conflicts: src/declarative/util/qdeclarativestateoperations.cpp
| * Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-091-0/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-091-5/+0
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-092-0/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-082-0/+15
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-052-0/+15
| | | | |
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-051-1/+0
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (72 commits) Doc: Enabled the context menu in the spreadsheet demo. Updated URLs. Doc: Applied suggestion for an improvement to the foreach documentation. Doc: Added a note about the lack of standard file copy/paste on X11. Doc: Fixed the row number for a widget in two parts of the tutorial. Doc: Fixed typos. Reduce compiling time of QScriptValue autotest suite on Windows. Optimize QScriptValue autotest generator. Set database write behavior to synchronous=OFF and increase page cache. doc: Fixed some qdoc errors. Setting ImhHiddenText for NoEcho line edits is not 100% correct, but still way better than fully visible text. Allow building documentation without all of Qt Added a documentation for the new enum value in gesture api. Remove the OBJECTS_DIR variable assignment from some projets in Qt. Fix compile qmake/MinGw: Link statically for Qt Creator to be able to detect it. Enable two fast path for blend_tiled_rgb565 Avoid QString reallocation for smallcaps fonts in Itemizer::generate() Make QLabel::text a reloadable property remove non wifi interfaces from being handled. ...
| | | | | * QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-022-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class/struct mixups, unused variables. Reviewed-by: Thomas Hartmann <thartman@trolltech.com>
* | | | | | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ↵Martin Jones2010-03-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | change.
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-105-7/+41
|\ \ \ \ \ \