summaryrefslogtreecommitdiffstats
path: root/qml/components/DaySwitcher.qml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor application to enable proper authenticationCaroline Chao2014-09-171-1/+1
| | | | | | | | | Use a single EnginioClient for all the application. Remove rssFeed not needed anymore. Change-Id: I0f5760abee0098aa0c99e4a65ccee716dca7a3fb Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add scaling to the application to fit different screensCaroline Chao2014-09-041-6/+6
| | | | | Change-Id: Idccbb26da96bf6dc07b8d282bf23516892560594 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Use font sizes specified by the design.Caroline Chao2014-09-041-2/+2
| | | | | | | Make some fixes in the EventsListDelegate. Change-Id: I3e81e6a7e393be37a5b89e9bdfbee33f7d5a9b33 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add splash screen at startupCaroline Chao2014-09-021-0/+6
| | | | | | | This will give some time to fetch the data from the cloud. Change-Id: Ic8e88700259ed89119aee8633568204b9385c82a Reviewed-by: Niels Weber <niels.weber@digia.com>
* Retrieve the conferenceId from the ModelsSingletonCaroline Chao2014-09-021-2/+1
| | | | | | | | Now all enginio queries are in the same place and shared via the singleton to the application Change-Id: Ia951ace6961465fbcdfd033c2f16cb9d12891c5a Reviewed-by: Niels Weber <niels.weber@digia.com>
* Demibold font in DaySwitcher for current dateNiels Weber2014-09-011-5/+6
| | | | | Change-Id: I0d7ada0fbccdea0ed258773d7a2c17494b88d92b Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Add "Open Sans" font in the application's resource fileCaroline Chao2014-09-011-0/+1
| | | | | | | 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-4/+3
| | | | | | | Refactor slightly the layouts to follow the specifications. Change-Id: Ib88f2e0510f26c02a140eb104a183dc70f4cdaaf Reviewed-by: Niels Weber <niels.weber@digia.com>
* Update models handlingCaroline Chao2014-08-261-15/+3
| | | | | | | | | | | - Add the models into a singleton object to share across the application - Update the c++ Model with expected signals so the views get notifications on changes/updates from the models themselves - Enabler for future changes regarding the content update with another conference id Change-Id: Id2700b11f9cc9a3d6e3c0c0cfaf6725e438f225c Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add colors property and use colors specified by the designCaroline Chao2014-08-211-3/+4
| | | | | Change-Id: I9692b769709081569d6cae3072a9a3b3bbad894d Reviewed-by: Niels Weber <niels.weber@digia.com>
* Refactor DaySwitcherCaroline Chao2014-08-211-90/+59
| | | | | | | | | - Abandon DropDownMenu. Decision to have the three days in one row - Show the conference's location - Update the date format to show Change-Id: I5e5dfce175b5aa0c6e3320f8e125b4f9af592e5d Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add a single uri for the applicationCaroline Chao2014-08-201-2/+1
| | | | | Change-Id: Ic3ad8ea3095e9773eb7ecc45839464f367d67d7c Reviewed-by: Niels Weber <niels.weber@digia.com>
* Define the backend id globallyCaroline Chao2014-08-191-1/+1
| | | | | Change-Id: I88d4ce17ea1dfc40391e20037488a495e87185cc Reviewed-by: Niels Weber <niels.weber@digia.com>
* Fixes for style issuesCaroline Chao2014-08-191-31/+27
| | | | | Change-Id: I78f595b32e656574b8ea1333c99d318b32ec15c8 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Initial commitNiels Weber2014-08-191-0/+171
Originally-by: Katja Marttila <katja.marttila@digia.com> Originally-at: https://gitorious.org/qt-conference Change-Id: I2151d95893558dd205e9ae976a5680b0983c18ed Reviewed-by: Caroline Chao <caroline.chao@digia.com>