summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Smooth dragging an item with MouseArea.Andrew den Exter2013-03-191-0/+1
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-4/+4
* Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-131-2/+2
* Improve emission of FocusScope focusChanged signals.Andrew den Exter2013-02-272-18/+29
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-26/+20
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-221-22/+17
* Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-151-5/+6
* make use of qtHaveModule()Oswald Buddenhagen2013-01-282-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-10323-325/+325
* Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-095-322/+12
* Fix mistake in using == instead of =Thiago Macieira2013-01-041-1/+1
* Fix some warnings in qtquick1 found by ClangThiago Macieira2013-01-044-6/+6
* Silence the Clang warning about overloaded virtual shadowing a previousThiago Macieira2013-01-041-0/+11
* remove pointless harfbuzz includeOswald Buddenhagen2012-12-191-1/+0
* Specify better increment for captured propertiesAlan Alpert2012-12-193-4/+4
* Backport PathView currentIndex fixes from Qt 5Bea Lam2012-12-121-37/+58
* Process imports in the order they appear in the code.Robin Burchell2012-12-121-8/+8
* Fix crash when mapping coordinates to & from the root item.Nicolas Tisserand2012-12-121-4/+18
* Make sure Q_DECLARE_METATYPE is used in all TUs it is registered in.Stephen Kelly2012-12-111-1/+2
* remove unnessary reference to QGuiApplicationv5.0.0-rc1Jing Bai2012-12-051-1/+11
* EngineDebug: Updated and renamed serviceAurindam Jana2012-12-014-72/+96
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-12-012-2/+23
* Fix QML XmlHttpRequest Insecure Redirection FlawRichard Moore2012-12-011-3/+5
* Ensure QDeclarativeTextLayout uses the correct penChris Adams2012-11-291-1/+12
* QML file loading: honor synchronous requests made through QNAMAlan Alpert2012-11-282-8/+28
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-266-802/+852
* Compile with QT_NO_CLIPBOARDAndrew den Exter2012-11-261-0/+2
* Port TextInput/TextEdit clipboard optimizations from QtQuick 2.0Andrew den Exter2012-11-234-15/+32
* Remove references to QApplication::type()J-P Nurmi2012-11-223-5/+5
* Fix syncqt-warnings about missing QT_BEGIN_HEADER/NAMESPACE.Friedemann Kleint2012-11-211-0/+8
* Move the Qt Quick 1 imports back to "imports"Thiago Macieira2012-11-191-1/+1
* Fix crash in GridViewThomas Hartmann2012-10-231-1/+1
* Fix QDeclarativeTextInput::moveCursorSelection()Konstantin Ritt2012-10-201-4/+4
* Change the header message: this is now the QtDeclarative moduleThiago Macieira2012-10-19322-322/+322
* Do not use an export macro in the function definitionThiago Macieira2012-10-171-1/+1
* Rename the QtQuick1 module back to QtDeclarativeFriedemann Kleint2012-10-1778-213/+213
* QPerformanceTimer: fixed wrong implementation of elapsedToAbsoluteTime()Frantisek Vacek2012-10-131-4/+6
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-09-285-4/+113
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24325-7831/+7831
* Remove Symbian platformKai Koehne2012-09-186-93/+4
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Compile without xmlpatterns again.Daniel Molkentin2012-09-051-0/+1
* Register Qt 4.7 import on-demand, instead of at startup.Robin Burchell2012-09-039-73/+124
* Remove the user of the QWidgetStar metatypeid.Stephen Kelly2012-08-152-4/+0
* Use qtxmlpatterns only if it is availableYuchen Deng2012-08-141-1/+1
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-141-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-141-1/+1
* Fix compilation of missed network dependYuchen Deng2012-08-031-1/+1
* Do not assume ordering of resources declared for the default propertyMatthew Vogt2012-08-032-0/+17
* Compile fix for QWindowSystemInterface and QGraphicsObjectMatthew Vogt2012-08-031-2/+2