summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| | * | | | | 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
| | * | | | | Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+1
| | * | | | | QTemporaryFile: handle failures from QFSFileEngine::open(mode, fd)João Abecasis2009-05-221-9/+11
| | * | | | | Documentation fixJoão Abecasis2009-05-221-2/+2
| | * | | | | QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-1/+2
| | * | | | | QTemporaryFile: don't clear filePath if remove failsJoão Abecasis2009-05-221-3/+5
| | * | | | | QFile::rename fallback: reset permissions and error state on successJoão Abecasis2009-05-221-1/+4
| | * | | | | QFile::copy: close source file when using fallback mechanismJoão Abecasis2009-05-221-0/+1
| | * | | | | Allow renaming QTemporaryFiles on windowsJoão Abecasis2009-05-221-9/+10
| | * | | | | Don't block copy sequential files in QFile::renameJoão Abecasis2009-05-221-0/+5
| * | | | | | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-222-83/+113
* | | | | | | Reorganise the pipe creation code.Thiago Macieira2009-05-221-10/+8
* | | | | | | Remove IRIX code.Thiago Macieira2009-05-221-7/+0
* | | | | | | Fix compilation on Solaris for animation API.Alexis Menard2009-05-221-1/+1