summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-041-3/+11
* 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
* More fixes for qatomic_windows.hJoão Abecasis2009-09-041-22/+27
* Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
* Added multiple frames to QPaintBuffer.Samuel Rødal2009-09-043-32/+62
* 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-041-5/+5
* 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-041-7/+11
* Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3
* Make sure that top-level windows respect hfw/wfh constraint.Jan-Arve Sæther2009-09-042-25/+151
* QGraphicsWidget::sizeHint didn't pass the correct constraint to layout.Jan-Arve Sæther2009-09-041-2/+4
* Remove implicit margin on bulleted lists when exporting to HTMLEskil Abrahamsen Blomfeldt2009-09-041-3/+5
* 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
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-04118-1455/+1579
|\
| * 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-042-2/+10
| * Fix ./tst_qdatetimeedit::task118867Olivier Goffart2009-09-041-1/+1
| * define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
| * Prospective SunCC compile fixSimon Hausmann2009-09-041-1/+1
| * Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
| * Add PLATFORM(HPUX) and COMPILER(ACC) defines, for HP-UX support.Thiago Macieira2009-09-041-0/+24
| * Fix compilation on AIX: struct tm has no timezone information.Simon Hausmann2009-09-041-1/+1
| * Implement support for getting the stack base on AIX.Thiago Macieira2009-09-041-0/+12
| * Fix compilation with xlC 7: operator-> must return a pointer-like type.Thiago Macieira2009-09-041-1/+1
| * Work around an apparent xlC 7 bug: partial specialisation on HashMap.Thiago Macieira2009-09-041-49/+54
| * Fix compilation with xlC 7: apparently problem with nested templates.Thiago Macieira2009-09-041-20/+20
| * Fix compilation with Sun CC 5.9: std::pair does not call types' constructors.Thiago Macieira2009-09-041-4/+4
| * Fix compilation with Sun CC 5.9: the default constructor for HashTableIterato...Thiago Macieira2009-09-043-5/+23
| * Fix linking with Sun CC 5.9: function pointers for extern "C" are treated dif...Thiago Macieira2009-09-042-1/+5
| * Fix compilation with Sun CC 5.9: ambiguity in ?:Thiago Macieira2009-09-0416-20/+20
| * Remove comma at end of enum. Some compilers are more picky than others.Thiago Macieira2009-09-0419-20/+21
| * Fix compilation with Sun CC 5.9: moving elements in a vector requires source ...Thiago Macieira2009-09-041-6/+6
| * Fix compilation error on Solaris: mmap/munmap take/return a char*, not void*.Thiago Macieira2009-09-042-3/+3
| * Fix linking with SunCC 5.9: de-inline the operator new and delete in ParserAr...Thiago Macieira2009-09-042-17/+18
| * Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
| * Doc: Review of docs for QGraphicsItem::ItemUsesExtendedStyleOption.Geir Vattekar2009-09-041-7/+11
| * Fixed once-in-a-while failing tst_QGraphicsItem::selected test.Gabriel de Dietrich2009-09-041-2/+5
| * fix text eliding for arabic and syriacLars Knoll2009-09-041-0/+33
| * Small corrections in the documentationBradley T. Hughes2009-09-041-2/+2
| * fix disconnect-after-write-problem in QLocalSocket on WindowsJoerg Bornemann2009-09-042-11/+34