summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-273-9/+12
* Merge branch '4.7' of http://git.scm.dev.nokia.troll.no/qt/oslo-staging-1 int...Kevin Wright2010-07-2728-51/+521
|\
| * Merge commit 'c16f0a839743af36b36aea9c35f0d5ddfda3d6ac' into oslo-staging-1Aaron McCarthy2010-07-272-7/+26
| |\
| | * Cherry pick fix for MOBILITY-1077 from Qt Mobility.Aaron McCarthy2010-07-271-4/+8
| | * Cherry pick fix for MOBILITY-1145 from Qt Mobility.Aaron McCarthy2010-07-271-1/+3
| | * Cherry pick fix for MOBILITY-1144 from Qt Mobility.Aaron McCarthy2010-07-271-2/+15
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-07-2613-12/+182
| |\ \
| | * | Updated WebKit to 0be9ff9f2b1ec2b748885ac15299bc1c65aca590Simon Hausmann2010-07-2613-12/+182
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-2613-32/+313
| |\ \ \ | | |/ / | |/| |
| | * | Do check after all if we have partialUpdateSupport.Michael Dominic K2010-07-261-4/+3
| | * | QDeclarativeEngineDebugServer: Fix crash when trying to update non-properties.Olivier Goffart2010-07-261-16/+14
| | * | QGLBuffer::bind()/release() should not be const functions.Trond Kjernåsen2010-07-262-4/+4
| | * | Use SSSE3 to convert from RGB888 to RGB32Benjamin Poulain2010-07-263-1/+160
| | * | Extend the build system to SSSE3Benjamin Poulain2010-07-262-0/+41
| | * | CPU feature detection for x86_64Andreas Kling2010-07-261-0/+67
| | * | Use the appropriate CPUID bitmap for detecting SSE3 etcAndreas Kling2010-07-261-6/+9
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-253-1/+15
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-233-1/+15
| | | |\
| | | | * QScriptEngineAgent: ensure that the top of the backtrace is correct in excep...Olivier Goffart2010-07-231-0/+3
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-232-1/+12
| | | | |\
| | | | | * Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-232-1/+12
* | | | | | Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-07-272-7/+7
|/ / / / /
* | | | | fixed QDBUS export errorEvan Nguyen2010-07-261-1/+1
* | | | | Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-264-12/+23
|/ / / /
* | | | Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-1/+3
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-231-0/+1
|\ \ \
| * \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-234-2/+18
| |\ \ \ | | |/ /
| * | | doc: Added missing \since 4.7 to effect propertyu.Martin Smith2010-07-231-0/+1
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2344-509/+888
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2344-509/+888
| |\ \ \ | | |/ / | |/| |
| | * | Update QtDeclarative def filesJoona Petrell2010-07-232-6/+8
| | * | Fix crash in MouseAreaJoona Petrell2010-07-231-1/+2
| | * | CompileAaron Kennedy2010-07-231-6/+3
| | * | Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2344-123/+149
| | |\ \
| | | * | Remove unneeded member variable.Michael Brasser2010-07-222-6/+3
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2238-475/+816
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2238-475/+816
| | | | |\ \
| | * | | | | Generalize qml "registration"Aaron Kennedy2010-07-226-21/+64
| | * | | | | Fix compiler warningAaron Kennedy2010-07-221-2/+0
| | | |_|/ / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2214-37/+159
| | |\ \ \ \
| | | * | | | Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-2/+3
| | | * | | | Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-223-3/+2
| | | * | | | Update QtGui and QtDeclarative def filesJoona Petrell2010-07-224-12/+33
| | | * | | | Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-224-14/+15
| | | * | | | Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-224-6/+106
| | * | | | | Reuse QML lexer to simplify .pragma script logicAaron Kennedy2010-07-222-67/+42
| | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2126-371/+615
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2126-371/+615
| | | |\ \ \ \
| | | | * | | | Expand QDeclarativeExtensionPlugin docsBea Lam2010-07-211-12/+65