summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Register interpolators for math3d classesRhys Weatherley2009-08-211-1/+23
* Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
* Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-205-142/+166
|\
| * Remove QGraphicsTransform::project()Rhys Weatherley2009-08-193-33/+2
| * Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-192-7/+48
| * Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
| * Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-193-133/+147
* | Fix undo/redo of single-command edit blocksmae2009-08-202-19/+27
* | This variable is used to signal a thread to exit. It should be volatile.Thiago Macieira2009-08-201-1/+1
* | Cocoa: cannot quit applicationRichard Moe Gustavsen2009-08-201-5/+13
* | Dont create native window handles when setting up gestures.Denis Dzyubenko2009-08-201-2/+0
* | QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-204-628/+586
* | Flickering "Whatsthis" pointer in CocoaPrasanth Ullattil2009-08-204-1/+31
* | Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-204-7/+8
* | Performance issue in QGraphicsItem::addParentItem while building theGabriel de Dietrich2009-08-203-12/+42
* | XdndLeave events have incorrect source idBradley T. Hughes2009-08-201-2/+4
* | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-193-9/+12
* | Document more of the behavior of QTouchEventBradley T. Hughes2009-08-191-43/+115
* | Carbon and Cocoa: Adding support for standard gestures.Richard Moe Gustavsen2009-08-192-4/+16
* | Improved the documentation of saving and restoring window geometry.Denis Dzyubenko2009-08-191-1/+14
* | Don't use pointers to temporary vars that go out of scope.Denis Dzyubenko2009-08-191-1/+1
* | Make the license test pass.Frans Englich2009-08-193-13/+10
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAlan Alpert2009-08-1913-34/+189
|\ \ | |/
| * Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
| * Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| * add QGraphicsObject Q_INTERFACES macroThierry Bastian2009-08-181-0/+1
| * Compile fix with namespaceshjk2009-08-181-0/+2
| * Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| * QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| * QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
| * Fix build failure on Mac OS 10.5Richard Moe Gustavsen2009-08-181-2/+4
| * Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-183-7/+76
| * Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
| * Fixed a possible crash in QTextCursorThierry Bastian2009-08-181-1/+2
| * Avoid divide by zero on buggy Xlib/Xserver implementationsBradley T. Hughes2009-08-181-4/+14
| * Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees.Rhys Weatherley2009-08-181-4/+17
* | Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1
|/
* Make QWS compile againAnders Bakken2009-08-171-33/+0
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-17164-312/+1970
* Implemented faster image transformation in the raster engine.Kim Motoyoshi Kalland2009-08-173-13/+664
* Doc - mentioned that if no QRegExp is set, or an empty string is set,Kavindra Devi Palaraja2009-08-171-3/+5
* Doc - some clean ups to QSortFilterProxyModel's documentationKavindra Devi Palaraja2009-08-171-89/+82
* Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-179-11/+39
* Fix a crash in the destruction of QListViewThierry Bastian2009-08-171-2/+4
* More coverity warnings removedThierry Bastian2009-08-173-12/+2
* qdoc: Fixed the bug that made reporting NOTIFY signals not work.Martin Smith2009-08-171-2/+3
* QTextControl::print: fix coverity warningThierry Bastian2009-08-172-4/+3
* remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-175-82/+33
* Fix coverity warningsThierry Bastian2009-08-175-9/+6
* QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated codeGunnar Sletta2009-08-175-72/+69