summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed QBitmap::load to load into bitmap format again.Gunnar Sletta2010-01-201-7/+14
* Text drawing is not fast currentlyGunnar Sletta2010-01-151-3/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-122-1/+9
|\
| * Fixed bug where QGLPixmapData::toImage() returned too dark image.Kim Motoyoshi Kalland2010-01-121-1/+1
| * Fix completion in QFileDialog.Alexis Menard2010-01-121-0/+8
* | Put LinesHint into QVectorPath hints to enable further optimizationsGunnar Sletta2010-01-121-2/+14
* | Avoid coordinate limitations in the raster engine.Gunnar Sletta2010-01-122-4/+9
* | Fix point drawing on raster engine for flat and square capsGunnar Sletta2010-01-121-4/+4
|/
* warning fixes for platforms, where qreal == floatJoerg Bornemann2010-01-111-256/+256
* fix release mode crash in qfont.cpp initFontSubst() on Windows mobileJoerg Bornemann2010-01-111-2/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-118-53/+94
|\
| * Fixed justify aligned text drawing with the GL1 engine.Kim Motoyoshi Kalland2010-01-111-1/+2
| * Fixed subpixel antialiased text drawing with the GL2 engine.Kim Motoyoshi Kalland2010-01-111-3/+15
| * Fixes warning in the QMacStyleOlivier Goffart2010-01-112-2/+2
| * Fix incorrect drawing of the hovered row on QTreeView with some styles.Olivier Goffart2010-01-112-11/+9
| * Track the glVertexAttribPointer and only update it if it's changedTom Cooksey2010-01-113-34/+61
| * QTreeView::selectAll() wouldn't work when first column hiddenGabriel de Dietrich2010-01-111-2/+5
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-113-4/+14
|\ \ | |/ |/|
| * Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-113-4/+14
* | (Sqlite2) Fix for QTBUG-6421Bill King2010-01-111-4/+12
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+5
|\ \
| * | Add texture glyph width cache default.Stefano Pironato2010-01-081-1/+5
* | | Merge commit 'origin/mmfphonon' into 4.6Gareth Stockwell2010-01-086-31/+10
|\ \ \
| * | | Fixed build breakage on S60 3.1 due to audio effects changesGareth Stockwell2010-01-086-31/+10
* | | | Added a flag to avoid construction of application panes.axis2010-01-085-5/+26
* | | | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
* | | | Fixed a doc error.axis2010-01-081-1/+0
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0832-508/+871
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for QTBUG-5870 QGraphicsProxyWidget does not show children onJani Hautakangas2010-01-081-3/+10
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0731-505/+861
| |\ \ \
| | * | | Deploy sqlite3.sis instead of sqlite3.dll in SymbianMiikka Heikkinen2010-01-072-4/+3
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0729-501/+858
| | |\ \ \
| | | * \ \ Merge branch 'mmfphonon' into 4.6Gareth Stockwell2010-01-0629-501/+858
| | | |\ \ \ | | | | |/ /
| | | | * | Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-0820-194/+348
| | | | * | Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
| | | | * | Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-082-2/+25
| | | | * | Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-0812-170/+129
| | | | * | Changed call sequence of seeking in Phonon MMF backend, for streamingGareth Stockwell2009-12-082-19/+11
| | | | * | Implemented buffer status notifications in Phonon MMF backendGareth Stockwell2009-12-089-62/+162
| | | | * | Added support for streaming playback to Phonon MMF backendGareth Stockwell2009-12-088-6/+30
| | | | * | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp...Gareth Stockwell2009-12-082-34/+34
| | | | |\ \
| | | | | * | Symbian: More i18n strings work.Frans Englich2009-12-072-34/+34
| | | | * | | Phonon MMF: leaves during object construction throw exceptionsGareth Stockwell2009-12-082-9/+7
| | | | * | | Removed stale TODO comments from Phonon MMF backendGareth Stockwell2009-12-083-4/+1
| | | | |/ /
| | | | * | Fixed bug which caused Phonon backend error messages to be suppressedGareth Stockwell2009-12-022-6/+7
| | | | * | Added error strings to Phonon MMF backendGareth Stockwell2009-12-028-51/+170
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-082-1/+5
|\ \ \ \ \ \
| * | | | | | Make sure the rect in QPixmap::copy() doesn't exceed the boundingRect.Gunnar Sletta2010-01-081-1/+3
| * | | | | | Fix a painter warningPierre Rossi2010-01-071-0/+2
| |/ / / / /
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-0817-77/+139
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |