summaryrefslogtreecommitdiffstats
path: root/qml/components/EventsListDelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* Design adjustments + Fix scrolling schedule to right timeCaroline Chao2014-09-111-20/+6
| | | | | | | | | | - Add more spacing between events - Add more spacing between rows in different views - Add qt green background to feedback button to make it more visible - In the single event view, add "Room" in front of the room description Change-Id: I56e12a86f37a875d27952cb4b3c52d932cedbbf8 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Change some items' background color when the mouse is pressedCaroline Chao2014-09-051-1/+2
| | | | | | | | | | | When clicking makes the stack pop or push to another item. In this change, also disable poping back when clicking the event content. So scrolling through the text does not cause unwanted pop() when the view is clicked. There is still the back button to go back. Change-Id: I1079f3e75495229c59787093a40157f7812dd57e Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add scaling to the application to fit different screensCaroline Chao2014-09-041-10/+16
| | | | | Change-Id: Idccbb26da96bf6dc07b8d282bf23516892560594 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Use font sizes specified by the design.Caroline Chao2014-09-041-18/+17
| | | | | | | Make some fixes in the EventsListDelegate. Change-Id: I3e81e6a7e393be37a5b89e9bdfbee33f7d5a9b33 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Fetch the event's rooms from the objectCaroline Chao2014-09-021-1/+1
| | | | | Change-Id: If2a36bfd84e466d0326374cdec1e90c71ff64e5c Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add images into resourcesCaroline Chao2014-09-021-1/+1
| | | | | | | | This will reduce the traffic to the cloud Change-Id: Ic18aa63698c435b2173d2d1191e1f4fe20bb0294 Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
* Fix the alignment of the day label in the events list delegateCaroline Chao2014-09-011-1/+3
| | | | | Change-Id: Iba78b3ec0c4eebab66f6997f011369e9c55bf1cd Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add "Open Sans" font in the application's resource fileCaroline Chao2014-09-011-6/+0
| | | | | | | Set the "Open Sans" font as the default font for the application Change-Id: Ib0e6ef95ff406835790f744d6c4cca4f1b89afe3 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Update sizes to use values from the Theme.Caroline Chao2014-08-291-15/+18
| | | | | | | Refactor slightly the layouts to follow the specifications. Change-Id: Ib88f2e0510f26c02a140eb104a183dc70f4cdaaf Reviewed-by: Niels Weber <niels.weber@digia.com>
* Fix first topic item not displayed in the talks/favorites viewsCaroline Chao2014-08-281-1/+2
| | | | | Change-Id: Id9e2df29b5f9a99f985c9dbb62295144addb2580 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Fix remaining colorsCaroline Chao2014-08-271-6/+6
| | | | | | | Use the colors from the Theme Change-Id: I5c209ae5a7b62ea44026425c5287e0b1fe502696 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Refactor events/favorites listCaroline Chao2014-08-261-0/+198
The EventsView and the FavoritesView use the same design. Make one view to share between the two views. Also, reuse the eventModel for the favorite view, filtered by the favorite property being true. This make the updates of the models easier to handle. Add a delegate for the view for better legibility of the code. Change-Id: Id3c231b7e720311701b73f216895c774f4c93009 Reviewed-by: Niels Weber <niels.weber@digia.com>