summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-241-0/+28
* Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-231-0/+112
* Q_ASSERT failure when resizing a span to (1,1) in 1st cellGabriel de Dietrich2009-11-231-0/+8
* Autotest: Change the service name we're testing between tests.Thiago Macieira2009-11-201-5/+7
* Export QStateMachine::WrappedEvent and QStateMachine::SignalEventEskil Abrahamsen Blomfeldt2009-11-191-0/+8
* Crash when rendering a scene using DeviceCoordinateCacheGabriel de Dietrich2009-11-191-0/+16
* Fix tst_QGraphicsView::inputMethodSensitivity autotestOlivier Goffart2009-11-192-6/+65
* Fixed Multi-length strings not implemented for float functionsOlivier Goffart2009-11-191-2/+12
* Update license headers to release version.Jason McDonald2009-11-191304-16952/+16952
* Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-191-0/+12
* Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-191-2/+2
* Fix regression in emitting of QTextDocument::undoCommandAdded()Thomas Zander2009-11-181-0/+11
* Fix S60 input method not showing up in editable QGraphicsTextItemsSimon Hausmann2009-11-181-0/+3
* Fix input method support on widgets that have a focus proxy set.Simon Hausmann2009-11-181-0/+59
* QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-181-2/+6
* QMenu: do not crash if action is destroyed in the triggered signal.Olivier Goffart2009-11-181-0/+13
* Fixed loading of 8-bit grayscale TIFF files.Samuel Rødal2009-11-184-3/+23
* Make tst_headers pass with changed QtScript licenseSimon Hausmann2009-11-171-1/+1
* Add a simpler FBO autotest which just uses glClear()Tom Cooksey2009-11-171-0/+31
* Set frameless window hints on QGL test windows under QWSRhys Weatherley2009-11-171-0/+15
* Make qgl autotests more stable & passing in test farmTom Cooksey2009-11-171-6/+18
* Enable & fix qgl autotests on 16-bpp systemsTom Cooksey2009-11-171-49/+111
* Mark both the new and original EGL contexts as sharingRhys Weatherley2009-11-171-0/+1
* Fixed tst_qpixmapfilter testcaseGunnar Sletta2009-11-161-12/+12
* Match drop shadow bounding rectangle unit test to the new implementationRhys Weatherley2009-11-161-13/+13
* Early return for allowMove within a parent QModelIndexStephen Kelly2009-11-161-18/+45
* Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-161-0/+5
* Revert "Always set a clip on the painter in QGraphicsView."Andreas Aardal Hanssen2009-11-131-72/+0
* Make it possible for QMainWindow to restore the geom of undocked widgetThierry Bastian2009-11-131-0/+16
* Make sure posted events are always sent when calling processEvents() on Win32Bradley T. Hughes2009-11-131-0/+36
* compile fix for tst_qfile on Windows CEJoerg Bornemann2009-11-131-0/+1
* Autotest: fix compiling after qscopedpointer.h changed.Thiago Macieira2009-11-131-28/+3
* Fixed QGraphicsEffectSource autotest after graphics effect API changes.Samuel Rødal2009-11-131-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-1058-1412/+2896
|\ \
| * \ 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-0913-67/+67
| |\ \ \
| | * | | 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-068-29/+29
| | * | | 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-094-514/+671
| |\ \ \ \