| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure windows raise properly when focused | Anders Bakken | 2009-08-18 | 3 | -25/+57 |
|
|
* | Initialize bpl in QDirectFBPaintDevice(...) | Anders Bakken | 2009-08-18 | 1 | -1/+1 |
|
|
* | Disambiguate variable names | Anders Bakken | 2009-08-18 | 2 | -7/+7 |
|
|
* | Fixed toRawForm because the domains usually start with a dot. | Thiago Macieira | 2009-08-18 | 1 | -1/+6 |
|
|
* | Remove a global static in QtTest: we can do the same with dynamic | Thiago Macieira | 2009-08-18 | 1 | -2/+7 |
|
|
* | Remove a global destructor from QtDBus. | Thiago Macieira | 2009-08-18 | 1 | -4/+6 |
|
|
* | Doc: explain that QUrl::toAce may fail if its input is not correct. | Thiago Macieira | 2009-08-18 | 1 | -0/+4 |
|
|
* | Simplify DirectFB clipping | Anders Bakken | 2009-08-18 | 2 | -25/+36 |
|
|
* | Fix bugs in DFBPE fillRect and drawTiledPixmap | Anders Bakken | 2009-08-18 | 1 | -3/+2 |
|
|
* | Added a behaviour parameter to QXmlStreamReader::readElementText | Thorbjørn Lindeijer | 2009-08-18 | 2 | -8/+57 |
|
|
* | Added two convenience functions to QXmlStreamReader | Thorbjørn Lindeijer | 2009-08-18 | 2 | -0/+52 |
|
|
* | Fixed a crash when setting twice the same viewmode on a QListView | Thierry Bastian | 2009-08-18 | 1 | -1/+3 |
|
|
* | Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles. | Kim Motoyoshi Kalland | 2009-08-18 | 1 | -2/+34 |
|
|
* | Make sure to update pos QDFBCursor::move | Anders Bakken | 2009-08-18 | 1 | -0/+1 |
|
|
* | add QGraphicsObject Q_INTERFACES macro | Thierry Bastian | 2009-08-18 | 1 | -0/+1 |
|
|
* | Compile fix with namespaces | hjk | 2009-08-18 | 1 | -0/+2 |
|
|
* | Animations: update the documentation | Thierry Bastian | 2009-08-18 | 1 | -7/+0 |
|
|
* | Make TestLib compatible with mingw when gui is not used | Thierry Bastian | 2009-08-18 | 3 | -2/+7 |
|
|
* | Fixed bug when rendering long lines of text without XRender. | Samuel Rødal | 2009-08-18 | 1 | -4/+12 |
|
|
* | QItemSelectionModel: hasSelection can return true when no selection | Thierry Bastian | 2009-08-18 | 1 | -11/+11 |
|
|
* | QHeaderView: assertion when modifying the root iem of a treewidget | Thierry Bastian | 2009-08-18 | 1 | -1/+2 |
|
|
* | Fix build failure on Mac OS 10.5 | Richard Moe Gustavsen | 2009-08-18 | 1 | -2/+4 |
|
|
* | Added support for gestures on Mac OS X Carbon | Richard Moe Gustavsen | 2009-08-18 | 3 | -7/+76 |
|
|
* | Speed up midpoint lines starting far outside the device bounds. | Gunnar Sletta | 2009-08-18 | 1 | -0/+14 |
|
|
* | As of Qt 4.6, the minimum OS X version is 10.4. | Morten Sorvig | 2009-08-18 | 1 | -1/+1 |
|
|
* | Fixed a possible crash in QTextCursor | Thierry Bastian | 2009-08-18 | 1 | -1/+2 |
|
|
* | Avoid divide by zero on buggy Xlib/Xserver implementations | Bradley T. Hughes | 2009-08-18 | 1 | -4/+14 |
|
|
* | Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees. | Rhys Weatherley | 2009-08-18 | 1 | -4/+17 |
|
|
* | Clean up DirectFB with WM enabled | Anders Bakken | 2009-08-17 | 4 | -76/+123 |
|
|
* | Clean up DirectFB defines | Anders Bakken | 2009-08-17 | 1 | -0/+25 |
|
|
* | Clean up primary surface handling in DFB | Anders Bakken | 2009-08-17 | 3 | -28/+26 |
|
|
* | Fix a bug in wrt DFBWindowSurface's paintEngine | Anders Bakken | 2009-08-17 | 2 | -12/+6 |
|
|
* | fix includes to use lower-case | Harald Fernengel | 2009-08-17 | 14 | -25/+22 |
|
|
* | Rename qlistdata.cpp (back) to qlist.cpp. | Volker Hilsheimer | 2009-08-17 | 3 | -2/+2 |
|
|
* | Make QWS compile again | Anders Bakken | 2009-08-17 | 1 | -33/+0 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-08-17 | 326 | -895/+17471 |
|\ |
|
| * | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 326 | -895/+17471 |
|
|
* | | Doc: Clarified the difference between timer resolution and accuracy. | David Boddie | 2009-08-17 | 1 | -4/+16 |
|/ |
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-08-17 | 18 | -135/+933 |
|\ |
|
| * | Implemented faster image transformation in the raster engine. | Kim Motoyoshi Kalland | 2009-08-17 | 3 | -13/+664 |
|
|
| * | Removed unused member variable from QGLFramebufferObjectPrivate. | Kim Motoyoshi Kalland | 2009-08-17 | 1 | -2/+0 |
|
|
| * | Initialize QSvgTinyDocument::m_widthPercent and m_heightPercent. | Kim Motoyoshi Kalland | 2009-08-17 | 1 | -4/+6 |
|
|
| * | Add support for the orientation of tiff images | Benjamin Poulain | 2009-08-17 | 1 | -1/+106 |
|
|
| * | Doc - mentioned that if no QRegExp is set, or an empty string is set, | Kavindra Devi Palaraja | 2009-08-17 | 1 | -3/+5 |
|
|
| * | Doc - some clean ups to QSortFilterProxyModel's documentation | Kavindra Devi Palaraja | 2009-08-17 | 1 | -89/+82 |
|
|
| * | Merge QGV delta from kinetic-declarativeui into master. | Andreas Aardal Hanssen | 2009-08-17 | 9 | -11/+39 |
|
|
| * | Fixed text rendering on GL ES 2 implementations. | Trond Kjernåsen | 2009-08-17 | 2 | -12/+31 |
|
|
* | | Doc: Clarified that arguments should be passed as separate strings. | David Boddie | 2009-08-17 | 1 | -5/+13 |
|/ |
|
* | Fix a crash in the destruction of QListView | Thierry Bastian | 2009-08-17 | 1 | -2/+4 |
|
|
* | More coverity warnings removed | Thierry Bastian | 2009-08-17 | 5 | -15/+7 |
|
|