summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a build break when namespace is definedMiikka Heikkinen2010-11-221-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-1922-166/+471
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-11-192-17/+35
| |\
| | * Fixed handling of QInputMethodEvents with nonzero replacementLength.axis2010-11-192-2/+22
| * | Fixed namespace issues related to epocroot.cppMiikka Heikkinen2010-11-191-2/+2
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-11-193-1/+15
| |\ \
| | * | Add symbian scope for qfiledialog_symbian.cppMiikka Heikkinen2010-11-181-1/+1
| | * | Resolve EPOCROOT in qt.conf using same logic as in .proMiikka Heikkinen2010-11-182-0/+14
| * | | Corrected ASCII comparison and removed extra bracesTitta Heikkala2010-11-192-20/+15
| |/ /
| * | Fix for QtOpenGL RVCT4 compilation errorJani Hautakangas2010-11-181-17/+17
| * | Removed extra cpp and done changes based on commentsTitta Heikkala2010-11-183-20/+14
| * | Correct flags for Symbian file dialogsTitta Heikkala2010-11-181-1/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-1817-132/+416
| |\ \
| | * \ Merge remote branch 'qt/4.7' into 4.7Jason McDonald2010-11-1840-217/+253
| | |\ \
| | * | | Fix for WServ 64 crash on Symbian.Jani Hautakangas2010-11-172-2/+11
| | * | | Fixed code style of d92cbfc5, reported by git push.Janne Anttila2010-11-151-3/+3
| | * | | Switched qdesktopservices to use SchemeHandler for Symbian^3 and later.Janne Anttila2010-11-152-84/+97
| | * | | Removed unnecessary Q_OS_SYMBIAN flags from qdesktopservices_s60.cpp.Janne Anttila2010-11-151-20/+4
| | * | | Documented usage of dialogs on SymbianTitta Heikkala2010-11-153-0/+8
| | * | | Native file dialog on Symbian^3Titta Heikkala2010-11-153-9/+278
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-127-20/+21
| | |\ \ \
| | | * | | Localize .loc and .pkg content based on TRANSLATIONSMiikka Heikkinen2010-11-121-5/+3
| | | * | | Bump Qt version to 4.7.2.Jason McDonald2010-11-124-6/+6
| | | * | | SSL: Fix for systemCaCertificates being called first on symbianShane Kearns2010-11-111-2/+10
| | | * | | Send WinIdChange event when winId is set to zeroGareth Stockwell2010-11-111-7/+2
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-1926-38/+102
|\ \ \ \ \ \
| * | | | | | Fix possible missing glyphs in raster engine glyph cacheEskil Abrahamsen Blomfeldt2010-11-192-10/+13
| * | | | | | Fix possible corrupted text when gl glyph cache becomes fullEskil Abrahamsen Blomfeldt2010-11-195-7/+38
| * | | | | | Check correctly before including SSE4.2 header.Mike McQuaid2010-11-181-2/+6
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-1823-24/+50
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-1723-24/+50
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Fixed crash when destroying QGLWidgetThorbjørn Lindeijer2010-11-171-1/+2
| | | * | | | Prevent crash in GL 2 engine when stroking null rectangle.Samuel Rødal2010-11-171-0/+3
| | | * | | | Compile fix.Samuel Rødal2010-11-171-1/+1
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-1721-22/+44
| | | |\ \ \ \
| | | | * | | | Doc: Fixing typoSergio Ahumada2010-11-1618-20/+20
| | | | * | | | Fix possible missing glyphs in text when using GL engineEskil Abrahamsen Blomfeldt2010-11-163-2/+24
* | | | | | | | Don't leak QML compiled data objectsAaron Kennedy2010-11-193-7/+3
* | | | | | | | Add missing symbols to QtOpenGL arm def fileJoona Petrell2010-11-191-0/+5
* | | | | | | | Add missing symbols to QtOpenGL emulator def fileJoona Petrell2010-11-191-3/+8
* | | | | | | | Doc: clarify Flickable children vs. contentItem children.Martin Jones2010-11-191-0/+7
* | | | | | | | Fix parent bug for QDeclarativeOpenMetaObjectMarco Bubke2010-11-181-0/+2
* | | | | | | | Add missing symbols in QtGui emulator def fileJoona Petrell2010-11-181-0/+6
|/ / / / / / /
* | | | | | | Use GLIBC functions on any GLIBC architecture.Oswald Buddenhagen2010-11-171-3/+3
|/ / / / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-171-8/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix license text.Jason McDonald2010-11-171-8/+7
| |/ / / /
* | | | | Added missing symbols in QtCore and QtGui def files needed by fix made to QT-...Joona Petrell2010-11-162-1/+4
* | | | | Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747Martin Jones2010-11-162-0/+3
* | | | | VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+2
* | | | | Doc: Remove default from PathView path propertyMartin Jones2010-11-161-1/+0
|/ / / /