summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-0926-37/+544
|\
| * Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-081-0/+51
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-6/+0
| |\
| | * Autotest: Fixed a race condition in the network self test.Thiago Macieira2009-06-051-6/+0
| * | Extend auto test to cover the emission order of the contentChange() andmae2009-06-081-0/+32
| * | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-081-0/+4
| * | make signal handlers understand QVariant againKent Hansen2009-06-051-0/+29
| * | have QScriptValue::toVariant() convert Array objects to QVariantListsKent Hansen2009-06-051-0/+21
| * | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-18/+0
| * | add HTTP DELETE support to Network Access APIPeter Hartmann2009-06-051-0/+99
| * | handle qreal properties correctly in the meta-object systemKent Hansen2009-06-051-0/+27
| * | Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-35/+0
| * | 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
* | | Merge commit 'mainline/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-0412-11/+381
|\ \ \ | |/ /
| * | 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
| * | 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 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2933-11/+9614
| |\ \
| * | | typo fixDavid Faure2009-05-291-1/+1
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2721-314/+1765
|\ \ \ \ | | |/ / | |/| |
| * | | 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