Added support for miscinfo in the stationselect page and improved timetable results page #205

Merged
merged 9 commits into from Jun 1, 2015

Conversation

Projects
None yet
2 participants
Contributor

krnekhelesh commented May 21, 2015

This pull request implements the following,

  • Updated to ubuntu-sdk-15.04 framework which brings in new animations and features in the Ubuntu SDK. The 15.04 framework will land in OTA-4 which is schedules for the 1st week of June.
  • Transitioned to Ubuntu.Components 1.2 and QtQuick 2.4
  • Added support for miscinfo in the stationselect page. This should show distances and station types correctly. Screenshot Fixes #204
  • Also improved the timetable results page Screenshot which includes a partial fix for #207 and also fixed #208.
  • With the transition to the Ubuntu.Components 1.2, the listitems used throughout the app have also being converted to the new listitems that have landed in the Ubuntu SDK with the exception of ListItem.ValueSelector.

Note: The following piece of code does not work after the transition to the 15.04 framework. However this code simply connects the pop() to the stationSelected signal. This has been manually added in the stationSelect.qml file to maintain functionality.

                    mainStack.currentPage.stationSelected.connect(function() {
                        mainStack.pop();
                    })

@krnekhelesh krnekhelesh changed the title from Added support for miscinfo in the stationselect page. to Added support for miscinfo in the stationselect page and improved timetable results page May 26, 2015

smurfy added a commit that referenced this pull request Jun 1, 2015

Merge pull request #205 from krnekhelesh/master
Added support for miscinfo in the stationselect page and improved timetable results page

@smurfy smurfy merged commit e84d280 into smurfy:master Jun 1, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@smurfy smurfy modified the milestone: 2.0.26 Jun 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment