summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-2039-196/+1220
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-201-1/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-201-1/+1
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-04-182-11/+23
| | | |\
| | | * | Symbol table is very limited in numeric input modeSami Merila2011-04-181-1/+1
| * | | | Fix compilation with symbian-armccOlivier Goffart2011-04-191-1/+1
| * | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-191-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-182-1/+5
| | |\ \ \
| | | * | | Fix build of Qt/DirectFB without graphics view support.Denis Oliver Kropp2011-04-182-1/+5
| * | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-1838-194/+1216
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-182-11/+23
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Add new QSysInfo::symbianVersion() enumsMiikka Heikkinen2011-04-182-11/+23
| | | | |/ | | | |/|
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-151-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | QDesktopServices::openUrl() doesn't handle URL encodings correctlyCarlos Manuel Duclos Vergara2011-04-151-1/+1
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-156-12/+120
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Build fix for transition effect support on S60 5.0.Laszlo Agocs2011-04-152-3/+9
| | | * Make EGL surface transparency working on Symbian.Laszlo Agocs2011-04-151-3/+8
| | | * Splitview flag should also be updated to inputcontextSami Merila2011-04-141-0/+22
| | | * QGraphicsView with vertical scrollbar flickers when splitview opensSami Merila2011-04-141-2/+6
| | | * Splitview: opening a context menu should not re-position of focusItemSami Merila2011-04-141-4/+4
| | | * Trigger fullscreen transition effects properly on app exit.Laszlo Agocs2011-04-143-3/+72
| | | * Do not use SetSurfaceTransparency() on raster.Laszlo Agocs2011-04-141-0/+2
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-1514-60/+753
| | |\ \
| | | * | QmlDebug: Fix license headers in new ost pluginKai Koehne2011-04-155-65/+65
| | | * | Resolve unqualified attached properties correctlyAaron Kennedy2011-04-151-8/+8
| | | * | Adding plugin qmltooling/qmlostplugin for QML debugging over OST (USB) on Sym...Tom Sutcliffe2011-04-148-5/+705
| | | * | QmlDebug: Rename 'tcpserver' library to 'qmldbg_tcp'Kai Koehne2011-04-144-4/+3
| | | * | QDeclarativeDebug: Don't crash when connection is closedKai Koehne2011-04-141-3/+8
| | | * | Fix so concurrent jobs produce the correct model resultsBea Lam2011-04-141-39/+28
| | | * | Fix uninitialized variable.Martin Jones2011-04-141-1/+1
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-142-0/+42
| | |\ \ \ | | | |/ /
| | | * | Moving contentY by large values in List/GridView is slowMartin Jones2011-04-142-0/+42
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-132-9/+9
| | |\ \ \ | | | |/ /
| | | * | Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-132-9/+9
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-132-1/+16
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix to 'QImage convertToFormat doesn't work correctly'Jani Hautakangas2011-04-131-0/+15
| | | * | Predictive Text causing app to crash after repeated edit attemptsSami Merila2011-04-131-1/+1
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-1312-96/+230
| | |\ \ \ | | | |/ /
| | | * | Have the backing store destroyed also in special Symbian scenarios.Laszlo Agocs2011-04-121-0/+6
| | | * | Use FixNativeOrientation on Symbian when the application wants it.Laszlo Agocs2011-04-125-47/+132
| | | * | QS60Style: itemview item with checkbox and text is drawn incorrectlySami Merila2011-04-121-2/+2
| | | * | Revert "Have the backing store destroyed also in special Symbian scenarios."Laszlo Agocs2011-04-121-2/+1
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-04-121-2/+4
| | | |\ \
| | | | * | Add focus frame support in style sheetGuoqing Zhang2011-04-121-2/+4
| | | * | | Two QListView autotests do not pass on Symbian^3 releasesSami Merila2011-04-121-2/+0
| | | |/ /
| | | * | Add focus frame support in stylesheetGuoqing Zhang2011-04-081-0/+5
| | | * | Make QS60Style to support new Tab graphics in new Symbian releasesSami Merila2011-04-082-21/+42
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-04-081-2/+4
| | | |\ \
| | | | * | Check the validity of qt_desktopWidget before dereferencingRuth Sadler2011-04-071-2/+4
| | | * | | GraphicsView is not reset if focusItem is not set when keyboard closesSami Merila2011-04-081-6/+8
| | | |/ /