summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Test backing store is deleted after reparenting a visible native child widgetGareth Stockwell2010-09-021-0/+37
| | * | Ensure native window is considered invisible when it gets destroyedGareth Stockwell2010-09-021-0/+6
| | * | Test backing store is deleted after: partial reveal, full reveal, hideGareth Stockwell2010-09-021-0/+37
| | * | Updated Twitter demo in response to the new Twitter oauth requirementJens Bache-Wiig2010-09-0214-461/+332
| | * | Add quit buttons to declarative demosJoona Petrell2010-09-0211-20/+92
| | * | Fix minehunt demo for SymbianJoona Petrell2010-09-027-146/+216
| | * | doc: Remove \internal tag from QScriptProgramKent Hansen2010-09-022-5/+2
| | * | Destroy QNetworkConfigurationManager global static from qApp dtor.Aaron McCarthy2010-09-021-1/+22
| | * | Fix QStaticText with OpenGL1 engineEskil Abrahamsen Blomfeldt2010-09-021-1/+2
| | * | Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-09-022-12/+4
| | * | Add a test for the QPen::brush() != Qt::NoBrush for a Qt::NoPen pen.Trond Kjernåsen2010-09-021-0/+7
| | * | Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-09-021-2/+5
| | * | Add text decoration support to QStaticTextJiang Jiang2010-09-022-13/+177
| | * | Doing "import foo.qml" doesn't work in QML anymoreBea Lam2010-09-021-6/+4
| | * | Doc: Fixes to Qt Quick documentation.Jason McDonald2010-09-0214-1469/+1171
| | * | Doc: Removed invalid entities in documentation.Jason McDonald2010-09-021-2/+2
| | * | Fix crash when all the items in a QListView are hiddenJason McDonald2010-09-022-2/+58
| | * | Doc: Adding text to GS pageMorten Engvoldsen2010-09-011-1/+7
| | * | Doc: Images for QML GSMorten Engvoldsen2010-09-0112-0/+0
| | * | Doc: Added new getting started document.Jesper Thomschutz2010-09-015-0/+0
| | * | configure.exe: don't write the QT_NAMESPACE define to .qmake.cacheJoerg Bornemann2010-09-011-1/+0
| | * | Workaround for QTBUG-8013: Do not return an ascent of 0Alessandro Portale2010-09-011-1/+4
| | * | Doc: Fixed typo in a shortcut string.David Boddie2010-09-011-1/+1
| | * | Document that animations have to be started/stopped as a groupBea Lam2010-09-011-0/+8
| | * | Increase drag distance on Symbian to improve finger usability on capacitive s...Joona Petrell2010-09-011-1/+1
| | * | Phonon; Use correct Phonon version numbers.Justin McPherson2010-09-012-4/+4
| | * | Added documentation for Spectrum Analyzer demoGareth Stockwell2010-09-013-4/+39
| | * | Changed width of the document. Part of the fix for QTBUG-12180Jerome Pasion2010-09-011-7/+3
| | * | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-09-011-1/+1
| | * | XmlListModel doc fixesBea Lam2010-09-011-1/+7
| | * | configure: fix error message when calling config.statusJoerg Bornemann2010-09-011-1/+1
| | * | Don't build bearercloud example if Qt was build w/o SVG supportAlex2010-09-011-1/+4
| | * | Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-09-011-0/+2
| | * | Fix broken example codeBea Lam2010-09-011-5/+8
| | * | Fixed autotest compilation issue on solarisThierry Bastian2010-09-015-19/+19
| | * | Fixed build issue on SolarisThierry Bastian2010-09-011-3/+3
| | * | qdoc: Fixed erroneous links to QML basic types.Martin Smith2010-09-011-2/+9
| | * | Cocoa: Demo browser can get stuck after closing modal dialogRichard Moe Gustavsen2010-09-011-0/+6
| | * | Link to the unsinstalled libraries first.Petri Latvala2010-08-301-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-222-21/+65
|\ \ \ \
| * | | | Improved output of patch_capabilities.pl scriptMiikka Heikkinen2010-09-211-19/+64
| * | | | Button remains pressed if release event happens outside of widgetSami Merila2010-09-211-2/+1
| |/ / /
* | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-09-211-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-211-3/+5
| |\ \ \ |/ / / /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-09-174-52/+89
| |\ \ \
| | * | | 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