summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-0844-681/+1144
|\
| * Fix QDirectFBPixmapData::fromImageAnders Bakken2009-09-081-6/+30
| * 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
| * Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
| * exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12
| * Fixed usage of QMargins in QStyleSheetStyleThorbjørn Lindeijer2009-09-081-4/+4
| * Added a public function to enforce usage og the old GL engine.Trond Kjernåsen2009-09-083-9/+72
| * 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-0810-10/+50
| |\
| | * 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-081-0/+4
| | * Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
| | * doc: Fixed several qdoc errors.Martin Smith2009-09-082-0/+7
| | * make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
| | * Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-081-2/+12
| | |\
| | | * Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10
| * | | Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
| |/ /
| * | QAudioDeviceInfo::deviceList() wasn't working correctly if no audioKurt Korbatits2009-09-081-2/+3
| * | Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-083-6/+32
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-0814-26/+330
|\ \ \
| * | | Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
| * | | Compilefix for win32Thomas Hartmann2009-09-081-4/+4
| * | | Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-081-1/+3
| * | | Don't use qt3support methodsAaron Kennedy2009-09-081-1/+1
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-08165-1240/+2240
| |\ \ \
| | * | | Current Item was moved twice when an item was inserted before it.Martin Jones2009-09-081-1/+2
| | * | | Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-083-10/+288
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0720-322/+214
| |\ \ \ \
| * | | | | DocAaron Kennedy2009-09-042-4/+5
* | | | | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-083-66/+197
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Texture format must be GL_RGB when pixel type is GL_UNSIGNED_SHORT_5_6_5Rhys Weatherley2009-09-081-0/+1
| * | | | Make the matrix and viewport logic in renderText() a bit betterRhys Weatherley2009-09-081-50/+137
| * | | | Convert QGLFramebufferObjectFormat to use implicit sharingRhys Weatherley2009-09-082-16/+59
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-08143-1190/+1763
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Martin Jones2009-09-08140-1188/+1665
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed the spelling of canceled in the QGesture api brought up by David Boddie.Denis Dzyubenko2009-09-072-6/+6
| | * | | | Only depend on phonon when building webkit if phonon was configured forAndy Shaw2009-09-071-1/+2
| | * | | | Remove extra invalid semi-colonThiago Macieira2009-09-071-1/+1