summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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