| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Change-Id: Idccbb26da96bf6dc07b8d282bf23516892560594
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
|
|
| |
Make some fixes in the EventsListDelegate.
Change-Id: I3e81e6a7e393be37a5b89e9bdfbee33f7d5a9b33
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
| |
Change-Id: If2a36bfd84e466d0326374cdec1e90c71ff64e5c
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Change-Id: Iba78b3ec0c4eebab66f6997f011369e9c55bf1cd
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
|
|
| |
Set the "Open Sans" font as the default font for the application
Change-Id: Ib0e6ef95ff406835790f744d6c4cca4f1b89afe3
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
|
|
| |
Refactor slightly the layouts to follow the specifications.
Change-Id: Ib88f2e0510f26c02a140eb104a183dc70f4cdaaf
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
| |
Change-Id: Id9e2df29b5f9a99f985c9dbb62295144addb2580
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
| |
|
|
|
|
|
| |
Use the colors from the Theme
Change-Id: I5c209ae5a7b62ea44026425c5287e0b1fe502696
Reviewed-by: Niels Weber <niels.weber@digia.com>
|
|
|
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>
|