summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * | Scroll the dirty parts of the scroll area in scrollby for Cocoa.Norwegian Rock Cat2009-06-231-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ah! One less ###! The scroll functions in Carbon and Cocoa don't scroll the regions that have been marked dirty. In the past, we killed performance by updating the whole view. We got a workaround for Carbon in the form of an SPI, but I wasn't aware of a corresponding item in the NSView API, but it is there publically and available in 10.5. Fast scrolling in Cocoa now for people who like to use the keyboard. Reviewed by: Morten Sørvig
| | * | Bump the minimum deployment target to 10.4.Norwegian Rock Cat2009-06-231-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have said in the past that 10.3 has been dropped for 4.6, but we actually have to do the work and make sure that it happens. This is the first step. Reviewed by: Morten Sørvig
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-2320-90/+165
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebKit/qt/ChangeLog tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
| | | * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ↵Simon Hausmann2009-06-234-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4552f381497b5adc18714d7f6e33eba678e3a9b2 ) Changes in WebKit since the last update: ++ b/WebCore/ChangeLog 2009-06-23 Thiago Macieira <thiago.macieira@nokia.com> Reviewed by Simon Hausmann. Fix Qt build with Phonon. The #include <phonon> header no longer exists. And the <Phonon> or <Phonon/Phonon> headers have never existed (neither for us nor for the Phonon sources). You have to select each and every header that you do want now. * platform/graphics/qt/MediaPlayerPrivatePhonon.cpp: 2009-06-23 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> Reviewed by Simon Hausmann. Fix NPAPI mouse translation issues on Mac The WindowRef we pass to the plugin refers to the the top level window, so the x and y positions have to be relative to this position, but we have to manually compensate for title bar decorations and other parents of the QWebView since contentsToWindow() only traverses to the QWebView. Previously we did this compensation when passing on mouse coordinates to the plugin, which caused various issues with translations such as not being able to close the Flash settings dialog, or the hand cursor not appearing over links. We now do the compensation as part of the call to NPP_SetWindow, and then pass mouse coordinates in global context without any compensation, similar to how both Safari and Mozilla does it. * plugins/mac/PluginViewMac.cpp: (WebCore::PluginView::updatePluginWidget): (WebCore::PluginView::globalMousePosForPlugin): ++ b/WebKit/qt/ChangeLog 2009-06-16 Morten Engvoldsen <morten.engvoldsen@nokia.com> Reviewed by Ariya Hidayat. Clearifying QWebFrame docs Adding docs to toHtml() and toPlainText() * Api/qwebframe.cpp:
| | | * | Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-2313-48/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After discussing with some of the Objective-C people I have finally got a fair number of the warnings to disappear in both 10.5 and 10.6. I also took the opportunity to remove a bunch of other warnings. Reviewed by: Morten Sørvig
| | | * | Add an error message for building architecture mismatchNorwegian Rock Cat2009-06-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snow Leopard defaults to 64-bit if you don't specify an architecture, whereas in the past it defaulted to 32-bit. This isn't a problem for Qt per-se. It *is* a problem if you just build an application that uses Qt but isn't using qmake stuff. To help in those situations, we should error out to let the person know that they need to change their configuration (in any case, the headers are going to complain and they get a much more cryptic message). Reviewed by: Morten Sørvig
| | | * | Added QPen warning when setting dash pattern with non-positive entries.Samuel Rødal2009-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 256720 Reviewed-by: Trond
| | | * | Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-233-35/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 4.4 QRectF handled flat rectangles in the same fashion as QRect does, but that changed with Lars' and Jo's optmizations done in the falcon branch. The difference is that the optimized version only checks whether the width or height is 0, whereas in 4.4 both had to be 0 (isNull()) before we bailed out. This regression also introduced a regression in QGraphicsItem::childrenBoundingRect(). Auto-test included. Task-number: 254995 Reviewed-by: Lars