summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added bugfix QTBUG-14017 and updated changes-4.6.4 filev4.6.4Iikka Eklund2011-06-211-85/+86
* fix moc argument quoting on mingwOswald Buddenhagen2011-06-211-5/+5
* Created changes-4.6.4 fileIikka Eklund2011-06-161-0/+231
* Qt version number change into 4.6.4Iikka Eklund2011-06-1620-24/+25
* Fix compilation with IBM xlC 7:Thiago Macieira2011-06-161-6/+8
* QSslCertificate: report fraudulent certificates as invalidPeter Hartmann2011-06-1612-4/+213
* syncqt: fix wrong paths in include/ActiveQt/headers.priJoerg Bornemann2011-06-091-1/+1
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2011-06-093-4/+63
* Fix Qt applications freezing until mouse/keyboard events occur.Bradley T. Hughes2011-06-091-4/+9
* Layout direction change by key should change alignment of QLineEditEskil Abrahamsen Blomfeldt2011-06-091-1/+4
* Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-06-092-1/+42
* Fix crash in indeterminate progressbars on windowsJens Bache-Wiig2011-06-093-3/+13
* qgrayraster: Speed up rendering of small cubic splines.Andreas Kling2011-06-091-20/+16
* Fix OpenVG painting artifacts after restoreState().Jason Barron2011-06-091-0/+1
* Disable the unified toolbar before enteringFabien Freling2011-06-093-2/+37
* Fix audio glitches in the audiooutput example.Andrew den Exter2011-06-091-2/+2
* Fixed a buffer overrun when pasting large data from non-Qt appsDenis Dzyubenko2011-06-094-16/+12
* Fix copying large data to non-Qt applicationsDenis Dzyubenko2011-06-091-1/+1
* Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2011-06-092-5/+62
* Fixed crash when using Qt::WA_DeleteOnClose on a QPrintDialog on Mac.Trond Kjernåsen2011-06-091-9/+0
* Fixed floating point overflow issues in QRasterizer::rasterizeLineSamuel Rødal2011-06-092-61/+79
* Fixed scaled point drawing with square cap in raster paint engine.Samuel Rødal2011-06-092-24/+39
* qmake: fix quoting of moc callsJoerg Bornemann2011-06-091-2/+2
* 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-092-0/+21
* 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
* QMake/Win32/MinGW: Fix ar script generating with absolute pathsTuomas Suutari2011-06-091-4/+1
* qmake: fix assertion on Windows when DESTDIR is empty in static libsJoerg Bornemann2011-06-091-3/+6
* QXmlStreamReader: avoid unnecessary detachingPeter Hartmann2011-06-091-1/+1
* QSslCertificate: support expiration dates > 2049Peter Hartmann2011-06-093-50/+101
* Fix QString::arg: When specifying %L1, the group separator would be added eve...Olivier Goffart2011-06-092-5/+20
* 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-092-1/+57
* Fixed QVideoSurfaceFormat::isValid()Dmytro Poplavskiy2011-06-092-3/+26
* Fix an Assert in QTextTablePierre Rossi2011-06-092-4/+79
* Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2011-06-092-14/+73
* 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-092-1/+30
* QAudioInput push mode does not workKurt Korbatits2011-06-092-15/+40