[05:48] mihir, ping [06:35] akiva-thinkpad: pong [07:46] hey all [09:05] akiva-thinkpad: hey [09:06] akiva-thinkpad: i commented on your MR. let me know if you required any more information. [09:06] ;lkjfdsa [09:06] ah [09:06] sorry [09:06] keyboard switched layout [09:06] s [09:06] akiva-thinkpad: lol [09:06] mihir, just now? [09:06] * akiva-thinkpad checks [09:07] mihir, the from time is hidden though? [09:07] mihir, its all in the component, which is hidden. [09:07] ahhh, when i tested last night it was showing it :| [09:07] you are talking about the time on the far right? [09:08] wed oct 21, 1987 ------> time??? [09:08] I am questioning my own sanity [09:09] I swear its been hidden ! [09:09] tested it today ! [09:09] :P [09:18] yes [09:18] lol okay i'll test it [09:19] mihir, cool beans. If it is not working, i'll totally apologize ~ [09:23] Hi [09:24] vitimiti, hello [09:24] Good Morning all o/ [09:24] Hello, akiva-thinkpad [09:24] good morning chap [09:28] akiva-thinkpad: at what time you sleep dude :P you in canada if i am not wrong right? [09:28] mihir, yes, pacific. 2:30 am [09:28] {: [09:28] :D [09:29] I go to sleep when I'm tired. [10:25] anyone free to review https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-warning-message/+merge/238049 ... simplest MP of your lfe :) [10:25] sure [10:25] thnx [10:26] any time :) [10:33] rpadovani: hey, I need your approval in https://code.launchpad.net/~nik90/ubuntu-clock-app/delay-alarm-model-startup/+merge/238031 [10:33] on it [10:33] rpadovani: its the exact same MP that you already reviewed and approved earlier [10:34] rpadovani: just a note, in your testing please check if the clock app freeze when you try interacting with it *while* the startup animation is going on. [10:34] that's the main diff between the old and new MP [10:38] nik90, no, it doesn't freeze [10:38] nik90, how do you get to multi alarm select mode? [10:38] nik90, approved [10:38] akiva-thinkpad, upstream component [10:38] akiva-thinkpad: just long-press on any alarm [10:38] akiva-thinkpad: yay [10:38] ah I see [10:38] I meant rpadovani : woohoo..no freezes [10:40] nik90, now; of only I was considered a clock developer :P [10:41] akiva-thinkpad: ;) [10:42] akiva-thinkpad: that happens with sustained contribution to clock and demonstration of an adequate understand of bzr (merge, conflict resolution)..etc. with time :) [10:44] nik90, any idea on how I can add an ubuntu shape around a listview? I'm not able to set the right height and width of the shape [10:45] * nik90 thinks [10:45] nik90, getting there ~ [10:45] bzr is basically a sinch; the only thing I don't really know how to do is regress [10:46] rpadovani: try setting the listitem's height to childrenRect.height and see if the UbuntuShape can then be assigned height: listview.height perhaps? [10:47] I am not too sure [10:47] akiva-thinkpad, bzr revert -r [numRev|-numOfPreviousRevision] [10:47] nik90, nope, I cannot assign to shape the height of listview [10:48] rpadovani: then why not use a OptionSelector? [10:48] rpadovani: looks like that might be what you are looking for [10:49] nik90, that's a good idea [10:49] nik90: what is childRect basically ? [10:50] nik90: i meant childrenRect [10:50] !cookie | rpadovani [10:50] rpadovani: Wow! You're such a great helper, you deserve a cookie! [10:50] in an item if you have Item { child1{}, child2{}, child3{} }, you can set the height of the item in 2 ways, [10:51] first-> height: child1.height + child2.height + child3.height [10:51] nik90, I found another solution, but I don' t like it: height: childrenRect.height * model.count [10:51] second-> childrenRect.height [10:51] sorry, row.height * model.count [10:51] rpadovani: yup I can see why that will work...I think it is best to go with optionSelector if it fits the design you are trying to implement [10:52] nik90: okay understood [10:52] tbh yours is not a bad idea either [10:52] nik90, https://i.imgur.com/ujy3RQ7.jpg [10:52] yup OptionSelector is what you need then for sure :D [10:54] yeah use that , rpadovani it is there in calendar --http://bazaar.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/trunk/view/head:/EventRepetition.qml#L126 [11:04] nik90, mihir mhh, problem with optionselector is that doesn't support footer: sometimes I need to add another thing to the listview, but totally unrelated with the delegate [11:07] rpadovani: why don't you add that data to the listmodel directly? [11:08] nik90, because I want a different delegate [11:08] ah [11:08] yeah you can't do that with optionselector [11:09] :S [13:22] Hi, how can I figure out if a package has landed in rtm? [13:24] ahayzen_, o/ do a barrel roll [13:24] akiva-thinkpad, o/ ... hmm with a hangover probably not advisable ;) [13:24] heh [13:34] ahayzen_: rmadison bash |grep ubuntu-rtm [13:34] ahayzen_: for bash (as an example) [13:34] sergiusens, ah sweet thanks :) [13:35] np [13:35] * ahayzen_ spots new content-hub is in rtm [13:42] ahayzen_, I am done with my branch, and am sort of at a loss as to what to tackle next; any ideas? [13:42] akiva-thinkpad, wait for victor to find more issues lol ... erm let me look at the list [13:43] * ahayzen_ notes he has far too many tabs open [13:43] akiva-thinkpad, there are supposed to be header actions on certain pages... i can't remember if they are in the current design but that could be something ... let me check the designs [13:44] search items, right? [13:45] akiva-thinkpad, well i remember discussing other ones..but i don't see them in the designs might need to speak with jouni to find out what they were [13:45] akiva-thinkpad, and the search one needs investigating as we did it before but hit bug 1341814 [13:46] bug 1341814 in Ubuntu UI Toolkit "Using search in the header can sometimes have a text field from a different tab" [High,Confirmed] https://launchpad.net/bugs/1341814 [13:46] ahayzen_, okay so just bugs then; presuming everything else has been taken care of? [13:46] akiva-thinkpad, so if you wanted to reimplement searching a workaround or uitk patch would be required [13:47] akiva-thinkpad, erm well the next things on my list are playlists/start page moving to cardview...but i need the 2x2 component which victor was starting...then victors branches need reviewing and we need more designs for things like the artist tab [13:48] akiva-thinkpad, i think we have all the 'big' tasks in hand it is more any small tweaks or 'polish' and obviously lots and lots of bug testing :) [13:49] akiva-thinkpad, if you wanted to have some fun you could start with that bug and see if you can figure out a workaround lol its on my list to do just a bit further down [13:49] ahayzen_, cool beans. [13:50] akiva-thinkpad, have a play about with this branch https://code.launchpad.net/~andrew-hayzen/+junk/test-tabs-search-issue and follow the steps so you understand what craziness is going on/if it is still reproducible [13:55] akiva-thinkpad, you could ofc try fixing your own bugs as well ;) eg bug 1379454 [13:55] bug 1379454 in Ubuntu Music App "Undefined Album Details borrows from previous entries" [Undecided,New] https://launchpad.net/bugs/1379454 [13:58] akiva-thinkpad, looks like adding an else to the if in the component oncomplete in the songspage to clear the year could work [14:45] hummm [14:46] yah I was looking at that before [14:46] anyways its 746 am; way past my bed time [15:18] Hi all [15:18] pin popey [15:18] ping :D [15:19] popey sorry I don't wanna pin you :D [15:29] popey I just want to know how do you run coreapps on device? Is there any method to preprocess *.desktop and *.json files? [15:36] qtros: you mean trying to run from QTC? [15:46] mihir yes, I've found that something is broken and I can't run our "Shorts" app as always [15:46] mihir with fake manifest) [16:03] qtros: I generally don't run apps from qtc, but use "click build foo/" [22:11] Hi [23:01] elopio: another nice qml test MP for you https://code.launchpad.net/~nik90/ubuntu-clock-app/edit-alarm-qml-tests/+merge/238062