summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0926-334/+803
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-09156-2312/+2484
| |\
| | * Doc.Martin Jones2009-09-091-0/+2
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-09127-1910/+2079
| | |\
| | * | Move ComponentInstance functionality into LoaderMartin Jones2009-09-0923-396/+373
| * | | Add EaseFollow elementAaron Kennedy2009-09-095-3/+493
* | | | Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
* | | | clearer exampleWarwick Allison2009-09-091-4/+12
* | | | Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-09142-1950/+2266
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-09983-9148/+19963
| |\ \ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-09120-1853/+1860
| | |\ \ \
| | | * | | Remove debug.Michael Brasser2009-09-091-4/+1
| | | * | | Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-08118-1847/+1858
| | | |\ \ \
| | | | * | | Fix QDirectFBPixmapData::fromImageAnders Bakken2009-09-081-6/+30
| | | | * | | Fixes "Out of heap space" error when compiling on some setups.Bill King2009-09-081-2/+2
| | | | * | | Fix define in QDirectFBScreenAnders Bakken2009-09-081-1/+1
| | | | * | | memset DFBWindowDescription to 0Anders Bakken2009-09-081-0/+2
| | | | * | | Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| | | | * | | Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-089-430/+38
| | | | * | | Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-087-85/+152
| | | | * | | Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-085-33/+65
| | | | * | | Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-086-63/+58
| | | | * | | Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-0811-152/+257
| | | | * | | Make QGLPixelBuffer work again using new QGLPaintDevice APITom Cooksey2009-09-084-1/+29
| | | | * | | Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-0811-84/+483
| | | | * | | Fix crash when instantiating multiple QApplications on QWSPaul Olav Tvete2009-09-081-0/+7
| | | | * | | Doc: Fixed bug in style sheet syntax documentation.Geir Vattekar2009-09-081-3/+5
| | | | * | | Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
| | | | * | | tst_qbytearray: set SRCDIR to ./ on Windows CEJoerg Bornemann2009-09-081-5/+6
| | | | * | | exception safety fix for QList::operator+= (const QList&)mread2009-09-082-32/+104
| | | | * | | network-settings.h: Check for DNS setup only when neededMarkus Goetz2009-09-081-1/+2
| | | | * | | Revert "network-settings.h: Compile fix relating to some tests"Markus Goetz2009-09-081-0/+2
| | | | * | | Doc: fixing a QFileInfo snippet typeJoão Abecasis2009-09-081-3/+3
| | | | * | | Fixed usage of QMargins in QStyleSheetStyleThorbjørn Lindeijer2009-09-081-4/+4
| | | | * | | network-settings.h: Compile fix relating to some testsMarkus Goetz2009-09-081-2/+0
| | | | * | | Fix QWS autotests after S60 integrationPaul Olav Tvete2009-09-085-5/+0
| | | | * | | Added a public function to enforce usage og the old GL engine.Trond Kjernåsen2009-09-085-11/+87
| | | | * | | QScriptDebuggerBackend crash fix.Jedrzej Nowacki2009-09-081-7/+1
| | | | * | | fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
| | | | * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-081-7/+10
| | | | |\ \ \
| | | | | * | | Make tst_qmdiarea more robustOlivier Goffart2009-09-081-7/+10
| | | | * | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-0864-1079/+514
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Add license header.Jason McDonald2009-09-081-0/+41
| | | | | * | | Fixed QLineEdit to correctly adjust the horizontal scrollingAdriano Rezende2009-09-082-1/+7
| | | | | * | | Fixes a regression in QListView in 4.6 regarding the selectionThierry Bastian2009-09-082-0/+34
| | | | | * | | Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
| | | | | * | | doc: Fixed several qdoc errors.Martin Smith2009-09-083-4/+11
| | | | | * | | Try to make test more robust.Olivier Goffart2009-09-0816-84/+130