summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-3/+3
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-3/+3
|
* Make transformOrigin Center by defaultYann Bodson2010-02-081-13/+13
| | | | Task-number: QTBUG-7430
* Document margins propertyAlan Alpert2010-02-031-0/+2
|
* Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan.Joona Petrell2010-02-031-4/+3
|
* Tests for NaN values in the property x, y, widht and height setters ofMarco Bubke2010-02-011-0/+8
| | | | | | | QGraphicsItem and QmlGraphicsItem Task-number: BAUHAUS-268 Reviewed-by: Thomas Hartmann
* Add transformOriginChanged signal to QmlGraphicsItemMarco Bubke2010-02-011-0/+1
| | | | | | | This is needed that Bauhaus is reflecting the changes in QmlGraphicsItem. Task-number: BAUHAUS-125 Reviewed-by: Kai Koehne
* Speed up QmlGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-271-1/+5
| | | | | | | | We avoid unnecessary QVariant constructions / notifications / virtual function calls by calling the QGraphicsItemPrivate::setParentItemHelper directly. Reviewed-by: Aaron Kennedy
* Move choice of pipelining to the point request.Warwick Allison2010-01-111-2/+0
| | | | (based on advice from Thiago)
* Make positioners fast.Martin Jones2009-12-171-25/+53
|
* removeGeometryListener should only remove one instance of that listener.Martin Jones2009-12-151-1/+1
|
* Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-151-14/+26
|
* small cleanupThierry Bastian2009-12-041-2/+2
| | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-031-16/+16
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * fix includesOswald Buddenhagen2009-12-031-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* | Minor optimizations.Michael Brasser2009-12-031-1/+2
|/
* Remove dead codeAaron Kennedy2009-12-031-11/+0
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-031-0/+3
|\ | | | | | | into kinetic-declarativeui
| * A collection of small optimizations.Martin Jones2009-12-031-0/+3
| |
* | OptimizationAaron Kennedy2009-12-031-1/+11
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-7/+7
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-6/+6
| | | | May help modularization (syncqt and configure are Qt-specific).
* Little doc fix.Martin Jones2009-11-271-4/+4
|
* Small doc fixes.Martin Jones2009-11-251-7/+11
|
* Doc.Michael Brasser2009-11-231-1/+1
|
* NOTIFY on children changedWarwick Allison2009-11-171-0/+7
|
* docWarwick Allison2009-11-131-17/+47
|
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Doc fixes after \qmlmethod changes.Michael Brasser2009-11-111-2/+2
|
* Doc.Michael Brasser2009-11-061-0/+11
|
* Test Keys and KeyNavigation attached props. Fix Keys on<Key>PressedMartin Jones2009-11-061-2/+72
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-5/+5
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* use same name for setter/getter and propertyYann Bodson2009-11-041-4/+4
|
* Declare typeinfo for key navigation.Martin Jones2009-11-031-1/+1
|
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+2922