summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed many spelling errors.Rohan McGovern2010-10-2551-69/+69
* Fix warning introduced by last commit on hiding of the 'd' memberThiago Macieira2010-10-231-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-231-3/+11
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-221-3/+11
| |\
| | * Fix access to uninitialised memory in case of new throwingThiago Macieira2010-10-221-3/+11
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-2210-34/+129
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-10-224-13/+43
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-229-33/+128
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-219-33/+128
| | | |\ \
| * | | | | QComboBox popup is shown in incorrect location with bottom CBASami Merila2010-10-221-1/+1
| | |_|/ / | |/| | |
| * | | | QS60Style: The QComboBox/QSpinBox text color is not according to themeSami Merila2010-10-211-4/+1
| * | | | Using TLS to store QThreadData on Symbianmread2010-10-211-8/+38
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-10-217-13/+14
| |\ \ \ \
| | * | | | Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-216-11/+11
| * | | | | Added include for missing file for Symbian3Titta Heikkala2010-10-211-0/+3
| * | | | | Support for clipboard between Qt and Symbian applicationsTitta Heikkala2010-10-211-10/+75
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2211-240/+438
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2111-240/+438
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fall back to Qt for loading images with DICAPS_COLORKEY.Anders Bakken2010-10-211-7/+11
| | * | | | Implement QWidget::metric PdmNumColors for QWSAnders Bakken2010-10-211-0/+24
| | * | | | Adding ::scroll capabilities to live pixmaps.Michael Dominic K2010-10-212-3/+70
| | * | | | Major refactoring: creating a new QPixmapData subclass for live textures.Michael Dominic K2010-10-219-233/+336
| | | |_|/ | | |/| |
* | | | | Fix Flipable docsBea Lam2010-10-221-13/+14
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-211-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unnecessary roundingAlan Alpert2010-10-211-2/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-212-2/+16
|\ \ \ \ | |/ / / |/| | |
| * | | In meego, support Format_RGB32 too for eglShared images.Michael Dominic K2010-10-211-2/+3
| * | | Make sure d->ranges does not have invalid ranges before processing it.Stephen Kelly2010-10-211-0/+13
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-211-2/+3
|\ \ \ | |/ /
| * | Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-2/+3
| |/
* | Flickable 'moving' parameter stays at true when setting contentY.Martin Jones2010-10-212-9/+27
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-201-2/+19
|\
| * Fixed font rendering in manually built Qt on ARMv6.Samuel Rødal2010-10-201-2/+19
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-202-17/+3
|\ \
| * | Don't allow posted events to starve native messages.Bradley T. Hughes2010-10-201-16/+2
| * | Fix autotest failure with experimental client decoHarald Fernengel2010-10-201-1/+1
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-202-51/+31
|\ \
| * | Ensure we don't refill the view before all model changes are complete.Martin Jones2010-10-202-21/+27
| * | ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-30/+4
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-206-41/+40
|\ \ | |/ |/|
| * Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-206-41/+40
* | Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-201-6/+9
|/
* Further focus scope fixes.Michael Brasser2010-10-191-7/+12
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1939-2702/+2754
|\
| * Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-1933-2658/+2697
| * Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-191-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-195-43/+56
| |\
| | * Fix QDeclarativeTextLayout under non-affine transformationAaron Kennedy2010-10-181-1/+1
| | * ListView.visibleArea.heightRatio should not emit a signal when it does not ch...Yann Bodson2010-10-183-13/+26
| | * Properties should have precedence over methods.Michael Brasser2010-10-181-29/+29