summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-048-44/+33
|\
| * Resize TextEdit as text changes if no explicit width has been set.Michael Brasser2009-06-031-0/+4
| * Handle double clicks in TextEdit.Michael Brasser2009-06-022-0/+13
| * fix MSVC warningsThierry Bastian2009-06-024-5/+7
| * Compilation fix on MSVCThierry Bastian2009-06-022-39/+9
* | Make Q_DECLARE_PERFORMANCE_* empty if Q_ENABLE_PERFORMANCE_LOG undefinedMartin Jones2009-06-031-43/+3
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-0212-100/+179
|\
| * QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
| * Access variables directly for small, but measurable, perf gainAaron Kennedy2009-06-021-24/+32
| * Don't calculate map rect for items with no contentAaron Kennedy2009-06-021-4/+14
| * Improve perf of QMatrix4x4::mapRect(const QRectF &) by 3x for scaled/translat...Aaron Kennedy2009-06-022-13/+33
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-01709-16663/+23926
| |\
| * | Flush messages after sendingAaron Kennedy2009-06-011-0/+1
| * | Remove some pointless perf metricsAaron Kennedy2009-06-018-59/+20
* | | Remove more unneeded semicolons.Martin Jones2009-06-022-29/+29
* | | Simplify setting default graphicssystem.Martin Jones2009-06-021-30/+20
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-023-4/+38
|\ \ \ | | |/ | |/|
| * | Add textMargin property and more flexible key handling to TextEditMichael Brasser2009-06-013-4/+38
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-01703-16627/+23826
|\ \ \ | |/ /
| * | Check if the text has really changed before emitting theMichael Brasser2009-05-311-0/+2
| * | Added range information for lists which contains the position and lengthErik Verbruggen2009-05-294-0/+33
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-296-32/+62
| |\ \
| * | | Make compile under Open GL ES 2.Michael Brasser2009-05-297-22/+23
| * | | Merge branch 'kinetic-declarativeui-pixmapopt' of git@scm.dev.nokia.troll.no:...Michael Brasser2009-05-2922-268/+180
| |\ \ \
| | * | | Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-2522-268/+180
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-29221-3335/+1818
| |\ \ \ \
| | * | | | Fixed compile of Qt/Embedded.Rohan McGovern2009-05-281-1/+1
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMichael Brasser2009-05-281-1/+1
| | |\ \ \ \
| | | * | | | Fixed WinCE compile, perhaps.Rohan McGovern2009-05-281-1/+1
| | * | | | | Export symbol needed by the declarative module.Michael Brasser2009-05-281-1/+2
| | * | | | | Further optimized fast scaling of ARGB8565 images onto RGB16 images.Michael Brasser2009-05-282-5/+11
| | |/ / / /
| | * | | | Fixed bug in GL graphics system when painting to pixmaps.Samuel Rødal2009-05-281-0/+3
| | * | | | QStringBuilder benchmark: make testing of the drop-in replacement operator+()...hjk2009-05-282-17/+21
| | * | | | Integrate merge-request #548 into branch 'master'Norwegian Rock Cat2009-05-282-5/+6
| | |\ \ \ \
| | | * | | | Fix build when compiling Qt using -no-opengl configuration.Brad Hards2009-05-281-3/+6
| | | * | | | Remove duplicate qpdf_p.h include.Brad Hards2009-05-281-2/+0
| | * | | | | oops, build was broken on embeddedThierry Bastian2009-05-281-1/+1
| | * | | | | Polished aboutQt dialog a little bit.Denis Dzyubenko2009-05-281-5/+8
| | |/ / / /
| | * | | | small cleanup on the sub-attaq demoThierry Bastian2009-05-286-9/+6
| | * | | | Removed dead code ifdefed with QDOC2DOXMartin Smith2009-05-285-2240/+2
| | * | | | Merge branch '4.5'Tom Cooksey2009-05-287-28/+42
| | |\ \ \ \
| | | * | | | Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
| | | * | | | BT: Support saving forms with resources more than once in Qt JambiEskil Abrahamsen Blomfeldt2009-05-281-12/+22
| | | * | | | support for -ltcg configure switch for Windows CE buildsJoerg Bornemann2009-05-282-2/+6
| | | * | | | BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
| | | * | | | Doc - final screenshot and changesKavindra Devi Palaraja2009-05-282-11/+8
| | * | | | | Fixed incorrect handling of composition modes in GL2 paint engine.Samuel Rødal2009-05-282-22/+11
| | * | | | | Forgot to close the TTY handle.Robert Griebl2009-05-281-0/+1
| | * | | | | Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-287-3/+689
| | * | | | | Compile fix with namespaces.hjk2009-05-2810-8/+31