summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-073-7/+56
* Unit tests for QGLFormat copy constructor and operator=Rhys Weatherley2009-09-061-0/+14
* Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-062-1/+89
* Code cleanup: remove friend declarations for non-existent functionsRhys Weatherley2009-09-061-4/+0
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-067-19/+29
* Fixed "multiple definition of `QTest::mouseActionNames'" error inRohan McGovern2009-09-051-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-053-42/+14
|\
| * Remove license header, which cannot be parsed by Sun assembler.Rohan McGovern2009-09-051-40/+0
| * Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
| * Wizard background images incorrect in Snow Leopard.Prasanth Ullattil2009-09-041-0/+1
| * Fix a regression with QListView::setRowHidden() when a root index is setAndy Shaw2009-09-042-4/+16
* | Fixed compile for S60.Rohan McGovern2009-09-051-1/+1
* | Use the right type in DFBPaintEngineAnders Bakken2009-09-041-2/+2
* | Only export internal raster classes in QWSAnders Bakken2009-09-042-3/+15
* | Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-042-6/+30
* | Doc: Clarified that certain KDE widgets are KDE 3 widgets.David Boddie2009-09-041-4/+4
* | Remove unnecessary call to exposeRegion in DFBAnders Bakken2009-09-042-12/+8
* | QDFBScreen bgcolor is only use in non_wm modeAnders Bakken2009-09-041-4/+4
* | Remove unused function in QDFBScreenAnders Bakken2009-09-042-6/+0
* | Handle proxywidgets better in DFBAnders Bakken2009-09-041-21/+26
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into qt46Espen Riskedal2009-09-0440-251/+690
|\ \
| * | Fixed object rotations in the boxes demo.Kim Motoyoshi Kalland2009-09-042-11/+8
| * | Make the example also work on a desktop with a dark theme.Thomas Zander2009-09-041-0/+1
| * | Updating line-numbers for linguist auto testsJoão Abecasis2009-09-0415-47/+52
| * | More fixes for qatomic_windows.hJoão Abecasis2009-09-041-22/+27
| * | Fixed tst_QFiledialog::filesSelectedSignal where the selected directory to runGabriel de Dietrich2009-09-042-1/+11
| * | Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
| * | Added multiple frames to QPaintBuffer.Samuel Rødal2009-09-044-72/+74
| * | Avoided streaming multiple copies of images/pixmaps in QPaintBuffer.Samuel Rødal2009-09-041-1/+74
| * | Fix tst_QTimer::moveToThread() on WindowsBradley T. Hughes2009-09-042-5/+45
| * | Optimize qt_format_text test operations: try not to detachOlivier Goffart2009-09-041-40/+28
| * | Fix crashes when moving descendents during destruction.Andreas Aardal Hanssen2009-09-042-7/+71
| * | Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3
| * | Make the view in the flowlayout example big enough.Jan-Arve Sæther2009-09-041-0/+1
| * | Make sure that top-level windows respect hfw/wfh constraint.Jan-Arve Sæther2009-09-043-25/+230
| * | QGraphicsWidget::sizeHint didn't pass the correct constraint to layout.Jan-Arve Sæther2009-09-041-2/+4
| * | Minor fixes to the graphicsview/flowlayout exampleJan-Arve Sæther2009-09-042-13/+17
| * | Remove implicit margin on bulleted lists when exporting to HTMLEskil Abrahamsen Blomfeldt2009-09-042-6/+23
* | | Added Symbian to our list of Tier1 platformsEspen Riskedal2009-09-041-0/+2
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-09-04677-5812/+12440
|\ \
| * | Make QGLFramebufferObject::isBound() check it is the bound fboTom Cooksey2009-09-041-5/+3
| * | Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
| * | %SystemDrive% folder created in current directory on Windows 7.Prasanth Ullattil2009-09-041-3/+4
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-04303-4888/+2936
| |\ \
| | * | Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-045-21/+22
| | * | QAbstractSocket: Missing initializationsMarkus Goetz2009-09-042-1/+5
| | * | QHostInfoPrivate: Uninitialized intMarkus Goetz2009-09-041-2/+3
| | * | QNetworkAccessManager: Missing break in proxyAuthenticationKeyMarkus Goetz2009-09-041-0/+1
| | * | Stylesheet: Do not crop the text in tabsOlivier Goffart2009-09-043-2/+114