summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0539-83/+211
|\
| * Merge commit 'origin/4.5'Olivier Goffart2009-06-045-5/+18
| |\
| | * Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | * fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
| | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
| | * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
| * | regeneration of qfeatures.hThierry Bastian2009-06-041-0/+5
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-0419-0/+87
| * | move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-047-15/+15
| * | Fixed build error with Sun CC 5.5..jasplin2009-06-041-10/+10
| * | Fixed build error with Sun CC 5.5.jasplin2009-06-041-1/+8
| * | Doc fix: moved the cldr version outside of the double-to-string license headerDenis Dzyubenko2009-06-031-2/+2
| * | fix signal signature bug in debug outputKent Hansen2009-06-031-2/+2
| * | don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-2/+3
| * | fix qdoc warningKent Hansen2009-06-031-1/+1
| * | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in theThierry Bastian2009-06-032-36/+40
| * | Merged changes to the string builder class.David Boddie2009-06-021-3/+3
| * | Removed an ifdef in QLocale that breaks the One Definition Rule.Denis Dzyubenko2009-06-022-3/+0
| * | Improve detection of monotonic timer supportBradley T. Hughes2009-06-021-1/+1
| * | Integrate merge-request #573 into branch 'master'Eskil Abrahamsen Blomfeldt2009-06-021-1/+1
| |\ \
| | * | Remove the redundant timer kill and start when the twojieshuzheng2009-06-021-1/+1
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-022-1/+15
| |\ \ \ | | | |/ | | |/|
| | * | Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
| | * | Fixed build issues with MSVCThierry Bastian2009-05-291-0/+14
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0219-40/+38
|\ \ \ \ | |/ / /
| * | | prepend private/ for included private headersMartin Jones2009-06-0110-10/+10
| | |/ | |/|
| * | Merge branch 'review/master'Marius Bugge Monsen2009-05-298-27/+25
| |\ \
| | * | Fix compilation with -pedanticDavid Faure2009-05-297-24/+24
| | * | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-29113-415/+12481
| | |\ \
| | * | | static method, no instance neededDavid Faure2009-05-291-1/+1
| | * | | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-225-1185/+49
| | |\ \ \
| | * \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-211-3/+4
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2015-115/+124
| | |\ \ \ \ \
| | * | | | | | remove unused line (the function is even in qtgui nowadays)David Faure2009-05-181-2/+0
| * | | | | | | Doc - some changes to fix a qdoc warningKavindra Devi Palaraja2009-05-291-2/+2
| * | | | | | | Fix qstringbuilder documentation.hjk2009-05-291-1/+1
* | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2936-138/+622
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Export symbol needed by the declarative module.Michael Brasser2009-05-281-1/+2
| * | | | | | Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-285-3/+373
| * | | | | | Compile fix with namespaces.hjk2009-05-281-2/+0
| * | | | | | QStateMachine: better way to get the sender signalIndexOlivier Goffart2009-05-281-18/+7
| * | | | | | improved string operations all over the placeThierry Bastian2009-05-289-15/+15
| * | | | | | Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-2/+1
| * | | | | | Compile qstatemachine autotestOlivier Goffart2009-05-281-1/+1
| * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-278-37/+135
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
| | * | | | | qdoc: Indicate what iterator_categor means for container classes.Martin Smith2009-05-262-4/+8
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-263-5/+12
| | |\ \ \ \ \
| | | * | | | | Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-2/+0