| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 5 | -5/+18 |
|\ |
|
| * | Don't use inactivatable timers to calculate time to wait for next timer. | Thomas Sondergaard | 2009-06-04 | 1 | -3/+11 |
|
|
| * | fix catalan plural rules | Oswald Buddenhagen | 2009-06-03 | 2 | -0/+4 |
|
|
| * | Fix BOM for UTF-32 codec | Marius Storm-Olsen | 2009-06-03 | 1 | -1/+1 |
|
|
| * | Add a note about what happens when passing 0 to qobject_cast in the doc | Andy Shaw | 2009-06-03 | 1 | -1/+2 |
|
|
* | | regeneration of qfeatures.h | Thierry Bastian | 2009-06-04 | 1 | -0/+5 |
|
|
* | | add QT_NO_STATEMACHINE define so state machine can be compiled out | Kent Hansen | 2009-06-04 | 19 | -0/+87 |
|
|
* | | move the QT_NO_ANIMATION macro to the right place (ie after other | Thierry Bastian | 2009-06-04 | 7 | -15/+15 |
|
|
* | | Fixed build error with Sun CC 5.5.. | jasplin | 2009-06-04 | 1 | -10/+10 |
|
|
* | | Fixed build error with Sun CC 5.5. | jasplin | 2009-06-04 | 1 | -1/+8 |
|
|
* | | Doc fix: moved the cldr version outside of the double-to-string license header | Denis Dzyubenko | 2009-06-03 | 1 | -2/+2 |
|
|
* | | fix signal signature bug in debug output | Kent Hansen | 2009-06-03 | 1 | -2/+2 |
|
|
* | | don't require use of SIGNAL macro in calls to addTransition() | Kent Hansen | 2009-06-03 | 1 | -2/+3 |
|
|
* | | fix qdoc warning | Kent Hansen | 2009-06-03 | 1 | -1/+1 |
|
|
* | | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in the | Thierry Bastian | 2009-06-03 | 2 | -36/+40 |
|
|
* | | Merged changes to the string builder class. | David Boddie | 2009-06-02 | 1 | -3/+3 |
|
|
* | | Removed an ifdef in QLocale that breaks the One Definition Rule. | Denis Dzyubenko | 2009-06-02 | 2 | -3/+0 |
|
|
* | | Improve detection of monotonic timer support | Bradley T. Hughes | 2009-06-02 | 1 | -1/+1 |
|
|
* | | Integrate merge-request #573 into branch 'master' | Eskil Abrahamsen Blomfeldt | 2009-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove the redundant timer kill and start when the two | jieshuzheng | 2009-06-02 | 1 | -1/+1 |
|
|
* | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-02 | 2 | -1/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | Removed nested comment signature in the doc to fix a warning. | Denis Dzyubenko | 2009-05-29 | 1 | -1/+1 |
|
|
| * | | Fixed build issues with MSVC | Thierry Bastian | 2009-05-29 | 1 | -0/+14 |
|
|
* | | | prepend private/ for included private headers | Martin Jones | 2009-06-01 | 10 | -10/+10 |
| |/
|/| |
|
* | | Merge branch 'review/master' | Marius Bugge Monsen | 2009-05-29 | 8 | -27/+25 |
|\ \ |
|
| * | | Fix compilation with -pedantic | David Faure | 2009-05-29 | 7 | -24/+24 |
|
|
| * | | Merge branch 'master' of git://gitorious.org/qt/qt | David Faure | 2009-05-29 | 113 | -415/+12481 |
| |\ \ |
|
| * | | | static method, no instance needed | David Faure | 2009-05-29 | 1 | -1/+1 |
|
|
| * | | | Merge branch 'master' of git://gitorious.org/qt/qt | David Faure | 2009-05-22 | 5 | -1185/+49 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://gitorious.org/qt/qt | David Faure | 2009-05-21 | 1 | -3/+4 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' of git://gitorious.org/qt/qt | David Faure | 2009-05-20 | 15 | -115/+124 |
| |\ \ \ \ \ |
|
| * | | | | | | remove unused line (the function is even in qtgui nowadays) | David Faure | 2009-05-18 | 1 | -2/+0 |
|
|
* | | | | | | | Doc - some changes to fix a qdoc warning | Kavindra Devi Palaraja | 2009-05-29 | 1 | -2/+2 |
|
|
* | | | | | | | Fix qstringbuilder documentation. | hjk | 2009-05-29 | 1 | -1/+1 |
|
|
* | | | | | | | Fixed compile with MinGW. | Rohan McGovern | 2009-05-29 | 1 | -3/+3 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Export symbol needed by the declarative module. | Michael Brasser | 2009-05-28 | 1 | -1/+2 |
|
|
* | | | | | | Introduce a new class QStringBuilder to speed up the creation of | hjk | 2009-05-28 | 5 | -3/+373 |
|
|
* | | | | | | Compile fix with namespaces. | hjk | 2009-05-28 | 1 | -2/+0 |
|
|
* | | | | | | QStateMachine: better way to get the sender signalIndex | Olivier Goffart | 2009-05-28 | 1 | -18/+7 |
|
|
* | | | | | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 9 | -15/+15 |
|
|
* | | | | | | Use Qt::UniqueConnection instead of disconnect/connect | Olivier Goffart | 2009-05-28 | 1 | -2/+1 |
|
|
* | | | | | | Compile qstatemachine autotest | Olivier Goffart | 2009-05-28 | 1 | -1/+1 |
|
|
* | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 8 | -37/+135 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Fixed aliasing pointer corruption in QDataStream. | Trond Kjernaasen | 2009-05-27 | 1 | -15/+77 |
|
|
| * | | | | | qdoc: Indicate what iterator_categor means for container classes. | Martin Smith | 2009-05-26 | 2 | -4/+8 |
|
|
| * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-26 | 3 | -5/+12 |
| |\ \ \ \ \ |
|
| | * | | | | | Doc: Miscellaneous documentation fixes for Qt 4.5.x and later. | David Boddie | 2009-05-25 | 1 | -2/+0 |
|
|
| | * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | David Boddie | 2009-05-25 | 1 | -2/+11 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Adding details to QSettings functions | Morten Engvoldsen | 2009-05-25 | 1 | -2/+11 |
|
|
| | * | | | | | | Doc: Fixed terminology. | David Boddie | 2009-05-25 | 1 | -1/+1 |
| | |/ / / / / |
|