summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.5'Olivier Goffart2009-06-047-13/+93
|\
| * Autotest: add some tests for sending (or failing to) invalid D-Bus callsThiago Macieira2009-06-041-0/+25
| * BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-2/+18
| * Silence compile warning in the testAndy2009-06-041-2/+2
| * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-0/+26
| * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-3/+12
| * centralize removeServer() invocation for some more determinismOswald Buddenhagen2009-06-031-5/+9
| * _networktest compile fixJoerg Bornemann2009-06-031-1/+1
* | Autotest: fix detection of generated files and strip the first lineThiago Macieira2009-06-041-0/+3
* | Add some compile tests for QStringBuilder.hjk2009-06-0410-0/+220
* | Make the bench a bit faster.Alexis Menard2009-06-041-2/+2
* | Add some comparisons with std::string to the QStringBuilder benchmarks.hjk2009-06-041-18/+68
* | Fixes failure when attempting to run all tests.Rohan McGovern2009-06-031-1/+0
* | fix silly typoKent Hansen2009-06-031-1/+13
* | don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-0/+28
* | Merge branch '4.5'Denis Dzyubenko2009-06-021-1/+1
|\ \ | |/
| * Correct invalid font.Norwegian Rock Cat2009-06-021-1/+1
* | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-0/+35
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-024-7/+125
|\ \ | |/
| * Fixed failure of tst_Selftests::checkXML.Rohan McGovern2009-06-013-4/+9
| * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-0/+16
| * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-281-3/+62
| * Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-0/+43
| * Minor cleanup.Trond Kjernåsen2009-05-281-4/+4
* | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-0/+24
* | Add some performance tests for QMatrix4x4Rhys Weatherley2009-06-023-0/+268
* | Unit tests for 2D QMatrix4x4::translate() and scale()Rhys Weatherley2009-06-021-0/+40
* | Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-021-0/+114
* | Merge branch 'review/master'Marius Bugge Monsen2009-05-291-1/+1
|\ \
| * \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2953-77/+10734
| |\ \
| * | | typo fixDavid Faure2009-05-291-1/+1
* | | | extend QStringBuilder benchmark to handle QT_NO_CAST_FROM_ASCII defined andhjk2009-05-292-56/+122
| |/ / |/| |
* | | QStringBuilder benchmark: make testing of the drop-in replacement operator+()...hjk2009-05-282-17/+21
* | | Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-282-0/+316
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-277-5/+154
|\ \ \ | | |/ | |/|
| * | Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+5
| * | Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-33/+37
| * | Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+32
| * | QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-0/+33
| * | Test for QDate::fromDate with string format.Olivier Goffart2009-05-261-0/+26
| * | Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-262-1/+38
| * | Fixed qmake writing targets into the root of the current drive whenRohan McGovern2009-05-261-0/+16
* | | Add comparation of images with indexed colorBenjamin Poulain2009-05-271-0/+28
* | | Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-273-0/+103
* | | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-4/+77
* | | We first remove the pixmap from the cache and then release the keyAlexis Menard2009-05-261-0/+8
* | | Fixed a bug in animation when you set a start value that doesn't haveThierry Bastian2009-05-261-19/+58
* | | Fix the previous fix.Jan-Arve Sæther2009-05-261-177/+5
* | | Merge branch '4.5'Thiago Macieira2009-05-225-1/+159
|\ \ \ | |/ /
| * | Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-221-0/+78