summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * Fix the QStyleSheet test with pulse.Olivier Goffart2009-09-041-1/+2
| | * 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-042-3/+6
| | * fix text eliding for arabic and syriacLars Knoll2009-09-041-0/+33
| | * qtdemo now accept the -verbose option as specified in the help output.Denis Dzyubenko2009-09-041-0/+2
| | * Small corrections in the documentationBradley T. Hughes2009-09-041-2/+2
| | * tst_QLocalSocket::writeToClientAndDisconnect addedJoerg Bornemann2009-09-041-0/+30
| | * fix disconnect-after-write-problem in QLocalSocket on WindowsJoerg Bornemann2009-09-042-11/+34
| | * qapplication_win.cpp compile fix for Q_WS_WINCE_WMJoerg Bornemann2009-09-041-1/+0
| | * Added a phonon dependency to webkitDenis Dzyubenko2009-09-041-1/+1
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-04102-3148/+114
| | |\
| | | * Generate Q_UNUSED(varName) only when varName was not used in retranslateUi(Cl...Jarek Kobus2009-09-04102-3148/+114
| | * | Fix license headersJason McDonald2009-09-044-0/+60
| | |/
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-09-0441-71/+525
| | |\
| | | * Fixed clipping of native style elements when raster is used on macGunnar Sletta2009-09-041-2/+6
| | | * Add license headers to .l files.Jason McDonald2009-09-042-0/+82
| | | * Add license headers to python codeJason McDonald2009-09-049-2/+368