summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the designer plugin from qttools hereLars Knoll2012-06-075-1/+225
* QDeclarativeXmlHttpRequest - use readyread signal not downloadProgressShane Kearns2012-06-061-5/+4
* Remove the remaining traces of the old plugin systemLars Knoll2012-06-055-7/+7
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-313-2/+24
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-314-0/+4
* Fix compilation for QT_NO_ACTION, QT_NO_CONTEXTMENU and QT_NO_MENUTasuku Suzuki2012-05-295-2/+21
* Do not let QML warnings reduce the frame rate in fullscreen mode.Andreas Hartmetz2012-05-292-0/+9
* Fix memory leak in qdeclarativevisualdatamodel.Andrew den Exter2012-05-281-2/+4
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-234-9/+0
* Fixed incorrect autotest name.Rohan McGovern2012-05-231-1/+1
* Honor -nomake for demosTasuku Suzuki2012-05-221-0/+3
* Quick1/QDeclarativeFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-228-15/+0
* fix build after 6c06e14a49773ce5572935864ed in qtbaseKonstantin Ritt2012-05-210-0/+0
* QtQuick1: Fix qdeclarativefontloader test.Friedemann Kleint2012-05-212-18/+26
* Move QIcon reference from QtWidgets to QtGui.ybot2012-05-201-1/+1
* Eliminated usage of "declarative" compat module.Rohan McGovern2012-05-152-2/+2
* Ensure scale property is initializedMatthew Vogt2012-05-142-2/+2
* Removed CONFIG+=parallel_test from parallel-unsafe testRohan McGovern2012-05-141-2/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-103-9/+9
* QtQuick1: Fix build warnings.Friedemann Kleint2012-05-106-5/+6
* Remove hook for objectNameChanged signal handler.Andrew den Exter2012-05-102-13/+0
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-091-1/+1
* QAbstractItemModel::setRoleNames is not necessary.Thiago Macieira2012-05-075-11/+21
* QApplication::keyboardInputDirection is deprecated.Thiago Macieira2012-05-041-1/+2
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-044-12/+12
* QImage::numBytes() is deprecated in favour of QImage::byteCount()Thiago Macieira2012-05-041-2/+2
* QtQuick1: Fix deprecation warnings.Friedemann Kleint2012-05-028-23/+35
* Fix warnings in autotests.Jędrzej Nowacki2012-04-241-0/+4
* Start running disabled tests again.Jason McDonald2012-04-2325-32/+32
* Re-enable qdeclarative error test on some platforms.Jason McDonald2012-04-231-1/+1
* Re-enable qdeclarativetimer test.Jason McDonald2012-04-231-2/+0
* Re-enable qdeclarativeborderimage test.Jason McDonald2012-04-201-2/+0
* Don't use the deprecated value 0x100 for QUrlThiago Macieira2012-04-201-2/+2
* Small optimization in declarative property cache.Jędrzej Nowacki2012-04-181-5/+1
* Adapt to Qt5 meta-object changesKent Hansen2012-04-1810-33/+36
* Fix compilation and tests after qtbase/api_changes mergeKent Hansen2012-04-187-19/+13
* QInputPanel has been renamed to QInputMethodGirish Ramakrishnan2012-04-141-3/+3
* Merge commit 'qt-v5.0.0-alpha1'Marius Storm-Olsen2012-04-110-0/+0
|\
| * Avoid space between parenthesis and control statement => unbreak Jomqt-v5.0.0-alpha1Marius Storm-Olsen2012-03-304-5/+5
* | Fix text failure due to behaviour change in qtbase.Andrew den Exter2012-04-041-1/+1
* | Don't use CONFIG+=ordered when dependencies are explicitMarius Storm-Olsen2012-03-281-1/+0
* | Avoid space between parenthesis and control statement => unbreak JomMarius Storm-Olsen2012-03-284-5/+5
|/
* TextInput not to use obsolete realText() in QWidgetLineControlPekka Vuorela2012-03-231-1/+1
* TextInput not to emit selection change signals if values do not changePekka Vuorela2012-03-232-26/+21
* Fix text editor mouse handler unit testsPekka Vuorela2012-03-232-5/+2
* Build with g++ / C++11.Friedemann Kleint2012-03-201-1/+4
* Fix QDeclarativeItem::hasActiveFocus().Andreas Aardal Hanssen2012-03-132-2/+33
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1384-1414/+1414
* Specify global mouse position for QDeclarativeMouseArea auto testJonathan Liu2012-02-281-3/+4