summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Improve the reliability of tst_QGridLayout::minMaxSize()Bradley T. Hughes2009-11-051-2/+2
| | * | | My changelog for Qt 4.6.0Denis Dzyubenko2009-11-051-1/+26
| * | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-0646-188/+1374
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-11-057-23/+497
| |\ \ \ \
| | * | | | Fixed pinching in the imagegestures example.Denis Dzyubenko2009-11-052-8/+11
| | * | | | Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-056-1/+303
| | * | | | Small improvement in the imagegesture example.Denis Dzyubenko2009-11-051-1/+1
| | * | | | Improved pinch gesture.Denis Dzyubenko2009-11-051-1/+7
| | * | | | Implemented QSwipeGesture recognizer using touch events.Denis Dzyubenko2009-11-055-13/+176
| * | | | | Make configure warn on incompatible gcc / SDK.Morten Johan Sørvig2009-11-051-0/+12
| |/ / / /
| * | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-051017-40116/+29765
| |\ \ \ \
| * | | | | Mac: pinch gesture scales to fast and event below zeroRichard Moe Gustavsen2009-11-043-5/+11
| * | | | | Cocoa: QColorDialog crashing when selection colors from system paletteRichard Moe Gustavsen2009-11-041-7/+23
* | | | | | Merge branch 'platform-team-4.6' into 4.6Morten Johan Sørvig2009-11-063-3/+20
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix new failure in compatibilityChildInsertedEventsBradley T. Hughes2009-11-041-0/+3
| * | | | Save the normal geometry on mac before the window is maximizedDenis Dzyubenko2009-11-043-3/+20
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-061-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-11-0661-135/+824
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Fix error when configuring on Unix using an evaluation license.Jason McDonald2009-11-061-0/+1
* | | | | | Fixed g++ compiler warnings in qpen.cpp.Samuel Rødal2009-11-061-1/+1
* | | | | | Fix fuzzy aliased rendering on GLES2Tom Cooksey2009-11-062-2/+13
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-062-15/+41
|\ \ \ \ \ \
| * | | | | | Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-062-15/+41
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0663-166/+945
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-0616-133/+187
| |\ \ \ \ \ | | |/ / / /
| | * | | | my change log for 4.6Thierry Bastian2009-11-061-9/+61
| | * | | | Support composition mode source for drawing in dfbAnders Bakken2009-11-061-19/+52
| | * | | | Reset composition mode after drawing in dfbAnders Bakken2009-11-061-3/+8
| | | |_|/ | | |/| |
| * | | | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-052363-58757/+101885
| |\ \ \ \
| * | | | | Switch large file test to using Unbuffered modeJoão Abecasis2009-11-051-2/+2
| * | | | | 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
| * | | | | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-292-2/+9
| * | | | | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
| * | | | | (MSVC 2002/2003) Use 64-bit versions of ftell and fseekJoão Abecasis2009-10-271-2/+2
| * | | | | Define QT_OPEN_LARGEFILE on Symbian + WinCEJoão Abecasis2009-10-272-0/+2
| * | | | | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
| * | | | | Extending QFile::size test to cover files opened with fd and FILE*João Abecasis2009-10-231-8/+43
| * | | | | Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
| * | | | | Fix the LargeFile test for WindowsJoão Abecasis2009-10-231-10/+15
| * | | | | 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
| * | | | | Windows doesn't #define STD{IN,OUT,ERR}_FILENOJoão Abecasis2009-10-231-0/+12
| * | | | | Adding a test case for large file supportJoão Abecasis2009-10-213-1/+497
| * | | | | Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-212-1/+61
| * | | | | 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
| * | | | | Introducing QT_MMAPJoão Abecasis2009-10-2151-0/+81
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0612-70/+210
|\ \ \ \ \ \