Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Autotest: be nicer to the subprocess and SIGTERM it | Thiago Macieira | 2011-02-17 | 1 | -1/+2 | |
| | * | | | | | | | | Fix warnings in QtDeclarative | Thiago Macieira | 2011-02-17 | 3 | -3/+3 | |
| | * | | | | | | | | Autotest: avoid memory leaks if test fails | Thiago Macieira | 2011-02-17 | 1 | -24/+41 | |
| | * | | | | | | | | QtDBus: Make sure we can receive unknown types | Thiago Macieira | 2011-02-17 | 3 | -3/+114 | |
| | * | | | | | | | | QtDBus meta object: keep methods, signals and props with unknown types | Thiago Macieira | 2011-02-17 | 3 | -10/+23 | |
| | * | | | | | | | | Autotest: add a new test for parsing an introspection with unknown types | Thiago Macieira | 2011-02-17 | 1 | -2/+33 | |
| | * | | | | | | | | Make the QtDBus parser not complain about unknown things | Thiago Macieira | 2011-02-17 | 3 | -36/+43 | |
| | * | | | | | | | | fix-layer-getsurface-result-check-for-screen-size-determination | Denis Oliver Kropp | 2011-02-17 | 1 | -1/+1 | |
| | * | | | | | | | | Bump QtWebKit version to 2.0.2 | Ademar de Souza Reis Jr | 2011-02-17 | 1 | -2/+2 | |
| | * | | | | | | | | SSL: fix memory leak when loading certificates on Mac OS X | Martin Petersson | 2011-02-16 | 1 | -0/+1 | |
| | * | | | | | | | | Add a mutex to protect the access to the QSet. | Thiago Macieira | 2011-02-16 | 1 | -1/+4 | |
| | * | | | | | | | | Use QElapsedTimer in QFutureInterface. | Thiago Macieira | 2011-02-16 | 2 | -7/+7 | |
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-18 | 22 | -117/+514 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Fix animations with alwaysRunToEnd that are frequently stopped/started. | Michael Brasser | 2011-02-22 | 2 | -1/+29 | |
| | | | | * | | | | | | Fix auto test failure on mac. | Andrew den Exter | 2011-02-22 | 2 | -61/+60 | |
| | | | | * | | | | | | Update QtGui def files | Joona Petrell | 2011-02-22 | 2 | -0/+4 | |
| | | | | * | | | | | | Another stab at fixing compilation on old Symbian platforms | Joona Petrell | 2011-02-22 | 2 | -5/+3 | |
| | | | | * | | | | | | Prevent an animation from being registered to run twice. | Michael Brasser | 2011-02-22 | 5 | -4/+40 | |
| | | | | * | | | | | | Add missing test file. | Martin Jones | 2011-02-22 | 1 | -0/+33 | |
| | | | | * | | | | | | Prevent recursion due to nested Flickables with pressDelay | Martin Jones | 2011-02-21 | 5 | -19/+80 | |
| | | | | * | | | | | | Ensure animations start correctly when running is bound to a value. | Michael Brasser | 2011-02-21 | 5 | -15/+40 | |
| | | | | * | | | | | | Hide the TextInput/Edit cursor when the view doesn't have focus. | Andrew den Exter | 2011-02-21 | 4 | -2/+143 | |
| | | | | * | | | | | | Forward mouse events from TextInput and TextEdit to QInputContext. | Andrew den Exter | 2011-02-21 | 7 | -64/+442 | |
| | | | | * | | | | | | Docs: fix inherits tag for SpringAnimation | Bea Lam | 2011-02-20 | 1 | -1/+1 | |
| | | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2011-02-20 | 1 | -0/+2 | |
| | | | | |\ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Fix TextEdit auto test failure on windows. | Andrew den Exter | 2011-02-18 | 1 | -0/+2 | |
| | | | | * | | | | | | Ensure QDeclarativeListProperty docs are associated with QtDeclarative. | Martin Jones | 2011-02-20 | 1 | -0/+1 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Fix FocusScope example. | Michael Brasser | 2011-02-18 | 1 | -1/+1 | |
| | * | | | | | | | | Fix compilation on old Symbian platforms | Joona Petrell | 2011-02-18 | 1 | -1/+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 | 6 | -3/+203 | |
| | * | | | | | | | | Fix QTBUG-17008 XmlListModel blocks Windows system events | Charles Yin | 2011-02-17 | 2 | -90/+103 | |
| | * | | | | | | | | Fix TextInput, TextEdit auto test failure on windows and mac. | Andrew den Exter | 2011-02-16 | 2 | -0/+12 | |
| | * | | | | | | | | QDeclarativeDebug: Fix crash when serializing list of QObjects | Kai Koehne | 2011-02-16 | 2 | -11/+23 | |
| | * | | | | | | | | Update the input context when the pre-edit cursor position changes. | Andrew den Exter | 2011-02-16 | 5 | -2/+126 | |
* | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast... | Qt Continuous Integration System | 2011-02-22 | 1 | -6/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Designer: Check for 0-spacing when loading grid settings. | Friedemann Kleint | 2011-02-21 | 1 | -6/+14 | |
* | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-02-22 | 3 | -15/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-02-21 | 8 | -15/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | 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 | |