summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | Fixed compile failure on Mac OS X.Samuel Rødal2009-09-071-2/+1
* | Use icons on QDialogButtonBox in KDEJens Bache-Wiig2009-09-074-15/+52
* | Fix warning when compiling with QT_NO_EXCEPTIONSOlivier Goffart2009-09-071-1/+1
* | Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
* | Fix crash on QGraphicsItem destruction related to focus handlingKai Koehne2009-09-071-1/+1
* | Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* | Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* | Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-071-31/+11
* | Fixed crash in print preview dialog with graphicssystem OpenGL.Kim Motoyoshi Kalland2009-09-071-17/+18
* | Fix some issues with Shift-selection in QAbstractItemViewFrank Reininghaus2009-09-071-4/+3
* | Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
* | Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.Kim Motoyoshi Kalland2009-09-071-10/+13
* | Support setting font size in shorthand font propertiesEskil Abrahamsen Blomfeldt2009-09-071-1/+1
* | make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
* | Fixed compilation error for qmdiarea and qmdisubwindow test.Gabriel de Dietrich2009-09-071-1/+1
* | Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-074-4/+15
* | Fix tiled blit in 16-bit modePaul Olav Tvete2009-09-071-4/+7
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-071-2/+3
|\ \
| * | DB2 - Don't return an error when the table is just empty.Bill King2009-09-071-2/+3
* | | qdoc: improve the QGLFormat documentationRhys Weatherley2009-09-071-17/+20
|/ /
* | Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-073-7/+56
* | Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-071-1/+6
* | Code cleanup: remove friend declarations for non-existent functionsRhys Weatherley2009-09-071-4/+0
* | Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-074-14/+24
* | Fixed "multiple definition of `QTest::mouseActionNames'" error inRohan McGovern2009-09-061-1/+2
* | Fixed compile of code which defines QT_NO_CAST_FROM_ASCII and includesRohan McGovern2009-09-051-1/+1
* | Merge branch '4.5' into 4.6Rohan McGovern2009-09-052-42/+2
|\|
| * Remove license header, which cannot be parsed by Sun assembler.Rohan McGovern2009-09-051-40/+0