summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * Generate Q_UNUSED(varName) only when varName was not used in retranslateUi(Cl...Jarek Kobus2009-09-042-2/+10
| * Merge branch '4.5' into 4.6Thiago Macieira2009-09-043-42/+7
| |\
| | * Fixed clipping of native style elements when raster is used on macGunnar Sletta2009-09-041-2/+6
| | * Remove license header as Solaris X86 assembler can't digest comments.Jason McDonald2009-09-041-40/+0
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-041-0/+6
| | |\
| | * | Pedantic fixes for license headers.Jason McDonald2009-09-041-0/+1
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-0411-566/+509
| |\ \ \
| | * | | Fix QDialog test compilation on MacOlivier Goffart2009-09-041-1/+1
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-049-565/+507
| | |\ \ \
| | | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-044-153/+172
| | | |\ \ \
| | | * | | | Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-049-565/+507
| | * | | | | Update license headersJason McDonald2009-09-041-0/+1
| | | |/ / / | | |/| | |
| * | | | | Build break fixed: Added missing include to sqt60main_mcrt0.cppMiikka Heikkinen2009-09-041-0/+1
| |/ / / /
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Michael Brasser2009-09-042-151/+170
| |\ \ \ \
| | * | | | Make exposeRegion work better in DFB_NO_WM modeAnders Bakken2009-09-042-118/+123