summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-065-125/+121
|\
| * Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-061-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
* | | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | Doc: Fixed qdoc warnings.David Boddie2009-11-051-0/+6
| | |/ | |/|
| * | Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-042-0/+12
* | | Don't crash in QStateMachine when event transition listens toEskil Abrahamsen Blomfeldt2009-11-051-3/+2
|/ /
* | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-042-23/+24
|\ \
| * | Gesture api review.Denis Dzyubenko2009-11-032-35/+18
| * | Modified gesture events propagation.Denis Dzyubenko2009-11-032-6/+24
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-305-102/+287
| |\ \
* | \ \ Merge branch '4.6-s60' into 4.6axis2009-11-043-13/+38
|\ \ \ \
| * | | | Add the Symbian Foundation OS versionsShane Kearns2009-11-032-11/+28
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0330-469/+878
| |\ \ \ \
| * | | | | Fixed namespacing in qatomic_symbian.haxis2009-10-301-2/+10
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-044-131/+36
|\ \ \ \ \ \
| * | | | | | Declarative building infrastructure.Warwick Allison2009-11-041-0/+13
| * | | | | | Implement internal support for property interceptors (used by declarative).Michael Brasser2009-11-041-1/+4
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-128/+18
| |\ \ \ \ \ \
| | * | | | | | Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.David Boddie2009-11-021-128/+18
| * | | | | | | Revert "Compile fix until configure.exe is rebuilt for Windows"Daniel Molkentin2009-11-031-2/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-036-36/+41
|\ \ \ \ \ \ \
| * | | | | | | Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-034-11/+17
| * | | | | | | Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-032-9/+8
| * | | | | | | Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-032-5/+5
| * | | | | | | Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-033-11/+11
* | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0339-509/+977
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Fixed compilation on windows.Dmytro Poplavskiy2009-11-031-3/+3
| * | | | | | Fixed qrand global static related problem.Dmytro Poplavskiy2009-11-031-19/+40
| * | | | | | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-0213-106/+306
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2912-106/+808
| | |\ \ \ \ \ \
| | * | | | | | | Remove the posix_memalign and Win32 _aligned_mallocThiago Macieira2009-10-291-38/+0
| | * | | | | | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-292-8/+17
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix compilation on Mac: there's no malloc.h thereThiago Macieira2009-10-291-5/+4
| | * | | | | | | | Update confusing qWarning message.Thiago Macieira2009-10-291-2/+2
| | * | | | | | | | Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
| | * | | | | | | | Initialise the reserved bits to 0.Thiago Macieira2009-10-287-4/+11