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

Use incubation controller for elements #134

Closed
plfiorini opened this issue Feb 7, 2014 · 0 comments
Closed

Use incubation controller for elements #134

plfiorini opened this issue Feb 7, 2014 · 0 comments

Comments

@plfiorini
Copy link
Member

Load elements asynchronously with the incubator.

@plfiorini plfiorini self-assigned this Feb 7, 2014
@plfiorini plfiorini modified the milestones: Version 0.3.0, Version 0.2.1 Feb 23, 2014
plfiorini added a commit that referenced this issue Mar 22, 2014
Element no longer inherits from QQuickItem, it is a QObject now and
creating an instance loads the it with its incubation controller.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
ElementItem creates an item from the element's QML code into a separate
engine with its own incubation controller.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Modify the code according to latest changes in libhawaiishell.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Elements no longer have fillWidth and fillHeight properties, just use
the ones from Layout.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Import QtQuick.Layouts to make the Layout attached object available and
correct properties name.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
The Element attached object now exposes containment form factor and
location so that elements can easily react to containment changes.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Replace usage of panel context property with the new Element attached
object which is much more clean.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Add a couple of properties to customize elements even further.
This will be useful to some of my plans to improve indicators, where
they might end up being implemented as elements and therefore they
will need a way to change title and icon name.

Issue: #134
plfiorini added a commit that referenced this issue Mar 22, 2014
Add another property to the attached object that returns the
element identifier.

Issue: #134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant