summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-2416-12/+131
|\
| * don't test tst_QMenu::mouseActivation on Windows mobileJoerg Bornemann2009-08-181-0/+3
| * fix tst_QMainWindow::menuBar for Windows mobileJoerg Bornemann2009-08-181-0/+8
| * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+82
| * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+29
| * Fix qsqltablemodel autotestDerick Hawcroft2009-08-171-6/+7
| * skip tst_QScriptEngineDebugger::multithreadedDebugging on Windows CEJoerg Bornemann2009-08-171-0/+3
| * new screenshot for windowsmobile autotestJoerg Bornemann2009-08-171-0/+0
| * fix warning in windowsmobile autotestJoerg Bornemann2009-08-171-2/+0
| * run tst_windowsmobile only on WM5Joerg Bornemann2009-08-171-4/+8
| * make tst_windowsmobile work in shadow buildsJoerg Bornemann2009-08-171-1/+1
| * Fix the painting of QComboBox on Mac when the rect is not at the originBenjamin Poulain2009-08-141-0/+44
| * don't test dbus stuff where no dbus isJoerg Bornemann2009-08-121-3/+3
| * tst_qurl fixed after the great URL replacement spreeJoerg Bornemann2009-08-121-15/+15
| * fix tst_QWidget::showAndMoveChild for Windows mobileJoerg Bornemann2009-08-121-0/+1
| * fix tst_QWidget::inputFocus_task257832 on WindowsJoerg Bornemann2009-08-121-0/+1
| * indentation fixed in tst_QWidget::inputFocus_task257832Joerg Bornemann2009-08-121-10/+10
| * Test naming convention fixes.Rohan McGovern2009-08-129-8/+8
| * Update URL for Qt FTP site.Jason McDonald2009-08-113-25/+25
| * Update URL for Qt web site.Jason McDonald2009-08-1199-169/+169
| * Update URL of online documentation.Jason McDonald2009-08-112-10/+10
| * Update old email address.Jason McDonald2009-08-1138-39/+39
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-4/+4
| * Update license headers.Jason McDonald2009-08-11896-963/+963
| * Fix autotest for qtwidgets::snapshotJens Bache-Wiig2009-08-101-3/+3
* | Don't float objects into next page unless they can fit in itEskil Abrahamsen Blomfeldt2009-08-241-0/+21
* | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-241-4/+1
* | Added autotest for SVG 'use' elements.Suneel BS2009-08-241-0/+102
* | avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-0/+14
* | HSL support for QColorThomas Hartmann2009-08-241-13/+217
* | Speedup the qgraphicsscene benchmarkOlivier Goffart2009-08-241-0/+5
* | Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-0/+35
* | QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-9/+23
* | Fix obsolete license headers.Jason McDonald2009-08-212-4/+4
* | make moc, qregion and qsharedpointer autotest compile with namespaceshjk2009-08-215-1/+15
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-217-0/+866
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBjørn Erik Nilsen2009-08-211-23/+38
| |\ \
| * \ \ Merge commit 'qt-kinetic/kinetic-graphicseffect'Bjørn Erik Nilsen2009-08-217-0/+866
| |\ \ \
| | * \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-2146-1114/+3879
| | |\ \ \
| | * | | | Use pixmap filter for the drop shadow effect.Bjørn Erik Nilsen2009-08-211-1/+1
| | * | | | Add auto-tests for QGraphicsItem/QWidget::setGraphicsEffect.Bjørn Erik Nilsen2009-08-212-0/+64
| | * | | | Merge commit 'qt/master-stable' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-2030-5/+1145
| | |\ \ \ \
| | * | | | | Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.Bjørn Erik Nilsen2009-08-201-1/+1
| | * | | | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-19167-967/+681
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171192-6684/+12305
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-07491-168325/+7217
| | |\ \ \ \ \ \ \
| | * | | | | | | | Notify QGraphicsEffect whenever the source is invalidated.Bjørn Erik Nilsen2009-08-071-0/+1
| | * | | | | | | | Add ChangeFlags to QGraphicsEffect and pass flags to sourceChanged.Bjørn Erik Nilsen2009-08-071-18/+12
| | * | | | | | | | Wrong caching of QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-08-061-0/+34
| | * | | | | | | | Add tests/auto/qgraphicseffectsource.Bjørn Erik Nilsen2009-08-043-0/+327