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

adds a GridList with configurable padding, image aspect ratio and breakpoints #239

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

marco-piccolino
Copy link
Contributor

adds a GridList with configurable padding, image aspect ratio and breakpoints
Each added breakpoint increases number of columns by 1
Also adds a simple tile (TitleTile) with primary text on a dark scrim

http://www.google.com/design/spec/components/grid-lists.html

TODO: add image transitions upon display and between breakpoints
TODO: add more tile types, extract a base tile

gridlist01

…reakpoints

Each added breakpoint increases number of columns by 1

[TitleTile] with primary text on dark scrim
@ricardomv
Copy link
Member

I woulld like to see GridList implemented with the Flow component so we can have animations for the tiles without adding much more code. @marco-piccolino Can you look into that?

@marco-piccolino
Copy link
Contributor Author

Sure. How do you envision it?
Il 24/lug/2015 08:41 PM, "Ricardo Vieira" [email protected] ha
scritto:

I woulld like to see GridList implemented with the Flow component so we
can have animations for the tiles without adding much more code.
@marco-piccolino https://github.com/marco-piccolino Can you look into
that?


Reply to this email directly or view it on GitHub
#239 (comment).

@ricardomv
Copy link
Member

I had some code for this, i will try to find it. But basically calculating the tile size in a Type that re-implements a Flow and pass that to the child tiles should work

@marco-piccolino
Copy link
Contributor Author

OK just let me know if you find it.
Should tiles reside in a submodule as listitems di, and have a basic tile?
Also, in which way would a Flow make animating them easier?

I had some code for this, i will try to find it. But basically calculating
the tile size in a Type that re-implements a Flow and pass that to the
child tiles should work


Reply to this email directly or view it on GitHub
#239 (comment).

@ricardomv
Copy link
Member

you can set transitions for adding moving an populating in all the elements in a Flow, check http://doc.qt.io/qt-5/qml-qtquick-flow.html

@marco-piccolino
Copy link
Contributor Author

Awesome, thanks
Il 24/lug/2015 09:33 PM, "Ricardo Vieira" [email protected] ha
scritto:

you can set transitions for adding moving an populating in all the
elements in a Flow, check http://doc.qt.io/qt-5/qml-qtquick-flow.html


Reply to this email directly or view it on GitHub
#239 (comment).

@iBelieve iBelieve added this to the Version 0.2 milestone Sep 16, 2015
@iBelieve iBelieve modified the milestones: Version 0.3, Version 0.2 Dec 18, 2015
@iBelieve iBelieve modified the milestones: Version 0.2, Version 0.3 Jan 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants