Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 1 | -3/+3 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 1 | -3/+3 |
| | |||||
* | Make transformOrigin Center by default | Yann Bodson | 2010-02-08 | 1 | -13/+13 |
| | | | | Task-number: QTBUG-7430 | ||||
* | Document margins property | Alan Alpert | 2010-02-03 | 1 | -0/+2 |
| | |||||
* | Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan. | Joona Petrell | 2010-02-03 | 1 | -4/+3 |
| | |||||
* | Tests for NaN values in the property x, y, widht and height setters of | Marco Bubke | 2010-02-01 | 1 | -0/+8 |
| | | | | | | | QGraphicsItem and QmlGraphicsItem Task-number: BAUHAUS-268 Reviewed-by: Thomas Hartmann | ||||
* | Add transformOriginChanged signal to QmlGraphicsItem | Marco Bubke | 2010-02-01 | 1 | -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 Nilsen | 2010-01-27 | 1 | -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 Allison | 2010-01-11 | 1 | -2/+0 |
| | | | | (based on advice from Thiago) | ||||
* | Make positioners fast. | Martin Jones | 2009-12-17 | 1 | -25/+53 |
| | |||||
* | removeGeometryListener should only remove one instance of that listener. | Martin Jones | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Watch item geometry changes without using signal/slot connections. | Martin Jones | 2009-12-15 | 1 | -14/+26 |
| | |||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -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 Brasser | 2009-12-03 | 1 | -16/+16 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -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 Brasser | 2009-12-03 | 1 | -1/+2 |
|/ | |||||
* | Remove dead code | Aaron Kennedy | 2009-12-03 | 1 | -11/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-03 | 1 | -0/+3 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | A collection of small optimizations. | Martin Jones | 2009-12-03 | 1 | -0/+3 |
| | | |||||
* | | Optimization | Aaron Kennedy | 2009-12-03 | 1 | -1/+11 |
|/ | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -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 Allison | 2009-12-01 | 1 | -6/+6 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Little doc fix. | Martin Jones | 2009-11-27 | 1 | -4/+4 |
| | |||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -7/+11 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | NOTIFY on children changed | Warwick Allison | 2009-11-17 | 1 | -0/+7 |
| | |||||
* | doc | Warwick Allison | 2009-11-13 | 1 | -17/+47 |
| | |||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Doc fixes after \qmlmethod changes. | Michael Brasser | 2009-11-11 | 1 | -2/+2 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-06 | 1 | -0/+11 |
| | |||||
* | Test Keys and KeyNavigation attached props. Fix Keys on<Key>Pressed | Martin Jones | 2009-11-06 | 1 | -2/+72 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -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 property | Yann Bodson | 2009-11-04 | 1 | -4/+4 |
| | |||||
* | Declare typeinfo for key navigation. | Martin Jones | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Rename fx -> graphicsitems | Aaron Kennedy | 2009-10-30 | 1 | -0/+2922 |