| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor some code | Thierry Bastian | 2009-06-12 | 1 | -31/+26 |
|
|
* | Fixed clipping bug due to applying redirection offset twice. | Samuel Rødal | 2009-06-12 | 1 | -1/+1 |
|
|
* | Set qreal to float for Symbian. | Martin Jones | 2009-06-12 | 1 | -1/+1 |
|
|
* | Fixed qtextcodec autotest so it can be run from a build directory. | Denis Dzyubenko | 2009-06-11 | 2 | -6/+6 |
|
|
* | UTF-8 text codec should be able to convert data when fed one by one byte. | Denis Dzyubenko | 2009-06-11 | 3 | -1/+77 |
|
|
* | Skip the byte order mark when converting the utf16 and utf32 data | Denis Dzyubenko | 2009-06-11 | 2 | -3/+15 |
|
|
* | Use the old codec if there is one available when reading data in qtextstream. | Denis Dzyubenko | 2009-06-11 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-06-11 | 1 | -1/+1 |
|\ |
|
| * | Compile the qsettins autotest | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Doc: Make it easier to find supported platform information from the | David Boddie | 2009-06-11 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-06-11 | 4 | -32/+103 |
|\ |
|
| * | Painting artifacts in QGraphicsView. | Bjørn Erik Nilsen | 2009-06-11 | 4 | -10/+83 |
|
|
| * | QGraphicsView: Replace update() with updateAll(). | Bjørn Erik Nilsen | 2009-06-11 | 2 | -22/+20 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-06-11 | 70 | -466/+444 |
|\ \
| |/ |
|
| * | Use the original order if two files are equivalent for the sort of QDir | Benjamin Poulain | 2009-06-11 | 1 | -1/+2 |
|
|
| * | Sort QDir with qSort instead of qStableSort | Benjamin Poulain | 2009-06-11 | 1 | -2/+1 |
|
|
| * | Fixed ToolBar layout so that when a toolbar is resized to its sizeHint | Thierry Bastian | 2009-06-11 | 1 | -3/+4 |
|
|
| * | small change in a string, using startsWith | Thierry Bastian | 2009-06-11 | 1 | -1/+1 |
|
|
| * | Removed qApp and replaced with QApplication:: for static member calls | Thierry Bastian | 2009-06-11 | 47 | -180/+178 |
|
|
| * | refactor of private getters for the mode i item widget classes | Thierry Bastian | 2009-06-11 | 8 | -162/+158 |
|
|
| * | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 16 | -93/+84 |
|
|
| * | Fixed clipping bugs due to not accounting for the redirection offset. | Samuel Rødal | 2009-06-11 | 1 | -20/+9 |
|
|
| * | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-11 | 2 | -4/+7 |
|
|
* | | Doc: Added information about QDBUS_DEBUG to the D-Bus documentation. | David Boddie | 2009-06-11 | 2 | -1/+23 |
|/ |
|
* | Makes the ODF writer use one text:tab tag for each tab, per ODF spec. | Thomas Zander | 2009-06-11 | 2 | -29/+24 |
|
|
* | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-11 | 5 | -16/+11 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Morten Sørvig | 2009-06-11 | 4 | -33/+26 |
|\ |
|
| * | QHttpNetworkConnection: Removed an unnecessary/dead check | Markus Goetz | 2009-06-11 | 3 | -16/+12 |
|
|
| * | QHttpNetworkConnection: Some renamings | Markus Goetz | 2009-06-11 | 2 | -17/+14 |
|
|
* | | Make configure pass the -sdk option on to the configure tests. | Morten Sørvig | 2009-06-11 | 2 | -27/+38 |
|/ |
|
* | Make sure custom arrow images works if we only specify it. | Olivier Goffart | 2009-06-11 | 4 | -4/+158 |
|
|
* | Only include QMetaType if required in moc generated files | Olivier Goffart | 2009-06-11 | 2 | -3/+8 |
|
|
* | Clean up qwidget_p.h since the last change | Olivier Goffart | 2009-06-11 | 1 | -8/+6 |
|
|
* | Invalid QPersistentIndexes after QStandardItem::takeRow | Olivier Goffart | 2009-06-11 | 3 | -36/+148 |
|
|
* | Autotest compile. | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
|
|
* | add parent and id properties to QGraphicsObject | Lars Knoll | 2009-06-11 | 2 | -3/+76 |
|
|
* | added properties for x,y and z. Removed the notify for the pos property, | Lars Knoll | 2009-06-11 | 6 | -13/+315 |
|
|
* | Add some meat to QGraphicsObject | Lars Knoll | 2009-06-11 | 4 | -107/+166 |
|
|
* | move some properties from QGraphicsWidget to QGraphicsObject | Lars Knoll | 2009-06-11 | 2 | -4/+4 |
|
|
* | add a QGraphicsObject class and change QGraphicsWidget and QGraphicsTextItem ... | Lars Knoll | 2009-06-11 | 5 | -49/+63 |
|
|
* | Partially revert "Add (back) properties to QGraphicsItem to change the | Bjørn Erik Nilsen | 2009-06-11 | 1 | -1/+3 |
|
|
* | Compile on the Mac. | Bjørn Erik Nilsen | 2009-06-11 | 1 | -2/+2 |
|
|
* | Remove var->QMAKE_COMP_var docs, and mark feature unsupported. | Marius Storm-Olsen | 2009-06-11 | 2 | -4/+1 |
|
|
* | Reduce left-margins in qdoc | Jens Bache-Wiig | 2009-06-10 | 1 | -6/+3 |
|
|
* | We don't have to combine the world matrix anymore. | Bjørn Erik Nilsen | 2009-06-10 | 1 | -5/+3 |
|
|
* | Improve QDirPrivate::sortFileList by leaving right avway is | Ritt Konstantin | 2009-06-10 | 1 | -19/+23 |
|
|
* | Optimize QDirPrivate::sortFileList by using a QFileInfoList | Ritt Konstantin | 2009-06-10 | 1 | -13/+28 |
|
|
* | tst_qpixmap compile fix | Joerg Bornemann | 2009-06-10 | 1 | -1/+1 |
|
|
* | Some adjustments to the documentation | Jens Bache-Wiig | 2009-06-10 | 2 | -42/+49 |
|
|
* | Adding support in QVariant for conversions between QUrl and QString | Thierry Bastian | 2009-06-10 | 2 | -5/+25 |
|
|