summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed scaled point drawing with square cap in raster paint engine.Samuel Rødal2011-06-091-24/+17
* Fixes bezier curves not being drawn when it is a line.Yoann Lopes2011-06-091-41/+0
* Fixed color of cosmetic pens when printing under Windows.Trond Kjernåsen2011-06-091-1/+1
* Prevent crash in QGLGlyphCache due to dangling context references.Samuel Rødal2011-06-091-3/+5
* QSslSocket: Improve error handlingPeter Hartmann2011-06-091-1/+13
* Minor performance improvement to QGraphicsItem::update.Bjørn Erik Nilsen2011-06-091-3/+0
* Fix some missing proxy calles for CleanLooksJens Bache-Wiig2011-06-091-5/+5
* QSslConfiguration: fix crash when accessing null pointerPeter Hartmann2011-06-091-0/+5
* Fix the broken unicode detection of ODBC driver.Charles Yin2011-06-091-1/+1
* QFileDialog::HideNameFilterDetails breaks Cocoa QFileDIalog filterRichard Moe Gustavsen2011-06-091-8/+17
* Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2011-06-091-0/+2
* QXmlStreamReader: avoid unnecessary detachingPeter Hartmann2011-06-091-1/+1
* QSslCertificate: support expiration dates > 2049Peter Hartmann2011-06-091-50/+71
* Fix QString::arg: When specifying %L1, the group separator would be added eve...Olivier Goffart2011-06-091-5/+8
* Fixed potential infinite loop in QFileSystemWatcher on Mac.Denis Dzyubenko2011-06-091-2/+3
* Fix crash when all the items in a QListView are hiddenGabriel de Dietrich2011-06-091-1/+6
* Fixed QVideoSurfaceFormat::isValid()Dmytro Poplavskiy2011-06-091-1/+1
* Fix an Assert in QTextTablePierre Rossi2011-06-091-4/+24
* Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2011-06-091-14/+17
* Initalize the nativeDialogInUse variableAndy Shaw2011-06-091-0/+1
* Don't try and use QFactoryLoader when relevant features are turned off.Justin McPherson2011-06-091-4/+15
* Fixed size hint for combo box on windowsJens Bache-Wiig2011-06-092-25/+4
* Segmentation Fault in QAudioOutputPrivate::freeBlocks() caused by wrongKurt Korbatits2011-06-092-2/+2
* Crash while changing the windows flags from a Qt::Drawer window on CocoaPrasanth Ullattil2011-06-091-3/+5
* Fixed a crash in menubar with invisible actionsThierry Bastian2011-06-091-1/+1
* QAudioInput push mode does not workKurt Korbatits2011-06-092-15/+40
* No more enter & leave events after a popup menu is closed on WindowsPrasanth Ullattil2011-06-091-3/+20
* Phonon(qt7); Don't try and display video frames when audio only.Justin McPherson2011-06-091-7/+9
* Audio(osx); Fix period size calculation.Justin McPherson2011-06-091-13/+2
* Fix for a leak in the mac style.Denis Dzyubenko2011-06-091-1/+1
* Fixed device context leak in QGLWidget on Windows.Kim Motoyoshi Kalland2011-06-091-0/+3
* Fix for emitting changed signal in QClipboardDenis Dzyubenko2011-06-091-2/+2
* Typo in qcleanlooksstyle.cppOlivier Goffart2011-06-091-1/+1
* Audio (osx); In pull mode emit readyRead() for each period received.Justin McPherson2011-06-091-2/+2
* QWidget::childAt for masked child widgets doesn't work properlyBjørn Erik Nilsen2011-06-092-31/+53
* Diacritic input broken, duplicate the base glypha (on Mac OS X carbon)Prasanth Ullattil2011-06-091-2/+11
* Fix QTransform::map(const QPainterPath &) not working with paths thatSimon Hausmann2011-06-091-1/+1
* Styled item view backgrounds in Gtk+Jens Bache-Wiig2011-06-091-15/+41
* QString: Fix severals bugs when comparing with QStringRefOlivier Goffart2011-06-091-4/+7
* QSslCertificate: support large serial numbersPeter Hartmann2011-06-091-4/+19
* Fixed alpha check for mono images.Kim Motoyoshi Kalland2011-06-091-0/+2
* Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2011-06-095-4/+13
* Fixed a crash when creating QGtkStyle before QApplicationJens Bache-Wiig2011-06-092-2/+2
* Dont crash when assigning the same input context twice.Denis Dzyubenko2011-06-092-4/+10
* Fix platform regression: Support QFont::setStretch() on CocoaEskil Abrahamsen Blomfeldt2011-06-092-6/+15
* Fix a memory leak from QItemSelectionModel when changing the modelThierry Bastian2011-06-091-1/+5
* Optimize QPixmapIconEngine's pixmap() functionaavit2011-06-091-14/+21
* Fix compiler warning in QT_REQUIRE_VERSIONOlivier Goffart2011-06-091-1/+1
* Fixed the sizing of the dock area with fixed size dock widgetsThierry Bastian2011-06-092-31/+19
* Don't leak QVistaHelper from QWizardBradley T. Hughes2011-06-091-1/+2