Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Michael Brasser | 2009-06-30 | 93 | -111/+677 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged. | Michael Brasser | 2009-06-30 | 6 | -23/+23 |
| | |||||
* | Change geometry-related properties from int to qreal. | Michael Brasser | 2009-06-30 | 6 | -94/+92 |
| | | | | Most related properties were already qreal. | ||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 8 | -40/+89 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Change border semantics for Rect. | Michael Brasser | 2009-06-29 | 2 | -13/+27 |
| | | | | | | | * Odd pen widths are drawn at a half pixel offset to keep things smooth. * A mitre join is used to make sure rects with thick borders don't look rounded. * A pen width of zero means no border. | ||||
* | Cleanup, fixes, and basic docs for XmlListModel. | Michael Brasser | 2009-06-29 | 8 | -52/+162 |
| | |||||
* | Cut down on the number of false positives for anchoring looping. | Michael Brasser | 2009-06-29 | 2 | -11/+11 |
| | | | | | The looping detection is not very reliable, but this makes it at least somewhat more so. | ||||
* | Move some non-essential classes to extra. | Michael Brasser | 2009-06-29 | 16 | -15/+16 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 79 | -991/+654 |
|\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp | ||||
| * | Make sure we update when anchor margins/offsets change. | Michael Brasser | 2009-06-26 | 1 | -0/+6 |
| | | |||||
| * | Make ease prefix optional. | Michael Brasser | 2009-06-26 | 1 | -1/+7 |
| | | |||||
| * | Color property is required to be explicity set (at least for now). | Michael Brasser | 2009-06-26 | 12 | -9/+16 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-26 | 15 | -95/+154 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-06-25 | 214 | -1873/+9959 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Changed SetProperty to SetProperties to anticipate deprecation of | Erik Verbruggen | 2009-06-23 | 1 | -8/+3 |
| | | | | | | | | | | | | | | | | SetProperty. | ||||
| | * | | Changed SetProperty to SetProperties to anticipate deprecation of | Erik Verbruggen | 2009-06-23 | 2 | -6/+18 |
| | | | | | | | | | | | | | | | | SetProperty. | ||||
| * | | | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 68 | -163/+163 |
| | | | | |||||
| * | | | Fix animation bugs, and add autotest. | Michael Brasser | 2009-06-26 | 11 | -5/+212 |
| | | | | |||||
| * | | | Rename VariantAnimation -> PropertyAnimation. | Michael Brasser | 2009-06-25 | 4 | -88/+87 |
| | | | | |||||
| * | | | Optimize refactored animation classes. | Michael Brasser | 2009-06-25 | 2 | -12/+34 |
| | | | | |||||
| * | | | Refactoring animation code. | Michael Brasser | 2009-06-25 | 3 | -747/+131 |
| | | | | | | | | | | | | | | | | | | | | Greatly simplify the NumericAnimation and ColorAnimation classes. Still need to optimize. | ||||
| * | | | Add support for setting/getting animation time. | Michael Brasser | 2009-06-24 | 2 | -0/+13 |
| | | | | |||||
* | | | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 56 | -592/+485 |
| |_|/ |/| | | | | | | | | Also removed all uses of SetProperty | ||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-25 | 4 | -18/+23 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | No point running spring physics faster than our timer. | Martin Jones | 2009-06-25 | 1 | -4/+4 |
| | | | | |||||
| * | | | QmlTimer::firesOnStart -> triggeredOnStart | Martin Jones | 2009-06-25 | 2 | -13/+14 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-06-24 | 193 | -1780/+9619 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Fix GridView handling of unrequested items. | Martin Jones | 2009-06-24 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | If unrequested items were added before we had populated any items they would not be laid out at all. | ||||
* | | | | Expose extended type URLs through the QML DOM API | Aaron Kennedy | 2009-06-25 | 5 | -1/+18 |
| | | | | |||||
* | | | | A little cleanup | Aaron Kennedy | 2009-06-25 | 3 | -62/+92 |
| |/ / |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-24 | 201 | -1796/+9813 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Add pause/resume functionality for animations. | Michael Brasser | 2009-06-24 | 3 | -1/+70 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-24 | 2 | -8/+162 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Flesh out the Timer element. | Martin Jones | 2009-06-24 | 2 | -8/+162 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-24 | 1 | -0/+9 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-06-24 | 8 | -18/+50 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Display errors in component creation in setQml() | Martin Jones | 2009-06-24 | 1 | -0/+9 |
| | | |/ | | |/| | |||||
| * | | | Fix possible crash. | Michael Brasser | 2009-06-24 | 1 | -4/+5 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-24 | 6 | -13/+40 |
| |\ \ \ | | | |/ | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-06-24 | 2 | -5/+10 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Optimize by using solid background. | Warwick Allison | 2009-06-24 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Allow fill color to be specified, as solid fill makes for much | Warwick Allison | 2009-06-24 | 3 | -2/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faster painting. Better would be for the paint engine to work this out for itself, but that is often difficult. | ||||
| | * | | | Don't be smooth while moving (or zooming). | Warwick Allison | 2009-06-24 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Clean up some code that has moved to QFxPaintedItem | Warwick Allison | 2009-06-24 | 3 | -9/+0 |
| | | |/ | | |/| | |||||
| * | | | Don't repaint on an empty dirty rect. | Michael Brasser | 2009-06-24 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-06-24 | 187 | -1767/+9524 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: mkspecs/features/qt.prf src/corelib/global/qglobal.h | ||||
| | * | | Put back in these status bar changes for 10.4 | Norwegian Rock Cat | 2009-06-23 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | I was a bit overzelous removing them, but they should remain for 10.4 Reviewed-by: Morten Sørvig | ||||
| | * | | Reduced button height in standard dialogs on WindowsXP/Vista | Jens Bache-Wiig | 2009-06-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is somewhat related to task 254526. The height of buttons on Vista/XP is a few pixels too tall in standard dialogs because they incorrectly reserve space for a default frame which is not used in these styles. Reviewed-by: prasanth | ||||
| | * | | More culling of Panther Code. | Norwegian Rock Cat | 2009-06-23 | 20 | -695/+249 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removed lots of places where we check for Tiger. Now we can assume it. Reviewed-by: Morten Sørvig | ||||
| | * | | Clean up the font hash and palette hash stuff. | Norwegian Rock Cat | 2009-06-23 | 8 | -17/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are used enough (at least on the mac) to justify them being accessible in a private header. As a bonus it "hides" the actual container being used, so we could potentially sway it out with something different. Reviewed by: Jens Bache-Wiig |