| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a QListViewItem width when spacing is set | Jani Honkonen | 2012-08-23 | 1 | -4/+76 |
|
|
* | test: Mark tst_qdeclarativeflickable unstable failures as XFAIL | Sergio Ahumada | 2012-08-23 | 1 | -2/+14 |
|
|
* | test: Mark tst_QWidget unstable failures as XFAIL | Sergio Ahumada | 2012-08-23 | 1 | -5/+26 |
|
|
* | Fix undo and redo in QLineEdit when in password mode | Jani Honkonen | 2012-08-22 | 1 | -0/+66 |
|
|
* | Fix QListWidget scrolling with keys when there are hidden items | Jani Honkonen | 2012-08-22 | 1 | -0/+52 |
|
|
* | test: XFAIL tst_QListWidget::fastScroll() test on Windows | Sergio Ahumada | 2012-08-21 | 1 | -0/+5 |
|
|
* | test: Re-enabling tst_QFileInfo test on Windows | Sergio Ahumada | 2012-08-21 | 1 | -2/+0 |
|
|
* | test: Re-enabling tst_QListWidget test | Sergio Ahumada | 2012-08-17 | 1 | -2/+0 |
|
|
* | test: Re-enabling tst_QImageReader test | Sergio Ahumada | 2012-08-17 | 1 | -2/+0 |
|
|
* | Fix tst_qbytearray on QNX/Blackberry systems | Rafael Roquetto | 2012-08-17 | 2 | -4/+2 |
|
|
* | Implement QAccessibleLineEdit::characterRect() | Jan-Arve Saether | 2012-08-16 | 1 | -0/+10 |
|
|
* | test: Re-enabling tst_qdeclarativeerror test | Sergio Ahumada | 2012-08-16 | 1 | -1/+0 |
|
|
* | Fix error test on Windows. | Glenn Watson | 2012-08-16 | 2 | -1/+2 |
|
|
* | Fix for restoring dockwidget's size when it gets dragged. | Mikko Knuutila | 2012-08-16 | 1 | -0/+27 |
|
|
* | XMLHttpRequest does not support the DELETE method | Jani Honkonen | 2012-08-15 | 4 | -3/+29 |
|
|
* | test: Re-enabling tst_QFont test | Sergio Ahumada | 2012-08-15 | 1 | -2/+0 |
|
|
* | test: Re-enable tst_QGraphicsEffect test. | Sergio Ahumada | 2012-08-15 | 2 | -2/+22 |
|
|
* | license: Fix Blackberry/QNX license headers | Sergio Ahumada | 2012-08-14 | 1 | -17/+0 |
|
|
* | test: Re-enabling tst_QTreeView test | Sergio Ahumada | 2012-08-14 | 1 | -1/+0 |
|
|
* | test: Re-enabling tst_QMenu test | Sergio Ahumada | 2012-08-14 | 1 | -2/+0 |
|
|
* | test: Re-enabling tst_QNetworkConfiguration test | Sergio Ahumada | 2012-08-14 | 1 | -2/+0 |
|
|
* | test: Re-enabling tst_QNetworkConfigurationManager test | Sergio Ahumada | 2012-08-14 | 1 | -2/+0 |
|
|
* | test: Re-enabling tst_QWidget_window | Sergio Ahumada | 2012-08-13 | 1 | -2/+0 |
|
|
* | test: Mark tst_QTimeLine as significant on platforms other than Windows | Sergio Ahumada | 2012-08-10 | 1 | -1/+1 |
|
|
* | tests: Re-enable tst_MacNativeEvents test. | Sergio Ahumada | 2012-08-09 | 2 | -3/+5 |
|
|
* | tests: Re-enable tst_QMdiSubWindow test. | Sergio Ahumada | 2012-08-08 | 2 | -2/+5 |
|
|
* | tests: Re-enable tst_QGraphicsProxyWidget test. | Sergio Ahumada | 2012-08-08 | 2 | -2/+6 |
|
|
* | Changed qt version to 4.8.3 | jutaipal | 2012-08-08 | 6 | -6/+6 |
|
|
* | Avoid crashes when invalidating a proxy model filter. | Stephen Kelly | 2012-08-08 | 1 | -0/+66 |
|
|
* | test: Re-enable tst_Symbols test | Sergio Ahumada | 2012-08-08 | 2 | -3/+1 |
|
|
* | tests: Re-enable QTextScriptEngine test. | Sergio Ahumada | 2012-08-06 | 2 | -2/+10 |
|
|
* | tests: Re-enable QAccessibility test. | Sergio Ahumada | 2012-08-03 | 2 | -2/+12 |
|
|
* | Don't crash if queued signal handler no longer exists | Kent Hansen | 2012-08-03 | 1 | -0/+33 |
|
|
* | Fix crash when converting invalid JSValue to string | Kent Hansen | 2012-08-03 | 1 | -0/+9 |
|
|
* | Stop allowing the old-style Contact: line in license headers | Sergio Ahumada | 2012-08-02 | 1 | -7/+1 |
|
|
* | test: Re-enable tst_Headers test. | Sergio Ahumada | 2012-08-02 | 1 | -2/+0 |
|
|
* | Fix crash when accessing QObject properties through activation object | Kent Hansen | 2012-08-02 | 1 | -0/+18 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1793 | -3603/+3597 |
|
|
* | test: Re-enable tst_QMdiArea test. | Sergio Ahumada | 2012-08-01 | 2 | -1/+4 |
|
|
* | Workaround tst_headers, especially the license header check | Sergio Ahumada | 2012-07-30 | 1 | -11/+37 |
|
|
* | Set tst_QScrollbar to be significant | Kalle Juhani Lehtonen | 2012-07-26 | 2 | -3/+9 |
|
|
* | MouseArea: use current value of drag.axis | Alberto Mardegan | 2012-07-25 | 2 | -0/+101 |
|
|
* | tst_MacGui is flaky | Kalle Juhani Lehtonen | 2012-07-25 | 1 | -4/+7 |
|
|
* | Fix roundtrip between double and string in QDeclarativeListModel leading to p... | Florian Hänel | 2012-07-25 | 1 | -0/+4 |
|
|
* | tests: Re-enable tst_QSharedPointer_and_QWidget test. | Sergio Ahumada | 2012-07-23 | 2 | -2/+3 |
|
|
* | QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz. | David Faure | 2012-07-22 | 1 | -0/+6 |
|
|
* | test: only QEXPECT_FAIL tst_qgraphicstransform in release mode | Rohan McGovern | 2012-07-16 | 2 | -1/+3 |
|
|
* | test: Fix compilation error on old Unix systems caused by ShapeInput | Sergio Ahumada | 2012-07-16 | 1 | -2/+2 |
|
|
* | test: remove CONFIG+=insignificant_test for tst_qgraphicstransform | Rohan McGovern | 2012-07-16 | 2 | -8/+52 |
|
|
* | tests: Re-enable tst_MacGui test. | Sergio Ahumada | 2012-07-16 | 2 | -2/+3 |
|
|