=== chriadam|away is now known as chriadam === salem_ is now known as _salem === Mirv_ is now known as Mirv === jrgifford_ is now known as Guest20835 === popey_ is now known as popey [06:35] good morning === chriadam is now known as chriadam|away [07:44] hi Mirv, I've just sent you an e-mail with an issue the calendar devs are having with the qtjsondb package. Let me know if that gives you enough info or if you'd need me to put you in touch with the guy who reported the issue [07:47] dpm: I think I understand the problem, the raring version of qtjsondb was built in a PPA where it didn't pick up the 5.0.2. rebuilding in qt5-proper. [07:47] and I assume the guy has raring [07:48] Mirv, yeah, I think most of the core app devs are running raring [07:48] Mirv, is there a way to get the package to work for raring? [07:50] dpm: yep, just a rebuild, should be fixed in about half an hour in qt5-proper [07:51] * dpm hugs Mirv [07:51] cool, thanks! [07:53] no problem === lan3y is now known as Laney [08:20] Good morning all, happy Friday! :-D === oSoMoN_ is now known as oSoMoN === tsimpson_ is now known as tsimpson [08:46] gusch: hey, would you have some time for reviewing https://code.launchpad.net/~osomon/webbrowser-app/disable-webview-when-activityview-visible/+merge/173156 ? [08:47] oSoMoN: ok [08:54] oSoMoN: approved [08:55] gusch: thx === gusch is now known as gusch|away [09:21] Hi guys! I need help with this snippet. i have a state change with a transition, but its animation doesn't work. can someone please tell me what i am doing wrong? http://pastebin.com/SxgZerE9 [09:23] I'm not very familiar with animations, timp or kalikiana, perhaps you might be able to help rafaelement ^^ ? [09:26] :) [09:49] rafaelement: I'm quite busy now, but I can have a look in an hour or so [09:50] rafaelement: can you try to simplify your code? to have a small test program with the animations only? [09:52] i will do that [09:52] just a second [09:57] i reuploaded the simplified version to the previous link! thanks for your help. [10:15] how do I refer to an enumeration type in a property? [10:15] e.g. property ??? fillMode : Image.PreserveAspectCrop [10:17] https://qt-project.org/doc/qt-5.0/qtqml/qml-enumeration.html says it's not possible but is there some trick? I got a review comment asking me to make my types more specific. === oSoMoN_ is now known as oSoMoN [10:41] Laney: ask the reviewer :) [10:41] timp: Rather avoid pinging people if possible. :P [10:43] I don't think you can tell qml that a variable is of "enumeration" type [10:44] rafaelement: what is the url of your updated code? http://pastebin.com/SxgZerE9 is still not that basic; It needs includes, and I think in your case a very basic program with only two states and a transition between the two would be helpful [10:45] I'll just bounce it back on the review [10:46] I also got asked to link to Image's documentation for properties which are the same - is there a qmldoc way to do that or does it mean to link to the webpage? [10:48] timp: i left it that way because i think i may have nested the elements in the wrong way === gusch|away is now known as gusch [10:53] timp: http://pastebin.com/f4ehyhUR simpler... [10:53] ah \l [10:54] rafaelement: that qml just gives me a blank window with only a header [10:55] it uses ubuntu buttons... do you use them? for me it displays a window with a centered button. on click, it displays an overlay with a centered close button [10:56] rafaelement: you shouldn not anchors.centerIn parent if the parent is a column [10:56] timp: what can i use then? [10:58] maybe my local installation of the ui toolkit is broken.. [10:59] timp: does it give errors? [10:59] rafaelement: you can use left/right anchors or align horizontally, and also set the height [10:59] rafaelement: sorry, I have a meeting now [11:00] gusch: remember yesterday how you asked me whether increasing the page load time for one given autopilot test to 10 seconds wouldn’t time out? well it turns out you were right… my bad, here is a MR that should fix it: https://code.launchpad.net/~osomon/webbrowser-app/increase-test-timeout/+merge/173183 [11:00] oSoMoN_: ok - I think I can approve it right away :) [11:01] gusch: yes, I think it’s safe :) [11:01] timp: fine, i will try to be patient and ask again sometime or find a solution === oSoMoN_ is now known as oSoMoN [11:31] * oSoMoN gets out for lunch [11:45] om26er: for camera seems to have some random failing tests :( https://code.launchpad.net/~schwann/camera-app/camera-update-today-user-metric/+merge/173135 [11:46] gusch, hey! looking [11:46] om26er: there was/is a config problem (fixed by mzanetti), but still I have random failing tests from time to time [11:47] om26er: ... on jenkins === _salem is now known as salem_ === wgrant is now known as Guest62412 === tsimpson is now known as Guest36051 === amithkk is now known as Guest79504 === JamesTait is now known as Guest51687 [13:21] Kaleo_: ping [13:22] oSoMoN: pong [13:22] oSoMoN: was waiting for you to reappear :) [13:22] Kaleo_: have you seen my MR that fixes the notes-app ? https://code.launchpad.net/~osomon/notes-app/new_theming_fixed/+merge/173139 === Guest51687 is now known as JamesTait [13:23] oSoMoN: yes, I don't get it [13:23] oSoMoN: I don't see the type property used anywhere [13:23] oSoMoN: only the type role in the model [13:23] Kaleo_: in MixedEdit.setCurrentTextItem() [13:24] Kaleo_: at the very end of the function, if (item.item.type === "text") item.item.forceActiveFocus(); [13:24] oSoMoN: well done [13:24] oSoMoN: ok, happroved [13:24] Kaleo_: :) [13:24] Kaleo_: the thing I really don’t get is how the tests were passing before, as this is clearly a bug that was already there in the code [13:25] oSoMoN: indeed [13:25] oSoMoN: puzzling [13:25] oSoMoN: this week was breakage week unfortunately. [13:26] Kaleo_: but I can’t be bothered spending more time to investigate, as long as the app works again [13:26] oSoMoN: indeed [13:26] got other priorities [13:28] Kaleo_, hey ... "The default height of Button has changed as per design.", is there anyone specifically in design I should ping with screenshots/to ask opinion if I find the design changes to look weird? [13:31] Kaleo_: with the new simplified theming infrastructure, can I style a ListItem.Header ? [13:31] seb128: ask Rosie [13:31] oSoMoN: no [13:31] Kaleo_, thanks [13:31] oSoMoN: ListItems are still not themable [13:31] oSoMoN: what's your need? [13:32] Kaleo_: the latest visual design for the browser’s timeline view has the list headers with a different background color, but I think I know how to achieve that easily [13:34] confirmed, making the item a rectangle and putting the Header inside it works [13:34] oSoMoN: can you show me the mockup? [13:37] Kaleo_: forwarded to you the visuals by e-mail [13:38] oSoMoN: thx [13:39] timp: I replied to your comments [13:42] Kaleo_: I saw. The MR is not done yet, right? [13:42] timp: there is only one remaining fix; the background color [13:42] Kaleo_: PaletteValues is not documented yet [13:42] timp: and that [13:42] timp: indeed [13:42] timp: how is the rest? [13:43] Kaleo_: looks good. only the property names in PaletteValues are not intuitive for me. Documenting them may help there, or relating the colors to the colors used in http://people.canonical.com/~kaleo/themes.png [13:44] wow whats' wrong with jenkins, the change has already been merged in trunk but it also seem the merge proposal is still there [13:45] timp: yes, I'm thinking that 1) we add textual doc to the properties [13:45] Kaleo_: now each Palette has 20 colors, I'm not sure we need that many [13:45] timp: 2) once design has a design guidelines page ready, we link to it [13:45] timp: hmm, do youo see many redundancies? [13:47] Kaleo_: I count only around 5 colors per theme, plus gradients but I didn't check for different opacities with the same color [13:51] timp: http://pastebin.ubuntu.com/5846810/ [13:51] timp: your counting is odd [13:51] timp: that's 8 colors [13:53] oSoMoN: it might well be that should be the default design for list item header [13:53] oSoMoN: need to ask Rosie [13:55] Kaleo_: ok, in the meantime I’ll go for a custom header component that embeds the default one, will be easy enough to replace with the default one in the future if needed [13:58] Kaleo_: I missed the background and overlay colors. I don't see them listed in Themes.png [13:59] Kaleo_: I was counting from that image [14:02] oSoMoN: that's not cool [14:02] oSoMoN: let's ask Rosie [14:02] oSoMoN: and that way you don't have to do anything [14:03] oSoMoN: aside from asking her [14:18] timp: so what's your conclusion? [14:22] Halp - the toolkit started failing to build like this: http://paste.ubuntu.com/5846911/ [14:27] Kaleo_: I get the same. And Totals: 61 passed, 0 failed, 0 skipped [14:27] 61 passed for trunk [14:27] timp: ok, fixing [14:27] timp: by removing, I think it's silly to check the colors [14:28] ok [14:29] timp: jenkins does not fail probably because it's that special folder for X11 tests that it probably does not run for lack of X11 (tests/unit_x11) [14:29] timp: pushed [14:29] Kaleo_: I see that this test is the only place where that property is checked to be part of the API [14:30] timp: I guess that the only remaining thing is the documentation [14:30] timp: no, components.api does that automatically [14:30] ah but we have an API check now [14:30] yes :) [14:30] timp: thanks for your good review [14:31] timp: ckpringle is writing up the colors docstrings as we speak [14:32] Kaleo_: you have this still FIXME: 'background' does not come from design, do you plan to remove that in this MR? [14:33] timp: nope [14:33] timp: later [14:33] ok [14:34] timp: and if you want to have fun, check out https://code.launchpad.net/~fboucault/ubuntu-ui-toolkit/dark_gradient_themes [14:35] Kaleo_: one last thing, did you test it with some apps on device? I have some custom versions of packages installed on my device so it is a bit of a hassle to test it [14:35] timp: not really, only on desktop, but colors have not really changed much [14:39] Laney: working now? [14:39] nope [14:39] reverting commits until I get to the one which caused it [14:42] Kaleo_, hum, the new toolkit daily broke button, they show as void space ... [14:42] Kaleo_, is that a known issue? [14:43] Kaleo_, unping :p [14:43] seb128: reported, fixed, fix merged [14:43] :) [14:44] Kaleo_, we just need it in saucy then ;-) [14:44] yes [14:44] Kaleo_, did we get a test with the fix to make sure next time landing fails in such cases? ;-) [14:46] Kaleo_: qmlscene -I works fine for trunk, I wonder what is causing the problem with the color_palette [14:46] hrm, it's my r576: https://bazaar.launchpad.net/~laney/ubuntu-ui-toolkit/crossfadeimage/revision/576 [14:48] timp: thinking [14:48] Laney: :) [14:48] can you see anything wrong? [14:49] I can't see errors in the build log === oSoMoN_ is now known as oSoMoN [14:54] renato__, boiko: would one of you have time to have a quick look at https://code.launchpad.net/~osomon/webbrowser-app/update-tabsview-label/+merge/172972 and approve it? Günther was reviewing it, and it was pending input from Jouni, and I got the answer to the question, but it looks like Günter has left already… [14:55] oSoMoN: is it fine if I review it in a couple hours? [14:57] oSoMoN: you should use UbuntuColors.orange [14:57] oSoMoN: though it might break at some point.. [14:58] Kaleo_: true, but I’ll do the transition to UbuntuColors in one go over the whole code base, if you don’t mind [14:59] oSoMoN: sure [14:59] oSoMoN: I hope jouni thought about what it means for the color palette [15:00] oSoMoN: ie. what color in the palette that should correspond to [15:00] timp, Kaleo_ , any plans for a combobox widget in the SDK? [15:00] Kaleo_: I’m sure he did [15:00] renato__: yes, well it depends what you mean exactly [15:00] renato__: no but we have the ValueSelector [15:00] renato__: do you have a screenshot? [15:00] renato__: mockup.. [15:00] haha :) opposite answers [15:01] Kaleo_, yes give me a minute I will share it with you [15:01] Kaleo_, timp this is different from value selector [15:01] Kaleo_, I just sent a e-mail to you [15:02] Kaleo_, take a look on "Ubuntu_Contacts_Profile_Edit_01.jpg" [15:02] boiko: sure, there’s absolutely no rush, I just want to make sure it doesn’t bitrot while Günter is away [15:02] oSoMoN: ok, I'll handle it today still then [15:03] thanks! [15:04] timp: http://people.canonical.com/~kaleo/Ubuntu_Contacts_Profile_Edit_01.jpg [15:04] renato__: so the thing lwon the left? [15:05] renato__: where you can select the type? [15:05] Kaleo_, yes and in the bottom, where you can select the Ring tone and Text tone [15:07] those in the bottom might be new visuals for the current valueselector [15:07] but the other ones on the left cannot be done with what we have now [15:08] did rosie/calumn approve these designs? they are the pattern police [15:08] ;) [15:09] renato__: I believe that nic is working on that [15:10] renato__: confirming now [15:10] renato__: who is your visual designer? [15:10] Kaleo_, christina [15:10] renato__: I did not know Christina did visual design [15:10] renato__: interaction design for sure [15:11] renato__: but actually that's even better [15:11] renato__: I really meant interaction designer :) [15:11] nic-doffay: thanks! [15:11] renato__: nic-doffay confirms [15:12] Kaleo_, nic-doffay , whe this will be ready to use? [15:12] *when [15:12] renato__, as soon as the themes and one or two additional features are implemented, not to mention the documentation being done. [15:13] renato__: and about the fact that the app is using the dark theme; you won't have to do much; you can develop with the light theme and next week the dark theme will land with for you the option to make it the theme the phone app uses [15:13] Kaleo_, great [15:15] renato__: also for widgets that are not in the toolkit (custom widgets) you should use the theme color palette when possible so that your widget will respond appropriately to changes in the theme [15:15] renato__: it's going to land in a couple of hours (the color palette) [15:16] renato__: and I'll make an email next week [15:16] Kaleo_, ok thanks [15:18] renato__, Kaleo_ the selectors at the bottom for ringtone and texttone are the the new style for optionselector (now named valueselector) [15:18] so that needs no new component [15:19] the other, "small" selectors on the left seem odd to me to have on a phone. what would it look like expanded? [15:22] timp, if nic-doffay is already creating a new component I do not see the point of use the valueselector since [15:22] the components looks the same with different sizes [15:24] I mean it IS a valueselector, just the naming changed in the design documents [15:24] Option selector in this doc: https://docs.google.com/a/canonical.com/document/d/1cg9ruHiEpRynEr_Ipf39Z0MQINEWoChIN-d111yx-Qw/edit# [15:24] and the visuals need to be updated in the UITK [15:27] timp, something that I notice on the valueselector (I do not is is already fixed) is that it does not scroll, for example if you the options is bigger than the screen is not possible to select a option that is not visible on the screen [15:27] renato__, that's the first thing I'm implementing after the themes [15:27] for the option selector [15:28] Kaleo_: I built and installed color_palette UITK on tablet, and the unselected titles in the tabs header now have white text [15:28] which is wrong [15:31] Kaleo_, something that I will need, ( I need to check with christina) is the file choose dialog , for change the contact avatar. What do you have in mind for that? [15:33] Kaleo_, forget about it, this probably will use the content picker [15:34] timp: in what app? [15:34] phone-app and gallery-app [15:36] Kaleo_: and calendar-app; probably all [15:38] timp: odd, I don't reproduce on the desktop [15:38] timp: let me see [15:40] finally building again [15:40] hope it still works [15:43] Kaleo_, matt steven is the visual designer for the contact-app [15:44] renato__: cool; don't know him [15:49] Kaleo_: I tried with gallery-app on desktop, and it does not have the white titles [15:49] Kaleo_: but in the tabs header, the chevron used to be the color of the unselected titles when the tabs header is active, that is no longer the case [15:49] very subtle difference [15:51] timp: right, so I'm testing on the device [15:56] timp: for the subtle difference you noticed, I think we can live with it and I will fix it when I get to updating the visual design of the tabsz [15:56] -z [15:59] boiko: Günther approved my MR, no need for a review anymore [16:00] Kaleo_: ok. I didn't know we would get new visuals for tabs [16:00] timp: slight updates for everything [16:01] timp: i see the white tabs [16:01] timp: on the phone [16:01] timp: but I don't see any error message on the console! [16:05] Kaleo_: What do you have against white tabs??? [16:07] odra: :) [16:09] timp: I'm 99% sure I know [16:10] timp: https://bugreports.qt-project.org/browse/QTBUG-32238 [16:12] ohh [16:13] Kaleo_: in which file is headerTextColor defined now? [16:13] timp: actually it's not that bug [16:13] timp: in NewTabBar.qml [16:13] timp: or it is... [16:14] it used to be in the qmltheme [16:14] yes, the property is defined there, but its value? [16:16] timp: in TabsStyle.qml [16:16] ok, found it in TabsStyle [16:16] I feel isolated because everyone here seems to code for phone. [16:21] timp: I'm lost: if I assing to the Label.color property in NewTabBar the value from the theme directly #81888888 [16:22] timp: then it's still broken & white [16:22] #81888888? [16:23] Isn't there two digits too many? [16:23] odra: no [16:23] odra: it's the alpha channel [16:24] Which is? [16:24] odra: the opacity [16:24] I mean which digits :p [16:26] odra: the firsts 2 [16:26] -s [16:31] timp: alright, found the bug [16:31] timp: http://pastebin.ubuntu.com/5847291/ [16:35] :s [16:35] how come we never noticed that before? [16:36] well in the tabs we had a separate opacity property, but in other places [16:37] timp: maybe it works with Qt.rgba() [16:38] Kaleo_: nope [16:38] timp: nope [16:38] timp: darn [16:39] timp: the issue with qmlscene tests/resources/tabs/Tabs.qml [16:39] timp: I think it's also in trunk [16:39] timp: I pushed the docstrings for the propertiez [16:39] +s [16:39] timp: now digging in Qt's bug tracker for that color bug [16:40] Kaleo_: color: "#81888888" [16:40] ^ only fails for text [16:40] timp: ah ah [16:40] for Rectangle it works fine [16:41] https://bugreports.qt-project.org/browse/QTBUG-30246 [16:41] timp: but only on some platforms/architecture [16:46] timp: so to summarize; there are only 2 issues left with the MR: this Qt bug we need to fix & this strange import path issue [16:46] timp: right? [16:46] yes [16:47] timp: ok, so Monday then [16:47] ok [16:47] timp: oh hang on [16:47] idea for a wrk around [16:47] in Label.qml [16:47] opacity: color.a [16:49] timp: of course that's not enough [16:49] timp: the color if cooked [16:50] timp: ok, Monday [16:50] timp: thanks for you help [16:51] yw === netcurli_ is now known as netcurli === Avi is now known as Guest51997 [17:13] Does the tools toolbar iconSource use a units.gu() like resize method? [17:34] Ubuntu touch apps don't open on Desktop 13.04 | http://askubuntu.com/q/316760 === francisco is now known as Guest44759 === odra is now known as odraencode === salem_ is now known as _salem [22:26] Programmatically Present Windows (Invoke Window Picker) in Compiz | http://askubuntu.com/q/316857 [23:42] Possible to download packaged deb file before final publishing on myapps portal? | http://askubuntu.com/q/316890