summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Put Qt translation files to rom on Symbian.Pasi Pentikainen2011-10-132-0/+12
* Fix QDeclarativeEngine::setOfflineStoragePath() for SymbianMiikka Heikkinen2011-10-101-1/+1
* Converting from double to qreal in guimread2011-10-1021-66/+66
* Fix XML schema validation failure.Juha Kukkonen2011-10-101-1/+10
* Fix construction races in QtNetworkShane Kearns2011-10-062-6/+11
* Removing accidental use of double instead of qreal from QLinemread2011-10-061-8/+13
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Converting accidental use of doubles to qreal in declarativemread2011-10-059-50/+50
* Copy and Cut are not available for some QML editorsSami Merila2011-10-051-6/+22
* Ignore CcpuCan calls if input context is being destroyedSami Merila2011-10-051-0/+5
* Remove one local variable from QCoeFepInputContextSami Merila2011-10-051-2/+0
* Symbian: Fix native dialog with splitscreen VKB focus loss issueMiikka Heikkinen2011-10-042-3/+9
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-041-1/+1
* Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-0311-60/+67
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-09-277-13/+15
| |\
| | * Merge remote-tracking branch 'qt-mainline/4.8'aavit2011-09-2242-3128/+3241
| | |\
| | * | Only limit cursor position when line is wrappedJiang Jiang2011-09-211-1/+1
| | * | Make sure cursor position doesn't exceed line endJiang Jiang2011-09-191-0/+3
| | * | Allow shared EGL contexts for xcb and xlib platformsReuben Dowle2011-09-192-2/+2
| | * | Allow generic EGL platform contexts to be sharedReuben Dowle2011-09-192-3/+4
| | * | stop tslib plugin having same file name as linux input pluginReuben Dowle2011-09-191-1/+1
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-09-191-7/+5
| | |\ \
| | | * | Avoid unnecessary detach of a QImage in QPixmapDropShadowFilterDavid Faure2011-09-191-7/+5
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-09-2620-233/+2290
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-09-241-1/+1
| |\ \ \ \ \
| | * | | | | Fix accessible menu not returning child name.Frederik Gladhorn2011-09-231-1/+1
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-221-1/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-09-221-1/+6
| * | | | | | Sentences should end with a period! (Poor man's rebuild trigger.)Andreas Kling2011-09-221-1/+1
| * | | | | | Merge remote-tracking branch 'qtwebkit-integration/4.8'Andreas Kling2011-09-212-44/+44
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Workaround MSVC2010 problems when linking QtWebKitAdemar de Souza Reis Jr2011-09-201-1/+1
| | * | | | | dos2unix on a webkit source file (fix support for Visual Studio)Ademar de Souza Reis Jr2011-09-201-43/+43
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-09-2033-3103/+3128
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Do not crash in copy() of pixmaps without an underlying bitmapLaszlo Agocs2011-09-301-6/+8
* | | | | | | symbian - document behaviour of QFile::handle()Shane Kearns2011-09-281-0/+7
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-teamSami Merila2011-09-288-104/+249
|\ \ \ \ \ \ \
| * | | | | | | Added new private exports to DEF filesmread2011-09-282-0/+7
| * | | | | | | New plugin detection for Symbianmread2011-09-282-76/+164
| * | | | | | | Added Symbian private API to update libraryPathsmread2011-09-282-17/+61
| * | | | | | | Making QNotifyChangeEvent, Symbian file watcher, more widely usablemread2011-09-282-11/+17
* | | | | | | | New focusitem is not connected to the translate slot in splitviewSami Merila2011-09-282-24/+55
|/ / / / / / /
* | | | | | | Fix building against older Symbian^3 environmentsMiikka Heikkinen2011-09-281-5/+12
* | | | | | | Fix QTextBrowser autotest to use "file" scheme in URLs.Miikka Heikkinen2011-09-281-1/+2
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-flexAapo Haapanen2011-09-263-2/+30
|\ \ \ \ \ \ \
| * | | | | | | Fix QXmlQuery autotest failure.Juha Kukkonen2011-09-261-2/+18
| * | | | | | | Lower case as default in password entry in Symbian port.Jarkko T. Toivonen2011-09-261-0/+7
| * | | | | | | Fix for QTBUG-18050: QXmlQuery crashAapo Haapanen2011-09-231-0/+5
* | | | | | | | Fix plugin implicit loading when calling QPluginLoader::instance().Miikka Heikkinen2011-09-261-1/+1
* | | | | | | | Symbian - perform some FS initialisation previously done by open cShane Kearns2011-09-232-6/+19
* | | | | | | | symbian - Document behaviour of QDir::rootPath / homePathShane Kearns2011-09-231-4/+6