summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in QGraphicsItem::scroll.Alexis Menard2011-06-091-3/+4
* Fix rtl issues with sliders in GTK styleJens Bache-Wiig2011-06-091-7/+16
* Fix missing pressed state for scrollbars with QGtkStyleJens Bache-Wiig2011-06-091-0/+5
* Secure Cookies should only be sent over secure connections.Robert Hogan2011-06-091-0/+3
* Fixed the sizehint for cols/rows in qtableviewThierry Bastian2011-06-091-4/+4
* Cocoa: Native QFileDialog has problems selecting name filterRichard Moe Gustavsen2011-06-091-1/+1
* QTabBar: Widgets inside the tab bar where not properly laid out after moveTab()Gabriel de Dietrich2011-06-092-11/+6
* Fixes wrong QGraphicsView's viewport cursor reset.Yoann Lopes2011-06-091-5/+7
* Fixed assert failure when trying to load invalid SVG file.Kim Motoyoshi Kalland2011-06-091-1/+8
* QScrollArea: Excessive scrolling in focusNextPrevChild()Gabriel de Dietrich2011-06-091-2/+2
* Safeguard ourselves against corrupt registry values for cleartype gammaGunnar Sletta2011-06-091-0/+5
* Force the repaint during a window resize.Fabien Freling2011-06-091-2/+3
* Fixed the action geometry of menu bar in RTLThierry Bastian2011-06-091-6/+5
* Moved item wouldn't follow mouse cursor when ItemIgnoresTransformations is setGabriel de Dietrich2011-06-091-1/+2
* Total makeover of SVG image readeraavit2011-06-092-67/+106
* Fix the bug where the ampersand symbol would be discarded.Fabien Freling2011-06-092-3/+7
* Fix wrong arguments order in a warning in QObject::moveToThreadOlivier Goffart2011-06-091-1/+1
* _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2011-06-093-2/+22
* QFSFileEngine: don't look through NTFS junctionsRitt Konstantin2011-06-091-8/+2
* After showing modal windows, WM_LBUTTONUP for double click is ignored.Prasanth Ullattil2011-06-091-0/+4
* build fix for mingwThierry Bastian2011-06-091-1/+0
* Fix QGraphicsEffect cache when the item is not visible by the view.Alexis Menard2011-06-092-2/+2
* Do not create native window handle just because a parent has one.Denis Dzyubenko2011-06-091-1/+1
* Removed an assert in the print dialog on windowsThierry Bastian2011-06-091-1/+1
* Do not deliver the same key event multiple times in Cocoa.Denis Dzyubenko2011-06-093-28/+19
* Do not beep on Mac when pressing some keys.Denis Dzyubenko2011-06-094-4/+17
* Fixed a potential crash in headerview when inserting a sectionThierry Bastian2011-06-091-6/+3
* Fix a sizing issue of message box on windows Vista/7Thierry Bastian2011-06-091-11/+38
* Make sure the delete and backspace keys are ignored when keyb-searchingThierry Bastian2011-06-091-0/+2
* QNetworkReply: Fix canReadLine()Markus Goetz2011-06-093-1/+16
* Fixed problem displaying half width character as full widthDaisuke Kameda2011-06-091-1/+1
* Fixed rounded SVG rectangles when 'rx' or 'ry' is 0.Kim Motoyoshi Kalland2011-06-091-2/+2
* Slow QTreeView::layout() with many (> 10000) childrenGabriel de Dietrich2011-06-092-15/+51
* Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2011-06-094-30/+105
* Cocoa: Fix misaligned text between format changesEskil Abrahamsen Blomfeldt2011-06-091-1/+1
* Don't write byte-order-mark after seek()Paul Olav Tvete2011-06-091-1/+2
* QTreeView: let the dataChanged signal refresh the hasChildren attribute.Olivier Goffart2011-06-091-1/+5
* Fixed bounds calculation in QtSvg.Kim Motoyoshi Kalland2011-06-0910-226/+173
* Fixed vector-effect property output from QSvgGenerator.Kim Motoyoshi Kalland2011-06-091-16/+11
* Change behavior of applicationShouldTerminate.Fabien Freling2011-06-091-8/+5
* QHeaderView: fixes sectionClicked() emitted with wrong section indexOlivier Goffart2011-06-091-5/+9