summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Made it more clear what the okToRun function does by renaming it.axis2010-09-232-12/+12
* Fixed event starvation on Symbian if timers were constantly recreatedaxis2010-09-233-4/+17
* Fixed deployment when using shadow builds.axis2010-09-231-1/+1
* Marked a test as XFAIL on Symbian.axis2010-09-231-0/+4
* Made posted events part of the round robin queue.axis2010-09-233-6/+32
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2030-260/+1106
|\
| * Update QtDeclarative def filesJoona Petrell2010-09-202-3/+9
| * Update QtGui def filesJoona Petrell2010-09-202-2/+10
| * Update QtCore bwins def fileJoona Petrell2010-09-201-2/+2
| * Fix Symbian def file for a9e5329168Kai Koehne2010-09-201-0/+1
| * Make build on SymbianBea Lam2010-09-202-29/+33
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-1825-234/+1061
| |\ |/ /
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-1725-234/+1061
| |\
| | * Make qml debugging work with command line argumentsLasse Holmstedt2010-09-1710-20/+114
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-1715-214/+947
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-1715-214/+947
| | | |\
| | | | * Fix example after changes to font.letterSpacing.Yann Bodson2010-09-171-1/+2
| | | | * Autotest and small fix for QDeclarativeFontLoader.Yann Bodson2010-09-173-5/+43
| | | | * Improve error messagesBea Lam2010-09-172-7/+7
| | | | * Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-176-58/+698
| | | | * Make it clear that private ListModel constructor is only for workerBea Lam2010-09-174-20/+33
| | | | * Remove duplicated move() implementationsBea Lam2010-09-171-34/+26
| | | | * Doc changesBea Lam2010-09-171-4/+4
| | | | * Fix QDeclarativeXmlQuery mutex locking and don't wait for new jobs if the que...Joona Petrell2010-09-171-3/+5
| | | | * PathView didn't accept mouse events, preventing it from working in a Flickable.Martin Jones2010-09-172-75/+112
| | | | * Moving items in a PathView caused PathView.onPath to be set to false.Martin Jones2010-09-173-11/+21
| | | | * Fix worker agent to emit ListModel itemsChanged() correctly when set()Bea Lam2010-09-171-1/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-171-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary textcodec aliases from qtextcodec_symbian.cppAlessandro Portale2010-09-171-2/+2
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-1710-38/+93
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Export qt_directfb_.* functions in plugin as wellAnders Bakken2010-09-173-5/+1
| * | | | Added autotest for QPixmap::size() with null pixmaps.Samuel Rødal2010-09-171-0/+5
| * | | | Update Symbian def files.Bjørn Erik Nilsen2010-09-171-2/+2
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-175-31/+85
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-175-31/+85
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-165-31/+85
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | QGraphicsItem::childrenBoundingRect behavior breaks QGraphicsEffect::sourceBo...Bjørn Erik Nilsen2010-09-163-12/+45
| | | | * | Wrong bounding rect returned by QGraphicsEffect::boundingRect().Bjørn Erik Nilsen2010-09-163-20/+38
| | | | * | Compile on MacEskil Abrahamsen Blomfeldt2010-09-161-0/+3
| | | | * | Ensure building of WebKit and QtConcurrent are disabled with SunCC.Pierre Rossi2010-09-161-1/+1
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-1711-112/+197
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Implement QAudioInput::suspend() using CMMFDevSound::Stop()Gareth Stockwell2010-09-174-42/+73
| * | | | | Discard buffer pointer when DevSound is stoppedGareth Stockwell2010-09-171-0/+1
| * | | | | Suppress overflow errors raised by Symbian DevSound during playbackGareth Stockwell2010-09-171-0/+3
| * | | | | Discard empty buffer on call to QAudioOutput::resume()Gareth Stockwell2010-09-171-1/+1
| * | | | | Permit QAudioOutput::processedUSecs() to be called immediately after start()Gareth Stockwell2010-09-171-8/+9
| * | | | | Discard all DevSound buffers held when QAudioInput::suspend() calledGareth Stockwell2010-09-171-4/+3
| * | | | | Fixed buffer overrun in Symbian QAudioInput backendGareth Stockwell2010-09-171-4/+6
| * | | | | QS60Style does not show checkbox for checkable item in QTreeViewSami Merila2010-09-171-2/+2
| * | | | | Load environment.prf from Symbian SDK if it exists thereMiikka Heikkinen2010-09-171-22/+33