Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make transformOrigin Center by default | Yann Bodson | 2010-02-08 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-7430 | ||||
* | Speed up QmlGraphicsItem construction. | Bjørn Erik Nilsen | 2010-01-21 | 1 | -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 optimizations | Aaron Kennedy | 2009-12-22 | 1 | -2/+1 |
| | |||||
* | Compile fix for qmlviewer | Jens Bache-Wiig | 2009-12-17 | 1 | -1/+1 |
| | | | | Reviewed-by: aalpert | ||||
* | Make positioners fast. | Martin Jones | 2009-12-17 | 1 | -36/+33 |
| | |||||
* | Watch item geometry changes without using signal/slot connections. | Martin Jones | 2009-12-15 | 1 | -1/+5 |
| | |||||
* | Allow tests that use private headers to compile. | Warwick Allison | 2009-12-09 | 1 | -2/+2 |
| | | | | (while not using private/*_p.h, since that makes module require private/ copies) | ||||
* | Minor cleanup/optimization. | Michael Brasser | 2009-12-07 | 1 | -2/+0 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -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 Jones | 2009-12-03 | 1 | -1/+21 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -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 Allison | 2009-12-01 | 1 | -4/+4 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -3/+3 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Positioners now watch for sibling order changes | Alan Alpert | 2009-11-10 | 1 | -0/+18 |
| | | | | Task-number: QT-2241 | ||||
* | Rename fx -> graphicsitems | Aaron Kennedy | 2009-10-30 | 1 | -0/+245 |