=== chriadam|away is now known as chriadam === chriadam is now known as chriadam|away [07:39] good morning all [07:48] good morning [07:55] kalikiana, btw, did you find out anything else about the u1db package not building? [08:02] dpm, I know how it failed, I will find out to solve it shortly [08:02] https://bugs.launchpad.net/u1db-qt/+bug/1195311 [08:02] Ubuntu bug 1195311 in U1DB Qt/ QML "Build failure Can't link to 'Ubuntu User Interface Toolkit'" [Critical,Confirmed] [08:13] ok, cool [08:18] gusch, re: camera flat out doesn't work [08:19] gusch, thats grouper; Nexus 7 [08:21] om26er: might be that it's still the problem of switching to saucy - we need to ask sergiusens ricmm etc. [08:21] gusch, its been like that since forever, we talked about that at the client sprint === JamesTait is now known as JAMESTAIT [08:23] * om26er talking about https://bugs.launchpad.net/touch-preview-images/+bug/1191140 [08:23] Good morning all, happy Friday and HAPPY CAPS LOCK DAY! :-D [08:23] Ubuntu bug 1191140 in touch-preview-images "camera flat out doesn't work" [Medium,New] [08:23] om26er: no one talked to me about that - my knowledge is that the group of ricmm sergiusens etc. take care for that [08:24] om26er: "that" means the Nexus 7 problem [08:25] om26er: I don't have a Nexus 7, so I can't work on that [08:26] gusch, ah, right. thx [08:31] JAMESTAIT, ISN'T THAT SUPPOSED TO BE ON 22ND OCTOBER ? [08:32] om26er, both, apparently. And there's even a rival one on August 22nd. At least according to wikipedia, which must be right, right? ;) [08:32] http://en.wikipedia.org/wiki/Caps_lock#International_Caps_Lock_Day [08:33] JAMESTAIT, HAH, COOL [09:33] dpm, u1db-qt builds for saucy are there and -doc as well [09:46] kalikiana, perfect, I'll go and generate the docs === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow === _salem is now known as salem_ [13:26] boiko: https://code.launchpad.net/~schwann/gallery-app/galley-no-startup-mediarow-update/+merge/172018 [13:28] gusch: let me take it a look [13:29] boiko: if you need one that's a bit longer: https://code.launchpad.net/~schwann/gallery-app/gallery-file-watcher-in-thread/+merge/172011 ;) [13:31] gusch: any easy way to test the first one or should I just do a code review? [13:32] boiko: you can use --startup-timer for the old, and the new version [13:32] boiko: but you need some photos (~300ms speedup with ~1000 photo on the GalaxyNexus) [13:33] boiko: same for the second MR ... [13:34] gusch: ok, actually I just want to make sure it stills works, I trust you have done the time measuring :) [13:57] gusch: the first one is approved, the other I will review later [13:57] boiko: cool thx [13:58] gusch: btw, I have just seen that CI failed in the second MR [13:59] boiko: some problem of jenkins with sthating X it seems - I restarted already [13:59] gusch: ok [14:16] Problem with QtCreator after update | http://askubuntu.com/q/313879 === netcurli_ is now known as netcurli [15:02] Issue with dynamic Quicklist in Unity | http://askubuntu.com/q/313900 [15:43] boiko: meanwhile the second MR was approved by jenkins (would be cool to get this in for my next MR) [16:24] interesting tidbit "International Caps Lock Day is in fact a testament to the small mindedness of certain Western individuals: the majority of the world’s population writes in scripts which have no concept of letter casing. Therefore it is advised to laugh at anyone who invokes this day as an excuse to dismiss local typographical conventions: they are simply making an ass out of themselves." [16:25] ^^ JAMESTAIT [16:29] gusch: I'll review that soon [16:29] boiko: great === salem_ is now known as _salem [17:01] gusch: approved [17:01] boiko: thx === _salem is now known as salem_ [18:00] boiko: hi - if you want to ... https://code.launchpad.net/~schwann/gallery-app/gallery-more-loaders/+merge/172116 [18:00] gusch: probably in an hour or so if that's fine for you [18:00] boiko: but it will conflict with the last MR (only small one) [18:01] boiko: cool - 350ms faster startup - even for an empty gallery :D [18:01] gusch: cool! if those optimizations are things that can be applied to other projects, you should document them :) [18:05] boiko: loaders, loader, loader (using source, not sourceComponent), and lazy loading - the usual stuff [18:05] ok [18:07] boiko: hey [18:07] boiko: so I need some help [18:07] Kaleo: hi [18:07] boiko: with https://code.launchpad.net/~fboucault/phone-app/new_theming [18:07] Kaleo: sure, what's up? [18:08] boiko: it's an attempt an adapting the phone app to the new/simpler theming infrastructure in the SDK [18:08] The ItemStyle attached property has been removed and widgets now have a 'style' property equivalent to what ItemStyle.delegate was providing. [18:08] The Ubuntu UI Toolkit merge request containing that change is: https://code.launchpad.net/~fboucault/ubuntu-ui-toolkit/simple_theming/+merge/171645 [18:08] For testing, armhf packages of the toolkit are available at: http://people.canonical.com/~kaleo/sdk_simple_theming/ [18:08] boiko: I did some testing of the phone app but I'm not very used to it so maybe I missed some bugs [18:09] boiko: and I found 2 issues so far [18:09] boiko: 1) keypad button 1, recorder symbol should be below the number [18:09] boiko: 2) going to a contact and back: no header file:///usr/share/phone-app/Widgets/PhonePage.qml:36: Error: Cannot assign QObject* to QQmlComponent* [18:09] boiko: I'd like to have your opinion and discuss it [18:10] Kaleo: ok, let me try your packages [18:12] Kaleo: do you have an armhf package for the phone-app with your changes in? [18:12] boiko: nope [18:13] boiko: oh wait [18:13] boiko: yes [18:13] Kaleo: great! [18:14] boiko: http://people.canonical.com/~kaleo/sdk_simple_theming/phone-app_0.59.16_armhf.deb [18:17] boiko: after looking a bit into the code I think I know the fix for 2) [18:19] boiko: and for 1) I think KeypadBution.qml should be an AbstractButton not a Button [18:19] Kaleo: let me see, the last time I looked into that code was long ago already :) [18:21] boiko: for 2) I think PhonePage.qml's headerContents property should be a Component [18:22] Kaleo: for the icon in keypad, I am actually seeing two icons [18:22] Kaleo: one in the right place and one centered, hmm, weird [18:23] boiko: yes I'm seeing two icons two [18:23] too [18:23] boiko: which is because it's a Button [18:23] boiko: a Button has an Image inside [18:23] boiko: and AbstractButton does not [18:24] oh ok, so button actually has the iconSource property? [18:26] boiko: AbstractButton does; hence Button too [18:27] Kaleo: ok, so in that case we would need to draw the texts and icons by ourselves? [18:27] boiko: which you do already [18:27] boiko: in KeypadButton.qml [18:27] Kaleo: indeed [18:27] boiko: which is why it appears twice [18:28] Kaleo: let me see if it fixes the problems [18:30] Kaleo: yep, it does, so, ok, I will create a branch fixing that one [18:30] boiko: great [18:30] boiko: I have a question 3) [18:30] Kaleo: about 2), let me check the code, I remember this header thing was very tricky [18:31] boiko: why in DetailViewContact/ContactDetails.qml do you use a custom EditToolbar? [18:31] boiko: ok [18:32] Kaleo: workaround for this https://bugs.launchpad.net/phone-app/+bug/1181339 [18:32] Ubuntu bug 1181339 in phone-app "[contacts] keyboard appears over toolbar" [High,Fix released] [18:32] Kaleo: until we get the new designs in place [18:34] boiko: ok [18:35] Kaleo: for the header, it would be nice to have a real API for setting custom headers from within a page [18:39] Kaleo: I think a Component is fine there, but I need to test, I am not working on phone-app itself right now, so I will fix that one later if it is fine for you [18:40] boiko: page.header.style is the real API [18:41] boiko: that's fine [18:41] boiko: I just want to have this done by Monday [18:41] boiko: so that we can merge everything on Tuesday morning [18:41] boiko: (9 other apps needed to be adapted) [18:41] Kaleo: not sure I'll be able to do that today, busy with other things I want to have done by Monday :/ [18:41] boiko: by Monday I mean, Monday night [18:42] Kaleo: ok, that I can manage to do [18:42] boiko: thanks for your help [18:43] Kaleo: so, if you look at PhonePage.qml, I need to reset the ItemStyle.delegate after a page is deactivated, what I meant for a real API was something like a property that would be automatically checked when a page is activated or deactivated [18:45] boiko: like a property on the page iteself [18:45] -e [18:45] boiko: right [18:45] Kaleo: yeap, or even the page.header.style if it updates automatically when the page is activated or deactivated [18:46] boiko: I would have to speak with design to understand if it's really supposed to be like that or it's just an undesired discrepancy that the phone app has [18:53] Kaleo: by the time it was implemented it was supposed to be like that (according to design), but the design is changing, so I think we better wait for the new design to be ready to check that === salem_ is now known as _salem [22:35] Can anyone help me with an issue regarding the button? [22:36] I created a button with an image on the left. The code can be seen at http://paste.ubuntu.com/5809259/ [22:36] however when I run it, I only see the image and not text. [22:37] Any help would be appreciated === JAMESTAIT is now known as JamesTait