| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 75 | -75/+75 |
|
|
* | QUrl::setUrl should call detach | Olivier Goffart | 2011-01-06 | 1 | -0/+1 |
|
|
* | Doc: Fixed a link to the correct searchPaths() function. | David Boddie | 2010-12-07 | 1 | -1/+1 |
|
|
* | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-27 | 2 | -107/+97 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-11-27 | 2 | -107/+97 |
| |\ |
|
| | * | QKqueueFileSystemWatcher: don't stop thread that isn't running | João Abecasis | 2010-11-26 | 1 | -0/+2 |
|
|
| | * | QPollingFileSystemWatcherEngine: Fix double report of directory change. | Tijl Coosemans | 2010-11-26 | 1 | -2/+8 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Use higher file descriptors. | Tijl Coosemans | 2010-11-26 | 1 | -0/+8 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Unlock mutex between two events. | Tijl Coosemans | 2010-11-26 | 1 | -13/+6 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2). | Tijl Coosemans | 2010-11-26 | 1 | -65/+69 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR. | Tijl Coosemans | 2010-11-26 | 1 | -1/+2 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close(). | Tijl Coosemans | 2010-11-26 | 1 | -13/+1 |
|
|
| | * | QKqueueFileSystemWatcherEngine: Use EV_CLEAR instead of EV_ONESHOT. | Tijl Coosemans | 2010-11-26 | 1 | -14/+2 |
|
|
* | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-26 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fix minor memory leak | Miikka Heikkinen | 2010-11-26 | 1 | -0/+1 |
| |/ |
|
* | | Doc: Removed two warnings from QDirIterator docs | Geir Vattekar | 2010-11-26 | 1 | -6/+0 |
|/ |
|
* | doc: Stated that the destructor does not call close(). | Martin Smith | 2010-11-12 | 1 | -1/+4 |
|
|
* | 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 |
|\ \
| |/
|/| |
|