summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsitem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-471/+0
| | | | QDeclarativeXXX.
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-31/+14
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Move type initialization from global static initializers to QmlEngine ↵Warwick Allison2010-02-141-0/+201
|/ | | | | | construction. Task-number: QT-2798
* Make transformOrigin Center by defaultYann Bodson2010-02-081-1/+1
| | | | Task-number: QTBUG-7430
* Speed up QmlGraphicsItem construction.Bjørn Erik Nilsen2010-01-211-4/+6
| | | | | | | | | It's much faster to just initalize the flags in the constructor of QmlGraphicsItemPrivate than doing a full blown QGraphicsItem::setFlags. We can perfectly do this because QmlGraphicsItem does not listen to any itemChange events related to those flags. Reviewed-by: Aaron Kennedy
* Minor optimizationsAaron Kennedy2009-12-221-2/+1
|
* Compile fix for qmlviewerJens Bache-Wiig2009-12-171-1/+1
| | | | Reviewed-by: aalpert
* Make positioners fast.Martin Jones2009-12-171-36/+33
|
* Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-151-1/+5
|
* Allow tests that use private headers to compile.Warwick Allison2009-12-091-2/+2
| | | | (while not using private/*_p.h, since that makes module require private/ copies)
* Minor cleanup/optimization.Michael Brasser2009-12-071-2/+0
|
* fix includesOswald Buddenhagen2009-12-031-6/+10
| | | | | | | | | | | | - 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.
* A collection of small optimizations.Martin Jones2009-12-031-1/+21
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
| | | | 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-4/+4
| | | | May help modularization (syncqt and configure are Qt-specific).
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-3/+3
| | | | as it breaks reinstalling the module against existing Qt.
* Positioners now watch for sibling order changesAlan Alpert2009-11-101-0/+18
| | | | Task-number: QT-2241
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+245