Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-check element names and modules to conform with Qt #48

Closed
5 tasks done
ChALkeR opened this issue Feb 19, 2016 · 2 comments
Closed
5 tasks done

Re-check element names and modules to conform with Qt #48

ChALkeR opened this issue Feb 19, 2016 · 2 comments
Milestone

Comments

@ChALkeR
Copy link
Member

ChALkeR commented Feb 19, 2016

For example, 3fab595 («Rename TextArea to TextEdit to conform QtQuick») was not landed and needs to be redone.

There could be other elements that need renaming or moving.

Update: actually, I'm merging 3fab595 in #28, let's get that in for now.
I'm going to keep a TODO list here.

  • Re-check TextArea and TextEdit.

    Atm, both of them are defined in TextArea, see 636b1e0 for details. Perhaps those should be split, perhaps TextEdit should at least have a separate file.

  • Re-check Button — registerQmlType('Button', QMLButton); does not look valid.

  • Re-check PropertyChanges — registerQmlType('PropertyChanges', QMLPropertyChanges) does not look valid.

  • Re-check Component — registerQmlType('Component', QMLComponent); does not look valid.

  • Re-check QMLDocument — registerQmlType('QMLDocument', QMLComponent) does not look valid.

@ChALkeR ChALkeR mentioned this issue Feb 19, 2016
27 tasks
@ChALkeR ChALkeR added this to the 0.3.0 milestone Feb 19, 2016
@ChALkeR
Copy link
Member Author

ChALkeR commented Feb 19, 2016

This should be done after merging.

@ChALkeR
Copy link
Member Author

ChALkeR commented Jul 31, 2016

Everything mentioned here is resolved.

@ChALkeR ChALkeR closed this as completed Jul 31, 2016
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

No branches or pull requests

1 participant