| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tst_symbols auto test | Harald Fernengel | 2010-11-04 | 1 | -5/+5 |
|
|
* | Export isLikelyToBeNfs only if we have an internal build | Harald Fernengel | 2010-11-02 | 1 | -4/+10 |
|
|
* | Fixed QFileInfo autotest to skip on NFS. | Dominik Holland | 2010-11-02 | 1 | -4/+4 |
|
|
* | Fix memory leak on exit | Harald Fernengel | 2010-10-29 | 1 | -8/+13 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-25 | 1 | -1/+1 |
|\ |
|
| * | Doc: Fixing typo | Sergio Ahumada | 2010-10-25 | 1 | -1/+1 |
|
|
* | | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 2 | -2/+2 |
|/ |
|
* | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-22 | 1 | -1/+0 |
|\ |
|
| * | remove extra includes | Ritt Konstantin | 2010-09-21 | 1 | -1/+0 |
|
|
* | | Merge branch 'doc-4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7 | Jerome Pasion | 2010-09-20 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Restore 4.7.0 behavior that non-existing paths are possible. | Thomas Zander | 2010-09-16 | 1 | -2/+3 |
|
|
* | | Added default value documentation for two variables. | Jerome Pasion | 2010-09-17 | 1 | -3/+4 |
|/ |
|
* | Fix the bug for QSettings on Windows, to store qint32/quint32, qint64/quint64... | Liang Qi | 2010-09-10 | 1 | -3/+21 |
|
|
* | Update the error handling of invalid hostnames in QUrl. | Thiago Macieira | 2010-09-10 | 1 | -6/+19 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-08 | 6 | -449/+387 |
|\ |
|
| * | Fix handling of braces/no-braces in QUrl::host / setHost. | Thiago Macieira | 2010-09-08 | 1 | -0/+4 |
|
|
| * | QDir: Removed checks for existance of fileEngine | João Abecasis | 2010-09-07 | 1 | -49/+8 |
|
|
| * | QDir and QFileInfo shouldn't lose properties when detaching | João Abecasis | 2010-09-07 | 2 | -20/+29 |
|
|
| * | Another bug-o introduced in fixing QDirPrivate refactoring | João Abecasis | 2010-09-07 | 1 | -0/+1 |
|
|
| * | Reverting QDir::detach introduced earlier | João Abecasis | 2010-09-07 | 2 | -51/+33 |
|
|
| * | QFileInfo: Prepare for engine-less implementation | João Abecasis | 2010-09-07 | 2 | -46/+59 |
|
|
| * | Removed QFileInfoPrivate::initFileEngine | João Abecasis | 2010-09-07 | 2 | -13/+4 |
|
|
| * | Simplify QDir::cd | João Abecasis | 2010-09-07 | 1 | -2/+1 |
|
|
| * | QDir::makeAbsolute could self-destruct on failure | João Abecasis | 2010-09-07 | 1 | -7/+4 |
|
|
| * | QDir::operator= simplification | João Abecasis | 2010-09-07 | 1 | -3/+0 |
|
|
| * | QDirPrivate refactoring | João Abecasis | 2010-09-07 | 1 | -1/+3 |
|
|
| * | QDirPrivate refactoring | João Abecasis | 2010-09-07 | 1 | -20/+20 |
|
|
| * | QDirPrivate refactoring | João Abecasis | 2010-09-07 | 1 | -25/+24 |
|
|
| * | Removed QDirPrivate layer of indirection | João Abecasis | 2010-09-07 | 2 | -229/+216 |
|
|
| * | Refactor QFileInfoPrivate::Data (Round 2) | Prasanth Ullattil | 2010-09-07 | 3 | -178/+161 |
|
|
| * | Refactoring QDirPrivate::Data | João Abecasis | 2010-09-07 | 1 | -84/+98 |
|
|
| * | Move QFileInfoPrivate methods to QFileInfoPrivate::Data (1st Round) | Prasanth Ullattil | 2010-09-07 | 2 | -89/+90 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-09-07 | 2 | -6/+7 |
|\ \
| |/
|/| |
|
| * | Ensure that we load system libraries from the correct location. | Jan-Arve Sæther | 2010-09-03 | 2 | -6/+7 |
|
|
* | | Doc: update the documentation of QUrl about HTML Form encoding | Thiago Macieira | 2010-09-06 | 1 | -0/+20 |
|
|
* | | Accept empty authority segments in QUrl as different from not-present | Thiago Macieira | 2010-09-03 | 1 | -1/+1 |
|
|
* | | Fix QProcessManager destruction | Miikka Heikkinen | 2010-08-16 | 1 | -19/+28 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Jerome Pasion | 2010-08-09 | 1 | -0/+4 |
|\ \ |
|
| * | | CreateFileMapping returns NULL on error , only tested with INVALID_HANDLE_VALUE. | Carlos Manuel Duclos Vergara | 2010-08-09 | 1 | -0/+4 |
|
|
* | | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -2/+2 |
|/ / |
|
* | | Fixed potential infinite loop in QFileSystemWatcher on Mac. | Denis Dzyubenko | 2010-08-02 | 1 | -2/+3 |
|
|
* | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 1 | -1/+1 |
|
|
* | | doc: Fixed typos in QAbstractFileEngineIterator | Robert Loehning | 2010-07-20 | 1 | -3/+3 |
|
|
* | | Merge remote branch 'origin/4.7' into 4.7-from-4.6 | Rohan McGovern | 2010-07-17 | 2 | -3/+3 |
|\ \ |
|
| * | | doc: Fixed several qdoc warnings. | Martin Smith | 2010-07-13 | 1 | -2/+2 |
|
|
| * | | QIODPLB: Sync behavior of ungetBlock() and ungetChar() | Andreas Kling | 2010-07-09 | 1 | -1/+1 |
|
|
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-07-15 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix a couple of memory leaks due to not releasing CFTypes on Mac | Andy Shaw | 2010-07-09 | 1 | -2/+2 |
|
|
* | | add setNativeArguments() and nativeArguments() | Oswald Buddenhagen | 2010-07-06 | 5 | -7/+67 |
|
|
* | | fix bogus return value from qprocess::execute() | Oswald Buddenhagen | 2010-07-06 | 1 | -4/+10 |
|
|