summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CleanupMichael Brasser2009-06-3093-111/+677
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-306-23/+23
|
* Change geometry-related properties from int to qreal.Michael Brasser2009-06-306-94/+92
| | | | Most related properties were already qreal.
* Support animating dot properties.Michael Brasser2009-06-308-40/+89
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Change border semantics for Rect.Michael Brasser2009-06-292-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 Brasser2009-06-298-52/+162
|
* Cut down on the number of false positives for anchoring looping.Michael Brasser2009-06-292-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 Brasser2009-06-2916-15/+16
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-2679-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 Brasser2009-06-261-0/+6
| |
| * Make ease prefix optional.Michael Brasser2009-06-261-1/+7
| |
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-2612-9/+16
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-2615-95/+154
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-06-25214-1873/+9959
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Changed SetProperty to SetProperties to anticipate deprecation ofErik Verbruggen2009-06-231-8/+3
| | | | | | | | | | | | | | | | SetProperty.
| | * | Changed SetProperty to SetProperties to anticipate deprecation ofErik Verbruggen2009-06-232-6/+18
| | | | | | | | | | | | | | | | SetProperty.
| * | | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-2668-163/+163
| | | |
| * | | Fix animation bugs, and add autotest.Michael Brasser2009-06-2611-5/+212
| | | |
| * | | Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-254-88/+87
| | | |
| * | | Optimize refactored animation classes.Michael Brasser2009-06-252-12/+34
| | | |
| * | | Refactoring animation code.Michael Brasser2009-06-253-747/+131
| | | | | | | | | | | | | | | | | | | | Greatly simplify the NumericAnimation and ColorAnimation classes. Still need to optimize.
| * | | Add support for setting/getting animation time.Michael Brasser2009-06-242-0/+13
| | | |
* | | | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-2656-592/+485
| |_|/ |/| | | | | | | | Also removed all uses of SetProperty
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-254-18/+23
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | No point running spring physics faster than our timer.Martin Jones2009-06-251-4/+4
| | | |
| * | | QmlTimer::firesOnStart -> triggeredOnStartMartin Jones2009-06-252-13/+14
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-24193-1780/+9619
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix GridView handling of unrequested items.Martin Jones2009-06-242-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 APIAaron Kennedy2009-06-255-1/+18
| | | |
* | | | A little cleanupAaron Kennedy2009-06-253-62/+92
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-24201-1796/+9813
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add pause/resume functionality for animations.Michael Brasser2009-06-243-1/+70
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-242-8/+162
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Flesh out the Timer element.Martin Jones2009-06-242-8/+162
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-241-0/+9
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-248-18/+50
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Display errors in component creation in setQml()Martin Jones2009-06-241-0/+9
| | | |/ | | |/|
| * | | Fix possible crash.Michael Brasser2009-06-241-4/+5
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-246-13/+40
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-06-242-5/+10
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Optimize by using solid background.Warwick Allison2009-06-241-0/+1
| | | | |
| | * | | Allow fill color to be specified, as solid fill makes for muchWarwick Allison2009-06-243-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 Allison2009-06-241-2/+2
| | | | |
| | * | | Clean up some code that has moved to QFxPaintedItemWarwick Allison2009-06-243-9/+0
| | | |/ | | |/|
| * | | Don't repaint on an empty dirty rect.Michael Brasser2009-06-241-3/+3
| | | |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-06-24187-1767/+9524
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: mkspecs/features/qt.prf src/corelib/global/qglobal.h
| | * | Put back in these status bar changes for 10.4Norwegian Rock Cat2009-06-232-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/VistaJens Bache-Wiig2009-06-231-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 Cat2009-06-2320-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 Cat2009-06-238-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