summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-105-11/+11
* Mac: Fix crash when using style to draw on other things than widgetsRichard Moe Gustavsen2010-08-101-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1042-65/+66
|\
| * Fix invalid memory write during recursive timer activationBradley T. Hughes2010-08-092-20/+15
| * Added comment about calendarPopup in setCalendarWidget function documentation.Jerome Pasion2010-08-091-0/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-099-12/+29
| |\
| | * CreateFileMapping returns NULL on error , only tested with INVALID_HANDLE_VALUE.Carlos Manuel Duclos Vergara2010-08-091-0/+4
| | * XmlListModel doc fixesBea Lam2010-08-091-1/+7
| | * Explain Flipable example furtherBea Lam2010-08-091-4/+10
| | * PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
| | * OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0.Christian Kamm2010-08-091-2/+2
| | * doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
| | * doc: Fixed some qdoc errors.Martin Smith2010-08-093-3/+4
| * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-0934-39/+39
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-106-22/+80
|\ \
| * | Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-08-093-16/+9
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-094-6/+71
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-064-6/+71
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-064-6/+71
| | | |\
| | | | * Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-08-062-5/+10
| | | | * Register window types for Symbian system effectsJani Hautakangas2010-08-063-1/+61
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-102-5/+17
|\ \ \ \ \ | |/ / / /
| * | | | XmlListModel doc fixesBea Lam2010-08-091-1/+7
| * | | | Explain Flipable example furtherBea Lam2010-08-091-4/+10
* | | | | Associate qmlInfo() documentation with QDeclarativeEngineMartin Jones2010-08-101-0/+1
|/ / / /
* | | | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-0612-41/+123
|\ \ \ | |/ / |/| |
| * | Modified descriptions of QBasicTimer class and isActive() function.Jerome Pasion2010-08-061-3/+4
| * | Translation work for 4.7Pierre Rossi2010-08-061-1/+1
| * | doc: Fixed some qdoc errors.Martin Smith2010-08-061-2/+3
| * | doc: Fixed some qdoc errors.Martin Smith2010-08-061-28/+15
| * | doc: Fixed some qdoc errors.Martin Smith2010-08-062-0/+33
| * | doc: Fixed some S60 qdoc errors.Martin Smith2010-08-062-0/+54
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-065-7/+13
| |\ \ | | |/ | |/|
| | * Update def files for d524da81ee257a6bd67d32d0bc870280a7d5b8a4.Aaron McCarthy2010-08-061-1/+1
| | * Move note on connectToBus() not actually being able to reconnect toRobin Burchell2010-08-051-4/+3
| | * QXmlPatterns QAbstractDateTime: only parse 3 digits of time fractionPeter Hartmann2010-08-051-1/+1
| | * Fix link error when building Bearer application with Qt MobilityAlex2010-08-052-1/+8
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-063-21/+24
|\ \ \
| * | | Fix broken example codeBea Lam2010-08-061-8/+11
| * | | Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-7/+4
| * | | Remove some warningsMartin Jones2010-08-051-6/+9
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-08-066-4/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | Updated WebKit to 413404da27312051bb3ff2cfd0f3fca42aa4b245Simon Hausmann2010-08-056-4/+48
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-056-100/+6
|\ \ \ | |_|/ |/| |
| * | Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-08-056-100/+6
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-0512-44/+75
|\ \ \ | |_|/ |/| |
| * | Improve docs on QML Animation page and associated elementsBea Lam2010-08-057-26/+67
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-054-17/+7
| |\ \
| | * | Re-enable script program caching on Symbian (used to be disabled due to crash...Joona Petrell2010-08-051-4/+0