summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicFrans Englich2009-08-1223-27/+80
|\
| * Removed a couple of tests for Symbian from gui category; these don'tMiikka Heikkinen2009-08-121-2/+2
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-1223-24/+51
| |\
| | * Removed qdirectpainter test from Symbian tests, as it isMiikka Heikkinen2009-08-121-1/+1
| | * Fixed qfileinfo autotest for SymbianMiikka Heikkinen2009-08-121-1/+6
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-124-10/+12
| | |\
| | | * Fixed qimagereader test compilationMiikka Heikkinen2009-08-122-1/+5
| | | * Skipped setEnvironment test in qprocess test for SymbianMiikka Heikkinen2009-08-121-4/+4
| | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-123-4/+4
| | | |\
| | | * | Fixed SRCDIR usage in qscriptengine test for SymbianMiikka Heikkinen2009-08-122-5/+7
| | * | | Fixed QtGui autotest build breaks due to incorrect SRCDIR usage.Janne Anttila2009-08-125-3/+11
| | * | | Updated QtGui.txt autotest category file.Janne Anttila2009-08-121-2/+0
| | * | | Workaround for Nokia X86 compiler, to compile get more GUI test compile.Janne Anttila2009-08-123-3/+3
| | | |/ | | |/|
| | * | Fixed QtNetwork autotest build breaks for Symbian.Janne Anttila2009-08-123-4/+4
| | |/
| | * Fixed qdom autotest build break due to incorrect SRCDIR usage in Symbian.Janne Anttila2009-08-122-1/+5
| | * Fixed QtScript autotest build breaks due to incorrect SRCDIR usage.Janne Anttila2009-08-125-2/+14
| | * Updated QtScript.txt autotest category file to reflect current test set.Janne Anttila2009-08-121-1/+0
| | * Fixed failure to build tests due to missing qkeyevent.Rohan McGovern2009-08-121-1/+0
| * | only skip the QFileInfo permissions test when building for symbian OSShane Kearns2009-08-121-1/+3
| |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-115-12/+17
| |\
| * | Fix autotest failure in qgraphicsitem.Shane Kearns2009-08-111-0/+24
* | | Revert "QItemSelectionModel did not send selectionChanged signal when deletin...Frans Englich2009-08-111-24/+0
| |/ |/|
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-115-14/+13
|\ \
| * | Fixed qstatemachine autotest compilaton for Symbian OS.Janne Anttila2009-08-111-8/+8
| * | Fixed qlocale autotest compile error for Symbian.Janne Anttila2009-08-111-1/+1
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-1110-320/+56
| |\ \ | | |/
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-117-315/+51
| | |\
| | * | Fixed qpropertyanimation autotest build for win32-msvc2008.Janne Anttila2009-08-111-1/+1
| | * | Removed unneccessary QHostAddress cast from tst_qnativesocketengine.cppJanne Anttila2009-08-111-3/+3
| * | | Fixed qline autotest merge, tst_qline.cpp was added twice to SOURCES.Janne Anttila2009-08-111-1/+0
* | | | Fixed qtextstream autotest for SymbianMiikka Heikkinen2009-08-112-2/+8
| |_|/ |/| |
* | | Added default IAP checking to tst_qnetworkaccessmanager_and_qprogressdialog.Miikka Heikkinen2009-08-111-1/+8
* | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-1111-345/+103
|\ \ \
| * | | test slots are not constHarald Fernengel2009-08-111-38/+38
| * | | Removed qkeyevent autotest.axis2009-08-113-269/+0
| | |/ | |/|
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-112-4/+8
| |\ \ | | |/
| | * Fixed SRCDIR for qxmlquery autotest for SymbianJanne Anttila2009-08-112-4/+8
| * | Fixed qsocketnotifier autotest compilation for win32-msvc2008 platform.Janne Anttila2009-08-111-1/+1
| |/
| * Switched QtNetworkSetting to use 'qt-test-server' config by default.Janne Anttila2009-08-111-5/+6
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-11186-629/+1402
| |\
| | * Add comparison operators also to subclassesHarald Fernengel2009-08-101-0/+27
| * | Unified QtNetworkSettings:severIP return type for all platforms.Janne Anttila2009-08-114-30/+25
* | | RVCT didn't like a test bool variable exported directly from QtGui,Miikka Heikkinen2009-08-112-7/+5
| |/ |/|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-101-2/+2
|\ \
| * | Make eventloop autotest compile for windows.Liang Qi2009-08-101-2/+2
| |/
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-103-6/+16
|\ \ | |/
| * Make graphicsview autotest compile for SymbianMiikka Heikkinen2009-08-101-3/+9
| * Fixed collections autotests compilation for RVCT.Miikka Heikkinen2009-08-101-2/+6
| * Fixed compilation error in qdir autotest for Symbian.Miikka Heikkinen2009-08-101-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-107-66/+78
|\ \