[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-02-02 Thread Nicholas Skaggs
The proposal to merge lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app has been updated. Commit Message changed to: Add fastscroll to the song list For more details, see: https://code.launchpad.net/~mcintire-evan/music-app/songs-fastscroll/+merge/281471 -- Your team Music App Dev

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-29 Thread Jenkins Bot
Review: Needs Fixing continuous-integration FAILED: Continuous integration, rev:960 No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself): https://code.launchpad.net/~mcintire-

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-04 Thread Evan McIntire
Formatting is fixed, but I noticed a bug If you longpress, you are able to select the category headers the same way you would select a song http://i.imgur.com/sRFgZin.png is a screenshot of that -- https://code.launchpad.net/~mcintire-evan/music-app/songs-fastscroll/+merge/281471 Your team Musi

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-04 Thread Andrew Hayzen
Try using anchors { left: parent.left leftMargin: units.gu(1) right: parent.right rightMargin: units.gu(1) verticalCenter: parent.verticalCenter } Its probably because it doesn't have anything to bind to on the left side, so then just uses the x value. By then setting left: parent.left

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-04 Thread Evan McIntire
Sorry for the late reply, school got in the way I've tried applying those anchors to the label, but the leftMargin doesnt seem to do anything, here are some screenshots http://i.imgur.com/DIEMOdf.png is with the anchors http://i.imgur.com/fazBT7K.png is without It seems the verticalCenter work

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-02 Thread Andrew Hayzen
Review: Needs Fixing Awesome, thanks for doing this. I have on minor inline comment that assists with the styling after moving to the new ListItem component. I also agree with Victor that we'll likely wait for the new SDK scrollbars to see which is best, or a mixture of both. As when testing t

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-02 Thread Evan McIntire
Thanks for the review, you are right with the ListItems comment. As for actual merging it, ahayzen did tell me that it probably wouldn't be merged, but getting a working example with it was still a good idea, so I understand -- https://code.launchpad.net/~mcintire-evan/music-app/songs-fastscrol

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-02 Thread Victor Thompson
Review: Needs Fixing The code for this looks good! I'm not sure however, that we'll want to merge this into the app. The Ubuntu SDK will be introducing scrollbars sometime soon and I think it'd be better to use that feature/component as we'll also want to use it in the Queue and other listviews

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

2016-01-02 Thread Evan McIntire
Evan McIntire has proposed merging lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app. Requested reviews: Music App Developers (music-app-dev) For more details, see: https://code.launchpad.net/~mcintire-evan/music-app/songs-fastscroll/+merge/281471 Add fastscroll to the song list