summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Put the dialog buttons into a scrollarea.Alessandro Portale2009-11-171-64/+89
| | | | * | | Build without QT_KEYPAD_NAVIGATIONAlessandro Portale2009-11-172-2/+10
| | * | | | | Export QStateMachine::WrappedEvent and QStateMachine::SignalEventEskil Abrahamsen Blomfeldt2009-11-181-0/+8
| | |/ / / /
| | * | | | Merge upstream/4.6 into oslo-staging-2Olivier Goffart2009-11-1712-25/+179
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Yoann Lopes2009-11-174-18/+85
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Marius Bugge Monsen2009-11-177-15/+122
| | | |\ \ \ \ \
| | | | * | | | | Mouse wheel wouldn't scroll the itemview when over header viewsGabriel de Dietrich2009-11-171-0/+17
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Fix compile issues on AIX with the XLC compiler.Marius Bugge Monsen2009-11-171-12/+3
| | * | | | | | Fixes polish events for explicitly hidden GraphicsWidgetItems.Yoann Lopes2009-11-171-0/+24
| * | | | | | | Fixed Multi-length strings not implemented for float functionsOlivier Goffart2009-11-191-2/+12
| * | | | | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-181-2/+15
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-1724-109/+543
| | |\ \ \ \ \
| | * | | | | | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-2/+2
| | * | | | | | Improve reliability of QFile test readAllStdinJoão Abecasis2009-11-171-0/+1
| | * | | | | | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-0/+12
* | | | | | | | Autotest guiapplauncher: Build fix MinGWFriedemann Kleint2009-11-191-4/+2
|/ / / / / / /
* | | | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-189-20/+110
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-179-20/+110
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Fix tst_QGraphicsView::inputMethodSensitivity autotestOlivier Goffart2009-11-172-6/+65
| | | |/ / | | |/| |
| | * | | Stabilize tests on X11Olivier Goffart2009-11-162-9/+16
| | * | | QMenu: do not crash if action is destroyed in the triggered signal.Olivier Goffart2009-11-161-0/+13
| | * | | Fix regression in emitting of QTextDocument::undoCommandAdded()Thomas Zander2009-11-161-0/+11
| | | |/ | | |/|
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-163-5/+5
| | |\ \
| | | * | Fix build error in QLibrary autotestShane Kearns2009-11-131-3/+3
| | | * | Fix tst_collections compliation on symbian.Liang Qi2009-11-131-1/+1
| | | * | Fix tst_qfile, disable largefile for symbian.Liang Qi2009-11-131-1/+1
* | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1735-133/+721
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-1711-24/+178
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tst_qtcpsocket: Check if proper connection error occursMarkus Goetz2009-11-161-0/+43
| | * | | Fix input method support on widgets that have a focus proxy set.Simon Hausmann2009-11-131-0/+59
| | * | | Fix S60 input method not showing up in editable QGraphicsTextItemsSimon Hausmann2009-11-131-0/+3
| | * | | Autotest: use the new QDBusServiceWatcher classThiago Macieira2009-11-131-13/+9
| | * | | xmlpatterns autotest: adjust line endingsPeter Hartmann2009-11-131-1/+3
| | * | | xmlpatterns: unify error messages in generator and generated filePeter Hartmann2009-11-131-1/+1
| | * | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-1310-109/+276
| | |\ \ \
| | * \ \ \ Merge commit 'coreteam/4.6' into oslo1-4.6Marius Storm-Olsen2009-11-134-7/+54
| | |\ \ \ \
| | | * | | | tst_qnetworkreply: Test LastModified parsingMarkus Goetz2009-11-111-0/+38
| | | * | | | stabilize QNetworkReply autotestPeter Hartmann2009-11-101-5/+0
| | | * | | | Merge branch '4.6' into core-4.6Thiago Macieira2009-11-09134-1592/+5664
| | | |\ \ \ \
| | | * | | | | Let QDBusInterface work even if the introspection failed.Thiago Macieira2009-11-091-1/+2
| | | * | | | | Autotest: prevent race-condition from causing a test failure.Thiago Macieira2009-11-081-1/+2
| | | * | | | | tst_networkselftest: Also check for SSL supportMarkus Goetz2009-11-061-0/+12
| | * | | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-131-5/+5
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.6' into osloStaging1-4.6Jocelyn Turcotte2009-11-121-2/+6
| | |\ \ \ \ \ \ \
| | | * | | | | | | QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-121-2/+6
| * | | | | | | | | Make tst_headers pass with changed QtScript licenseSimon Hausmann2009-11-171-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-1616-93/+514
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-151-0/+5
| | * | | | | | | | Fixed dockwidget autotest on X11Thierry Bastian2009-11-131-1/+4
| | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-11-133-13/+84
| | |\ \ \ \ \ \ \ \