summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1113-455/+107
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-1110-450/+102
| | |\
| | * | 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-1125-503/+236
|\ \ \
| * | | Refactor S60 related changes to QGraphicsItem / QGraphicsView.Andreas Aardal Hanssen2009-08-112-133/+44
| * | | 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
| * Fixed KERN-EXEC 3 crash in qdesktopwidget for S60.Janne Anttila2009-08-111-1/+0
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-11366-1824/+7209
| |\
| | * Add comparison operators also to subclassesHarald Fernengel2009-08-102-2/+59
| | * s/class/struct/Harald Fernengel2009-08-101-1/+1
| | * add operator! to QScopedPointerHarald Fernengel2009-08-102-0/+13
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-10354-1800/+7093
| | |\
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-101-3/+9
| | |\ \
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-102-3/+7
| | |\ \ \
| | * | | | moved declaration of engine to better match merge and to remove warningmread2009-08-101-1/+2
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-074438-253333/+183313
| | |\ \ \ \
| | * | | | | exception -> leave conversion for pointer eventsmread2009-08-072-1/+7
| | * | | | | replacing assert with recovery for begin/end paint lock for exception compata...mread2009-08-071-3/+5
| | * | | | | check for possibility that time pointer is NULLmread2009-08-071-1/+2
| | * | | | | fixing memory leaks in dir iteratormread2009-08-062-8/+21
| | * | | | | plugin factory loader memory leak protectionmread2009-08-061-5/+8
| | * | | | | Leaves -> exceptionsmread2009-08-061-5/+6
| * | | | | | 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-113-9/+12
| |_|_|_|/ |/| | | |
* | | | | 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-1029-109/+208
|\ \ \
| * | | Moved tests/auto/runQtXmlPatternsTests.sh to devtools/shellLeonardo Sobral Cunha2009-08-101-61/+0
| * | | Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| * | | Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
| * | | Fix default QWidget size on X servers with XineramaBradley T. Hughes2009-08-101-0/+7
| * | | Link with winscw againHarald Fernengel2009-08-101-1/+1
| * | | Xml patterns: remove line in .pro file that added the schematron dirPeter Hartmann2009-08-101-1/+0
| * | | Remove spurious paranthesis in container docshjk2009-08-101-1/+1