Skip to content

Added a .gitignore and a longtap event listener#1

Open
qwazix wants to merge 39 commits intofreemangordon:nextfrom
qwazix:next
Open

Added a .gitignore and a longtap event listener#1
qwazix wants to merge 39 commits intofreemangordon:nextfrom
qwazix:next

Conversation

@qwazix
Copy link

@qwazix qwazix commented Feb 26, 2013

When using a QML MouseArea over the QmlMozView it confuses tap-drags with longtaps, to avoid this without using hacks I added a noLongTapped() signal to the QmlMozView as suggested by romaxa and the result is more robust.

qwazix and others added 30 commits February 27, 2013 00:46
Removed Clipboard functions from QmlMozContext
child() has bad refcounting and declarative trying to call deleteLater in some situations
switch child() -> to child property in order to fix this problem
Maybe it make sense to keep it as only json message API which depends on components implementation
Scheduling QMozContext.runEmbeding to next event loop iteration in
the constructor of QMozContext guaranties that gecko startup
will happen in the next iteration. Thus the attribute autoInit in
QMozContext::GetInstance() and explicit call to
QMozContext::GetInstance()->runEmbedding(0) before
starting Qt event loop are redundant.
…ance

QmlMozContext is a declarative workaround for QMozContext singleton.
Until there is a better support for singletons in QML make an instance
of QMozContext to be global object in QML.
Semantically a global instance makes clearer suggestion that it's
a singleton than an attribute of a QML component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants