Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | |/ / / / / | ||||||
| * | | | | | | qdoc: Indicate that qAbs(T& v) compares v to a 0 of type T. | Martin Smith | 2009-05-26 | 1 | -12/+37 | |
| |/ / / / / | ||||||
| * | | | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 1 | -1/+1 | |
* | | | | | | small refactor to change the interpolator at the same time as the | Thierry Bastian | 2009-05-27 | 4 | -34/+40 | |
* | | | | | | Add a flag that ensure that a connection is made only one | Olivier Goffart | 2009-05-27 | 2 | -10/+29 | |
* | | | | | | Fix WinCE compile error not fixed by c666b88 | Jason McDonald | 2009-05-27 | 1 | -1/+1 | |
* | | | | | | Mac: Prefix sat in qt.conf is ignored on Mac | Richard Moe Gustavsen | 2009-05-26 | 1 | -8/+8 | |
* | | | | | | Windows CE compile fix | Joerg Bornemann | 2009-05-26 | 1 | -1/+1 | |
* | | | | | | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -3/+7 | |
* | | | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 4 | -4/+4 | |
* | | | | | | Fixed docs warnings for Animation API | Thierry Bastian | 2009-05-26 | 3 | -6/+15 | |
* | | | | | | Protect dump function by ifdef. | Ian Walters | 2009-05-25 | 2 | -1/+11 | |
* | | | | | | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 6 | -50/+44 | |
* | | | | | | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 7 | -27/+11 | |
* | | | | | | Added QT_NO_ANIMATION to qfeatures | Thierry Bastian | 2009-05-25 | 2 | -4/+17 | |
* | | | | | | Warnings fixed on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+3 | |
* | | | | | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 22 | -82/+80 | |