summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | | | | | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2917-41/+397
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2787-696/+892
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-251-2/+11
| | | |\ \ \ \ \
| | | | * | | | | Adding details to QSettings functionsMorten Engvoldsen2009-05-251-2/+11
| | | * | | | | | Doc: Fixed terminology.David Boddie2009-05-251-1/+1
| | | |/ / / / /
| | * | | | | | qdoc: Indicate that qAbs(T& v) compares v to a 0 of type T.Martin Smith2009-05-261-12/+37
| | |/ / / / /
| | * | | | | qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
| * | | | | | small refactor to change the interpolator at the same time as theThierry Bastian2009-05-274-34/+40
| * | | | | | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-272-10/+29
| * | | | | | Fix WinCE compile error not fixed by c666b88Jason McDonald2009-05-271-1/+1
| * | | | | | Mac: Prefix sat in qt.conf is ignored on MacRichard Moe Gustavsen2009-05-261-8/+8
| * | | | | | Windows CE compile fixJoerg Bornemann2009-05-261-1/+1
| * | | | | | Fixed a bug in animation when you set a start value that doesn't haveThierry Bastian2009-05-261-3/+7
| * | | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-264-4/+4
| * | | | | | Fixed docs warnings for Animation APIThierry Bastian2009-05-263-6/+15
| * | | | | | Protect dump function by ifdef.Ian Walters2009-05-252-1/+11
| * | | | | | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-256-50/+44
| * | | | | | Removed some export to symbols that don't need itThierry Bastian2009-05-257-27/+11
| * | | | | | Added QT_NO_ANIMATION to qfeaturesThierry Bastian2009-05-252-4/+17
| * | | | | | Warnings fixed on MSVCThierry Bastian2009-05-251-1/+3
| * | | | | | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2522-82/+80
| * | | | | | Merge branch '4.5'Thiago Macieira2009-05-228-129/+223
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix syntax of the fcntl system call: this is not setsockoptThiago Macieira2009-05-221-6/+3
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-228-61/+114
| | |\ \ \ \ \
| | | * | | | | Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-7/+9
| | | * | | | | Reset openMode to NotOpen when returning false from QFile::open()João Abecasis2009-05-221-0/+9
| | | * | | | | QTemporaryFile: really close files before renamingJoão Abecasis2009-05-221-0/+7
| | | * | | | | QTemporaryFileEngine now tracks if a fileName has been generatedJoão Abecasis2009-05-221-3/+18
| | | * | | | | QTemporaryFile: there's no need to keep another pointer to the engine hereJoão Abecasis2009-05-221-4/+1
| | | * | | | | QTemporaryFile: really (re)open file if it has been really closed...João Abecasis2009-05-221-2/+21