| Commit message (Expand) | Author | Age | Files | Lines |
* | QSortFilterProxyModel: In dynamic filter model, childs of temporarly | Olivier Goffart | 2009-04-16 | 1 | -0/+42 |
|
|
* | Phonon autotest - checking if the backend plugin is actually deployed | Thomas Hartmann | 2009-04-16 | 1 | -2/+16 |
|
|
* | Fix crash in the SQLQueryModel tests | Olivier Goffart | 2009-04-16 | 1 | -1/+5 |
|
|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 1 | -1/+8 |
|\ |
|
| * | autotest fix in QtreeView | Thierry Bastian | 2009-04-16 | 1 | -1/+8 |
|
|
* | | Remove obsolete code from autotests. | Jason McDonald | 2009-04-16 | 109 | -1576/+415 |
|/ |
|
* | QFileDialog : Fix filters that doesn't work if whitespaces at the end | Alexis Menard | 2009-04-15 | 1 | -0/+16 |
|
|
* | Update the item if the text has changed but the boundingRect is the | Alexis Menard | 2009-04-15 | 1 | -0/+34 |
|
|
* | The submenu of a multicolumn menu have an incorrect position | Thierry Bastian | 2009-04-15 | 1 | -0/+34 |
|
|
* | Stabilize test for QItemDelegate | Olivier Goffart | 2009-04-15 | 1 | -0/+1 |
|
|
* | Fixes QSortFilterProxyModel not reporting child if the model need to fetchMore | Olivier Goffart | 2009-04-15 | 1 | -0/+87 |
|
|
* | Fix regression in QString::replace(int, int, QChar) when string is empty | Paul Olav Tvete | 2009-04-15 | 1 | -0/+4 |
|
|
* | BT: Fix a regression to 4.4 in Graphics View's handling of child clippers | Andreas Aardal Hanssen | 2009-04-15 | 2 | -0/+109 |
|
|
* | Don't crash or loop infinitely when we retrieving the accessible accel. | Jan-Arve Sæther | 2009-04-15 | 1 | -6/+46 |
|
|
* | Fix the behaviour of sql classes regarding quoted identifiers | abcd | 2009-04-15 | 5 | -60/+681 |
|
|
* | Fix auto-test failure since we remove the warning in QColor | Alexis Menard | 2009-04-14 | 1 | -1/+1 |
|
|
* | QGraphicsItem: When an item is deleted and eventfilters installed | Alexis Menard | 2009-04-14 | 1 | -0/+19 |
|
|
* | increase waiting time | Maurice Kalinowski | 2009-04-14 | 1 | -1/+1 |
|
|
* | fix deployment rules | Maurice Kalinowski | 2009-04-14 | 1 | -1/+1 |
|
|
* | Fixes: QTreeView font change regression if there is an application stylesheet | Olivier Goffart | 2009-04-14 | 1 | -1/+42 |
|
|
* | Fix crash in QTreeView | Olivier Goffart | 2009-04-14 | 1 | -1/+25 |
|
|
* | Javascript: When there is javascript running then it will spin the CPU at 100% | Bradley T. Hughes | 2009-04-08 | 1 | -0/+65 |
|
|
* | Autotest: Cisco changed their DNS setup; update our test. | Thiago Macieira | 2009-04-08 | 1 | -1/+1 |
|
|
* | fix assert | Maurice Kalinowski | 2009-04-08 | 1 | -4/+4 |
|
|
* | remove senseless testfunctions | Maurice Kalinowski | 2009-04-08 | 1 | -17/+17 |
|
|
* | add deployment for WinCE | Maurice Kalinowski | 2009-04-08 | 1 | -0/+1 |
|
|
* | Enable test for WinCE | Maurice Kalinowski | 2009-04-08 | 1 | -1/+1 |
|
|
* | Fixes: mediaobject autotest for windows ce (waveout) | Thomas Hartmann | 2009-04-07 | 1 | -1/+1 |
|
|
* | Make compile when Qt3Support is turned off | Bill King | 2009-04-06 | 1 | -0/+2 |
|
|
* | Fixes: QSqlTableModel does not handle updates when one of the fields has | Bill King | 2009-04-06 | 1 | -0/+28 |
|
|
* | Update the autotest to pass again due to a previous behaviuour change. | Jan-Arve Sæther | 2009-04-06 | 1 | -9/+12 |
|
|
* | compile for non x11 systems | Maurice Kalinowski | 2009-04-06 | 1 | -0/+2 |
|
|
* | compile | Maurice Kalinowski | 2009-04-06 | 1 | -1/+1 |
|
|
* | remove dead code | Maurice Kalinowski | 2009-04-06 | 1 | -1/+0 |
|
|
* | compile for systems without Qt3Support | Maurice Kalinowski | 2009-04-06 | 1 | -1/+1 |
|
|
* | Fixup update rect regression by adjusting expose rectangles. | Andreas Aardal Hanssen | 2009-04-06 | 1 | -0/+61 |
|
|
* | Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange. | Bjoern Erik Nilsen | 2009-04-06 | 1 | -0/+18 |
|
|
* | Fixes: Be a bit more smarter when calling setGeometry from itemChange | Alexis Menard | 2009-04-06 | 2 | -0/+66 |
|
|
* | Remove QTDIR dependency from moc autotest | Simon Hausmann | 2009-04-06 | 1 | -10/+26 |
|
|
* | Moc autotest cleanup | Simon Hausmann | 2009-04-06 | 1 | -12/+0 |
|
|
* | Fix moc autotest failures | Simon Hausmann | 2009-04-06 | 2 | -3/+11 |
|
|
* | Fix a crash in QFileDialog with a proxy on it. | Alexis Menard | 2009-04-03 | 1 | -0/+47 |
|
|
* | Removed usage of NaN in SVG gradients. | Kim Motoyoshi Kalland | 2009-04-03 | 1 | -2/+1 |
|
|
* | Fix focus policy propagation bug in QCompleter. | jasplin | 2009-04-03 | 1 | -0/+58 |
|
|
* | Adding auto-tests for commits a2fcc4a5 and 8d500381 | João Abecasis | 2009-04-02 | 4 | -1/+78 |
|
|
* | In qmake tests, allow child environment to be manipulated | João Abecasis | 2009-04-02 | 3 | -2/+18 |
|
|
* | Spring cleaning in qmake tests | João Abecasis | 2009-04-02 | 4 | -102/+44 |
|
|
* | Remove dependency on Qt3 support from qmake tests | João Abecasis | 2009-04-02 | 4 | -185/+67 |
|
|
* | Cleanup and minor fixes of db testcase support code | Bill King | 2009-04-02 | 1 | -20/+19 |
|
|
* | QTextStream autotest: do not test against "imap.troll.no" | Peter Hartmann | 2009-04-01 | 1 | -1/+3 |
|
|