summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fix a crash with D&d on mingwThierry Bastian2010-09-241-6/+6
| | | * QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-242-0/+26
| | | * Fix text direction setting in QTextBlock layoutJiang Jiang2010-09-231-6/+0
| | | * Fix text direction handling in QLabelJiang Jiang2010-09-232-11/+17
| | | * Update QtDeclarative def filesJoona Petrell2010-09-232-3/+9
| | | * Fix example after changes to font.letterSpacing.Yann Bodson2010-09-231-1/+2
| | | * Autotest and small fix for QDeclarativeFontLoader.Yann Bodson2010-09-233-5/+43
| | | * Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-233-3/+44
| | | * Rebuild configure.exe.Jason McDonald2010-09-231-0/+0
| | | * qmake: fix quoting of moc callsJoerg Bornemann2010-09-231-2/+2
| | | * QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-232-3/+6
| | | * Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-234-9/+30
| | | * Update QtGui def filesJoona Petrell2010-09-232-2/+10
| | | * Fix Symbian def file for a9e5329168Kai Koehne2010-09-231-0/+1
| | | * Make qml debugging work with command line argumentsLasse Holmstedt2010-09-2310-20/+114
| | | * Update QtCore bwins def fileJoona Petrell2010-09-231-2/+2
| | | * Qt headers must be included before X11 headersBenjamin Poulain2010-09-221-3/+3
| | | * Fixed compilation of MeeGo graphics system without eglext.hSamuel Rødal2010-09-221-1/+0
| | | * Avoid creating copy of an image in memory when storing as jpegaavit2010-09-221-28/+13
| | | * Bump version to 4.7.1.Jason McDonald2010-09-2221-50/+50
| | | * Make build on SymbianBea Lam2010-09-222-29/+33
| | | * Improve error messagesBea Lam2010-09-222-7/+7
| | | * Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-226-58/+698
| | | * Make it clear that private ListModel constructor is only for workerBea Lam2010-09-224-20/+33
| | | * Remove duplicated move() implementationsBea Lam2010-09-221-34/+26
| | | * Doc changesBea Lam2010-09-221-4/+4
| | | * Improved output of patch_capabilities.pl scriptMiikka Heikkinen2010-09-221-19/+64
| | | * qtextcodec_symbian: Add few aliasesOlivier Goffart2010-09-211-2/+2
| | | * Moving items in a PathView caused PathView.onPath to be set to false.Martin Jones2010-09-213-11/+21
| | | * PathView didn't accept mouse events, preventing it from working in a Flickable.Martin Jones2010-09-212-75/+112
| | | * Fix worker agent to emit ListModel itemsChanged() correctly when set()Bea Lam2010-09-211-1/+1
| | | * Fixed infinite loop when loading jpeg without EOI from memory.Kim Motoyoshi Kalland2010-09-214-11/+14
| | | * Fixed memory leak in Symbian when Options menu was launched.Janne Anttila2010-09-211-4/+4
| | | * Fix QDeclarativeXmlQuery mutex locking and don't wait for new jobs if the que...Joona Petrell2010-09-211-3/+5
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-0920-216/+497
| |\ \ \ | | |/ / | |/| |
| | * | Fixed deployment for symbian/linux-armcc when using shadow builds.axis2010-11-082-4/+12
| | * | Started using qtmain.lib for all Qt applications, also corelib ones.axis2010-11-085-16/+23
| | * | Make qmake to pass all UTF-8 characters unchanged through parser.Miikka Heikkinen2010-11-081-1/+17
| | * | Implement support for DEPLOYMENT.display_name in SymbianMiikka Heikkinen2010-11-083-7/+25
| | * | Added .flags modifier support for DEPLOYMENT items in SymbianMiikka Heikkinen2010-11-085-9/+61
| | * | Make default application deployment removableMiikka Heikkinen2010-11-086-101/+61
| | * | Allow pkg_prerules and pkg_postrules to be targeted to separate filesMiikka Heikkinen2010-11-084-85/+197
| | * | Added missing def file symbol.axis2010-11-081-0/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-089-14/+121
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-069-14/+121
| | | |\ \
| | | | * | Revert "Use qtmain.lib to provide entry point for all Symbian applications"axis2010-11-053-7/+19
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-056-7/+102
| | | | |\ \
| | | | | * \ Merge branch 'QT-4077-fix' into 4.7-s60axis2010-11-056-7/+102
| | | | | |\ \
| | | | | | * | Fixed test after the fix to QT-4077.axis2010-11-051-2/+2
| | | | | | * | Fixed event starvation with pointer events on Symbian.axis2010-11-055-5/+100