Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 26 | -307/+1160 |
|\ | |||||
| * | Use the old codec if there is one available when reading data in qtextstream. | Denis Dzyubenko | 2009-06-11 | 1 | -1/+1 |
| * | Compile the qsettins autotest | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
| * | Use the original order if two files are equivalent for the sort of QDir | Benjamin Poulain | 2009-06-11 | 1 | -1/+2 |
| * | Sort QDir with qSort instead of qStableSort | Benjamin Poulain | 2009-06-11 | 1 | -2/+1 |
| * | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 1 | -4/+2 |
| * | Improve QDirPrivate::sortFileList by leaving right avway is | Ritt Konstantin | 2009-06-10 | 1 | -19/+23 |
| * | Optimize QDirPrivate::sortFileList by using a QFileInfoList | Ritt Konstantin | 2009-06-10 | 1 | -13/+28 |
| * | Move declaration of QFileInfoPrivate in a separate file _p and | Alexis Menard | 2009-06-10 | 3 | -64/+128 |
| * | Small simplification on code | Thierry Bastian | 2009-06-08 | 1 | -5/+0 |
| * | Fix QT_NO_DATASTREAM macro checks and improve readability | Ritt Konstantin | 2009-06-08 | 1 | -2/+1 |
| * | Merge branch 'review/master' | Marius Bugge Monsen | 2009-05-29 | 2 | -19/+19 |
| |\ | |||||
| | * | Fix compilation with -pedantic | David Faure | 2009-05-29 | 2 | -19/+19 |
| * | | Fixed compile with MinGW. | Rohan McGovern | 2009-05-29 | 1 | -3/+3 |
| |/ | |||||
| * | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 3 | -8/+8 |
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 3 | -18/+89 |
| |\ | |||||
| * | | Fix WinCE compile error not fixed by c666b88 | Jason McDonald | 2009-05-27 | 1 | -1/+1 |
| * | | Windows CE compile fix | Joerg Bornemann | 2009-05-26 | 1 | -1/+1 |
| * | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 3 | -3/+3 |
| * | | 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 | 12 | -49/+47 |
| * | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 5 | -124/+215 |
| |\ \ | |||||
| * | | | Reorganise the pipe creation code. | Thiago Macieira | 2009-05-22 | 1 | -10/+8 |
| * | | | Remove IRIX code. | Thiago Macieira | 2009-05-22 | 1 | -7/+0 |
| * | | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 1 | -16/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.5' of ../qt-45-documentation | David Boddie | 2009-05-20 | 1 | -3/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 4 | -4/+10 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of ../master into contiguouscache | Ian Walters | 2009-05-14 | 5 | -147/+734 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | QNonContiguousByteDevice: An wrapper around QByteArray, QIODevice, ... | Markus Goetz | 2009-05-13 | 3 | -0/+733 |
| | * | | | | | | Remove unused file qfileinfo_p.h | Marius Storm-Olsen | 2009-05-13 | 2 | -146/+0 |
| | * | | | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'master' into contiguouscache | Ian Walters | 2009-05-12 | 12 | -204/+268 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Remove a warning on gcc. | Alexis Menard | 2009-05-11 | 1 | -1/+0 |
| | * | | | | | | | Almost 200 symbols that didn't need to be exported. | Thierry Bastian | 2009-05-11 | 1 | -1/+1 |
| | * | | | | | | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 4 | -33/+32 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed resetting error mode on Windows on error when stat'ing a file. | Denis Dzyubenko | 2009-05-11 | 1 | -2/+0 |
| | * | | | | | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -1/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Use the new QTextCodec::codecForUtfText in qtextstream to detect the | Denis Dzyubenko | 2009-05-04 | 1 | -7/+2 |
| | * | | | | | | | | | Fixed QFile::copy/rename fail after initial failed attempt | João Abecasis | 2009-04-30 | 1 | -0/+3 |
| | * | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 1 | -2/+9 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-20 | 1 | -127/+137 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-17 | 2 | -5/+5 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Fixes: Faster string-splitting in QResource::findNode() | Gunnar Sletta | 2009-04-16 | 1 | -7/+37 |
| | * | | | | | | | | | | | | Fixes: Make QDir::cleanPath() slightly faster, by avoiding some detach calls.. | Gunnar Sletta | 2009-04-16 | 1 | -4/+8 |
| | * | | | | | | | | | | | | Fixes: Speed up QFileInfo::setFile() a bit... | Gunnar Sletta | 2009-04-16 | 1 | -6/+4 |
| | * | | | | | | | | | | | | Experimental fix for speeding up QResource::name()... | Gunnar Sletta | 2009-04-16 | 1 | -2/+8 |
| | * | | | | | | | | | | | | Reduce the number of calls to cleanPath() in QResourceRoot::findNode | Samuel Rødal | 2009-04-16 | 1 | -8/+16 |
| | * | | | | | | | | | | | | Silence warning about unused static function on Windows | João Abecasis | 2009-04-15 | 1 | -0/+2 |
| | * | | | | | | | | | | | | Doc - clarified that on Windows, for 32-bit programs running in WOW64 | Kavindra Devi Palaraja | 2009-04-15 | 1 | -0/+4 |
| * | | | | | | | | | | | | | Various fixes resulting from QA code review. | Ian Walters | 2009-05-12 | 1 | -1/+1 |