Qt Declarative (Quick 2)
Go to file
Martin Jones 112efda64b Add containsPress property to MouseArea
It is very common to use pressed and containsMouse properties
together to highlight a pressed item, e.g.

    property bool highlighted: pressed && containsMouse

The containsPress property allows simplification and optimization of
user code.

[ChangeLog][QtQuick] Add containsPress property to MouseArea

Task-number: QTBUG-40130
Change-Id: Ie286d431154eb37a99e57e4cf881d68d7cbbe31d
Reviewed-by: Martin Jones <martin.jones@jollamobile.com>
2014-07-16 07:54:58 +02:00
bin Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
dist Add changelog for 5.3.1 2014-06-18 12:06:32 +02:00
examples Add containsPress property to MouseArea 2014-07-16 07:54:58 +02:00
src Add containsPress property to MouseArea 2014-07-16 07:54:58 +02:00
tests Add containsPress property to MouseArea 2014-07-16 07:54:58 +02:00
tools Tools and examples: consistently use organization name QtProject 2014-07-02 09:08:06 +02:00
.gitattributes Update the git-archive export options 2012-09-10 14:24:05 +02:00
.gitignore Build/install the qmleasing tool to bindir 2014-03-27 18:20:26 +01:00
.gitmodules Prospective fix for builds in the CI system on Windows machines 2013-08-07 11:51:25 +02:00
.qmake.conf Bump version 2014-06-18 00:28:50 +02:00
.tag Update the git-archive export options 2012-09-10 14:24:05 +02:00
LGPL_EXCEPTION.txt Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.FDL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.GPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.LGPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
qtdeclarative.pro Prospective build fix in the CI system for iOS 2014-02-16 16:06:17 +01:00
sync.profile Update glyph cache type/format logic to match qtbase changes 2014-02-20 02:03:48 +01:00