Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | Added ignore rules for Symbian build files. | axis | 2009-08-18 | 1 | -0/+1 | |
| | | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Shane Kearns | 2009-08-18 | 17 | -74/+52 | |
| | | | |\ | ||||||
| | | | | * | Use qt_TDesC2QString() instead qstringFromDesc(). | Aleksandar Sasha Babic | 2009-08-17 | 1 | -15/+11 | |
| | | | * | | Fixes to Symbian native engine for QFileSystemWatcher. | Shane Kearns | 2009-08-18 | 2 | -12/+21 | |
| | | * | | | Remove qpaintdevice_s60.cpp. | Jason Barron | 2009-08-18 | 2 | -74/+0 | |
| | | * | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 731 | -10514/+38289 | |
| | | |\ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | | * | | 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 | |
| | | | * | | qdoc: Fixed the bug that made reporting NOTIFY signals not work. | Martin Smith | 2009-08-17 | 1 | -2/+3 | |
| | | | * | | QTextControl::print: fix coverity warning | Thierry Bastian | 2009-08-17 | 2 | -4/+3 | |
| | | | * | | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they are | Gunnar Sletta | 2009-08-17 | 5 | -82/+33 | |
| | | | * | | Fix coverity warnings | Thierry Bastian | 2009-08-17 | 5 | -9/+6 | |
| | | | * | | QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated code | Gunnar Sletta | 2009-08-17 | 5 | -72/+69 | |
| | | | * | | Transforms do not obey AnchorUnderMouse with viewport margins set | Gabriel de Dietrich | 2009-08-17 | 1 | -2/+2 | |
| | | | * | | Better handling of qreal with QVariant | Thierry Bastian | 2009-08-17 | 8 | -26/+33 | |
| | | | * | | Fixed coverity warnings | Thierry Bastian | 2009-08-17 | 8 | -13/+13 | |
| | | | * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 27 | -41/+59 | |
| | | | * | | doc: Eliminated two qdoc error reports. | Martin Smith | 2009-08-17 | 1 | -0/+10 | |
| | | | * | | qpdf: fix memory leak detected by coverity | Thierry Bastian | 2009-08-17 | 1 | -0/+3 | |
| | | | * | | Doc: Mention that destroying an item that belongs to a QGraphicsScene is inne... | Olivier Goffart | 2009-08-17 | 1 | -0/+3 | |
| | | | * | | Doc: Fix links and silence qdoc warnings. | Volker Hilsheimer | 2009-08-16 | 3 | -24/+25 | |
| | | | * | | Fixed compile. | Rohan McGovern | 2009-08-14 | 1 | -3/+3 | |
| | | | * | | Fixed compile. | Rohan McGovern | 2009-08-14 | 1 | -1/+1 | |
| | | | * | | Avoid wrapping outside word boundaries in QTextDocument unless necessary | Eskil Abrahamsen Blomfeldt | 2009-08-14 | 1 | -9/+10 | |
| | | | * | | Reimplement qSwap and Q_DECLARE_SHARED differently. | Thiago Macieira | 2009-08-14 | 4 | -41/+40 | |
| | | | * | | QVariant: more work on avoinding conversion between float and doubles | Thierry Bastian | 2009-08-14 | 5 | -16/+16 | |
| | | | * | | Fixed Coverity defect CID 1528. | Gabriel de Dietrich | 2009-08-14 | 1 | -1/+1 | |
| | | | * | | Removing some unused variables. | Alessandro Portale | 2009-08-14 | 6 | -16/+0 | |
| | | | * | | QCssParser: reordering initializers to match declaration | Thierry Bastian | 2009-08-14 | 1 | -1/+1 | |