Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-08 | 7 | -58/+50 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-10-08 | 7 | -58/+50 |
| | |\ | |||||
| | | * | Fix crash when using Q_GLOBAL_STATIC(QWidget...) | Jason Barron | 2010-10-07 | 1 | -1/+2 |
| | | * | Removed the need for S60main.rsc resource file in Symbian. | Janne Anttila | 2010-10-07 | 7 | -57/+48 |
| * | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-08 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-10-08 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * \ | Merge branch 4.6 into qt-4.7-from-4.6 | Qt Continuous Integration System | 2010-10-07 | 1 | -0/+1 |
| | | |\ \ | |||||
| | | | * | | Fix build with cups 1.5 snapshots | Bernhard Rosenkraenzer | 2010-10-07 | 1 | -0/+1 |
| * | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-08 | 9 | -19/+362 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-07 | 10 | -20/+363 |
| | |\ \ \ \ | |||||
| | | * | | | | Live texture updates to meegographicssystem plugin. | Michael Dominic K | 2010-10-07 | 7 | -0/+303 |
| | | * | | | | Fix text rendering in GL when using the broken-fbo-fallback | Eskil Abrahamsen Blomfeldt | 2010-10-07 | 1 | -1/+1 |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-07 | 2 | -19/+59 |
| | | |\ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | | * | | | Doc: fix description of the expected behavior for QGraphicsItem::cursor | Pierre Rossi | 2010-10-06 | 1 | -1/+1 |
| | | | * | | | QGraphicsItem device coordinate cache unefficient in portrait mode | Bjørn Erik Nilsen | 2010-10-06 | 1 | -18/+58 |
| * | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-07 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-10-07 | 1 | -0/+5 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Ensure that actions are still fired even if there is no visible window | Andy Shaw | 2010-10-07 | 1 | -0/+5 |
| | | |/ / / / | |||||
| * | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-07 | 22 | -53/+191 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-07 | 22 | -53/+191 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 13 | -42/+147 |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-07 | 9 | -11/+44 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Doc fix. | Michael Brasser | 2010-10-07 | 1 | -3/+3 |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-07 | 3 | -4/+9 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-06 | 8 | -8/+39 |
| | | | | |\ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | |||||
| | | | | | * | | | Fixes assert in QDeclarativeWebView | Thomas Hartmann | 2010-10-06 | 1 | -1/+5 |
| | | | * | | | | | Fix setting PathView offset when all visible items are removed. | Martin Jones | 2010-10-07 | 1 | -0/+2 |
| | | | | |/ / / | | | | |/| | | | |||||
| | | | * | | | | Allow default QApplication::startDragDistance() to be defined in platformdefs.h | Martin Jones | 2010-10-06 | 1 | -2/+5 |
| | | | * | | | | Ensure the TextInput cursor blinks immediately when enabled. | Michael Brasser | 2010-10-06 | 1 | -1/+5 |
| | | | * | | | | Update QtGui def files | Joona Petrell | 2010-10-06 | 2 | -1/+5 |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-06 | 3 | -3/+19 |
| | | | |\ \ \ \ |