| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | Painting artifacts in QGraphicsView. | Bjørn Erik Nilsen | 2009-06-11 | 1 | -0/+63 |
|
|
| | * | | Makes the ODF writer use one text:tab tag for each tab, per ODF spec. | Thomas Zander | 2009-06-11 | 1 | -1/+1 |
|
|
| | * | | Make sure custom arrow images works if we only specify it. | Olivier Goffart | 2009-06-11 | 3 | -0/+144 |
|
|
| | * | | Invalid QPersistentIndexes after QStandardItem::takeRow | Olivier Goffart | 2009-06-11 | 2 | -21/+127 |
|
|
| | * | | added properties for x,y and z. Removed the notify for the pos property, | Lars Knoll | 2009-06-11 | 3 | -1/+266 |
|
|
| | * | | tst_qpixmap compile fix | Joerg Bornemann | 2009-06-10 | 1 | -1/+1 |
|
|
| | * | | Adding support in QVariant for conversions between QUrl and QString | Thierry Bastian | 2009-06-10 | 1 | -3/+11 |
|
|
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Michael Brasser | 2009-06-11 | 19 | -76/+871 |
| |\ \ \ |
|
| * | | | | Warn when trying to anchor to non-sibling/non-parent. | Michael Brasser | 2009-06-09 | 1 | -13/+6 |
|
|
* | | | | | Update flickable visual test. | Martin Jones | 2009-06-21 | 7 | -225/+5 |
| |/ / /
|/| | | |
|
* | | | | Merge commit 'qt/master' into kinetic-declarativeui | Bjørn Erik Nilsen | 2009-06-10 | 18 | -76/+870 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | QPainter::worldTransform() does not return identity matrix. | Bjørn Erik Nilsen | 2009-06-10 | 1 | -0/+94 |
|
|
| * | | | Merge commit 'qt-mainline/master' into master-recursivepaint | Andreas Aardal Hanssen | 2009-06-10 | 2 | -12/+83 |
| |\ \ \ |
|
| | * | | | Made QListWidgetItem::operator<() check if the data is numerical when comparing. | J-P Nurmi | 2009-06-10 | 1 | -12/+27 |
|
|
| | * | | | Move declaration of QFileInfoPrivate in a separate file _p and | Alexis Menard | 2009-06-10 | 1 | -0/+56 |
|
|
| * | | | | Merge commit 'qt-mainline/master' into master-recursivepaint | Andreas Aardal Hanssen | 2009-06-10 | 10 | -23/+123 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix some incorrect license headers. | Jason McDonald | 2009-06-10 | 4 | -4/+4 |
|
|
| | * | | | Add support for TIFF formats (Mono and indexed) | Benjamin Poulain | 2009-06-09 | 1 | -0/+26 |
|
|
| | * | | | small improvement/refactor to cssparser | Thierry Bastian | 2009-06-09 | 1 | -2/+43 |
|
|
| | * | | | Fix floating point exception in QImageReader::setScaledSize(QSize(0, 0)) | Leonardo Sobral Cunha | 2009-06-09 | 1 | -0/+26 |
|
|
| | * | | | Fix QImageReader autotest compilation | Leonardo Sobral Cunha | 2009-06-09 | 1 | -1/+1 |
|
|
| | * | | | make bic test works in shadow build | Olivier Goffart | 2009-06-09 | 2 | -16/+23 |
|
|
| * | | | | Fix tst_QGraphicsProxyWidget::scrollUpdate test, wrong test. | Andreas Aardal Hanssen | 2009-06-10 | 1 | -1/+1 |
|
|
| * | | | | Fix sorting bug when using BSP tree index + add autotest. | Andreas Aardal Hanssen | 2009-06-09 | 1 | -0/+56 |
|
|
| * | | | | Ensure we use the correct static paintedItems list. | Andreas Aardal Hanssen | 2009-06-09 | 1 | -6/+6 |
|
|
| * | | | | Fix QGraphicsView::render() regression, ensure the right device is passed. | Andreas Aardal Hanssen | 2009-06-09 | 1 | -0/+57 |
|
|
| * | | | | Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs. | Andreas Aardal Hanssen | 2009-06-09 | 1 | -10/+62 |
|
|
| * | | | | Add ItemSendsGeometryChanges, replacing itemChangeEnabled(). | Andreas Aardal Hanssen | 2009-06-09 | 1 | -3/+55 |
|
|
| * | | | | Auto-test to ensure moved items don't leave traces. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -0/+78 |
|
|
| * | | | | Add another auto-test ensuring updates outside the brect are discared. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -0/+8 |
|
|
| * | | | | Fix two regressions in Plasma. The painter state proctection was not | Alexis Menard | 2009-06-09 | 2 | -0/+89 |
|
|
| * | | | | Add (back) properties to QGraphicsItem to change the transformations component | Olivier Goffart | 2009-06-09 | 1 | -0/+199 |
|
|
| * | | | | A partial QGraphicsItem update causes a full update to be discarded. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -1/+30 |
|
|
| * | | | | QGraphicsItem discard updates when it shouldn't. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -0/+28 |
|
|
| * | | | | Fix tst_QGraphicsView::acceptMousePressEvent (by entering event loop). | Andreas Aardal Hanssen | 2009-06-09 | 1 | -0/+2 |
|
|
| * | | | | Make sure we reset the updateAll variable correctly. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -0/+1 |
|
|
| * | | | | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect(). | Bjørn Erik Nilsen | 2009-06-09 | 1 | -0/+2 |
|
|
| * | | | | Ensure this test goes via QGraphicsScene::drawItems(). | Andreas Aardal Hanssen | 2009-06-09 | 1 | -0/+1 |
|
|
| * | | | | Remove leftover code from merge conflict. | Andreas Aardal Hanssen | 2009-06-09 | 1 | -126/+0 |
|
|
| * | | | | Massive re-factoring of Graphics View's update mechanism. | Bjørn Erik Nilsen | 2009-06-09 | 1 | -2/+3 |
| |/ / / |
|
* | | | | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar... | Michael Brasser | 2009-06-09 | 27 | -39/+546 |
|\ \ \
| |/ / |
|
| * | | Fixed ListView so that it is able to move items in negative space and | Thierry Bastian | 2009-06-08 | 1 | -0/+51 |
|
|
| * | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 1 | -6/+0 |
| |\ \
| | |/ |
|
| | * | Autotest: Fixed a race condition in the network self test. | Thiago Macieira | 2009-06-05 | 1 | -6/+0 |
|
|
| * | | Extend auto test to cover the emission order of the contentChange() and | mae | 2009-06-08 | 1 | -0/+32 |
|
|
| * | | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing. | J-P Nurmi | 2009-06-08 | 1 | -0/+4 |
|
|
| * | | make signal handlers understand QVariant again | Kent Hansen | 2009-06-05 | 1 | -0/+29 |
|
|
| * | | have QScriptValue::toVariant() convert Array objects to QVariantLists | Kent Hansen | 2009-06-05 | 1 | -0/+21 |
|
|
| * | | Revert two of my commits, restoring the original fix for focus handling. | Denis Dzyubenko | 2009-06-05 | 1 | -18/+0 |
|
|