Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil... | Qt Continuous Integration System | 2010-12-14 | 46 | -2831/+6051 |
|\ | |||||
| * | Fix warnings, whitespace cleanup | João Abecasis | 2010-12-14 | 2 | -1/+5 |
| * | Don't rely on uninitialized data | João Abecasis | 2010-12-13 | 1 | -0/+3 |
| * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil... | Qt Continuous Integration System | 2010-12-08 | 46 | -2831/+6044 |
| |\ | |||||
| | * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil... | Qt Continuous Integration System | 2010-12-07 | 46 | -2831/+6044 |
| | |\ | |||||
| | | * | Fix QDir::relativeFilePath | João Abecasis | 2010-12-06 | 1 | -1/+1 |
| | | * | Fix spelling in comments | João Abecasis | 2010-12-05 | 2 | -2/+2 |
| | | * | Define _WIN32_WINNT before any includes | João Abecasis | 2010-12-05 | 1 | -4/+4 |
| | | * | New attempt at fixing compilation failure | João Abecasis | 2010-12-05 | 2 | -6/+4 |
| | | * | Removing unused duplicate definitions | João Abecasis | 2010-12-05 | 1 | -27/+0 |
| | | * | No symbolic links in Windows CE | João Abecasis | 2010-12-04 | 1 | -0/+2 |
| | | * | Set minimum target Windows version to 2000 | João Abecasis | 2010-12-04 | 2 | -0/+8 |
| | | * | More missing includes | João Abecasis | 2010-12-04 | 2 | -0/+3 |
| | | * | Add missing include | João Abecasis | 2010-12-04 | 1 | -0/+1 |
| | | * | Fix compile error | Shane Kearns | 2010-12-03 | 1 | -0/+2 |
| | | * | Update def files | Shane Kearns | 2010-12-02 | 4 | -3/+12 |
| | | * | Merge remote branch 'origin/master' into file-engine-refactor | João Abecasis | 2010-12-02 | 132 | -1193/+2010 |
| | | |\ | |||||
| | | * | | QtDeclarative: make autotests compile on symbian | Shane Kearns | 2010-11-30 | 1 | -1/+1 |
| | | * | | Fix buffered/unbuffered mode issues on symbian | Shane Kearns | 2010-11-30 | 2 | -3/+9 |
| | | * | | Update with def files merged from master | Shane Kearns | 2010-11-30 | 5 | -7/+468 |
| | | * | | Fix compile error on symbian | Shane Kearns | 2010-11-30 | 1 | -0/+4 |
| | | * | | Let's use engine's understanding of relative path | João Abecasis | 2010-11-25 | 2 | -2/+6 |
| | | * | | Fix compile error on Windows | Prasanth Ullattil | 2010-11-24 | 1 | -0/+4 |
| | | * | | Adding #ifdefs/#defines lost in the merge to master | João Abecasis | 2010-11-23 | 5 | -12/+22 |
| | | * | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 808 | -7476/+41953 |
| | | |\ \ | |||||
| | | * | | | QFileSystemEngine: remove symbian code from Unix-specific implementation | João Abecasis | 2010-11-22 | 1 | -51/+0 |
| | | * | | | QFileSystemEngine: clean up unused code | João Abecasis | 2010-11-22 | 4 | -45/+10 |
| | | * | | | Windows: fix QFile::symLinkTarget | Shane Kearns | 2010-11-17 | 1 | -1/+1 |
| | | * | | | Fix QFile::resize on windows for files opened from a FILE* | Shane Kearns | 2010-11-16 | 1 | -3/+7 |
| | | * | | | QFile: Fix compilation | João Abecasis | 2010-11-16 | 1 | -1/+1 |
| | | * | | | QFileSystemEngine::resolveUserName and not group | João Abecasis | 2010-11-16 | 1 | -1/+1 |
| | | * | | | Re-enable emulated QFile::map on symbian | Shane Kearns | 2010-10-29 | 4 | -26/+37 |
| | | * | | | Add support for QFileInfo owner() & group() on Windows | Prasanth Ullattil | 2010-10-27 | 1 | -0/+18 |
| | | * | | | Fix QFileDialog regression in symbian | Shane Kearns | 2010-10-20 | 1 | -1/+1 |
| | | * | | | Move QDir::fromNativeSeparators call to the QFileSystemEntry constructor | Shane Kearns | 2010-10-20 | 7 | -9/+33 |
| | | * | | | Implement seek beyond end of file for symbian | Shane Kearns | 2010-10-19 | 1 | -25/+26 |
| | | * | | | Document behaviour of QFile::seek when seeking beyond EOF | Shane Kearns | 2010-10-19 | 1 | -1/+11 |
| | | * | | | Fix QFileInfo("").exists() regression for symbian | Shane Kearns | 2010-10-18 | 1 | -1/+3 |
| | | * | | | Fix crash in QApplication auto test | Shane Kearns | 2010-10-18 | 1 | -0/+3 |
| | | * | | | Fix for qfileinfo isExecutable test case. | Shane Kearns | 2010-10-18 | 1 | -0/+3 |
| | | * | | | Fix for QFile::copy failing silently with relative paths | Shane Kearns | 2010-10-18 | 1 | -2/+3 |
| | | * | | | Fix caching of metadata in QDir to not change behavior | Thomas Zander | 2010-10-12 | 1 | -3/+3 |
| | | * | | | Fix return value for QDir::mkdir on symbian | Shane Kearns | 2010-10-12 | 1 | -1/+4 |
| | | * | | | Update documentation of QDir to reflect Qt 4 behaviour | Shane Kearns | 2010-10-12 | 1 | -0/+6 |
| | | * | | | Use QSystemError to return errors from QFileSystemEngine | Shane Kearns | 2010-10-12 | 9 | -138/+104 |
| | | * | | | Update DEF files | Shane Kearns | 2010-10-08 | 7 | -22/+353 |
| | | * | | | Merge remote branch 'qt/master' into earth/file-engine-refactor | Shane Kearns | 2010-10-08 | 88 | -559/+1824 |
| | | |\ \ \ | |||||
| | | * | | | | Create QSystemError class | Shane Kearns | 2010-10-08 | 3 | -58/+357 |
| | | * | | | | Fix compile | Thomas Zander | 2010-10-07 | 1 | -1/+1 |
| | | * | | | | Merge commit 'origin/master' into fileEngines | Thomas Zander | 2010-10-07 | 8 | -137/+265 |
| | | |\ \ \ \ |