Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix qvariant_cast<QVariant> when a QVariant is really inside a QVariant | Olivier Goffart | 2009-10-29 | 1 | -0/+4 | |
| * | | | | | | | Stabilize tests | Olivier Goffart | 2009-10-29 | 3 | -2/+5 | |
| * | | | | | | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 11 | -32/+414 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix warning in qvariant.h header + make sure QVariant in QVariant works as ex... | Olivier Goffart | 2009-10-28 | 1 | -0/+245 | |
| * | | | | | | | | Fixed bug in QTableView spans. | Gabriel de Dietrich | 2009-10-28 | 1 | -0/+38 | |
| * | | | | | | | | Extand test of qBinaryFind | Olivier Goffart | 2009-10-28 | 1 | -1/+16 | |
| * | | | | | | | | Wrong caching of opaque children in QWidget. | Bjørn Erik Nilsen | 2009-10-28 | 1 | -0/+42 | |
| * | | | | | | | | Stabilize tst_QGraphicsView::optimizationFlags_dontSavePainterState2 | Bjørn Erik Nilsen | 2009-10-28 | 1 | -2/+6 | |
| * | | | | | | | | Changing the time we wait for the end of the animation | Thierry Bastian | 2009-10-28 | 1 | -3/+3 | |
| * | | | | | | | | Make the QPropertyAnimation pass on windows by waiting slightly longer | Thierry Bastian | 2009-10-28 | 1 | -4/+4 | |
| * | | | | | | | | Fix initial focus bug in ItemIsFocusScope. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -7/+80 | |
| * | | | | | | | | Double-clicking a dock widget titlebar could make it disappear | Thierry Bastian | 2009-10-28 | 1 | -0/+19 | |
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-10-28 | 4 | -3/+130 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | QSplitter would not show previously collapsed widgets. | Gabriel de Dietrich | 2009-10-28 | 1 | -0/+34 | |
| | * | | | | | | | | Qt::escape(): also escape the quote (") | Olivier Goffart | 2009-10-28 | 1 | -2/+24 | |
| | * | | | | | | | | Fix XML entities in QTextDocument::toHtml() | Thorvald Natvig | 2009-10-28 | 2 | -2/+31 | |
| | * | | | | | | | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -0/+42 | |
| * | | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 10 | -65/+897 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | QGAL: Add test for David Boddie bug | Eduardo M. Fleury | 2009-10-26 | 1 | -0/+46 | |
| | * | | | | | | | | QGAL: identify unfeasible setups even when graph is simplified | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -0/+51 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | QFontMetrics test | Olivier Goffart | 2009-10-27 | 1 | -0/+14 | |
| * | | | | | | | | QComboBox did not emit currentItemChanged when the model was reset | Thierry Bastian | 2009-10-27 | 1 | -0/+33 | |
| * | | | | | | | | QVariant::isNull does not return the right result with QVariant::setValue | Olivier Goffart | 2009-10-27 | 1 | -0/+8 | |
| * | | | | | | | | Fixed QTreeView not emitting doubleCliked when 1st col is spanned | Thierry Bastian | 2009-10-27 | 1 | -0/+29 | |
| * | | | | | | | | QTreeView: Make sure the state QStyle::State_Sibling is correctly set | Olivier Goffart | 2009-10-27 | 1 | -4/+11 | |
| * | | | | | | | | Fixes QTreeView: stylesheet :has-children pseudo selector doesn't works for t... | Olivier Goffart | 2009-10-27 | 1 | -3/+32 | |
| * | | | | | | | | QTableView would not correctly resize to contents | Thierry Bastian | 2009-10-27 | 1 | -5/+6 | |
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-10-27 | 5 | -16/+109 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Stabilize sequential animation startDelay autotest on win | Leonardo Sobral Cunha | 2009-10-27 | 1 | -8/+5 | |
| | * | | | | | | | | Fixed a bug in QMenuBar in RTL that would display menu at the wrong place | Thierry Bastian | 2009-10-27 | 1 | -1/+28 | |
| | * | | | | | | | | Fixed crash when setting header data in QSqlQueryModel. | Gabriel de Dietrich | 2009-10-26 | 1 | -4/+14 | |
| | * | | | | | | | | stabilize test and fix warning | Olivier Goffart | 2009-10-26 | 1 | -3/+3 | |
| | * | | | | | | | | Drag and drop in QListWidget would not preserve the selection | Gabriel de Dietrich | 2009-10-26 | 1 | -0/+59 | |
| * | | | | | | | | | Respect the per-item layoutSpacing() if the style uses that feature. | Jan-Arve Sæther | 2009-10-27 | 1 | -0/+162 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Fix buglet in QGraphicsItem::stackBefore(). | Andreas Aardal Hanssen | 2009-10-26 | 1 | -28/+28 | |
| * | | | | | | | | Wrong worldTransform() on the painter in QGraphicsScene::drawForeground. | Bjørn Erik Nilsen | 2009-10-23 | 1 | -0/+49 | |
| * | | | | | | | | Increase realiability of pauseanimation autotests on win | Leonardo Sobral Cunha | 2009-10-23 | 1 | -20/+24 | |
| * | | | | | | | | MAke sure we call setCurrentTime when an animation is started | Thierry Bastian | 2009-10-23 | 1 | -0/+9 | |
| * | | | | | | | | QGraphicsLineItem leave traces when moving around (reg. against 4.5) | Bjørn Erik Nilsen | 2009-10-23 | 1 | -0/+34 | |
| * | | | | | | | | Fix crash in QGraphicsView BSP discovered in Amarok. | Alexis Menard | 2009-10-22 | 1 | -0/+58 | |
| * | | | | | | | | Autotest fix for parallel animation group | Thierry Bastian | 2009-10-22 | 1 | -11/+6 | |
| * | | | | | | | | stabilize QListView test | Olivier Goffart | 2009-10-22 | 1 | -3/+6 | |
* | | | | | | | | | Merge commit 'mainline/4.6' into 4.6 | hjk | 2009-10-30 | 24 | -60/+652 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-30 | 10 | -23/+368 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | do not crash | Oswald Buddenhagen | 2009-10-29 | 2 | -0/+27 | |
| | * | | | | | | | Autotest: add a few more tests for Unicode (IDN) support | Thiago Macieira | 2009-10-29 | 1 | -2/+5 | |
| | * | | | | | | | Autotest: add one test that was in the previous implementation but missing here | Thiago Macieira | 2009-10-29 | 1 | -0/+1 | |
| | * | | | | | | | Autotest: use example.org and example.net | Thiago Macieira | 2009-10-29 | 1 | -12/+12 | |
| | * | | | | | | | Import a new implementation of fromUserInput. | Thiago Macieira | 2009-10-29 | 1 | -0/+60 | |
| | * | | | | | | | Remove the fromUserInput implementation and tests. | Thiago Macieira | 2009-10-29 | 1 | -55/+0 | |