summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-0217-176/+457
|\
| * Fix remote crash in delivering D-Bus calls with too few argumentsThiago Macieira2010-09-021-0/+3
| * Ensure that OpenGL contexts are attached to an NSView before first paintTor Arne Vestbø2010-09-023-6/+24
| * Reduce memory consumption of QtScript/JSC on SymbianKent Hansen2010-09-028-4/+295
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-025-166/+135
| |\
| | * Rewrite ucstrcmp in terms of ucstrncmpThiago Macieira2010-09-021-13/+10
| | * Reorganise qelapsedtimer_unix.cpp for better inlining performance.Thiago Macieira2010-09-021-55/+74
| | * Update the cpuid code to be betterThiago Macieira2010-09-021-69/+37
| | * Revert "Restore default if to system default on session close."Aaron McCarthy2010-09-022-29/+14
* | | Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-022-2/+10
* | | Prevent null pointer dereferenceGareth Stockwell2010-09-021-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-022-4/+2
|\ \
| * | Revert "QLineEdit cursor is shown when asked to be non-visible"axis2010-09-021-3/+1
| * | Fixed Symbian builds after introduction of boilerplate code.axis2010-09-021-1/+1
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-025-15/+26
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-0223-164/+289
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-014-8/+17
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-014-8/+17
| | | |\
| | | | * The declarative parser should only save comment text (and not /*,*/,//)Michael Brasser2010-09-011-4/+4
| | | | * Support for qsTrId and meta-data in comments for QML.Michael Brasser2010-09-011-1/+1
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-013-4/+13
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-09-012-4/+12
| | | | | |\
| | | | | * | Flickable ensure internal pressed state is cleared when mouse is released.Martin Jones2010-09-011-0/+1
| * | | | | | Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-7/+9
| | |_|_|_|/ | |/| | | |
| * | | | | Support JS "in" operator on QML objectsAaron Kennedy2010-09-011-1/+1
| * | | | | Only emit change signal when variant properties actually changeAaron Kennedy2010-09-011-3/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-016-7/+118
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-016-7/+118
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix compiling issue for FreeType version earlier than 2.1.10Jiang Jiang2010-09-011-2/+9
| | * | | Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-011-1/+1
| | * | | Use NEON and preloading for 16 bit small / medium sized image blits.Samuel Rødal2010-09-014-4/+108
| | | |/ | | |/|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-012-4/+4
|\ \ \ \
| * | | | QString usage cleanupsOswald Buddenhagen2010-09-011-3/+3
| * | | | QDeclarative: Fix spelling mistake.Christian Kandeler2010-09-011-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-017-43/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'variousFixes' into 4.7-s60axis2010-09-016-42/+53
| |\ \ \
| | * | | Fixed input context trying to squeeze content into a full widget.axis2010-09-011-0/+7
| | * | | Fixed a case where a newly created native widget would lose focus.axis2010-09-011-9/+20
| | * | | Cleaned up position tracking in the Symbian input methods.axis2010-09-013-15/+18
| | * | | Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-013-16/+2
| | * | | Added catching of errors in timers.axis2010-09-011-2/+6
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-09-0158-1572/+2318
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | QS60Style: Itemviews are drawn incorrectlySami Merila2010-09-011-1/+5
* | | | | Fix some missing proxy calles for CleanLooksJens Bache-Wiig2010-09-011-5/+5
* | | | | Destroy QNetworkConfigurationManager global static from qApp dtor.Aaron McCarthy2010-09-011-1/+22
* | | | | Fix EasyWLAN handling.Aaron McCarthy2010-09-014-67/+129
| |/ / / |/| | |
* | | | fix qt_webkit_version.pri install for in-Qt buildsOswald Buddenhagen2010-08-311-13/+21
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-315-27/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update to the NTLM code.Thiago Macieira2010-08-311-19/+37
| * | | QTextEngine::LayoutData::reallocate musn't corrupt memoryJoão Abecasis2010-08-311-2/+5