summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix two regressions in Plasma. The painter state proctection was notAlexis Menard2009-06-092-0/+89
* Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-0/+199
* A partial QGraphicsItem update causes a full update to be discarded.Bjørn Erik Nilsen2009-06-091-1/+30
* QGraphicsItem discard updates when it shouldn't.Bjørn Erik Nilsen2009-06-091-0/+28
* Fix tst_QGraphicsView::acceptMousePressEvent (by entering event loop).Andreas Aardal Hanssen2009-06-091-0/+2
* Make sure we reset the updateAll variable correctly.Bjørn Erik Nilsen2009-06-091-0/+1
* Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-0/+2
* Ensure this test goes via QGraphicsScene::drawItems().Andreas Aardal Hanssen2009-06-091-0/+1
* Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-126/+0
* Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-2/+3
* 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
* | 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
|\ \
| * \ 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