summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-132-5/+41
|\
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-1310-109/+276
| |\
| * \ Merge commit 'c785d92153d23b836451b0643424b9871bcc4be9' into 4.6-upstreamBradley T. Hughes2009-11-131-0/+36
| |\ \
| | * \ Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-1222-74/+172
| | |\ \
| | * | | Make sure posted events are always sent when calling processEvents() on Win32Bradley T. Hughes2009-11-111-0/+36
| * | | | Merge commit 'origin/4.6' into 4.6-ceJoerg Bornemann2009-11-121-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fix tst_QVideoSurfaceFormat for the qreal == float caseJoerg Bornemann2009-11-121-5/+5
* | | | | Fixed: QCalendarWidget::showNextMonth() followed by a click on the navigation...Olivier Goffart2009-11-131-0/+70
* | | | | Fixes QGraphicsWidget: paint() being called before polish().Bjørn Erik Nilsen2009-11-131-0/+27
* | | | | QLabel: Fixed text underlined when te label has a control and the text contai...Olivier Goffart2009-11-121-0/+51
| |_|_|/ |/| | |
* | | | Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-1110-109/+276
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed: QFontComboBox emits the currentFontChanged() signal twiceOlivier Goffart2009-11-111-1/+5
| * | | QAbstractScrollArea: Wheel over a scrollarea that has only one horizontal scr...Olivier Goffart2009-11-111-2/+95
| * | | Small caps font variant wouldn't be used when defined through style sheetsGabriel de Dietrich2009-11-111-0/+7
| * | | QKeySequence::mnemonic: add a warning if the text contains severals '&'Olivier Goffart2009-11-111-5/+40
| * | | Revert "Always set a clip on the painter in QGraphicsView."Andreas Aardal Hanssen2009-11-111-72/+0
| * | | QDockWidget also emits dockLocationChanged when the state is restoredThierry Bastian2009-11-101-0/+8
| * | | Make it possible for QMainWindow to restore the geom of undocked widgetThierry Bastian2009-11-101-0/+16
| * | | Replace most processEvents() with sendPostedEvents().Jan-Arve Sæther2009-11-101-8/+8
| * | | Replace most processEvents() with sendPostedEvents().Jan-Arve Sæther2009-11-101-18/+18
| * | | processEvents() does not always process *all* events in the queue.Jan-Arve Sæther2009-11-101-3/+3
| * | | QGraphicsTextItem: update when changing the color.Olivier Goffart2009-11-091-0/+58
| * | | Make sure the dock widget is updated when changing closable propertyThierry Bastian2009-11-091-0/+18
* | | | Fixing warnings in QScopedPointer test caseJoão Abecasis2009-11-111-1/+2
| |/ / |/| |
* | | Merge commit 'origin/4.6' into 4.6-ceJoerg Bornemann2009-11-1135-674/+539
|\ \ \
| * | | Autotest: fix compiling after qscopedpointer.h changed.Thiago Macieira2009-11-111-28/+3
| * | | Fixed QGraphicsEffectSource autotest after graphics effect API changes.Samuel Rødal2009-11-111-30/+20
| * | | qfontcombobox auto test added to tests/auto/auto.proJoerg Bornemann2009-11-101-0/+1
| * | | Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-1011-1/+126
| |\ \ \
| | * | | record id-based messages even if they have an empty sourceOswald Buddenhagen2009-11-065-0/+25
| | * | | handle messages with ids (more) correctlyOswald Buddenhagen2009-11-069-1/+101
| * | | | Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-4/+5
| | |_|/ | |/| |
| * | | Extending QScopedPointer test caseJoão Abecasis2009-11-101-17/+139
| * | | Changes to low-level audio API.Kurt Korbatits2009-11-104-25/+28
| * | | Changes to low-level audio API.Kurt Korbatits2009-11-104-28/+25
| * | | Merge branch '4.6' of ../qt into 4.6Kurt Korbatits2009-11-1052-1372/+2348
| |\ \ \
| | * \ \ Merge commit 'qtwebkit/qtwebkit-4.6' into 4.6Jocelyn Turcotte2009-11-092-25/+32
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | QNetworkCookie: Add the dot prefix of the domain while adding to the jarJocelyn Turcotte2009-11-092-25/+32
| | * | | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-0911-58/+58
| | |\ \ \
| | | * | | API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-10/+10
| | | * | | API review: Rename numDigits() and setNumDigits()Marius Storm-Olsen2009-11-091-8/+8
| | | * | | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-066-20/+20
| | | * | | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-063-20/+20
| | * | | | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-093-514/+141
| | |\ \ \ \
| | | * | | | Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
| | | * | | | QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
| | | * | | | QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-021-479/+0
| | * | | | | Crash on bug QTBUG-5493Warwick Allison2009-11-091-0/+14
| * | | | | | Changes to low-level audio API.Kurt Korbatits2009-11-054-25/+28
* | | | | | | fix tst_qdatastream for Windows CEJoerg Bornemann2009-11-102-3/+2