summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-104-65/+134
|\
| * Move QCustomScopedPointer to a private headerHarald Fernengel2009-11-094-85/+154
* | Make QScopedPointer::operator== and != non-memberJoão Abecasis2009-11-101-40/+12
* | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-093-5/+18
|\ \
| * | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-063-5/+18
* | | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-90/+78
|\ \ \ | |_|/ |/| |
| * | Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
* | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-0629-223/+272
|\ \ \
| * | | Fix a signed/unsigned comparison warningJoão Abecasis2009-11-061-1/+1
| * | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0612-136/+142
| |\ \ \
| | * \ \ Merge branch 'feature' into 4.6Jørgen Lind2009-11-062-0/+4
| | |\ \ \
| | | * | | Fix QT_NO_DATESTRINGJørgen Lind2009-11-062-0/+4
| | * | | | Merge branch '4.6-s60' into 4.6axis2009-11-061-1/+1
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-052-0/+12
| | | |\ \ \
| | | * \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0412-210/+101
| | | |\ \ \ \
| | | * | | | | Fix compile error for Symbian WINSCW emulatorShane Kearns2009-11-031-1/+1
| | * | | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-063-7/+6
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-065-125/+121
| | | |\ \ \ \ \ \
| | | * | | | | | | add support for the N'Ko writing system to QtLars Knoll2009-11-061-2/+2
| | | * | | | | | | fix painting on Windows CEMaurice Kalinowski2009-11-061-2/+2
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-063-0/+18
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | * | | | | | | Don't crash in QStateMachine when event transition listens toEskil Abrahamsen Blomfeldt2009-11-051-3/+2
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Move the check for HWND to be right after the CreateWindow() callAndy Shaw2009-11-061-3/+4
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-061-0/+6
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Doc: Fixed qdoc warnings.David Boddie2009-11-051-0/+6
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-0551-856/+1984
| | |\| | | |
| | * | | | | Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
| | * | | | | Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
| | * | | | | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
| | * | | | | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
| | * | | | | Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
| | * | | | | On Windows, report a 0 file size for streams and other funny filesJoão Abecasis2009-10-231-5/+2
| | * | | | | Check for non-zero return from fseekJoão Abecasis2009-10-231-4/+4
| | * | | | | Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-1/+6
| | * | | | | Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-212-2/+5
| | * | | | | (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-213-62/+34
| | * | | | | Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-212-11/+22
| * | | | | | Fix buildThierry Bastian2009-11-061-2/+2
| * | | | | | add slow mode in private API for testingThierry Bastian2009-11-062-2/+8
| * | | | | | Animations should only be registered if their new state is runningThierry Bastian2009-11-061-1/+1
| * | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-057-36/+74
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-042-0/+12
| | | |/ / / | | |/| | |
| * | | | | Revert "Make animation timer slightly more accurate with default interval of 15"Thierry Bastian2009-11-051-2/+1
| * | | | | API review from yesterday made a bug appear for the pause animationsThierry Bastian2009-11-051-6/+12
| * | | | | Another fix for the registration of the animationsThierry Bastian2009-11-051-3/+4
| * | | | | Result API review with JasminThierry Bastian2009-11-0413-57/+83
| * | | | | Fix to the unregistration of the animation to the global timerThierry Bastian2009-11-041-19/+11
| * | | | | Avoid warning on 64 bit systemsJan-Arve Sæther2009-11-041-1/+1
| * | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0430-476/+631
| |\ \ \ \ \
| * | | | | | Make animation timer slightly more accurate with default interval of 15Thierry Bastian2009-11-021-1/+2