summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent null pointer crash when closing splitviewSami Merila2011-03-152-17/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-03-146-7/+19
|\
| * Merge branch 'backporting-symbian-armcc-to-4.7' into s60-4.7axis2011-03-146-7/+19
| |\
| | * Fixed a typo in src profile.axis2011-03-041-1/+1
| | * Fixed a build library deployment issue in sqlite.axis2011-03-041-0/+6
| | * Fixed include in network module on Symbian.axis2011-03-041-1/+1
| | * Support to build Qt for Symbian on Mac OS X with gcce compiler.axis2011-02-211-1/+1
| | * Changed various qmake constructs to support Windows.axis2011-02-181-2/+8
| | * Renamed the symbian/linux-* mkspecs to symbian-*.axis2011-02-182-2/+2
* | | QS60Style slows down layout switch by updating widgets unnecessarilySami Merila2011-03-143-22/+0
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-03-149-14/+61
|\ \
| * | Fix for major regression in OpenVG clippingJani Hautakangas2011-03-101-0/+1
| * | Cast int to HALData::TAttribute for QT_HALData_ENumCpus and compile with RVCT4.Liang Qi2011-03-101-1/+1
| * | Don't use EGL surfaces for translucency with 32MB GPU chip.Jani Hautakangas2011-03-105-12/+56
| * | Fix for fromSymbianCFbsBitmap changing the source data unexpectedly.Laszlo Agocs2011-03-102-1/+3
* | | QS60Style: QTreeView::indexRowSizeHint returns incorrect valueSami Merila2011-03-141-2/+5
|/ /
* | Background app visible after split view closedSami Merila2011-03-101-3/+3
* | Get the number of cores from HAL on Symbian.Liang Qi2011-03-101-2/+25
* | Avoid image conversion in fromSymbianCFbsBitmap for certain formats.Laszlo Agocs2011-03-103-4/+26
* | Polish splitview implementationSami Merila2011-03-101-50/+40
* | QML app: text input field is not visible when split view is openedSami Merila2011-03-101-1/+1
* | Visible flashing on QML app when split view is opened and closedSami Merila2011-03-101-20/+0
* | Fix for misplaced endif in qglobal.h.Laszlo Agocs2011-03-091-0/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Laszlo Agocs2011-03-0911-14/+61
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-093-1/+3
| |\ \
| | * | Update TextEdit's visible selection when only the anchor changes.Andrew den Exter2011-03-081-1/+1
| | * | Set correct initial value for TextEdit and TextInput canPaste propertyYann Bodson2011-03-072-0/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-081-1/+1
| |\ \ \
| | * | | Fixed memory leak in GL texture cache with QRuntimePixmapData.Samuel Rødal2011-03-071-1/+1
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-082-11/+22
| |\ \ \ \
| | * | | | Fix possible bearer management Crash with Panic E32USER-CBase, 69Cristiano di Flora2011-03-081-6/+5
| | * | | | QNetworkCookie: fix quoted valuesPeter Hartmann2011-03-071-5/+8
| | * | | | Fix for QTBUG-17746. Quotes is retained in cookie valueAparna Nandyal2011-03-071-7/+15
| | * | | | Unsuccessful unlocking of QNetworkConfigurationPrivate mutexPerttu Pohjonen2011-03-071-0/+1
| * | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-03-081-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2011-03-081-1/+1
| | |\ \ \ \ \
| | | * | | | | Update copyright year to 2011.Jason McDonald2011-01-103357-3367/+3367
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-074-0/+34
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Invalidate the EGL surface of QMeeGoLivePixmapData when switching to RasterPauli Nieminen2011-03-074-0/+34
* | | | | | | | Added missing ifdefs to allow compilation on older Symbian versions.Laszlo Agocs2011-03-092-1/+5
* | | | | | | | Multiple screen support for Symbian in QDeskopWidget.Laszlo Agocs2011-03-097-42/+281
* | | | | | | | Added native image handle provider header.Laszlo Agocs2011-03-081-0/+69
* | | | | | | | Added native image handle provider support in pixmaps on openvg.Laszlo Agocs2011-03-087-5/+100
* | | | | | | | Correcting incorrect ordinal introduced by the split view changes.Laszlo Agocs2011-03-081-1/+1
* | | | | | | | Support partial input modeSami Merila2011-03-086-9/+345
* | | | | | | | Avoid compiler warnings in openvg on win32.Laszlo Agocs2011-03-072-1/+6
* | | | | | | | Updated def files with new QVGPixmapData function.Laszlo Agocs2011-03-072-0/+2
* | | | | | | | VGImage readback support in QPixmap on OpenVG.Laszlo Agocs2011-03-073-12/+41
|/ / / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-044-2/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added image conversion flag to prevent conversions.Samuel Rødal2011-03-044-2/+10