summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose QVariantAnimationPrivate::getInterpolator in the private headerLeonardo Sobral Cunha2009-04-212-2/+4
| | | | These interpolator functions might be useful for other internal classes.
* QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-213-7/+41
| | | | | | | | When the start value is not explicitly defined, the property animation will set the default start to be the current property value when updating the animation's state to Running. Reviewed-by: Jan-Arve
* update the package script according to class renamingKent Hansen2009-04-211-4/+4
|
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-212-1/+36
|\
| * Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-212-1/+36
| | | | | | | | | | | | | | | | The child animation was removed twice from the group because in QAnimationGroup::insertAnimationAt the insertion in the list was done before removing the animation. Reviewed-by: Jan-Arve
* | include the right headerKent Hansen2009-04-212-2/+2
| |
* | compileEskil B2009-04-211-63/+48
| |
* | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-2127-782/+233
|\ \ | |/
| * don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| |
| * compile fixThierry Bastian2009-04-201-1/+1
| |
| * remove QItemAnimation and add the interpolator for QColorThierry Bastian2009-04-207-511/+29
| |
| * cleanup in demoThierry Bastian2009-04-205-96/+30
| | | | | | | | sub-attaq doesn't use anymore animation private headers
| * iterationCount becomes loopCount againThierry Bastian2009-04-2016-176/+175
| |
* | compileKent Hansen2009-04-211-34/+34
| |
* | rename QTransition -> QActionTransitionKent Hansen2009-04-2113-87/+88
| |
* | don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| |
* | initialize "for-future-expansion"-pointerKent Hansen2009-04-201-1/+1
|/
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-201-3/+4
|\
| * Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
| |
* | docKent Hansen2009-04-2013-6/+25
| |
* | more docKent Hansen2009-04-173-8/+12
| |
* | docKent Hansen2009-04-174-4/+5
| |
* | compileKent Hansen2009-04-171-0/+2
| |
* | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-17971-37275/+18765
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-17971-37275/+18765
| |\ | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| | * Even more cleanups on the Change Log.Kavindra Devi Palaraja2009-04-171-165/+185
| | | | | | | | | | | | | | | Reviewed-by: TrustMe BT: Yes
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Kavindra Devi Palaraja2009-04-177-178/+11
| | |\
| | | * Fix obsolete version number in docs.Jason McDonald2009-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace with %VERSION%, so we don't need to fix this for every release. Task-number: 251417 Reviewed-by: Trust Me
| | | * Fix obsolete version number in docs.Jason McDonald2009-04-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use %VERSION% so that we don't have to fix this for every release. Task-number: 251418 Reviewed-by: Trust Me
| | | * Wrong version number in windows installation doc.Jason McDonald2009-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc still referred to 4.4.0-rc1 - replace with %VERSION% so we don't have to keep updating this. Task-number: 251419 Reviewed-by: Trust Me
| | | * Remove out-of-date Cocoa known issues page.Jason McDonald2009-04-171-168/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This page is not linked from anywhere, and its content is horribly out-of-date. Task-number: 251420 Reviewed-by: nrc
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-04-171-1/+4
| | | |\
| | | | * Line edit displays garbage when pressing up or down arrow keys (Cocoa).Prasanth Ullattil2009-04-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unicode characters between 0xF700 & 0xF8FF are special function-key code characters used by the NSEvent. These characters have to be ignored when converting to a QString. Task-number:244486 Reviewed-by:nrc
| | | * | Fix incorrect year and version number in assistant docs.Jason McDonald2009-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Task: 251421 Reviewed-by: Trust Me
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-04-179-21/+42
| | | |\ \ | | | | |/
| | | * | BT: Fix version number in FAQ.txt.Jason McDonald2009-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't state a specific version number, or we'll keep forgetting to update it. Task-number: 251338 Reviewed-by: Trust Me
| | * | | More cleanups on the change log.Kavindra Devi Palaraja2009-04-171-90/+105
| | | |/ | | |/| | | | | | | | | | | | | Reviewed-by: TrustMe BT: Yes
| | * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ↵Simon Hausmann2009-04-175-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 450331808bfe11b1472c213a8cb311190355c2de ) Changes in WebKit since the last update: ++ b/WebCore/ChangeLog 2009-02-04 Simon Hausmann <simon.hausmann@nokia.com> Unreviewed Qt build fix. Changed ASSERT(image) to ASSERT(!image.isNull()). * platform/graphics/qt/ImageBufferQt.cpp: (WebCore::ImageBuffer::getImageData): ++ b/WebKit/qt/ChangeLog 2009-03-07 Adam Treat <adam.treat@torchmobile.com> Reviewed by Cameron Zwarich. These methods are clearly returning the wrong values as the two were returning swapped information. * Api/qwebpage.cpp: (QWebPage::totalBytes): (QWebPage::bytesReceived):
| | * | Add my bugfix.Ariya Hidayat2009-04-171-0/+1
| | | |
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-04-17210-2891/+3388
| | |\ \ | | | |/
| | | * Allow -help to be used in a non-eval package.Lincoln Ramsay2009-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous logic caused a license check when the eval license file was missing. Reviewed-by: Jason McDonald Task-number: 251339
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Rhys Weatherley2009-04-171-5/+4
| | | |\
| | | | * BT: Whats new doc page has a link to changes-4.5.0 file instead of 4.5.1Jason McDonald2009-04-171-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the text that is omitted for a minor release but included in patch releases. Also fixes obsolete link to changes files. Reviewed-by: Trust Me
| | | * | Document my QGLFramebufferObject changeRhys Weatherley2009-04-171-0/+3
| | | |/
| | | * Fixes long strings getting truncated by the ODBC Driver.Bill King2009-04-162-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This test has always been wrong/confusing. Fix it to work, and make sense. Task-number: 250026 Revby: Lincoln Ramsay
| | | * Document my changes for 4.5.1Rhys Weatherley2009-04-161-0/+6
| | | |
| | | * Use setContentsMargins() instead of setMargin().Jan-Arve Sæther2009-04-161-2/+2
| | | | | | | | | | | | | | | | setMargin() is deprecated.
| | | * CompileOlivier Goffart2009-04-161-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| | | * QSortFilterProxyModel: In dynamic filter model, childs of temporarlyOlivier Goffart2009-04-162-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filtered items are not correctly updated. when filtering away a row, we should remove all the mapping of the children Task-number: 251296 Reviewed-by: Marius Bugge Monsen
| | | * BT:Stop widgets disappearing in unified when clicking the toolbar buttonNorwegian Rock Cat2009-04-161-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment in the code pretty much says it all, so I'll repeat it: This is a workaround for NSToolbar. When a widget is hidden by clicking the toolbar button, Cocoa reparents the widgets to another window (but Qt doesn't know about it). When we start showing them, it reparents back, but at this point it's window is nil, but the window it's being brought into (the Qt one) is for sure created. This stops the hierarchy moving under our feet. Task-number: 251294 Reviewed-by: Prasanth Ullattil