summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of the "..." button in QPrintDialog for X11.Trond Kjernåsen2009-11-091-5/+4
* Fixed bug where JPEG scaling resulted in an uninitialised pixel column.Kim Motoyoshi Kalland2009-11-091-1/+4
* Replaced tabs with spaces in scale() in qjpeghandler.cpp.Kim Motoyoshi Kalland2009-11-091-229/+238
* Fixed loading of 8-bit grayscale TIFF files.Samuel Rødal2009-11-095-63/+118
* Add a simpler FBO autotest which just uses glClear()Tom Cooksey2009-11-091-0/+31
* Mark both the new and original EGL contexts as sharingRhys Weatherley2009-11-094-0/+7
* Detect context sharing on EGL systemsRhys Weatherley2009-11-095-0/+9
* Set frameless window hints on QGL test windows under QWSRhys Weatherley2009-11-091-0/+15
* Make qgl autotests more stable & passing in test farmTom Cooksey2009-11-061-6/+18
* Enable & fix qgl autotests on 16-bpp systemsTom Cooksey2009-11-061-49/+111
* 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
|\ \ \ \
| * | | | CompileEskil Abrahamsen Blomfeldt2009-11-061-1/+1
| * | | | Fixed crash in qt_scale_image_16/32bit() when target is flipped.Kim Motoyoshi Kalland2009-11-061-8/+32
| * | | | update documentationLars Knoll2009-11-061-2/+3
| * | | | add support for the N'Ko writing system to QtLars Knoll2009-11-064-49/+72
| * | | | update harfbuzz once again, adding N'Ko supportLars Knoll2009-11-064-6/+99
| * | | | Fixed uninitialized background artifacts in QWidget::render.Samuel Rødal2009-11-061-2/+1