summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket::readData (Windows) must return -1 on EOFJoerg Bornemann2009-09-101-1/+4
* QLocalSocket Windows: emit readChannelFinished if broken pipe detectedJoerg Bornemann2009-09-101-0/+4
* restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-7/+14
* S60 font db more tolerant of failuremread2009-09-101-1/+6
* QTextDocument::contentsChanged() was emitted twice for a singlemae2009-09-101-1/+1
* Fix compilation with winscwSimon Hausmann2009-09-104-18/+18
* Re-order begin() so everything needing a current context has oneTom Cooksey2009-09-102-18/+14
* Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* Fixed rendering of text with gradient pen in GL 2 engine.Samuel Rødal2009-09-101-5/+4
* Fixed crash in raster paint engine.Samuel Rødal2009-09-101-1/+1
* Wrong opacity set on the painter in QGraphicsEffect::draw.Bjørn Erik Nilsen2009-09-101-0/+1
* Fixed white-space handling in the SVG module.Kim Motoyoshi Kalland2009-09-101-10/+13
* Made raster respect SmoothPixmapTransform and Antialiasing hints better.Samuel Rødal2009-09-101-14/+5
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Iain2009-09-105-3/+18
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Sorvig2009-09-101-1/+1
| |\
| * | Enable Qt3Support for Qt/Cocoa on Mac OS X.Morten Sorvig2009-09-105-3/+18
* | | Remove (out-of-date) DEF files for Symbian winscw build.Iain2009-09-109-19218/+0
| |/ |/|
* | Fix focus policy propagation in QCompleter on QWSPaul Olav Tvete2009-09-101-1/+1
|/
* Upload texturedata in matching internal format..Gunnar Sletta2009-09-101-12/+26
* Don't yinvert pixmaps on eglx11Gunnar Sletta2009-09-101-3/+0
* Fix random selection when the order is descending.Alexis Menard2009-09-102-2/+17
* Fix crash in gl2 paint engine on WindowsEskil Abrahamsen Blomfeldt2009-09-101-1/+3
* Fixed handling of stop-color="currentColor" in the SVG module.Kim Motoyoshi Kalland2009-09-102-14/+31
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-103414-14631/+15227
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-101-2/+7
| |\
| | * Fixed crash on shutdown with GL when leaking QGLWidgetsGunnar Sletta2009-09-101-2/+7
| * | Return the correct QGLFormat to the OpenGL1 paint engine for FBO'sRhys Weatherley2009-09-103-4/+18
| |/
| * Fix a bug with mouse events in DirectFBAnders Bakken2009-09-101-0/+14
| * DWDESC_OPTIONS was added for DirectFB 1.1Anders Bakken2009-09-101-1/+4
| * s/DIRECTFB_MINOR_VERION/DIRECTFB_MINOR_VERSION/Anders Bakken2009-09-101-1/+1
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-101-1/+1
| |\
| | * Use fromLatin1() in QDirectFBScreen::connect()Anders Bakken2009-09-091-1/+1
| * | Fix font glyph handling for QPF fonts in the OpenGL1 paint engine.Rhys Weatherley2009-09-101-1/+18
| |/
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-094-12/+70
| |\
| | * Crash in audiooutput demo when switching outputKurt Korbatits2009-09-094-12/+70
| * | Compile fix for OpenGL/ES 1.1 CommonLite systemsRhys Weatherley2009-09-091-0/+4
| * | Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-093-4/+10
| |/
| * Compile fix for OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-0/+1
| * Document why an FBO of 0 needs to be bound in QGLPaintBuffer sometimesRhys Weatherley2009-09-091-0/+6
| * Make QGraphicsSvgItem a QGraphicsObject.Alexis Menard2009-09-092-15/+11
| * Fix incorrect fallback for icon themesJens Bache-Wiig2009-09-091-18/+19
| * CompileAnders Bakken2009-09-091-1/+1
| * Fix QtScript compilation against external JSC sourcesSimon Hausmann2009-09-091-9/+10
| * Doc: Note that Netscape plugins are only available on desktop platforms.David Boddie2009-09-091-3/+6
| * Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
| * Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7
| * Fixed text positioning in SVGs when using SVG fonts.Kim Motoyoshi Kalland2009-09-091-1/+1
| * Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-092-8/+14
| * Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-092-9/+21
| * Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-093-47/+4