Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | Prevent recursion due to nested Flickables with pressDelay | Martin Jones | 2011-02-21 | 3 | -4/+46 | |
| | * | | | | | | | | | | Ensure animations start correctly when running is bound to a value. | Michael Brasser | 2011-02-21 | 3 | -15/+10 | |
| | * | | | | | | | | | | Hide the TextInput/Edit cursor when the view doesn't have focus. | Andrew den Exter | 2011-02-21 | 2 | -2/+2 | |
| | * | | | | | | | | | | Forward mouse events from TextInput and TextEdit to QInputContext. | Andrew den Exter | 2011-02-21 | 5 | -61/+163 | |
| | * | | | | | | | | | | Docs: fix inherits tag for SpringAnimation | Bea Lam | 2011-02-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | Ensure QDeclarativeListProperty docs are associated with QtDeclarative. | Martin Jones | 2011-02-20 | 1 | -0/+1 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Export symbols from qtestlib required for QtQuickTest | Rhys Weatherley | 2011-02-17 | 5 | -9/+43 | |
| | * | | | | | | | | | Allow MouseArea to prevent mouse grab begin stolen by Flickable. | Martin Jones | 2011-02-17 | 4 | -3/+44 | |
| | * | | | | | | | | | Fix QTBUG-17008 XmlListModel blocks Windows system events | Charles Yin | 2011-02-17 | 1 | -90/+80 | |
| | * | | | | | | | | | QDeclarativeDebug: Fix crash when serializing list of QObjects | Kai Koehne | 2011-02-16 | 1 | -8/+10 | |
| | * | | | | | | | | | Update the input context when the pre-edit cursor position changes. | Andrew den Exter | 2011-02-16 | 3 | -0/+6 | |
* | | | | | | | | | | | Merge remote branch 'qt-mainline/master' | aavit | 2011-02-24 | 41 | -192/+281 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Unbreak compilation with ICC when in C++98 mode. | Thiago Macieira | 2011-02-22 | 1 | -9/+11 | |
| * | | | | | | | | | | Removing tabs from 7388fcb83592a90aace054314e0c3e7e7a94fdae changeset | Cristiano di Flora | 2011-02-22 | 1 | -1/+1 | |
| * | | | | | | | | | | Fix QNetworkConfigurationManager crash due to null private pointer. | Cristiano di Flora | 2011-02-22 | 1 | -12/+5 | |
| * | | | | | | | | | | Add Intel Compiler's C++0x feature support macros | Thiago Macieira | 2011-02-21 | 1 | -1/+16 | |
| * | | | | | | | | | | Remove the assignment-move operator that was a bad copy-paste | Thiago Macieira | 2011-02-21 | 1 | -2/+0 | |
| * | | | | | | | | | | Fix "array subscript out of bounds" warning with GCC 4.5 in QtOpenGL | Thiago Macieira | 2011-02-21 | 2 | -6/+6 | |
| * | | | | | | | | | | Fix warning about unused parameter | Thiago Macieira | 2011-02-21 | 1 | -0/+1 | |
| * | | | | | | | | | | Fix warning about parentheses about && in || | Thiago Macieira | 2011-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | Fix warning about QLatin1String::operator==(const char*) deprecated | Thiago Macieira | 2011-02-21 | 1 | -2/+2 | |
| * | | | | | | | | | | Fix silly warnings about initialising in the wrong order | Thiago Macieira | 2011-02-21 | 1 | -4/+4 | |
| * | | | | | | | | | | Fix the move semantics in QSharedDataPointer and QExplicitSDP | Thiago Macieira | 2011-02-21 | 1 | -1/+5 | |
| * | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-02-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix compilation error with ARMv5 atomics when T is a const value. | Thiago Macieira | 2011-02-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-02-18 | 7 | -119/+59 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-02-18 | 7 | -102/+59 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-02-18 | 3 | -4/+4 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | QImage crash when invalid XPM is read. | Niklas Kurkisuo | 2011-02-18 | 1 | -1/+1 | |
| | | | * | | | | | | | | | Fix an issue with removing rows in a table model. | Michael Goddard | 2011-02-18 | 2 | -3/+3 | |
| | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-02-18 | 3 | -3/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7 | Eckhart Koppen | 2011-02-17 | 1 | -17/+0 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | Changed the localized vendor name for Qt SIS packages to "Nokia" | Eckhart Koppen | 2011-02-17 | 3 | -3/+3 | |
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-02-17 | 1 | -95/+52 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | | RGBA32 -> RGB565 dithering in Meego Graphicssystem, | Tero Tiittanen | 2011-02-17 | 1 | -95/+52 | |
| | * | | | | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-02-17 | 1 | -17/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-02-17 | 1 | -17/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | | Remove sqlite3.sis from qt.sis. | Miikka Heikkinen | 2011-02-17 | 1 | -17/+0 | |
| | | | | |/ / / / / / / / | | | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-02-17 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Fix parallel builds | João Abecasis | 2011-02-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-17 | 23 | -45/+180 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| / / / / / / / / / / | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-02-16 | 3 | -1/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | ||||||
| | | * | | | | | | | | | Made Q_ASSERT meaningful again | Eckhart Koppen | 2011-02-16 | 1 | -1/+1 | |
| | | * | | | | | | | | | Introduce new flag for splitview support in Symbian | Sami Merila | 2011-02-16 | 2 | -0/+8 | |
| | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-02-15 | 2 | -5/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Fix for clipping failure in OpenVG paint engine. | Jani Hautakangas | 2011-02-15 | 2 | -5/+33 | |
| | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-15 | 1 | -0/+9 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Use QML notation for documenting TextInput::accepted() signal. | Andrew den Exter | 2011-02-15 | 1 | -4/+4 | |
| | | * | | | | | | | | Document the TextInput accepted() signal. | Andrew den Exter | 2011-02-15 | 1 | -0/+9 | |
| | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-15 | 2 | -4/+18 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / |